[Fusionforge-commits] r7931 - in trunk/gforge/docs/docbook/docbook/contribution_guide: . include

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Thu Jul 9 21:43:50 CEST 2009


Author: aljeux
Date: 2009-07-09 21:43:50 +0200 (Thu, 09 Jul 2009)
New Revision: 7931

Modified:
   trunk/gforge/docs/docbook/docbook/contribution_guide/contribution_guide.xml
   trunk/gforge/docs/docbook/docbook/contribution_guide/include/howto_documentation.xml
Log:
Adding a line on Serna XML editor for contribution on docs

Modified: trunk/gforge/docs/docbook/docbook/contribution_guide/contribution_guide.xml
===================================================================
--- trunk/gforge/docs/docbook/docbook/contribution_guide/contribution_guide.xml	2009-07-09 18:58:42 UTC (rev 7930)
+++ trunk/gforge/docs/docbook/docbook/contribution_guide/contribution_guide.xml	2009-07-09 19:43:50 UTC (rev 7931)
@@ -1,35 +1,29 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- This document was created with Syntext Serna Free. -->
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../../dtd/docbookx.dtd" [
-	<!ENTITY % authors SYSTEM "../entities/authors.ent">
-	%authors;
-	<!ENTITY % xinclude SYSTEM "../entities/xinclude.ent">
-	%xinclude;
+ <!ENTITY % authors SYSTEM "../entities/authors.ent">
+ %authors;
+ <!ENTITY % xinclude SYSTEM "../entities/xinclude.ent">
+ %xinclude;
 
-	<!ENTITY howto_contribute "include/howto_contribute.xml">
-	<!ENTITY repository "include/repository.xml">
-	<!ENTITY coding_standards "include/coding_standards.xml">
-	<!ENTITY templating "include/templating.xml">
-	<!ENTITY howto_documentation "include/howto_documentation.xml">
-	<!ENTITY howto_localization "include/howto_localization.xml">
-	<!ENTITY howto_xhtml "include/howto_xhtml.xml">
+ <!ENTITY howto_contribute "include/howto_contribute.xml">
+ <!ENTITY repository "include/repository.xml">
+ <!ENTITY coding_standards "include/coding_standards.xml">
+ <!ENTITY templating "include/templating.xml">
+ <!ENTITY howto_documentation "include/howto_documentation.xml">
+ <!ENTITY howto_localization "include/howto_localization.xml">
+ <!ENTITY howto_xhtml "include/howto_xhtml.xml">
 ]>
-<article lang="en-US" id="contribution_guide">
-	<articleinfo>
-		<title>FusionForge Contribution Guide</title>
-		<authorgroup>
-			&roland_mas;
-			&tim_perdue;
-			&guillaume_smet;
-			&reinhard_spisser;
-		</authorgroup>
-	</articleinfo>
-
-	<xi:include href="&howto_contribute;" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="&repository;" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="&coding_standards;" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="&templating;" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="&howto_documentation;" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<!-- <xi:include href="&howto_localization;" xmlns:xi="http://www.w3.org/2001/XInclude" />  -->
-	<xi:include href="&howto_xhtml;" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
+<article id="contribution_guide" lang="en-US">
+  <articleinfo>
+    <title>FusionForge Contribution Guide</title>
+    <authorgroup>
+&roland_mas;&tim_perdue;&guillaume_smet;&reinhard_spisser;    </authorgroup>
+  </articleinfo>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&howto_contribute;"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&repository;"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&coding_standards;"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&templating;"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&howto_documentation;"/>
+<!-- <xi:include href="&howto_localization;" xmlns:xi="http://www.w3.org/2001/XInclude" />  -->  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="&howto_xhtml;"/>
 </article>

Modified: trunk/gforge/docs/docbook/docbook/contribution_guide/include/howto_documentation.xml
===================================================================
--- trunk/gforge/docs/docbook/docbook/contribution_guide/include/howto_documentation.xml	2009-07-09 18:58:42 UTC (rev 7930)
+++ trunk/gforge/docs/docbook/docbook/contribution_guide/include/howto_documentation.xml	2009-07-09 19:43:50 UTC (rev 7931)
@@ -1,9 +1,10 @@
+<?xml version='1.0' encoding='UTF-8'?>
 <section id="cg_howto_documentation">
-	<title>Documentation</title>
-	<para>
-		We now use XML Docbook to write documentation instead of Maven. You can read the <ulink url="http://www.docbook.org/tdg/index.html">Docbook Definitive Guide</ulink> online if you want more information about XML Docbook.
-	</para>
-	<para>
-		Documentation is generated by <ulink url="http://sourceforge.net/projects/docbook/">Docbook XSL stylesheets</ulink> (html output) and <ulink url="http://db2latex.sourceforge.net/">DB2Latex XSL stylesheets</ulink> (PDF output).
-	</para>
-</section>
\ No newline at end of file
+  <title>Documentation</title>
+  <para>
+  We now use XML Docbook to write documentation. You can read the <ulink url="http://www.docbook.org/tdg/index.html">Docbook Definitive Guide</ulink> online if you want more information about XML Docbook.
+ </para>
+  <para>You can use the  <ulink url="http://www.syntext.com/downloads/serna-free/">Serna XML editor</ulink> to edit the documents.</para>
+  <para>Documentation is generated by <ulink url="http://sourceforge.net/projects/docbook/">Docbook XSL stylesheets</ulink> (html output) and <ulink url="http://db2latex.sourceforge.net/">DB2Latex XSL stylesheets</ulink> (PDF output).
+ </para>
+</section>




More information about the Fusionforge-commits mailing list