dion        2003/10/08 08:43:55

  Modified:    xdocs    faq.fml index.html
  Log:
  Add more detail in docs
  
  Revision  Changes    Path
  1.4       +15 -1     maven-plugins/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdocs/faq.fml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- faq.fml   2 Oct 2003 00:05:47 -0000       1.3
  +++ faq.fml   8 Oct 2003 15:43:55 -0000       1.4
  @@ -20,6 +20,20 @@
         </answer>
       </faq>
   
  +    <faq id="site-build">
  +      <question>How do I build the web site for the optional plugins?</question>
  +      <answer>
  +        maven multiproject
  +      </answer>
  +    </faq>
  +
  +    <faq id="site-deploy">
  +      <question>How do I deploy the web site for the optional plugins?</question>
  +      <answer>
  +        maven multiproject site:sshdeploy
  +      </answer>
  +    </faq>
  +
     </part>
     
   </faqs>
  
  
  
  1.2       +12 -8     maven-plugins/xdocs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdocs/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html        30 Sep 2003 23:39:00 -0000      1.1
  +++ index.html        8 Oct 2003 15:43:55 -0000       1.2
  @@ -2,20 +2,24 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <html>
     <head>
  -    <title>About Maven-Plugins</title>
  -    
  -    <!--
  -    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  -    <meta http-equiv="description" content="this is my page">
  -    
  -    <link rel="stylesheet" type="text/css" href="./styles.css">
  -    -->
  +    <title>About Maven Optional Plugins</title>
     </head>
     
     <body>
       <h1>Overview</h1>
       <p>
         This project is a container for non-core Maven plugins.
  +    </p>
  +    <p>
  +      There are several types of plugins for <a 
href="http://maven.apache.org/";>Maven</a>.
  +      <ol>
  +        <li><a 
href="http://maven.apache.org/reference/plugins/core-plugins.html";>Core 
plugins</a></li>
  +        <li><a href="optional.html">This set</a> of optional plugins</li>
  +        <li>Some plugins are hosted at <a 
href="http://maven-plugins.sourceforge.net";>SourceForge</a></li>
  +        <li><a href="http://xdoclet.sourceforge.net";>XDoclet</a> hosts it's 
  +            <a href="http://xdoclet.sourceforge.net/maven-plugin.html";>own 
plugin</a></li>
  +        <li>Please tell us of any others</li>
  +      </ol>
       </p>
     </body>
   </html>
  
  
  

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

Reply via email to