Changeset 18
- Timestamp:
- Apr 22, 2006, 5:12:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DOV/TheDesignOfVoyager.xml
r12 r18 1 1 <?xml version='1.0'?> 2 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3b2/docbookx.dtd"> 3 <book> 3 [ 4 <!ENTITY % vers SYSTEM "version.xml"> 5 %vers; 6 <!ENTITY foreword SYSTEM "foreword.xml"> 7 <!ENTITY ch00 SYSTEM "ch00.xml"> 8 <!ENTITY ch01 SYSTEM "ch01.xml"> 9 <!ENTITY ch02 SYSTEM "ch02.xml"> 10 <!ENTITY ch03 SYSTEM "ch03.xml"> 11 <!ENTITY ch04 SYSTEM "ch04.xml"> 12 <!ENTITY appa SYSTEM "appa.xml"> 13 <!ENTITY license SYSTEM "copyright.xml"> 14 ]> 15 16 <book id="dov"> 17 <title>The Design of Voyager</title> 4 18 5 19 <bookinfo> 6 7 <copyright><year>2006</year><holder>netlabs.org</holder></copyright> 8 <title> 9 10 The Design of Voyager 11 <author><firstname>Adrian</firstname><surname>Gschwend</surname></author> 12 13 </title> 20 <edition>First</edition> 21 <copyright> 22 <year>2006</year> 23 <holder>netlabs.org</holder> 24 </copyright> 25 26 <authorgroup> 27 <author><firstname>Adrian</firstname><surname>Gschwend</surname></author> 28 </authorgroup> 29 30 <legalnotice><para>This work is licensed under the Creative 31 Commons Attribution License. To view a copy of this license, 32 visit <ulink url="http://creativecommons.org/licenses/by/2.0/"/> 33 or send a letter to Creative Commons, 559 Nathan Abbott Way, 34 Stanford, California 94305, USA.</para></legalnotice> 35 14 36 15 37 </bookinfo> 38 39 <!-- External entity refs --> 16 40 17 <preface> 41 &foreword; 42 &ch00; 43 &ch01; 44 &ch02; 45 &ch03; 46 &ch04; 47 &appa; 48 &license; 49 18 50 19 <title>Foreword</title>20 21 <para>For years a book called The Design of OS/2 was recommended by22 programmers as a reference for everyone who wants to write an23 operating system. The book gave an insight into the design of a24 modern operating system at the time but was still easy to read also25 for not that experienced programmers.</para>26 27 <para>This document tries to provide the same for The Voyager28 Project, an attempt to create an object oriented workplace for the29 21th century. The ultimate goal is to make it easy for new30 programmers to join the project. This book will give you a starting31 point for that.</para>32 33 </preface>34 35 <preface />36 37 <chapter>38 39 <title>Voyager Components</title>40 41 <para>bla</para>42 43 </chapter>44 45 <chapter>46 47 <title>Voyager Object Model</title>48 49 <para>bla</para>50 51 </chapter>52 53 <chapter>54 55 <title>Triton</title>56 57 <para>bla</para>58 59 </chapter>60 61 <chapter>62 63 <title>Voyager Toolkit</title>64 65 <para>Header with data types for OS/2, information about glib66 etc</para>67 68 </chapter>69 70 <appendix>71 72 <title>A</title>73 74 </appendix>75 76 <index>...</index>77 51 <bibliography xmlns="http://docbook.org/ns/docbook"> 78 52
Note:
See TracChangeset
for help on using the changeset viewer.