diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:18:52 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:18:52 (GMT) |
commit | 3c1250527d43864c309cbf0dd2f9356042124d21 (patch) | |
tree | 457872409543640bc391a51c500c510bae145f5e /doc/developer | |
parent | 5b4de675705f2cb7aea430e557b9c66475483522 (diff) | |
download | SCons-3c1250527d43864c309cbf0dd2f9356042124d21.zip SCons-3c1250527d43864c309cbf0dd2f9356042124d21.tar.gz SCons-3c1250527d43864c309cbf0dd2f9356042124d21.tar.bz2 |
- switched all docs to SCons XSD
Diffstat (limited to 'doc/developer')
-rw-r--r-- | doc/developer/architecture.xml | 14 | ||||
-rw-r--r-- | doc/developer/branches.xml | 14 | ||||
-rw-r--r-- | doc/developer/copyright.xml | 12 | ||||
-rw-r--r-- | doc/developer/cycle.xml | 14 | ||||
-rw-r--r-- | doc/developer/main.xml | 68 | ||||
-rw-r--r-- | doc/developer/packaging.xml | 14 | ||||
-rw-r--r-- | doc/developer/preface.xml | 14 | ||||
-rw-r--r-- | doc/developer/sourcetree.xml | 14 | ||||
-rw-r--r-- | doc/developer/testing.xml | 14 |
9 files changed, 128 insertions, 50 deletions
diff --git a/doc/developer/architecture.xml b/doc/developer/architecture.xml index 0fc357f..22caadf 100644 --- a/doc/developer/architecture.xml +++ b/doc/developer/architecture.xml @@ -1,3 +1,15 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-architecture" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Architecture</title> + <!-- __COPYRIGHT__ @@ -38,3 +50,5 @@ </para> </section> + +</chapter> diff --git a/doc/developer/branches.xml b/doc/developer/branches.xml index abba398..7f7fcc6 100644 --- a/doc/developer/branches.xml +++ b/doc/developer/branches.xml @@ -1,3 +1,15 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-branches" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Branches</title> + <!-- __COPYRIGHT__ @@ -38,3 +50,5 @@ </para> </section> + +</chapter> diff --git a/doc/developer/copyright.xml b/doc/developer/copyright.xml index d926f5b..2bb2db6 100644 --- a/doc/developer/copyright.xml +++ b/doc/developer/copyright.xml @@ -1,3 +1,13 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<legalnotice xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> + <!-- __COPYRIGHT__ @@ -30,3 +40,5 @@ </para> </blockquote> + +</legalnotice> diff --git a/doc/developer/cycle.xml b/doc/developer/cycle.xml index 629a1a8..ecde3f8 100644 --- a/doc/developer/cycle.xml +++ b/doc/developer/cycle.xml @@ -1,3 +1,15 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-development-cycle" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Development Cycle</title> + <!-- __COPYRIGHT__ @@ -38,3 +50,5 @@ </para> </section> + +</chapter> diff --git a/doc/developer/main.xml b/doc/developer/main.xml index e2e414c..335cfa7 100644 --- a/doc/developer/main.xml +++ b/doc/developer/main.xml @@ -25,9 +25,7 @@ --> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" -"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" -[ +<!DOCTYPE sconsdoc [ <!ENTITY % version SYSTEM "../version.xml"> %version; @@ -35,18 +33,11 @@ <!ENTITY % scons SYSTEM "../scons.mod"> %scons; - <!ENTITY architecture SYSTEM "architecture.xml"> - <!ENTITY branches SYSTEM "branches.xml"> - <!ENTITY copyright SYSTEM "copyright.xml"> - <!ENTITY cycle SYSTEM "cycle.xml"> - <!ENTITY packaging SYSTEM "packaging.xml"> - <!ENTITY preface SYSTEM "preface.xml"> - <!ENTITY sourcetree SYSTEM "sourcetree.xml"> - <!ENTITY testing SYSTEM "testing.xml"> - ]> -<book> +<book xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> <bookinfo> <title>SCons Developer's Guide &buildversion;</title> @@ -64,47 +55,24 @@ <holder>Steven Knight</holder> </copyright> - <legalnotice> - ©right; - </legalnotice> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="copyright.xml"/> <releaseinfo>version &buildversion;</releaseinfo> </bookinfo> - <preface id="chap-preface"> - <title>Preface</title> - &preface; - </preface> - - <chapter id="chap-development-cycle"> - <title>Development Cycle</title> - &cycle; - </chapter> - - <chapter id="chap-source-tree"> - <title>Source Tree</title> - &sourcetree; - </chapter> - - <chapter id="chap-testing"> - <title>Testing</title> - &testing; - </chapter> - - <chapter id="chap-branches"> - <title>Branches</title> - &branches; - </chapter> - - <chapter id="chap-packaging"> - <title>Packaging</title> - &packaging; - </chapter> - - <chapter id="chap-architecture"> - <title>Architecture</title> - &architecture; - </chapter> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="preface.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cycle.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sourcetree.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="testing.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="branches.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="packaging.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="architecture.xml"/> </book> diff --git a/doc/developer/packaging.xml b/doc/developer/packaging.xml index 3860ee7..cfea6dc 100644 --- a/doc/developer/packaging.xml +++ b/doc/developer/packaging.xml @@ -1,3 +1,15 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-packaging" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Packaging</title> + <!-- __COPYRIGHT__ @@ -38,3 +50,5 @@ </para> </section> + +</chapter> diff --git a/doc/developer/preface.xml b/doc/developer/preface.xml index 39ef93a..7102671 100644 --- a/doc/developer/preface.xml +++ b/doc/developer/preface.xml @@ -1,3 +1,15 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-preface" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Preface</title> + <!-- __COPYRIGHT__ @@ -173,3 +185,5 @@ </para> </section> + +</chapter> diff --git a/doc/developer/sourcetree.xml b/doc/developer/sourcetree.xml index be1c45a..9455f99 100644 --- a/doc/developer/sourcetree.xml +++ b/doc/developer/sourcetree.xml @@ -1,3 +1,15 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-source-tree" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Source Tree</title> + <!-- __COPYRIGHT__ @@ -38,3 +50,5 @@ </para> </section> + +</chapter> diff --git a/doc/developer/testing.xml b/doc/developer/testing.xml index c577c5c..091a5a9 100644 --- a/doc/developer/testing.xml +++ b/doc/developer/testing.xml @@ -1,3 +1,15 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-testing" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Testing</title> + <!-- __COPYRIGHT__ @@ -38,3 +50,5 @@ </para> </section> + +</chapter> |