Author: hboutemy Date: Sat Feb 21 18:50:19 2009 New Revision: 746561 URL: http://svn.apache.org/viewvc?rev=746561&view=rev Log: improved site
Added: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml (with props) Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/main/mdo/decoration.mdo maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/main/mdo/decoration.mdo URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=746561&r1=746560&r2=746561&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/main/mdo/decoration.mdo (original) +++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/main/mdo/decoration.mdo Sat Feb 21 18:50:19 2009 @@ -25,7 +25,7 @@ <id>decoration</id> <name>Decoration</name> <description><![CDATA[ - <p>This is a reference for the site decoration descriptor used in Doxia.</p> + <p>This is a reference for the site decoration descriptor used in Doxia, also known as <code>site.xml</code>.</p> <p>An XSD is available at:</p> <ul> <li><a href="http://maven.apache.org/xsd/decoration-1.0.0.xsd">http://maven.apache.org/xsd/decoration-1.0.0.xsd</a> for Maven 2.0.</li> Added: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml?rev=746561&view=auto ============================================================================== --- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml (added) +++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml Sat Feb 21 18:50:19 2009 @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +/* + * 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. + */ + --> + +<project> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-stylus-skin</artifactId> + <version>1.1</version> + </skin> + + <body> + <breadcrumbs> + <item name="Maven" href="http://maven.apache.org/index.html" /> + <item name="Doxia" href="http://maven.apache.org/doxia/index.html" /> + </breadcrumbs> + + <menu name="Documentation"> + <item name="decoration descriptor" href="decoration.html" /> + </menu> + + <menu ref="modules"/> + + </body> +</project> Propchange: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml?rev=746561&r1=746560&r2=746561&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml (original) +++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml Sat Feb 21 18:50:19 2009 @@ -29,7 +29,6 @@ <bannerRight> <src>images/maven-logo-2.gif</src> </bannerRight> - <publishDate format="d MMM yyyy" position="right" /> <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-stylus-skin</artifactId>