annotate docs/articles/articles.docbook @ 2810:7dbdaa3a7d6c lwtools-port

Removed case related pragma so that inetd assembles correctly
author Boisy Pitre <boisy.pitre@nuance.com>
date Mon, 04 Feb 2013 21:33:25 -0600
parents 2038f48c78e4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1066
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
1 <?xml version="1.0" ?>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
1074
2038f48c78e4 A new article on how to write extension modules
roug
parents: 1066
diff changeset
4 <!ENTITY bootprocess SYSTEM "bootprocess.article">
2038f48c78e4 A new article on how to write extension modules
roug
parents: 1066
diff changeset
5 <!ENTITY ded SYSTEM "ded.article">
1066
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
6 <!ENTITY diskcrash SYSTEM "diskcrash.article">
1074
2038f48c78e4 A new article on how to write extension modules
roug
parents: 1066
diff changeset
7 <!ENTITY extmodule SYSTEM "extensionmodule.article">
1066
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
8 <!ENTITY os9software SYSTEM "os9software.article">
1074
2038f48c78e4 A new article on how to write extension modules
roug
parents: 1066
diff changeset
9 <!ENTITY tutorial SYSTEM "tutorial.article">
1066
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
10 ]>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
11 <book id="articles" lang="en">
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
12 <part label="Part One" id="part1">
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
13 <title>Using OS9</title>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
14 <partintro>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
15 <para>Introduction to OS9 - Using it</para>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
16 </partintro>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
17 &tutorial;
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
18 </part>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
19 <part label="Part Two" id="part2">
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
20 <title>System Administration</title>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
21 <partintro>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
22 <para>How to administer OS9</para>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
23 </partintro>
1074
2038f48c78e4 A new article on how to write extension modules
roug
parents: 1066
diff changeset
24 &bootprocess;
1066
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
25 &diskcrash;
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
26 &ded;
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
27 </part>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
28 <part label="Part Three" id="part3">
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
29 <title>Programming</title>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
30 <partintro>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
31 <para>How to program OS9</para>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
32 </partintro>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
33 &os9software;
1074
2038f48c78e4 A new article on how to write extension modules
roug
parents: 1066
diff changeset
34 &extmodule;
1066
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
35 </part>
1e04ad1dfdce Build a book out of the articles. To be uploaded to sourceforge later.
roug
parents:
diff changeset
36 </book>