bodewig     2004/03/08 06:09:29

  Modified:    src/documentation/content/xdocs index.xml site.xml
               src/documentation/content/xdocs/python usage.xml
  Added:       src/documentation/content/xdocs mail.xml
  Log:
  Add a mailing list page, fix references to jakarta-gump
  
  Revision  Changes    Path
  1.7       +1 -1      gump/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/gump/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml 4 Mar 2004 17:26:10 -0000       1.6
  +++ index.xml 8 Mar 2004 14:09:28 -0000       1.7
  @@ -112,7 +112,7 @@
   
     <section><title>Where is Gump?</title>
       <ul>
  -      <li><link 
href="http://cvs.apache.org/viewcvs/jakarta-gump/";>Source</link></li>
  +      <li><link href="http://cvs.apache.org/viewcvs/gump/";>Source</link></li>
       </ul>
     </section>
   
  
  
  
  1.11      +1 -4      gump/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/gump/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- site.xml  29 Feb 2004 19:03:39 -0000      1.10
  +++ site.xml  8 Mar 2004 14:09:28 -0000       1.11
  @@ -42,10 +42,7 @@
        </menu>
        -->
        <getinvolved label="Get Involved">
  -         <!-- overview href="http://www.apache.org/site/getinvolved.html"; 
label="Overview"/ -->
  -         <!-- joinmailinglists href="http://www.apache.org/getinvolved/mail.html"; 
label="Mailing List"/ -->
  -         <searchmailinglists 
href="http://marc.theaimsgroup.com/?l=alexandria-dev&amp;r=1&amp;w=2"; label="Search 
List"/>
  -         <browsemailinglists 
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=198"; label="Browse 
List"/>
  +            <mail href="mail.html" label="Mailing Lists"/>
            <wiki href="http://wiki.apache.org/gump"; label="Wiki"/>
            <issues 
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10457"; 
label="Issues"/>
        </getinvolved>
  
  
  
  1.1                  gump/src/documentation/content/xdocs/mail.xml
  
  Index: mail.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
    Copyright 2003-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 document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  <document>
  
    <header>
      
      <title>Gump Mailing Lists</title>
      <authors>
        <person name="Community" email="general AT gump DOT apache DOT org"/>
      </authors>
    </header>
    <body>
  
      <section><title>Mailing Lists</title>
  
        <p>Please read the <link
        href="http://jakarta.apache.org/site/mail.html";>guidelines of
        the Jakarta Project</link> before subscribing and posting to the
        Gump general list as they apply to this list as well.</p>
  
        <p>Like almost all lists of the Apache Software Foundation,
        Gump's list is a subscriber only lists, this means you have to
        subscribe before you can post to the list.  Please note that any
        HTML parts sent to the lists will be removed by our mailing list
        software - you shouldn&apos;t be sending HTML mails anyway.</p>
  
        <section><title>General List</title>
  
          <p>
            <strong>Medium Traffic</strong>
            <link href="mailto:[EMAIL PROTECTED]">Subscribe</link>
            <link href="mailto:[EMAIL PROTECTED]">Unsubscribe</link>
            <link 
href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=227";>Archive</link>
            <link 
href="http://marc.theaimsgroup.com/?l=gump&amp;r=1&amp;w=2";>alternative Archive</link>
          </p>
  
          <p>This is the list where participating developers, users and
          metadata maintainers of Gump meet and discuss issues, code and
          metadata changes/additions, etc. Subscribers to this list get
          notices of each and every code/metadata change, build results,
          testing notices, etc.</p>
        </section>
      </section>
    </body>
  </document>
  
  
  1.8       +1 -1      gump/src/documentation/content/xdocs/python/usage.xml
  
  Index: usage.xml
  ===================================================================
  RCS file: /home/cvs/gump/src/documentation/content/xdocs/python/usage.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- usage.xml 29 Feb 2004 19:03:39 -0000      1.7
  +++ usage.xml 8 Mar 2004 14:09:29 -0000       1.8
  @@ -60,7 +60,7 @@
   python gump\gui\view.py -w ..\myworkspace.xml
                </source>
                <source>
  -cd /jakarta-gump/python
  +cd /gump/python
   export PYTHONPATH=`pwd`
   python gump/gui/view.py -w ../myworspace.xml
                </source>
  
  
  

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

Reply via email to