Changeset 105417 in vbox for trunk/doc/manual/en_US/dita
- Timestamp:
- Jul 19, 2024 11:24:00 AM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 164071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/UserManual.ditamap
r105405 r105417 2 2 <!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd"> 3 3 <!-- The bookmap ID is imperative and matched the Jarvis GUID required to build and pretty much do anything --> 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; 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: 10 'DitaUtils.py title -d template.ditamap' or 'DitaUtils.py map-prep -d template.ditamap' 11 --> 4 <bookmap id="EN-VBOX-7-1-USER" xml:lang="en-US"> 12 5 <booktitle> 13 <booklibrary>Oracle VM VirtualBox</booklibrary> 14 <mainbooktitle>User Manual for Release 7.0</mainbooktitle> 6 <mainbooktitle>Oracle VirtualBox: User Guide for Release 7.1</mainbooktitle> 15 7 </booktitle> 16 8 <bookmeta> … … 18 10 <published> 19 11 <completed> 20 <month> November</month>21 <year>202 2</year>12 <month>July</month> 13 <year>2024</year> 22 14 </completed> 23 15 </published> 24 16 </publisherinformation> 25 17 26 <!-- 27 The othermeta title is used as the title for the book in Jarvis and in OHC search. 28 If you don't set this, the value in PDB is used. 29 The booklibrary and mainbooktitle automatically get updated from this title! 30 31 Use a : character to distinguish booklibrary from mainbooktitle 32 To make sure the title is correctly set run: 33 'DitaUtils.py title -d template.ditamap' or 'DitaUtils.py map-prep -d template.ditamap' 34 --> 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). 39 If you don't set it, it will default to the docid in PDB. 40 --> 41 <othermeta name="pubAlias" content="user"/> 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 46 to add a line entry under [auto-props]: 47 *.ditamap = svn:mime-type=text/xml;svn:keywords=Author Date Id Rev URL; 48 --> 49 <othermeta name="revision" content="$Rev$"/> 50 <othermeta name="rev-date" content="$Date$"/> 51 <othermeta name="ditaval" content="ohc.ditaval"/> 52 <!-- The bookpartno matches the part and revision in PDB --> 53 <bookid> 54 <bookpartno>F43655-03</bookpartno> 55 </bookid> 56 <bookrights> 57 <copyrfirst> 58 <year>2022</year> 59 </copyrfirst> 60 <bookowner> 61 <organization>Oracle and/or its affiliates. All rights reserved.</organization> 62 </bookowner> 63 </bookrights> 18 <bookrights> 19 <copyrfirst> 20 <year>2022</year> 21 </copyrfirst> 22 <bookowner> 23 <organization>Oracle and/or its affiliates. All rights reserved.</organization> 24 </bookowner> 25 </bookrights> 64 26 </bookmeta> 65 <!-- 66 Chunking at chapter level is handled automatically by running: 67 DitaUtils.py chunk -d template.ditamap or 'DitaUtils.py map-prep -d template.ditamap' 68 --> 69 <frontmatter> 27 28 <!-- Chunking should be set with chunk="to-content" in each chapter. --> 29 <frontmatter> 70 30 <mapref href="conkeyrefs.ditamap" format="ditamap" toc="no" processing-role="resource-only"/> 71 31 <booklists> … … 74 34 <tablelist/> 75 35 </booklists> 76 <preface href="topics/preface.dita" >36 <preface href="topics/preface.dita" chunk="to-content"> 77 37 <topicref href="topics/preface-audience.dita"/> 78 38 <topicref href="topics/preface-reldocs.dita"/>
Note:
See TracChangeset
for help on using the changeset viewer.