You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2005/07/06 02:29:48 UTC

svn commit: r209364 - in /maven/components/trunk/maven-site/src/site: apt/apt-format.apt xdoc/plugins/index.xml

Author: jvanzyl
Date: Tue Jul  5 17:29:46 2005
New Revision: 209364

URL: http://svn.apache.org/viewcvs?rev=209364&view=rev
Log:
o http://jira.codehaus.org/browse/MNG-544

  Thanks to Tim O'Brien
  

Modified:
    maven/components/trunk/maven-site/src/site/apt/apt-format.apt
    maven/components/trunk/maven-site/src/site/xdoc/plugins/index.xml

Modified: maven/components/trunk/maven-site/src/site/apt/apt-format.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/apt-format.apt?rev=209364&r1=209363&r2=209364&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/apt-format.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/apt-format.apt Tue Jul  5 17:29:46 2005
@@ -2,8 +2,14 @@
 The APT format
 ~~~~~~~~~~~~~~
 
-  In the following section, boxes containing text in typewriter-like font are
-  examples of APT source.
+  <<APT stands for "Almost Plain Test">>. APT is a format thats takes the hassle out
+  of writing documentation by striving for simplicity.  APT syntax resembles 
+  plain-text more than it resembles markup languages such as HTML, and the 
+  following document contains some examples of available APT formatting.
+  The following sections contain formatted text that demonstrates the use 
+  of APT to create paragraphs, headers, sections, lists, code samples, 
+  figures, tables, rules, breaks, and text level elements such as font styles,
+  anchors, and special characters.
 
 * Document structure
 ~~~~~~~~~~~~~~~~~~~~

Modified: maven/components/trunk/maven-site/src/site/xdoc/plugins/index.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/plugins/index.xml?rev=209364&r1=209363&r2=209364&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/plugins/index.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/plugins/index.xml Tue Jul  5 17:29:46 2005
@@ -7,7 +7,15 @@
     <section name="Available Plugins">
       <p>
         This page lists some of the available plugins for Maven 2.0. Please bear in mind that this is not a definitive
-        list, and that others can be made available immediately via the Maven repository.
+        list, and that others can be made available immediately via the Maven repository. 
+      </p>
+      <p>
+        To see the most up-to-date list of available plugins, browse the Maven 2 plugin repository
+        at <a href="http://www.ibiblio.org/maven2/plugins/">http://www.ibiblio.org/maven2/plugins/</a>.  
+        Plugins are organized according to a directory structure that resembles
+        the standard Java package naming convention.  To see a list of available
+        plugins from the Maven project, look in the <a href="http://www.ibiblio.org/maven2/plugins/org/apache/maven/plugins/">org/apache/maven subfolder</a>
+        of this directory.
       </p>
       <p>
         Full documentation on each of these plugins is still in the works - contributions are welcome!



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org