Author: dennisl Date: Sat Nov 10 11:40:08 2007 New Revision: 593809 URL: http://svn.apache.org/viewvc?rev=593809&view=rev Log: o Add a link to the default Velocity template.
Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt?rev=593809&r1=593808&r2=593809&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt (original) +++ maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creatingskins.apt Sat Nov 10 11:40:08 2007 @@ -58,12 +58,13 @@ * Customizing the HTML output with a Velocity template - <<Details on the velocity template variables and use should be included>>. + <<Details on the Velocity template variables and use should be included>>. - The format of the velocity template is currently out of scope for this - document. To attempt this, start by copying <<<default-site.vm>>> from the - <<<doxia-site-renderer>>> JAR to - <<<src/main/resources/META-INF/maven/site.vm>>> and modify it to your needs. + The format of the Velocity template is currently out of scope for this + document. To attempt this, start by copying + <<<{{{https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default-site.vm}}>>> + to <<<src/main/resources/META-INF/maven/site.vm>>> in your project and then + modify it to your needs. * Examples of existing skins