You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/01/20 22:59:08 UTC

svn commit: r370905 - in /directory/sandbox/ersiner/newsite: pom.xml src/site/site.xml

Author: ersiner
Date: Fri Jan 20 13:59:03 2006
New Revision: 370905

URL: http://svn.apache.org/viewcvs?rev=370905&view=rev
Log:
Cleaning up the site.
Adding maven generated project documentation (which are really less verbose than ours).

Modified:
    directory/sandbox/ersiner/newsite/pom.xml
    directory/sandbox/ersiner/newsite/src/site/site.xml

Modified: directory/sandbox/ersiner/newsite/pom.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/ersiner/newsite/pom.xml?rev=370905&r1=370904&r2=370905&view=diff
==============================================================================
--- directory/sandbox/ersiner/newsite/pom.xml (original)
+++ directory/sandbox/ersiner/newsite/pom.xml Fri Jan 20 13:59:03 2006
@@ -6,12 +6,40 @@
   <artifactId>directory-site</artifactId>
   <name>Apache Directory Server</name>
 
-  <distributionManagement>
-    <site>
-      <id>apache.websites</id>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/</url>
-    </site>
-  </distributionManagement>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/DIR</url>
+  </issueManagement>
+  <inceptionYear>2003</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>The Directory Developers List</name>
+      <subscribe>dev-subscribe@directory.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe>
+      <post>dev@directory.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/directory-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>The Directory Commits (SVN) List</name>
+      <subscribe>commits-subscribe@directory.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@directory.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/directory-commits</archive>
+    </mailingList>
+  </mailingLists>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+    </license>
+  </licenses>
+  <scm>
+    <connection>XXXXsvn co https://svn.apache.org/repos/asf/directory/trunks</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/directory/trunks</url>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
   <build>
     <plugins>
       <plugin>
@@ -19,4 +47,30 @@
       </plugin>
     </plugins>
   </build>
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+  <distributionManagement>
+    <site>
+      <id>apache.websites</id>
+      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/</url>
+    </site>
+  </distributionManagement>
 </project>

Modified: directory/sandbox/ersiner/newsite/src/site/site.xml
URL: http://svn.apache.org/viewcvs/directory/sandbox/ersiner/newsite/src/site/site.xml?rev=370905&r1=370904&r2=370905&view=diff
==============================================================================
--- directory/sandbox/ersiner/newsite/src/site/site.xml (original)
+++ directory/sandbox/ersiner/newsite/src/site/site.xml Fri Jan 20 13:59:03 2006
@@ -7,21 +7,9 @@
      <src>images/apache-directory-logo.png</src>
      <href>http://directory.apache.org/</href>
    </bannerLeft>
-
-   <title>Apache Directory Project</title>
-
    <body>
     <links>
-      <item name="ApacheDS" href="/subprojects/apacheds/index.html"/>
-      <item name="LDAP" href="/subprojects/ldap.html"/>
-      <item name="Naming" href="/subprojects/naming/index.html"/>
-      <item name="ASN.1" href="/subprojects/asn1/index.html"/>
-      <item name="Kerberos" href="/subprojects/kerberos.html"/>
-      <item name="AuthX" href="/subprojects/authx/index.html"/>
-      <item name="MINA" href="/subprojects/network/index.html"/>
-      <item name="Protocols" href="/subprojects/providers.html"/>
     </links>
-
     <menu name="About Directory">
       <item name="Overview" href="/index.html"/>
       <item name="Community" href="/community/index.html" collapse="true">
@@ -65,39 +53,8 @@
     </menu>
 
    <menu name="Project Categories">
-     <item name="LDAP" href="/subprojects/ldap.html" collapse="true">
-       <item name="Common"  href="/subprojects/shared/ldap/index.html"/>
-       <item name="Clients"  href="/subprojects/clients/ldap/index.html"/>
-       <item name="Server"  href="/subprojects/apacheds/index.html"/>
-       <item name="LDAP Provider"  href="/subprojects/providers/ldap/index.html"/>
-     </item>
-     <item name="Kerberos" href="/subprojects/kerberos.html" collapse="true">
-       <item name="Kerberos Provider"  href="/subprojects/providers/kerberos/index.html"/>
-       <item name="Changepw Provider"  href="/subprojects/providers/changepw/index.html"/>
-     </item>
-     <item name="NTP" href="/subprojects/providers/ntp/index.html"/>
-     <item name="DNS" href="/subprojects/providers/dns/index.html"/>
-     <item name="DHCP" href="/subprojects/providers/dhcp/index.html"/>
-     <item name="JNDI" href="/subprojects/jndi.html" collapse="true">
-       <item name="Naming" href="/subprojects/naming/index.html"/>
-       <item name="ApacheDS JNDI" href="/subprojects/apacheds/projects/apacheds-core/index.html"/>
-     </item>
-     <item name="ASN.1" href="/subprojects/asn1/index.html"/>
-     <item name="Security" href="/subprojects/security.html" collapse="true">
-       <item name="AuthX" href="/subprojects/authx/index.html"/>
-       <item name="Kerberos" href="/subprojects/kerberos/index.html"/>
-       <item name="Changepw"  href="/subprojects/kerberos/changepw.html"/>
-     </item>
-
-     <item name="Protocols" href="/subprojects/providers.html" collapse="true">
-       <item name="LDAP" href="/subprojects/providers/ldap/index.html"/>
-       <item name="Kerberos" href="/subprojects/providers/kerberos/index.html"/>
-       <item name="Changepw" href="/subprojects/providers/changepw/index.html"/>
-       <item name="NTP" href="/subprojects/providers/ntp/index.html"/>
-       <item name="DNS" href="/subprojects/providers/dns/index.html"/>
-       <item name="DHCP" href="/subprojects/providers/dhcp/index.html"/>
-     </item>
-
+     <item name="ApacheDS" href="/subprojects/apacheds/index.html"/>
+     <item name="Naming" href="/subprojects/naming/index.html"/>
      <item name="Network Layer (MINA)" href="/subprojects/network/index.html" />
    </menu>
 
@@ -116,7 +73,8 @@
     <menu name="ApacheCon US 2005"> 	 
       <item name="ApacheCon US 2005" href="http://www.apachecon.com/"
             img="http://apache.org/images/ac2005us_blue_125x125.jpg" />
-    </menu>
+    </menu>
     -->
+    ${reports}
  </body>
 </project>