Author: vsiveton
Date: Wed Jan 28 12:47:05 2009
New Revision: 738469
URL: http://svn.apache.org/viewvc?rev=738469&view=rev
Log:
o improved documentation
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/using-fml-xsd.apt
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/using-xdoc-xsd.apt
(with props)
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/using-fml-xsd.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/using-fml-xsd.apt?rev=738469&view=auto
==============================================================================
---
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/using-fml-xsd.apt
(added)
+++
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/using-fml-xsd.apt
Wed Jan 28 12:47:05 2009
@@ -0,0 +1,43 @@
+ -----
+ Using Schema FML 1.0
+ -----
+ Vincent Siveton
+ ------
+ 2009-01-28
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements. See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership. The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License. You may obtain a copy of the License at
+~~
+~~ http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied. See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Using Schema FML 1.0
+
+ The FML XSD is located {{{http://maven.apache.org/xsd/fml-1.0.xsd}here}}.
+
+ Your favorite IDE probably supports XSD schema's for .fml files. You need to
specify the following:
+
++-----+
+
+<faqs xmlns="http://maven.apache.org/FML/1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/FML/1.0
http://maven.apache.org/xsd/fml-1.0.xsd"
+ title="...">
+...
+</faqs>
++-----+
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/using-fml-xsd.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/apt/using-fml-xsd.apt
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml?rev=738469&r1=738468&r2=738469&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
Wed Jan 28 12:47:05 2009
@@ -21,14 +21,20 @@
*/
-->
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
../../../../../doxia-sitetools/doxia-decoration-model/target/generated-site/xsd/decoration-1.0.0.xsd">
<body>
<menu ref="parent"/>
- <menu ref="reports"/>
+ <menu name="Schema FML 1.0">
+ <item name="Reference of Schema FML" href="xsddoc/index.html"/>
+ <item name="Using Schema FML" href="using-fml-xsd.html"/>
+ </menu>
+ <menu ref="reports"/>
</body>
</project>
\ No newline at end of file
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/using-xdoc-xsd.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/using-xdoc-xsd.apt?rev=738469&view=auto
==============================================================================
---
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/using-xdoc-xsd.apt
(added)
+++
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/using-xdoc-xsd.apt
Wed Jan 28 12:47:05 2009
@@ -0,0 +1,42 @@
+ -----
+ Using Schema XDOC 2.0
+ -----
+ Vincent Siveton
+ ------
+ 2009-01-28
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements. See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership. The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License. You may obtain a copy of the License at
+~~
+~~ http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied. See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Using Schema XDOC 2.0
+
+ The XDOC XSD is located {{{http://maven.apache.org/xsd/xdoc-2.0.xsd}here}}.
+
+ Your favorite IDE probably supports XSD schema's for .xml/.xdoc files. You
need to specify the following:
+
++-----+
+
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
+...
+</document>
++-----+
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/using-xdoc-xsd.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/apt/using-xdoc-xsd.apt
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml?rev=738469&r1=738468&r2=738469&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
Wed Jan 28 12:47:05 2009
@@ -21,12 +21,19 @@
*/
-->
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../../../doxia-sitetools/doxia-decoration-model/target/generated-site/xsd/decoration-1.0.0.xsd">
<body>
<menu ref="parent"/>
+ <menu name="Schema XDOC 2.0">
+ <item name="Reference of Schema XDOC" href="xsddoc/index.html"/>
+ <item name="Using Schema XDOC" href="using-xdoc-xsd.html"/>
+ </menu>
+
<menu ref="reports"/>
</body>