Mercurial > hg > Members > kono > nitros9-code
changeset 1066:1e04ad1dfdce
Build a book out of the articles. To be uploaded to sourceforge later.
author | roug |
---|---|
date | Sun, 30 Mar 2003 21:48:33 +0000 |
parents | 63fc27187545 |
children | 43b810ffa6df |
files | docs/articles/articles.docbook docs/articles/ded.article docs/articles/diskcrash.article docs/articles/makefile docs/articles/os9software.article docs/articles/tutorial.article |
diffstat | 6 files changed, 36 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/articles/articles.docbook Sun Mar 30 21:48:33 2003 +0000 @@ -0,0 +1,32 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + <!ENTITY tutorial SYSTEM "tutorial.article"> + <!ENTITY diskcrash SYSTEM "diskcrash.article"> + <!ENTITY ded SYSTEM "ded.article"> + <!ENTITY os9software SYSTEM "os9software.article"> + ]> +<book id="articles" lang="en"> +<part label="Part One" id="part1"> +<title>Using OS9</title> +<partintro> +<para>Introduction to OS9 - Using it</para> +</partintro> +&tutorial; +</part> +<part label="Part Two" id="part2"> +<title>System Administration</title> +<partintro> +<para>How to administer OS9</para> +</partintro> +&diskcrash; +&ded; +</part> +<part label="Part Three" id="part3"> +<title>Programming</title> +<partintro> +<para>How to program OS9</para> +</partintro> +&os9software; +</part> +</book>
--- a/docs/articles/ded.article Sun Mar 30 08:27:32 2003 +0000 +++ b/docs/articles/ded.article Sun Mar 30 21:48:33 2003 +0000 @@ -1,6 +1,3 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- The author has not been contacted about adding this article to the documentation set.
--- a/docs/articles/diskcrash.article Sun Mar 30 08:27:32 2003 +0000 +++ b/docs/articles/diskcrash.article Sun Mar 30 21:48:33 2003 +0000 @@ -1,6 +1,3 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- The author has not been contacted about adding this article to the documentation set.
--- a/docs/articles/makefile Sun Mar 30 08:27:32 2003 +0000 +++ b/docs/articles/makefile Sun Mar 30 21:48:33 2003 +0000 @@ -1,7 +1,4 @@ -pdf: os9software.pdf diskcrash.pdf +pdf: articles.pdf -os9software.pdf: os9software.article - xmlto pdf os9software.article - -diskcrash.pdf: diskcrash.article - xmlto pdf diskcrash.article +articles.pdf: os9software.article diskcrash.article + docbook2pdf articles.docbook
--- a/docs/articles/os9software.article Sun Mar 30 08:27:32 2003 +0000 +++ b/docs/articles/os9software.article Sun Mar 30 21:48:33 2003 +0000 @@ -1,6 +1,3 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- The author has not been contacted about adding this article to the documentation set. @@ -566,7 +563,7 @@ </para> </section> <section> -<title>Other Progamming Tips</title> +<title>Other Programming Tips</title> <para> Generally, thats about all there is to writing OS9 programs. Remember, that an OS9 process should exit by calling os9 f$exit (with the B register containing
--- a/docs/articles/tutorial.article Sun Mar 30 08:27:32 2003 +0000 +++ b/docs/articles/tutorial.article Sun Mar 30 21:48:33 2003 +0000 @@ -1,6 +1,3 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <article> <articleinfo> <author><firstname>Bob</firstname><surname>Montowski</surname></author>