You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/03/03 02:56:47 UTC

cvs commit: jakarta-commons-sandbox/codec/xdocs changes.xml index.xml navigation.xml

tobrien     2003/03/02 17:56:47

  Modified:    codec/xdocs index.xml navigation.xml
  Added:       codec/xdocs changes.xml
  Log:
  Updated codec site
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-commons-sandbox/codec/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	27 Feb 2003 01:01:06 -0000	1.1
  +++ index.xml	3 Mar 2003 01:56:47 -0000	1.2
  @@ -11,7 +11,10 @@
   
     <section name="Commons Codec">
   
  -   <p>Welcome, this is currently an empty site.</p>
  +   <p>
  +    Welcome, to Commons Codec.  Common Codec is an attempt to provide
  +    definitive implementations of commonly used encoders and decoders.
  +   </p>
   
     </section>
   
  
  
  
  1.2       +2 -2      jakarta-commons-sandbox/codec/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	27 Feb 2003 01:01:06 -0000	1.1
  +++ navigation.xml	3 Mar 2003 01:56:47 -0000	1.2
  @@ -1,13 +1,13 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project name="Digester">
   
  -  <title>Digester</title>
  +  <title>Codec</title>
     <organizationLogo href="/images/jakarta-logo-blue.gif">
      Jakarta
     </organizationLogo>
   
     <body>
  -    <menu name="Digester">
  +    <menu name="Codec">
         <item name="Overview"                
               href="/index.html"/>
             
  
  
  
  1.1                  jakarta-commons-sandbox/codec/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Changes</title>
      <author email="tobrien@apache.org">Tim O'Brien</author>
    </properties>
    <body>
      <release version="development" date="in CVS">
        <action dev="tobrien" type="update" due-to="Christopher O'Brien"
          due-to-email="siege@preoccupied.net">
  	2/25/03 - changes to method naming standard 
  	- see http://nagoya.apache.org/wiki/apachewiki.cgi?CodecProjectPages/CodecNaming
        </action>
        <action dev="tobrien" type="add" due-to="Christopher O'Brien"
          due-to-email="siege@preoccupied.net">
          2/24/03 - Added HEX implementation from Christopher O'Brien
        </action>
        <action dev="tobrien" type="update">
          2/1?/03 - Refactor Base64 to implement both Encoder and Decoder 
        </action>	 
        <action dev="tobrien" type="add">
          2/1?/03 Add a Decoder interface 
        </action>
        <action dev="tobrien" type="update"
                due-to="Jeffery Dever, Martin Redington">
          2/6/03 Added encodeChunked and optional chunking to the Base64 class 
  	in the "binary" package.  This change was made to reach the goal of 
  	immediate reusability for the xml-rpc and httpclient projects.
        </action>
        <action dev="tobrien" type="add"
                due-to="Martin Redington">
          2/4/03 Integrated a Base64 impl from xml-rpc - Martin Redington
        </action>
        <action dev="tobrien" type="update">
          2/3/03 Moved phonetic encoders into dedicated "language" package.     
        </action>
        <action dev="tobrien" type="add" due-to="Kyle Burton">
          2/3/03 - Added Nysiis code and tests
        </action>
        <action dev="tobrien" type="add" due-to="Kyle Burton">
          2/3/03 - Added DoubleMetaphone code and tests
        </action>
        <action dev="tobrien" type="update">
          2/2/03 - "language" package created to hold language and 
  	phonetic encodings 
        </action>
        <action dev="tobrien" type="update">
          2/2/03 - All CRLF issues resolved in codec 
        </action>
      </release>
    </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org