Added list of os page. Fixed mistake in website editing docs about xml

syntax.
This commit is contained in:
Julie Lavoie 2003-01-18 06:23:10 +00:00
parent 533335598f
commit b5edd71eb7
3 changed files with 3 additions and 2 deletions

View File

@ -63,7 +63,7 @@
file. We add the two lines: file. We add the two lines:
</p> </p>
<code> <code>
&lt;xml version='1.0'&gt;<br /> &lt;&#143;xml version='1.0'&#143;&gt;<br />
&lt;!DOCTYPE cscpage SYSTEM &quot;../csc.dtd&quot;&gt; &lt;!DOCTYPE cscpage SYSTEM &quot;../csc.dtd&quot;&gt;
</code> </code>
<p> <p>

View File

@ -1,5 +1,5 @@
SUBDIRS = books SUBDIRS = books
INPUTS = index.xml staff.xml books.xml INPUTS = index.xml staff.xml books.xml operating-systems.xml
include ../default.mk include ../default.mk

View File

@ -5,4 +5,5 @@
<directory title="Office"> <directory title="Office">
<diritem title="Staff" href="staff.html" /> <diritem title="Staff" href="staff.html" />
<diritem title="Books" href="books.html" /> <diritem title="Books" href="books.html" />
<diritem title="Operating Systems" href="operating-systems.html" />
</directory> </directory>