You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2004/11/07 23:23:22 UTC

svn commit: rev 56871 - geronimo/trunk/xdocs

Author: ammulder
Date: Sun Nov  7 14:23:21 2004
New Revision: 56871

Added:
   geronimo/trunk/xdocs/mailing.html
   geronimo/trunk/xdocs/source.html
Modified:
   geronimo/trunk/xdocs/navigation.xml
Log:
Add "Source Code" and "Mailing Lists" pages, with links from the
  nav bar.
Remove all the stuff that pointed to Jakarta.


Added: geronimo/trunk/xdocs/mailing.html
==============================================================================
--- (empty file)
+++ geronimo/trunk/xdocs/mailing.html	Sun Nov  7 14:23:21 2004
@@ -0,0 +1,75 @@
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<!-- $Rev: 47507 $ $Date: 2004-09-29 17:56:18 -0400 (Wed, 29 Sep 2004) $ -->
+
+<html>
+<head>
+</head>
+<body>
+
+<h1>Apache Geronimo Mailing Lists</h1>
+
+<p>
+There are currently three publicly available mailing lists for Geronimo:
+</p>
+
+<h2>User Mailing List</h2>
+<p>The user mailing list is for users of Geronimo to share their experiences
+and ask questions.  Many of the developers monitor that list as well, to
+make sure questions don't go unanswered.  Currently this list has relatively
+low traffic, since Geronimo has not yet published a 1.0 release.</p>
+<ul>
+  <li><a href="mailto:user-subscribe@geronimo.apache.org">Subscribe</a> to user@geronimo.apache.org</li>
+  <li><a href="mailto:user-unsubscribe@geronimo.apache.org">Unsubscribe</a> from user@geronimo.apache.org</li>
+  <li>View the <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=user@geronimo.apache.org">user@geronimo.apache.org archives</a></li>
+</ul>
+
+<h2>Developer Mailing List</h2>
+
+<p>The developer mailing list is used by the developers to discuss
+plans, make decisions, vote on technical issues, etc.  It also gets
+change notices whenever issues are added to or updated in JIRA.  This
+list has a higher volume, though some conversations take place on IRC as
+well.</p>
+<ul>
+  <li><a href="mailto:dev-subscribe@geronimo.apache.org">Subscribe</a> to dev@geronimo.apache.org</li>
+  <li><a href="mailto:dev-unsubscribe@geronimo.apache.org">Unsubscribe</a> from dev@geronimo.apache.org</li>
+  <li>View the <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@geronimo.apache.org">dev@geronimo.apache.org archives</a></li>
+</ul>
+
+<h2>Source Control Mailing List</h2>
+<p>This list receives notifications (with diffs) every time a change is
+committed to the Geronimo source tree.  It also receives change notices
+for changes to the Geronimo Wiki.</p>
+<ul>
+  <li><a href="mailto:scm-subscribe@geronimo.apache.org">Subscribe</a> to scm@geronimo.apache.org</li>
+  <li><a href="mailto:scm-unsubscribe@geronimo.apache.org">Unsubscribe</a> from scm@geronimo.apache.org</li>
+  <li>View the <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=scm@geronimo.apache.org">scm@geronimo.apache.org archives</a></li>
+</ul>
+
+<h2>Other Mailing Lists</h2>
+<p>The Geronimo PMC has a mailing list to resolve any administrative issues,
+and the group working on TCK has a mailing list to discuss compliance issues.
+The first is limited to PMC members (most committers on the project), while the
+second is limited to committers who have signed an NDA to work on the TCK
+compliance effort.</p>
+
+</body>
+</html>

Modified: geronimo/trunk/xdocs/navigation.xml
==============================================================================
--- geronimo/trunk/xdocs/navigation.xml	(original)
+++ geronimo/trunk/xdocs/navigation.xml	Sun Nov  7 14:23:21 2004
@@ -35,9 +35,11 @@
     <menu name="Geronimo">
       <item name="Overview"                href="/index.html"/>
       <item name="Documentation"           href="/documentation.html" />
+      <item name="Mailing Lists"           href="/mailing.html" />
       <item name="FAQ"                     href="/faq.html"/>
       <item name="Wiki"                    href="http://wiki.apache.org/geronimo"/>
       <item name="Jira"                    href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10220"/>
+      <item name="Source Code"             href="/source.html" />
       <item name="Download"                href="/download.html"/>
 
       <!--
@@ -82,15 +84,6 @@
       <item name="Java Server Pages Specification"            href="/specs/jsp/index.html"/>
       <item name="Java Transaction API"                       href="/specs/jta/index.html"/>
       <item name="Java Servlet Specification"                 href="/specs/servlet/index.html"/>
-    </menu>
-
-    <menu name="Apache Community">
-  	  <item name="Get Involved"            href="http://jakarta.apache.org/site/getinvolved.html"/>
-  	  <item name="Contributors"            href="http://www.apache.org/dev/contributors.html"/>
-      <item name="Roles"                   href="http://jakarta.apache.org/site/roles.html"/>
-      <item name="Decisions"               href="http://jakarta.apache.org/site/decisions.html"/>
-      <item name="Source"                  href="http://jakarta.apache.org/site/source.html"/>
-      <item name="CVS Repositories"        href="http://jakarta.apache.org/site/cvsindex.html"/>
     </menu>
 
     <footer><div>Java, J2EE, and JCP are trademarks or registered trademarks of

Added: geronimo/trunk/xdocs/source.html
==============================================================================
--- (empty file)
+++ geronimo/trunk/xdocs/source.html	Sun Nov  7 14:23:21 2004
@@ -0,0 +1,80 @@
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<!-- $Rev: 47507 $ $Date: 2004-09-29 17:56:18 -0400 (Wed, 29 Sep 2004) $ -->
+
+<html>
+<head>
+</head>
+<body>
+
+<h1>Apache Geronimo Source Code</h1>
+
+<p>
+The Geronimo project uses the
+<a href="http://subversion.tigris.org/">Subversion</a> version control
+system.  If you're new to Subversion, you can check out the
+<a href="http://svnbook.red-bean.com/">online book</a> about Subversion.
+Note that we are currently using Subversion 1.1.x (there are separate
+versions of the book covering 1.0 and 1.1).
+</p>
+
+<h2>Web Access to Subversion</h2>
+
+<p>
+If you just want to browse the source code, you can use the
+<a
+href="http://svn.apache.org/viewcvs.cgi/geronimo/trunk/?root=Apache-SVN">ViewCVS
+web interface</a> to Subversion.  This is current at all times.
+</p>
+
+<h2>Normal Subversion Access</h2>
+<p>Anyone can check code out of Subversion.  You only need to specify a
+username and password in order to update the Subversion repository, and only
+Geronimo committers have the permissions to do that.  We run Subversion
+over standard HTTPS, so hopefully you won't have problems with intervening
+firewalls.</p>
+
+<h3>Check out from Subversion</h3>
+<p>Again, anyone can do this.  Use a command like:</p>
+<pre>svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo</pre>
+
+<h3>Commit Changes to Subversion</h3>
+<p>Any Geronimo committer should have a shell account on
+<tt>svn.apache.org</tt>.  Before you can commit, you'll need to set a
+Subversion password for yourself.  To do that, log in to
+<tt>svn.apache.org</tt> and run the command <strong>svnpasswd</strong>.</p>
+
+<p>Once your password is set, you can use a command like this to commit:</p>
+<pre>svn commit</pre>
+<p>If Subversion can't figure out your username, you can tell it
+explicitly:</p>
+<pre>svn --username you commit</pre>
+<p>Subversion will prompt you for a password, and once you enter it once, it
+will remember it for you.  Note this is the password you configured with
+<tt>svnpasswd</tt>, not your shell or other password.</p>
+
+<h2>Building Geronimo from Source</h2>
+<p>Refer to the <a href="http://wiki.apache.org/geronimo/Building">Wiki
+page</a> for the build procedure.  It typically takes 10-30 minutes for a full
+build, and it needs to be run while online in order to download or update a
+large number of dependencies.</p>
+
+</body>
+</html>