You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/08/30 22:36:46 UTC

svn commit: r1621537 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creating-content.apt.vm

Author: hboutemy
Date: Sat Aug 30 20:36:46 2014
New Revision: 1621537

URL: http://svn.apache.org/r1621537
Log:
updated documentation with fresh information

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creating-content.apt.vm

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creating-content.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creating-content.apt.vm?rev=1621537&r1=1621536&r2=1621537&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creating-content.apt.vm (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creating-content.apt.vm Sat Aug 30 20:36:46 2014
@@ -48,9 +48,15 @@ Creating Content
       |  +- general.fml
       |  +- faq.fml
       |
+      +- markdown/
+      |  +- markup.md
+      |
       +- xdoc/
       |  +- other.xml
       |
+      +- xhtml/
+      |  +- xhtml-too.xhtml
+      |
       +- site.xml
 --------------------
 
@@ -79,13 +85,16 @@ Creating Content
   {{{http://maven.apache.org/doxia/references/xdoc-format.html} XDoc Format}}
   is available.
 
+  * Markdown (since maven-site-plugin 3.3):
+  {{{http://en.wikipedia.org/wiki/Markdown} Markdown}} is a widespread Markup language.
+
   []
 
-  Other formats are available, but the above three are recognized by default by the site plugin.
-  Any other document format for which a doxia parser exists can be used as well (see the list of
+  Other formats are available, but the above four are recognized by default by the site plugin.
+  Any other document format for which a Doxia parser exists can be used as well (see the list of
   {{{http://maven.apache.org/doxia/references/index.html}Doxia Markup Languages}}),
-  but in this case you need to add the corresponding Doxia dependency to your site plugin configuration.
-  Check this {{{../faq.html\#How_to_include_a_custom_Doxia_module_like_Twiki}FAQ entry}} for details.
+  but in this case you need to add the corresponding Doxia dependency to your site plugin configuration, as
+  explained in the last paragraph.
   Note that Doxia also supports several output formats, the site plugin only creates XHTML.
 
   Note that all of the above is optional - just one index file is required in
@@ -175,6 +184,9 @@ Creating Content
   <<not>> work. If you instead use the expression <<<$\{myProperty\}>>> it will
   work just fine.
 
+  Some properties are defined by default: see
+  {{{/doxia/doxia-sitetools/doxia-site-renderer/#Velocity_processing} Doxia Site Renderer's Velocity processing reference}}
+  for more information. 
 
 * Internationalization