Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Maven Wiki" for change 
notification.

The following page has been changed by AlexanderHars:
http://wiki.apache.org/maven/SitePlugin

------------------------------------------------------------------------------
  [http://maven.apache.org/guides/mini/guide-site.html Guide to creating a 
site] 
+ 
+ 
+ == Site directory structure ==
+ 
+ The generic directory structure for a non-internationalized site is shown 
below. 
+ In most cases, users w
+ 
+ {{{
+ +- src/ 
+    +- site/
+       +- apt/             //Files written in APT format
+       |  +- index.apt
+       |
+       +- xdoc/            //Files written in XDOC format
+       |  +- other.xml
+       |
+       +- fml/             //Faq's 
+       |  +- general.fml
+       |  +- faq.fml
+       |
+       +- resources/       //Resources 
+       |  +- css/
+       |  |  +- site.css   //can replace Maven's default site.css
+       |  |
+       |  +-html/          //Any static html files you may have
+       |  | +- static.html
+       |  |
+       |  +- images/       //place your images here
+       |     +- pic1.jpg
+       |
+       +- site.xml         //defines menu structure and logos
+ }}}
  
  == How to's ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to