knielsen    01/09/04 22:57:03

  Modified:    xdocs/stylesheets project.xml
  Added:       xdocs/common developer-links.xml
  Log:
  starting a collection of common/usefull links for turbine developers
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-site/xdocs/common/developer-links.xml
  
  Index: developer-links.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Developer Links</title>
    <author email="[EMAIL PROTECTED]">Kasper Nielsen</author>
   </properties>
  
  <body>
  
  <section name="Developer Links">
  
  <p>
  This document contains links that can aid you in the development of turbine
  </p>
  
  <ul>
  <li>Servlet Specs: 
    <a 
href="http://java.sun.com/cgi-bin/download3.cgi?config-file=servlet2_2-spec.config&amp;platform=pdf&amp;type=spec&amp;button=continue";><b>2.2</b></a>,
 
    <a 
href="http://java.sun.com/Download4?config-file=servlet-2_3-pfd2-spec.config&amp;platform=pdf&amp;type=spec&amp;button=Continue";><b>2.3</b></a>
  </li>
  <li>Servlet API: 
    <a href="http://java.sun.com/products/servlet/2.2/javadoc/";><b>2.2</b></a>, 
    <a href="http://java.sun.com/products/servlet/2.3/javadoc/";><b>2.3</b></a>
  </li>
  
  <li>Servlet Deltas: 
    <a href="http://www.servlets.com/soapbox/servlet22.html";><b>2.1-&gt;2.2</b></a>, 
    <a 
href="http://www.servlets.com/soapbox/servlet23.html";><b>2.2-&gt;2.3</b></a></li>
  <li>HTTP RFCs: 
  <b><a href="http://www.servlets.com/rfcs/rfc1945.txt";>1.0</a></b>, 
  <b><a href="http://www.servlets.com/rfcs/rfc2616.txt";>1.1</a></b>
  </li>
  <li>File Upload RFCs: 
        <a href="http://www.servlets.com/rfcs/rfc1867.txt";><b>1867</b></a>, 
        <b><a href="http://www.servlets.com/rfcs/rfc2388.txt";>2388</a></b></li>
  <li>HTML Specs: 
  <b><a href="http://www.w3.org/TR/REC-html32";>3.2</a></b>, 
  <b><a href="http://www.w3.org/TR/html4/";>4.0</a></b>
  </li>
  <li>Cookie Specs: 
  <a href="http://home.netscape.com/newsref/std/cookie_spec.html";><b>Netscape</b></a>, 
  <b><a href="http://www.servlets.com/rfcs/rfc2109.txt";>2109</a></b>
  </li>
  </ul>
  
  <p>
  Be free to add your own links.
  </p>
  
  </section>
  
  </body>
  </document>
  
  
  
  1.3       +1 -0      jakarta-turbine-site/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-site/xdocs/stylesheets/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       2001/08/18 15:43:55     1.2
  +++ project.xml       2001/09/05 05:57:03     1.3
  @@ -36,6 +36,7 @@
           <item name="Coding Specification"  href="/common/code-standards.html"/>
           <item name="CVS Branches"          href="/common/branches.html"/>
           <item name="Deprecation Rules"     href="/common/deprecation.html"/>
  +        <item name="Developer Links"       href="/common/developer-links.html"/>
       </menu>
   
       </body>
  
  
  

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

Reply via email to