You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/26 18:44:58 UTC

svn commit: r328668 - in /maven/components/trunk/maven-site/src/site: apt/where-is-it.apt site.xml

Author: jvanzyl
Date: Wed Oct 26 09:44:52 2005
New Revision: 328668

URL: http://svn.apache.org/viewcvs?rev=328668&view=rev
Log:
o trying to make a quick where is it page to try and compensate for 
  users not being able to find resources. a clear sign that the navigation
  needs to be improved and the content further organized.
  

Added:
    maven/components/trunk/maven-site/src/site/apt/where-is-it.apt   (with props)
Modified:
    maven/components/trunk/maven-site/src/site/site.xml

Added: maven/components/trunk/maven-site/src/site/apt/where-is-it.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/where-is-it.apt?rev=328668&view=auto
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/where-is-it.apt (added)
+++ maven/components/trunk/maven-site/src/site/apt/where-is-it.apt Wed Oct 26 09:44:52 2005
@@ -0,0 +1,28 @@
+ ------
+ Where the $%#@!! is it!
+ ------
+ Jason van Zyl
+ ------
+ 12 October 2005
+ ------
+
+Where the $%#@!! is it!
+
+ As we have moved toward the release of Maven 2.0 we have built up a vast
+ store of knowledge that is sometimes hard to communicate with users because
+ there is just so much to communicate and limits of resources. Here are a few
+ quick references in an attempt to help.
+ 
+* POM references
+
+ * {{{/maven-model/maven.html}Project Descriptor}}
+ 
+* Settings references
+ 
+ * {{{../maven-settings/settings.html}Settings Descriptor}}
+  
+* Mailing list archives
+
+ * {{{http://www.nabble.com/Maven---Users-f178.html}Nabble}}
+ 
+ * {{{http://mail-archives.apache.org/mod_mbox/maven-users/}Apache Archives}}

Propchange: maven/components/trunk/maven-site/src/site/apt/where-is-it.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-site/src/site/apt/where-is-it.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/components/trunk/maven-site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/site.xml?rev=328668&r1=328667&r2=328668&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/site.xml (original)
+++ maven/components/trunk/maven-site/src/site/site.xml Wed Oct 26 09:44:52 2005
@@ -25,7 +25,7 @@
       <item name="Getting Started" href="/guides/getting-started/index.html"/>
       <item name="Documentation" href="/guides/index.html"/>
       <item name="Available Plug-ins" href="/plugins/index.html"/> 
-      <item name="Plug-in Matrix" href="http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix"/>       
+      <item name="Where the $%#@!! is it!" href="/where-is-it.html"/>
     </menu>
 
     <menu name="About Maven 2.0">