You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by hu...@apache.org on 2002/01/09 02:01:30 UTC

cvs commit: jakarta-site2/docs/site getinvolved.html faqs.html

husted      02/01/08 17:01:30

  Modified:    docs/site getinvolved.html faqs.html
  Log:
  Add additional subproject FAQs to list, along with links to
  subproject coding conventions. Minor tweak to Getting Involved
  overview.
  
  Revision  Changes    Path
  1.34      +8 -8      jakarta-site2/docs/site/getinvolved.html
  
  Index: getinvolved.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/getinvolved.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- getinvolved.html	8 Jan 2002 05:02:18 -0000	1.33
  +++ getinvolved.html	9 Jan 2002 01:01:30 -0000	1.34
  @@ -145,7 +145,7 @@
   Every volunteer project obtains its strength from the people involved
   in it. We invite you to participate as much or as little as you
   choose.  The roles and responsibilities that people can assume in the
  -project are based on merit. Everybody's input matters!
  +project are based merit. Everybody's input matters!
   </p>
                                                   <p>
   There are a variety of ways to participate. Regardless of how you
  @@ -153,7 +153,7 @@
   </p>
                                                   <p>
   <strong>Use the Products and Give Us Feedback</strong><br /> 
  -Using the products, reporting bugs, making feature requests, etc. is by
  +Using the products, reporting bugs, making feature requests, et cetera, is by
   far the most important role. It's your feedback that allows the
   technology to evolve.
   </p>
  @@ -175,22 +175,22 @@
   <li><a href="./cvsindex.html">Access CVS Repository</a></li>
   </ul>
                                                   <p>
  -Here is one of our developers (Craig R. McClanahan) opinions on getting
  -involved. It specificially talks about Tomcat, but the general idea can
  -be applied to any of the Jakarta projects.
  +Here is one developer's advice how to get involved. It specifically 
  +talks about Tomcat, but the general idea can applied to any of the 
  +Jakarta projects.
   </p>
                                                   <ul>
   <li><a href="http://w4.metronet.com/~wjm/tomcat/2000/Nov/msg00073.html">Getting
  -Involved</a></li>
  +Involved</a> -- Craig R. McClanahan</li>
   </ul>
                                                   <p>
  -Here is another comment that was sent to the Turbine Mailing List on the
  +Here is another comment that was sent to the Turbine Mailing List about the
   opensource process and the contrast between how an opensource product
   and a proprietary product improve through the user community.
   </p>
                                                   <ul>
   <li><a href="./understandingopensource.html">Understanding
  -Opensource</a></li>
  +Opensource</a> -- Cameron Riley</li>
   </ul>
                               </blockquote>
           </p>
  
  
  
  1.33      +34 -5     jakarta-site2/docs/site/faqs.html
  
  Index: faqs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/faqs.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- faqs.html	8 Jan 2002 05:02:18 -0000	1.32
  +++ faqs.html	9 Jan 2002 01:01:30 -0000	1.33
  @@ -13,6 +13,8 @@
   
                                                       <meta name="author" value="Jon S. Stevens">
               <meta name="email" value="jon@latchkey.com">
  +                                        <meta name="author" value="Ted Husted">
  +            <meta name="email" value="husted@apache.org">
               
               <title>The Jakarta Site - FAQs</title>
           </head>
  @@ -142,10 +144,14 @@
         <tr><td>
           <blockquote>
                                       <ul>
  -<li> <b><a href="http://nagoya.apache.org:8080/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/12">Official Jakarta Faq-o-matic</a></b> -
  - For Jakarta related questions, including questions about Taglibs,
  -Tomcat, and Watchdog</li>
  +<li> <b><a href="http://nagoya.apache.org:8080/jyve-faq/Turbine/screen/DisplayFaqs/action/SetAll/project_id/2">Official Jakarta Faq-o-matic</a></b> -
  + For Jakarta related questions, including questions about Tomca, the Commons, and other subprojects.</li>
   <li>The <a href="http://jakarta.apache.org/ant/faq.html">Ant FAQ</a></li>
  +<li>The <a href="http://jakarta.apache.org/cactus/faq.html">Cactus FAQ</a></li>
  +<li>The <a href="http://jakarta.apache.org/jetspeed/site/faq.html">Jetspeed FAQ</a></li>
  +<li>The <a href="http://www.lucene.com/cgi-bin/faq/faqmanager.cgi">Lucene FAQ</a></li>
  +<li>The <a href="http://jakarta.apache.org/struts/userGuide/kickstart.html">Struts "kickstart" FAQ</a></li>
  +
   </ul>
                               </blockquote>
           </p>
  @@ -155,6 +161,28 @@
                                                   <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="Coding Conventions and Standards"><strong>Coding Conventions and Standards</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <ul>
  +   <li><a href="http://jakarta.apache.org/avalon/code-standards.html">Avalon</a></li>
  +   <li><a href="http://jakarta.apache.org/cactus/coding_conventions.html">Cactus</a></li>
  +   <li><a href="http://jakarta.apache.org/jetspeed/site/code-standards.html" />Jetspeed</li>
  +   <li><a href="http://jakarta.apache.org/turbine/common/code-standards.html">Turbine</a></li>
  +   <li><a href="http://jakarta.apache.org/velocity/code-standards.html">Velocity</a></li>
  +   </ul>
  +                                                <p>By default, other Jakarta subprojects observe Sun's <a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">Code
  +  Conventions for the Java Programming Language</a>.</p>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="Other Servlet FAQs and resources"><strong>Other Servlet FAQs and resources</strong></a>
           </font>
         </td></tr>
  @@ -163,8 +191,9 @@
                                       <ul>
   
   <li><a href="http://www.jguru.com/faq/index.jsp">
  -jGuru Servlet FAQ</a> including a
  -<a href="http://www.jguru.com/faq/Tomcat">Tomcat Subtopic</a>
  +jGuru Servlet FAQ</a> including 
  +<a href="http://www.jguru.com/faq/Tomcat">Tomcat</a> and 
  +<a href="http://www.jguru.com/faq/Struts">Struts</a> subtopics
   </li>
   
   <li><a href="http://www.purpletech.com/java/servlet-faq/">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>