Author: crossley Date: Thu May 21 06:59:12 2009 New Revision: 776979 URL: http://svn.apache.org/viewvc?rev=776979&view=rev Log: Added a warning note that the skinconfig example is out-of-date. Look at a fresh 'forrest seed' site for current skinconf.xml example.
Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml?rev=776979&r1=776978&r2=776979&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml Thu May 21 06:59:12 2009 @@ -383,7 +383,9 @@ <title>Configuring the Forrest skin: skinconf.xml</title> <p> Most Forrest skins can be customized through a single XML file, - <code>src/documentation/skinconf.xml</code>, which looks like this: + <code>src/documentation/skinconf.xml</code>, which looks like the + following example. Warning: The following example might be out-of-date. + Obtain a recent configuration file from a new 'forrest seed' site. </p> <source> <![CDATA[ @@ -393,8 +395,8 @@ --> <!DOCTYPE skinconfig PUBLIC - "-//APACHE//DTD Skin Configuration V0.6-3//EN" - "skinconfig-v06-3.dtd"> + "-//APACHE//DTD Skin Configuration V0.8-2//EN" + "skinconfig-v08-2.dtd"> <skinconfig> <!-- To enable lucene search add provider="lucene"