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/08 07:48:39 UTC

svn commit: r412666 - in /forrest/trunk/site-author: content/xdocs/docs_0_80/faq.xml status.xml

Author: crossley
Date: Wed Jun  7 22:48:38 2006
New Revision: 412666

URL: http://svn.apache.org/viewvc?rev=412666&view=rev
Log:
Add status entry for enhanced FAQ #rawHTML and fixed poor fragment Id.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=412666&r1=412665&r2=412666&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Wed Jun  7 22:48:38 2006
@@ -526,7 +526,7 @@
         Transformer</link>. You can see an example of how it works in the above linked issue.</p>
       </answer>
     </faq>
-    <faq id="rawTML">
+    <faq id="rawHTML">
       <question>How can I include HTML content that is not to be skinned by Forrest?</question>
       <answer>
         <p>To serve, for example a legacy HTML site, add something like the following 
@@ -553,7 +553,7 @@
           <li>cd seed</li>
           <li>forrest seed-sample</li>
           <li>forrest</li>
-          <li><link href="http://localhost:8888/samples/linking.html#no-decoration">Read the doc</link></li>
+          <li><code>http://localhost:8888/samples/linking.html#no-decoration</code></li>
         </ol>
       </answer>
     </faq>

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=412666&r1=412665&r2=412666&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Wed Jun  7 22:48:38 2006
@@ -260,8 +260,11 @@
         See <link href="site:v0.80//dispatcher-concept">dispatcher development</link> and
         follow to the quickstart howto.
       </action>
-
-<!-- FIXME DC up to here -->
+      <action context="docs" type="update" dev="RDG" fixes-bug="FOR-666">
+        Clarify the FAQ about using
+        <link href="site:faq/rawHTML">raw HTML</link>
+        docs with no decoration.
+      </action>
       <action context="code" type="add" dev="DC" due-to="Pier Fumagalli">
         Add Validation Block. Uses transformers to enable RELAX NG validation and
         W3C XML Schema validation using Jing and Xerces.