You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/10 17:48:46 UTC

svn commit: r160785 - forrest/trunk/site-author/conf/cli.xconf forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml

Author: crossley
Date: Sun Apr 10 08:48:45 2005
New Revision: 160785

URL: http://svn.apache.org/viewcvs?view=rev&rev=160785
Log:
The sitemap-ref.html doc has links to faq.xml etc as demos.
This causes links like docs/site:howto/buildPlugin, so exlcude them
via the cli.xconf file.

Modified:
    forrest/trunk/site-author/conf/cli.xconf
    forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml

Modified: forrest/trunk/site-author/conf/cli.xconf
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/conf/cli.xconf?view=diff&r1=160784&r2=160785
==============================================================================
--- forrest/trunk/site-author/conf/cli.xconf (original)
+++ forrest/trunk/site-author/conf/cli.xconf Sun Apr 10 08:48:45 2005
@@ -208,9 +208,11 @@
    <exclude pattern="**/"/>
    <exclude pattern="**apidocs**"/>
    <exclude pattern="api/**"/>
-   
-   <exclude pattern="site:**"/>
-   <exclude pattern="ext:**"/>
+
+   <!-- The sitemap-ref.html doc has links to faq.xml etc as demos.
+     This cause links like docs/site:howto/buildPlugin, so exlcude them. -->
+   <exclude pattern="**site:**"/>
+   <exclude pattern="**ext:**"/>
 
    <!-- Exclude tokens used in URLs to ASF mirrors (interpreted by a CGI) -->
    <exclude pattern="[preferred]/**"/>

Modified: forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml?view=diff&r1=160784&r2=160785
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml Sun Apr 10 08:48:45 2005
@@ -188,13 +188,11 @@
       </p>
       <p>
         Source pipelines always have a "<code>.xml</code>" extension.
-<!-- FIXME: this causes strange breakages looking for "docs/site:howto/buildPlugin" etc.
         Thus, 
         <link href="index.xml">index.xml</link> gives you the XML source for the
         index page.  Likewise, <link href="faq.xml">faq.xml</link> gives you XML
         for the FAQ (transformed from FAQ syntax), and 
         <link href="changes.xml">changes.xml</link> returns XML from the status.xml file.
--->
         Take any page, and replace its extension (<code>.html</code> or
         <code>.pdf</code>) with <code>.xml</code> and you'll have the Source
         XML.