I would like to have the introduction ad index.apt, but it causes an error in site generation saying that there are duplicate indexes.
 
Having the mojo link on the navigation menu makes it easier to move back and forth between plugins. When you start from the main page, click a plugin link and then want to jump back to mojo, it isn't obvious that there is a link on the right side. Hitting back is annoyiny if you have clicked around on the various plugin pages. Also, having the javadoc upfront with the How To, introduction, and goals is better IMO than where it gets buried in the reports section. I'm just trying to throw the info up front for a newbie instead of down in the plugin reports where they might not look.


From: dan tran [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 15, 2006 1:49 PM
To: dev@mojo.codehaus.org
Subject: [mojo-dev] mojo site template

 
Hi folks,
 
The current template currently has 3 links back to main mojo site.  I think we cut down one by not placing it in the navigation bar.
 
Also the javadoc is aready in the project report, we can remove it as well.
 
use index.apt to place your introduction, if needed, other wise it is automatically default to goal usage
 
WDYT?
 
-Dan
 
<project name="Maven XXXXX Plugin">
   <bannerLeft>
      <name>Mojo</name>
      <src>http://mojo.codehaus.org/images/mojo_logo.png</src>
      <href>http://mojo.codehaus.org</href>
   </bannerLeft>
   <bannerRight>
      <name>Codehaus</name>
      <src>http://mojo.codehaus.org/images/codehaus-small.png</src>
      <href>http://www.codehaus.org</href>
   </bannerRight>
   <body>
      <links>
         <item name="Mojo" href=""/'>http://mojo.codehaus.org"/>
         <item name="Maven" href=""/'>http://maven.apache.org/maven2"/>
      </links>
    <menu name="you plugin name "> <!-- build-helper -->
      <item name="Goals" href=""/>
      <item name="How to Use" href=""/>
    </menu>
    ${reports}
  </body>
</project>

 

Reply via email to