Author: crossley Date: Wed Nov 10 14:12:32 2010 New Revision: 1033479 URL: http://svn.apache.org/viewvc?rev=1033479&view=rev Log: Fix typo in example and add another example.
Modified: forrest/trunk/site-author/content/xdocs/howto-dev.xml Modified: forrest/trunk/site-author/content/xdocs/howto-dev.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/howto-dev.xml?rev=1033479&r1=1033478&r2=1033479&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/howto-dev.xml (original) +++ forrest/trunk/site-author/content/xdocs/howto-dev.xml Wed Nov 10 14:12:32 2010 @@ -390,9 +390,12 @@ $ svn merge -r 303:302 Perhaps the easiest way to "debug" Forrest is to be aware of all the processing steps between taking in the source and outputting the end result. When you know these you can do 'forrest run' and request the - intermediate documents, such as "http://localhost:8888/body-index.xml" - which will return the intermediate processing of the body of the - document. + intermediate documents, such as + "<code>http://localhost:8888/body-index.html</code>" + which will return the intermediate processing of the body part of the + document, and + "<code>http://localhost:8888/index.xml</code>" + which will return the intermediate xml. </p> <p> The techniques described below help you to be aware of the