Author: vsiveton
Date: Sat May 19 06:57:51 2007
New Revision: 539754

URL: http://svn.apache.org/viewvc?view=rev&rev=539754
Log:
MSITE-207: <poweredBy> not mentioned in the document

o added a poweredBy part in the "Configuring the Site Descriptor" page

Modified:
    
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt

Modified: 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt?view=diff&rev=539754&r1=539753&r2=539754
==============================================================================
--- 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt 
(original)
+++ 
maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt 
Sat May 19 06:57:51 2007
@@ -49,6 +49,23 @@
 
   The position could be: left, right, navigation-top, navigation-bottom, 
bottom.
 
+* Powered by logo
+
+  You could add a "Powered by" logo in your site.
+  To do this, you could add a \<poweredBy/> in the site.xml like the following:
+
++-----+
+<project name="My Site Descriptor">
+  ...
+  <poweredBy>
+    <logo name="Maven" href="http://maven.apache.org/";
+          img="http://maven.apache.org/images/logos/maven-feather.png"/>
+    ...
+  </poweredBy>
+  ...
+</project>
++-----+
+
 * Inheritance
 
   Site descriptors are inherited along the same lines as project descriptors 
are. When you deploy a project, it's site


Reply via email to