Changeset 98657 in vbox for trunk/doc/manual/en_US/dita/UserManual.ditamap
- Timestamp:
- Feb 20, 2023 3:36:04 PM (2 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/UserManual.ditamap
r98656 r98657 3 3 <!-- The bookmap ID is imperative and matched the Jarvis GUID required to build and pretty much do anything --> 4 4 <bookmap id="EN-VBOX-7-0-USER" xml:lang="en-US"> 5 <!-- 6 booklibrary renders in bold and is equivalent to title in docbook; 5 <!-- 6 booklibrary renders in bold and is equivalent to title in docbook; 7 7 mainbooktitle is not in bold and is equivalent to subtitle 8 9 This information gets updated automatically to match the othermeta title value or PDB entry when you run: 8 9 This information gets updated automatically to match the othermeta title value or PDB entry when you run: 10 10 'DitaUtils.py title -d template.ditamap' or 'DitaUtils.py map-prep -d template.ditamap' 11 11 --> … … 23 23 </published> 24 24 </publisherinformation> 25 26 <!-- 27 The othermeta title is used as the title for the book in Jarvis and in OHC search. 25 26 <!-- 27 The othermeta title is used as the title for the book in Jarvis and in OHC search. 28 28 If you don't set this, the value in PDB is used. 29 29 The booklibrary and mainbooktitle automatically get updated from this title! 30 30 31 31 Use a : character to distinguish booklibrary from mainbooktitle 32 32 To make sure the title is correctly set run: … … 34 34 --> 35 35 <othermeta name="title" content="Oracle VM VirtualBox: User Guide for Release 7.0"/> 36 37 <!-- 38 Th othermeta pubAlias detemines what the final part of the URL for your book will be (the pubalias in Jarvis). 36 37 <!-- 38 Th othermeta pubAlias detemines what the final part of the URL for your book will be (the pubalias in Jarvis). 39 39 If you don't set it, it will default to the docid in PDB. 40 40 --> 41 41 <othermeta name="pubAlias" content="user"/> 42 42 <othermeta name="jarvis-url" content="https://docs.oracle.com/en/virtualization/virtualbox/7.0/user/"/> 43 <!-- 44 For SVN Revision information, you *must* do: `svn propset svn:keywords "Date Author Rev" template.ditamap` 45 on the ditamap when you first add it. You can automatically handle this by editing ~/.subversion/config 43 <!-- 44 For SVN Revision information, you *must* do: `svn propset svn:keywords "Date Author Rev" template.ditamap` 45 on the ditamap when you first add it. You can automatically handle this by editing ~/.subversion/config 46 46 to add a line entry under [auto-props]: 47 47 *.ditamap = svn:mime-type=text/xml;svn:keywords=Author Date Id Rev URL; … … 62 62 </bookrights> 63 63 </bookmeta> 64 <!-- 65 Chunking at chapter level is handled automatically by running: 64 <!-- 65 Chunking at chapter level is handled automatically by running: 66 66 DitaUtils.py chunk -d template.ditamap or 'DitaUtils.py map-prep -d template.ditamap' 67 67 --> … … 347 347 <topicref href="topics/network_performance.dita"/> 348 348 </chapter> 349 349 350 350 <chapter href="topics/remotevm.dita"> 351 351 <topicref href="topics/vrde.dita"> … … 371 371 </topicref>--> 372 372 </chapter> 373 373 374 374 <!-- VBoxManage Refentry command topics --> 375 375 <chapter href="topics/vboxmanage.dita"> 376 <topicref href="topics/vboxmanage-intro.dita"/> 377 <!-- Commands Overview --> 376 <topicref href="topics/vboxmanage-intro.dita"/> 377 <!-- Commands Overview --> 378 378 <!-- <topicref href="topics/vboxmanage-cmd-overview.dita"/> --> 379 379 <topicref href="topics/vboxmanage-general.dita"/> 380 <topicref href="topics/man_VBoxManage-common.dita"/> 380 <topicref href="topics/man_VBoxManage-common.dita"/> 381 381 <topicref href="topics/man_VBoxManage-adoptstate.dita"/> 382 382 <topicref href="topics/man_VBoxManage-checkmediumpwd.dita"/> … … 436 436 <!-- <topicref href="topics/man_VBoxManage-cloudlist.dita"/> --> 437 437 </chapter> 438 438 439 439 <chapter href="topics/AdvancedTopics.dita"> 440 440 <topicref href="topics/autologon.dita"> … … 561 561 <topicref href="topics/vboxsvc-session-0-known-issues.dita"/> 562 562 </topicref> 563 563 564 564 <!-- <topicref href="topics/viso.dita"> --> 565 565 566 566 </chapter> 567 567 <chapter href="topics/TechnicalBackground.dita"> … … 578 578 <topicref href="topics/nestedpaging.dita"/> 579 579 </chapter> 580 580 581 581 <chapter href="topics/VirtualBoxAPI.dita"/> 582 582 583 583 <chapter href="topics/Troubleshooting.dita"> 584 584 <topicref href="topics/ts_procs-tools.dita"> … … 641 641 </topicref> 642 642 </chapter> 643 643 644 644 <chapter href="topics/Security.dita"> 645 645 <topicref href="topics/security-general.dita"/> … … 673 673 </topicref> 674 674 </chapter> 675 675 676 676 <chapter href="topics/KnownIssues.dita"> 677 677 <topicref href="topics/ExperimentalFeatures.dita"/> 678 678 <topicref href="topics/KnownProblems.dita"/> 679 679 </chapter> 680 680 681 681 <!-- Change Log--> 682 682 683 683 <!-- Third Party Licenses--> 684 684 685 685 <chapter href="topics/privacy.dita"/> 686 686 687 687 <chapter href="topics/Glossary.dita" chunk="to-content"> 688 688 <topicref href="topics/glossentry-acpi.dita"/> … … 725 725 <topicref href="topics/glossentry-xml.dita"/> 726 726 <topicref href="topics/glossentry-xpcom.dita"/> 727 </chapter> 727 </chapter> 728 728 </bookmap>
Note:
See TracChangeset
for help on using the changeset viewer.