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 2006/06/03 01:24:08 UTC

svn commit: r411331 - in /forrest/trunk/main/fresh-site/src/documentation/content/xdocs: samples/linking.xml site.xml

Author: crossley
Date: Fri Jun  2 16:24:08 2006
New Revision: 411331

URL: http://svn.apache.org/viewvc?rev=411331&view=rev
Log:
Explain why image URLs beginning with slash appear to be broken
in the forrest zone static demo.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml?rev=411331&r1=411330&r2=411331&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml Fri Jun  2 16:24:08 2006
@@ -451,6 +451,15 @@
         ellipse-2.svg and generated the PNG image on-the-fly.
         The source file is found in src/documentation/resources/images/ directory.
       </p>
+      <note>
+        You might wonder why the above images all show correctly in dynamic
+        'forrest run' mode, but some appear to be broken during static docs
+        generation 'forrest site' mode. The latter is for generating a set
+        of static docs for deployment to a server. If you used URLs beginning
+        with a slash, "/images/...", then that is their location. So the
+        generated docs on the
+        "<a href="ext:forrest-zone">forrest zone</a>" demos appear to be broken.
+      </note>
     </section>
   </body>
 </document>

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml?rev=411331&r1=411330&r2=411331&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml Fri Jun  2 16:24:08 2006
@@ -111,6 +111,7 @@
       <new_content_type href="docs/your-project.html#adding_new_content_type"/>
       <buildPlugin href="docs/howto/howto-buildPlugin.html"/>
     </forrest>
+    <forrest-zone href="http://forrest.zones.apache.org/"/>
     <cocoon href="http://cocoon.apache.org/"/>
     <xml.apache.org href="http://xml.apache.org/"/>
   </external-refs>