tobrien     2003/03/02 17:59:11

  Modified:    codec    TODO
  Log:
  TODO now only contains project-wide todo items.  Code specific items have been moved 
to the corresponding classes and are made available via the maven-tasklist-plugin.  
Completed items are now displayed via the maven-changes-plugin
  
  Revision  Changes    Path
  1.12      +1 -44     jakarta-commons-sandbox/codec/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/TODO,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TODO      25 Feb 2003 08:19:40 -0000      1.11
  +++ TODO      3 Mar 2003 01:59:11 -0000       1.12
  @@ -3,13 +3,7 @@
   should be updated by all committers when a known issues or task
   is identified.  
   
  -This TODO list be periodically sync'd with the content on 
  -http://nagoya.apache.org/wiki/apachewiki.cgi?CodecProjectPages - this
  -WIKI page is provides as a tool for volunteers to comment on the 
  -current TODO list and to suggest tasks.
  -
  -When a task in the TODO list is done, move the entry to the DONE list
  -below, and note who made the change and when.  
  +When a task in the TODO list is done, change the changes.xml document in xdocs
   
   ** TODO List
   
  @@ -23,49 +17,12 @@
   
   * Add a Rot13 implementation to text package 
   
  -
  -
  -* Documentation! Create Forrest documentation for Codec AFTER documentation has 
evolved in Wiki 
  -
  -* Integrate Patches: 
  -** Patch submitted by Iulian Musat for Base64 
  -
  -* DoubleMetaphone
  -** Modify DoubleMetaphone implementation - make it thread safe(r).
  -** Figure out why algorithm fails to properly code "bryce" and "maurice".
  -
  -* Nysiis
  -** Modify Nysiis implementation - make it thread safe(r).
  -
   * figure out a better way to supply test data and expected input/output
     to the JUNIT test cases
   
   * develop multiple distributions for projects that only wish to use 
     a specific class, and are worried about footprint (memory and diskspace).
   
  -* add more documentation to Base64
   
  -* Move towards a standard naming convention for encoders/decoders as
  -  described on 
   
  -** DONE (this list will help us generate RELEASE-NOTES when it comes time for a 
release)
   
  -2/25/03 - TOB - * changes to method naming standard - see 
http://nagoya.apache.org/wiki/apachewiki.cgi?CodecProjectPages/CodecNaming
  -2/24/03 - TOB - * Added HEx implementation from Christopher O'Brien
  -2/1?/03 - TOB - * Refactor Base64 to implement both Encoder and Decoder 
  -2/1?/03 - TOB - * Add a Decoder interface 
  -2/7/03 - TOB - Removed all deprecated classes this includes
  -               base64.Base64
  -               .Soundex, .RefinedSoundex, and .DoubleMetaphone
  -2/6/03 - TOB - 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.
  -2/4/03 - TOB - Integrated a Base64 impl from xml-rpc - Martin Redington
  -2/3/03 - TOB - Moved phonetic encoders into dedicated "language" package. 
  -2/3/03 - TOB - Added Nysiis code and tests from Kyle Burton
  -2/3/03 - TOB - Added DoubleMetaphone code and tests from Kyle Burton
  -2/2/03 - TOB - "language" package created to hold language and phonetic encodings 
  -2/2/03 - TOB - All CRLF issues resolved in codec 
  -1/31/03 - TOB - Patch submitted fixing CRLF problems in Soundex.java 
  -1/31/03 - TOB - Patch submitted fixing CRLF problems in RefinedSoundex.java 
  \ No newline at end of file
  
  
  

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

Reply via email to