|
From: <tri...@us...> - 2010-01-22 19:48:14
|
Revision: 1195
http://equanda.svn.sourceforge.net/equanda/?rev=1195&view=rev
Author: triathlon98
Date: 2010-01-22 19:48:04 +0000 (Fri, 22 Jan 2010)
Log Message:
-----------
example file
Modified Paths:
--------------
trunk/src/site/docbook/docbook.xml
Modified: trunk/src/site/docbook/docbook.xml
===================================================================
--- trunk/src/site/docbook/docbook.xml 2010-01-21 09:34:51 UTC (rev 1194)
+++ trunk/src/site/docbook/docbook.xml 2010-01-22 19:48:04 UTC (rev 1195)
@@ -1,19 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
- "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<article id="docbook" lang="en">
- <title>Page title</title>
- <toc></toc>
-<para>
-<note>
-<para><emphasis>warning</emphasis> : this documentation is still somewhat incomplete. We are working hard to improve both the feature set and the documentation. So do have a browse around, but definitely come back later to see how things evolve.</para>
-</note>
- </para>
+ <title>Page title</title>
-<section><title>Section</title>
-<para>
-A sample paragraph.
-</para>
- </section>
+ <toc />
+ <para>
+ <note>
+ <para><emphasis>warning</emphasis> : this documentation is still
+ somewhat incomplete. We are working hard to improve both the feature set
+ and the documentation. So do have a browse around, but definitely come
+ back later to see how things evolve.</para>
+ </note>
+ </para>
+
+ <section>
+ <title>Section</title>
+
+ <para>A sample paragraph.</para>
+ </section>
</article>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|