[tracker] XSD: Reformat documentation to docbook



commit b9394a1ac0aba6961d45b0f5d9d73874dc624436
Author: Ivan Frade <ivan frade nokia com>
Date:   Wed Jan 27 22:33:54 2010 +0200

    XSD: Reformat documentation to docbook
    
    An added in the generated documentation. Not much information there, though

 docs/ontologies/xsd/explanation.html       |   10 ----------
 docs/ontologies/xsd/explanation.xml        |   16 ++++++++++++++++
 docs/reference/ontology/ontology-docs.sgml |    2 ++
 3 files changed, 18 insertions(+), 10 deletions(-)
---
diff --git a/docs/ontologies/xsd/explanation.xml b/docs/ontologies/xsd/explanation.xml
new file mode 100644
index 0000000..6fab3bd
--- /dev/null
+++ b/docs/ontologies/xsd/explanation.xml
@@ -0,0 +1,16 @@
+<section id="xsd-explanation">
+  <title>Overview</title>
+
+  <sect2 id="xsd-introduction">
+    <title>Introduction</title>
+    <para>This ontology is a translation into RDF classes of the
+    XML Schema data types supported by tracker. These are only a subset
+    of the official <ulink url="http://www.w3.org/TR/xmlschema-2/";>W3C
+    specification</ulink>. Any other divergency between the
+    specs should be considered a bug in this document, and can be
+    reported in the 
+    <ulink url="http://mail.gnome.org/mailman/listinfo/tracker-list";>Tracker
+    mailing list</ulink>.
+    </para>
+  </sect2>
+</section>
diff --git a/docs/reference/ontology/ontology-docs.sgml b/docs/reference/ontology/ontology-docs.sgml
index cf1ca18..76ebe94 100644
--- a/docs/reference/ontology/ontology-docs.sgml
+++ b/docs/reference/ontology/ontology-docs.sgml
@@ -3,6 +3,7 @@
                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 <!ENTITY version SYSTEM "version.xml">
+<!ENTITY xsd-ontology SYSTEM "xsd-ontology.xml">
 <!ENTITY nie-ontology SYSTEM "nie-ontology.xml">
 <!ENTITY nco-ontology SYSTEM "nco-ontology.xml">
 <!ENTITY nmo-ontology SYSTEM "nmo-ontology.xml">
@@ -43,6 +44,7 @@
       </para>
     </partintro>
 
+    &xsd-ontology;
     &nie-ontology;
     &nco-ontology;
     &nmo-ontology;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]