You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/01/28 14:07:08 UTC

svn commit: r738475 - in /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site: apt/ apt/using-decoration-xsd.apt site.xml

Author: vsiveton
Date: Wed Jan 28 13:07:08 2009
New Revision: 738475

URL: http://svn.apache.org/viewvc?rev=738475&view=rev
Log:
o improved documentation

Added:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt   (with props)
Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml

Added: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt?rev=738475&view=auto
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt (added)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt Wed Jan 28 13:07:08 2009
@@ -0,0 +1,41 @@
+ -----
+ Using Schema Decoration 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 Decoration 1.0
+
+  The Decoration XSD is located {{{http://maven.apache.org/xsd/decoration-1.0.0.xsd}here}}.
+
+  Your favorite IDE probably supports XSD schema's for site.xml files. You need to specify the following:
+
++-----+
+<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 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+...
+</project>
++-----+

Propchange: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml?rev=738475&r1=738474&r2=738475&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml Wed Jan 28 13:07:08 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:../../target/generated-site/xsd/decoration-1.0.0.xsd">
 
   <body>
 
     <menu ref="parent"/>
 
+    <menu name="Schema Decoration 1.0">
+      <item name="Reference of Schema Decoration" href="decoration.html"/>
+      <item name="Using Schema Decoration" href="using-decoration-xsd.html"/>
+    </menu>
+
     <menu ref="reports"/>
 
   </body>