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

2004-05-17 Thread ggregory
ggregory2004/05/17 10:06:11

  Modified:codecproject.xml RELEASE-NOTES.txt default.properties
   codec/src/java/org/apache/commons/codec overview.html
   codec/xdocs index.xml
  Log:
  Change from 1.3-dev to 1.3 in preparation for release.
  
  Revision  ChangesPath
  1.33  +1 -1  jakarta-commons/codec/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml   9 Apr 2004 17:49:24 -   1.32
  +++ project.xml   17 May 2004 17:06:10 -  1.33
  @@ -19,7 +19,7 @@
 pomVersion3/pomVersion

 idcommons-codec/id
  -  currentVersion1.3-dev/currentVersion
  +  currentVersion1.3/currentVersion
 inceptionYear2002/inceptionYear
 nameCodec/name
 shortDescriptionSimple encoders and decoders/shortDescription
  
  
  
  1.24  +2 -2  jakarta-commons/codec/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===
  RCS file: /home/cvs/jakarta-commons/codec/RELEASE-NOTES.txt,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- RELEASE-NOTES.txt 19 Apr 2004 02:38:03 -  1.23
  +++ RELEASE-NOTES.txt 17 May 2004 17:06:10 -  1.24
  @@ -1,7 +1,7 @@
   $Id$
   
Commons Codec Package
  - Version 1.3-dev
  + Version 1.3
Release Notes
   
   
  
  
  
  1.12  +2 -2  jakarta-commons/codec/default.properties
  
  Index: default.properties
  ===
  RCS file: /home/cvs/jakarta-commons/codec/default.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- default.properties29 Mar 2004 01:23:27 -  1.11
  +++ default.properties17 May 2004 17:06:10 -  1.12
  @@ -29,7 +29,7 @@
   component.title = Encode/Decode Utilities
   
   # The current version number of this component
  -component.version = 1.3-dev
  +component.version = 1.3
   
   # The name that is used to create the jar file
   final.name = ${component.name}-${component.version}
  
  
  
  1.6   +2 -2  
jakarta-commons/codec/src/java/org/apache/commons/codec/overview.html
  
  Index: overview.html
  ===
  RCS file: 
/home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/overview.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- overview.html 9 Apr 2004 22:24:08 -   1.5
  +++ overview.html 17 May 2004 17:06:10 -  1.6
  @@ -17,7 +17,7 @@
   html
   body
   p
  -This document is the API specification for the Apache Jakarta Commons Codec 
Library, version 1.3-dev.
  +This document is the API specification for the Apache Jakarta Commons Codec 
Library, version 1.3.
   /p
   p
   This library requires a JRE version of 1.2.2 or greater.
  
  
  
  1.19  +5 -2  jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- index.xml 13 Apr 2004 22:46:37 -  1.18
  +++ index.xml 17 May 2004 17:06:10 -  1.19
  @@ -62,15 +62,18 @@
   
 section name=Releases
  ul
  -liVersion 1.2 (latest, from mirror) 
  +liVersion 1.3 (latest, from mirror) 
a href=http://jakarta.apache.org/site/binindex.cgi;binary/a and 
a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a
   /li
   li
  + Version a href=http://www.apache.org/dist/jakarta/commons/codec/;1.2/a
  +/li
  +li
Version a href=http://www.apache.org/dist/jakarta/commons/codec/;1.1/a
   /li
   li
  - Current a 
href=http://cvs.apache.org/builds/jakarta-commons/nightly/commons-codec/;1.3-dev 
nightly build/a
  + Current a 
href=http://cvs.apache.org/builds/jakarta-commons/nightly/commons-codec/; nightly 
build/a
   /li
  /ul
 /section
  
  
  

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



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

2004-03-30 Thread ggregory
ggregory2004/03/30 14:33:56

  Modified:codec/xdocs index.xml
  Log:
  Renamed Binary to BinaryCodec.
  
  Revision  ChangesPath
  1.16  +9 -10 jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.xml 29 Mar 2004 23:04:41 -  1.15
  +++ index.xml 30 Mar 2004 22:33:56 -  1.16
  @@ -97,16 +97,6 @@
 /td
/tr
tr
  -  td width=150
  -   a href=apidocs/org/apache/commons/codec/binary/BinaryCodec.html
  - BinaryCodec/a
  -  /td
  -  td
  -   Binary translates between byte arrays and strings of binary digits 
  -   1 and 0.
  -  /td
  - /tr
  - tr
 td
  a href=apidocs/org/apache/commons/codec/binary/Hex.html
Hex/a
  @@ -114,6 +104,15 @@
 td
  Converts an array of bytes into an array of characters representing the
  hexadecimal values of each byte in order
  +  /td
  + /tr
  + tr
  +  td width=150
  +   a href=apidocs/org/apache/commons/codec/binary/BinaryCodec.html
  + BinaryCodec/a
  +  /td
  +  td
  +   Translates between byte arrays and strings of 0s and 1s.
 /td
/tr
   /table
  
  
  

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



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

2004-03-23 Thread ggregory
ggregory2004/03/23 14:40:35

  Modified:codec/xdocs index.xml
  Log:
  Add QuotedPrintableCodec and fix link to nightly builds.
  
  Revision  ChangesPath
  1.14  +15 -6 jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.xml 23 Feb 2004 07:32:50 -  1.13
  +++ index.xml 23 Mar 2004 22:40:35 -  1.14
  @@ -70,7 +70,7 @@
Version a href=http://www.apache.org/dist/jakarta/commons/codec/;1.1/a
   /li
   li
  - Current a href=http://www.apache.org/dist/jakarta/commons/codec/;nightly 
build/a
  + Current a 
href=http://cvs.apache.org/builds/jakarta-commons/nightly/commons-codec/;1.3-dev 
nightly build/a
   /li
  /ul
 /section
  @@ -85,7 +85,7 @@
  subsection name=Binary Encoders
table
tr
  -  td width=125
  +  td width=150
  a href=apidocs/org/apache/commons/codec/binary/Base64.html
Base64/a
 /td
  @@ -97,7 +97,7 @@
 /td
/tr
tr
  -  td width=125
  +  td width=150
  a href=apidocs/org/apache/commons/codec/binary/Binary.html
Binary/a
 /td
  @@ -122,7 +122,7 @@
  subsection name=Language Encoders
   table
tr
  -  td width=125
  +  td width=150
  a href=apidocs/org/apache/commons/codec/language/Soundex.html
Soundex/a
 /td
  @@ -164,7 +164,7 @@
  subsection name=Digest Encoders
table
tr
  -  td width=125
  +  td width=150
  a href=apidocs/org/apache/commons/codec/digest/DigestUtils.html
DigestUtils/a
 /td
  @@ -178,12 +178,21 @@
  subsection name=Network Encoders
table
tr
  -  td width=125
  +  td width=150
  a href=apidocs/org/apache/commons/codec/net/URLCodec.html
URLCodec/a
 /td
 td
   Implements the codewww-form-urlencoded/code encoding scheme, also 
misleadingly known as URL encoding.
  +  /td
  + /tr
  + tr
  +  td width=150
  +   a href=apidocs/org/apache/commons/codec/net/QuotedPrintableCodec.html
  + QuotedPrintableCodec/a
  +  /td
  +  td
  + Codec for RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One. 
Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet
 /td
/tr
   /table
  
  
  

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



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

2004-01-21 Thread tobrien
tobrien 2004/01/21 19:14:43

  Modified:codec/xdocs index.xml
  Log:
  Added binary to the index.xml page
  
  Revision  ChangesPath
  1.12  +0 -1  jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.xml 22 Jan 2004 03:12:46 -  1.11
  +++ index.xml 22 Jan 2004 03:14:43 -  1.12
  @@ -91,7 +91,6 @@
 /td
/tr
tr
  - tr
 td
  a href=apidocs/org/apache/commons/codec/binary/Hex.html
Hex/a
  
  
  

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



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

2003-11-07 Thread ggregory
ggregory2003/11/07 17:52:25

  Modified:codec/src/java/org/apache/commons/codec/net URLCodec.java
   codecproject.xml RELEASE-NOTES.txt default.properties
   codec/xdocs index.xml
  Log:
  Prep for version 1.2-rc1
  
  Revision  ChangesPath
  1.10  +2 -1  
jakarta-commons/codec/src/java/org/apache/commons/codec/net/URLCodec.java
  
  Index: URLCodec.java
  ===
  RCS file: 
/home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/net/URLCodec.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- URLCodec.java 13 Oct 2003 16:49:24 -  1.9
  +++ URLCodec.java 8 Nov 2003 01:52:25 -   1.10
  @@ -86,6 +86,7 @@
* 
* @author a href=mailto:[EMAIL PROTECTED]Oleg Kalnichevski/a
* @author a href=mailto:[EMAIL PROTECTED]Gary Gregory/a
  + * @since 1.2
* @version $Id$
*/
   
  
  
  
  1.21  +6 -1  jakarta-commons/codec/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml   3 Nov 2003 19:21:24 -   1.20
  +++ project.xml   8 Nov 2003 01:52:25 -   1.21
  @@ -3,7 +3,7 @@
   extend../project.xml/extend
   nameCodec/name
   idcommons-codec/id
  -currentVersion1.2-dev/currentVersion
  +currentVersion1.2-rc1/currentVersion
   inceptionYear2002/inceptionYear
   shortDescription
  A collection of simple and common encoders and decoders
  @@ -24,6 +24,11 @@
   id1.1/id
   name1.1/name
   tagCODEC_1_1/tag
  +/version
  +version
  +id1.2-rc1/id
  +name1.2-rc1/name
  +tagCODEC_1_2_RC1/tag
   /version
   /versions
   branches
  
  
  
  1.9   +11 -5 jakarta-commons/codec/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===
  RCS file: /home/cvs/jakarta-commons/codec/RELEASE-NOTES.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RELEASE-NOTES.txt 7 Nov 2003 00:14:14 -   1.8
  +++ RELEASE-NOTES.txt 8 Nov 2003 01:52:25 -   1.9
  @@ -1,7 +1,7 @@
   $Id$
   
Commons Codec Package
  - Version 1.2
  + Version 1.2 RC1
Release Notes
   
   
  @@ -33,6 +33,12 @@
   * Fix for Bug 24360: Hex.decode(Object) throws a ClassCastException 
 when a String argument is passed in.
 
  -* Fix for Bug 24471: Soundex: The HW rule is not applied; hyphens and apostrophes
  -  are not ignored.
  -
  +* Fix for Bug 24471: Soundex: The HW rule is not applied; hyphens and 
  +  apostrophes are not ignored.
  +  
  +* Fix for Bug 24484: Soundex.setMaxLength causes bugs and is not needed.
  +  Calling Soundex.setMaxLength() with a value of 2 or less causes the wrong
  +  answer to be returned. Since the encoding returned by Soundex is always
  +  of length 4 by definition (we do not use the '-' in as a letter-nnn separator) 
  +  the need for a maxLength attribute is not needed. Deprecate the field and 
  +  accessor methods.
  
  
  
  1.6   +2 -2  jakarta-commons/codec/default.properties
  
  Index: default.properties
  ===
  RCS file: /home/cvs/jakarta-commons/codec/default.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- default.properties7 Nov 2003 23:20:19 -   1.5
  +++ default.properties8 Nov 2003 01:52:25 -   1.6
  @@ -13,7 +13,7 @@
   component.title = Encode/Decode Utilities
   
   # The current version number of this component
  -component.version = 1.2-dev
  +component.version = 1.2-rc1
   
   # The name that is used to create the jar file
   final.name = ${component.name}-${component.version}
  
  
  
  1.9   +27 -6 jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml 4 Oct 2003 16:29:30 -   1.8
  +++ index.xml 8 Nov 2003 01:52:25 -   1.9
  @@ -46,9 +46,16 @@
   
 section name=Releases
  ul
  -liVersion 1.1 (from mirror)
  - a href=http://jakarta.apache.org/site/binindex.cgi;binary/a
  - a href=http://jakarta.apache.org/site/sourceindex.cgi;source/a 
(latest)/li
  +liVersion 1.2 RC1 (latest, from mirror) 
  + a href=http://jakarta.apache.org/site/binindex.cgi;binary/a and 
  + a 

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

2003-10-04 Thread tobrien
tobrien 2003/10/04 09:29:30

  Modified:codec/xdocs index.xml
  Log:
  Added a section that describes the DigestUtils class and
  provides a link to the JavaDoc for DigestUtils
  
  Revision  ChangesPath
  1.8   +14 -0 jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml 26 Sep 2003 14:22:17 -  1.7
  +++ index.xml 4 Oct 2003 16:29:30 -   1.8
  @@ -127,6 +127,20 @@
   
   /table
  /subsection
  +
  +   subsection name=Digest Utilites
  + table
  + tr
  +  td width=125
  +   a href=apidocs/org/apache/commons/codec/digest/DigestUtils.html
  + DigestUtils/a
  +  /td
  +  td
  +Provides simple static methods for creating a SHA or MD5 digest
  +  /td
  + /tr
  +/table
  +   /subsection
  
 /section
   
  
  
  

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



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

2003-09-26 Thread tobrien
tobrien 2003/09/26 07:22:17

  Modified:codecTODO
   codec/xdocs index.xml
  Log:
  Updated index to include references to DoubleMetaphone and RefinedSoundex
  
  Revision  ChangesPath
  1.2   +0 -2  jakarta-commons/codec/TODO
  
  Index: TODO
  ===
  RCS file: /home/cvs/jakarta-commons/codec/TODO,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TODO  25 Apr 2003 17:50:55 -  1.1
  +++ TODO  26 Sep 2003 14:22:17 -  1.2
  @@ -11,8 +11,6 @@
   
   * Add a btoa encode and decode to binary package
   
  -* Add a BinHex endode and decode to binary package
  -
   * Add a uu encode and decode to binary package
   
   * Add a Rot13 implementation to text package 
  
  
  
  1.7   +23 -19jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml 31 Jul 2003 20:48:54 -  1.6
  +++ index.xml 26 Sep 2003 14:22:17 -  1.7
  @@ -62,9 +62,9 @@
  subsection name=Common Encoders
table
tr
  -  td
  +  td width=125
  a href=apidocs/org/apache/commons/codec/binary/Base64.html
  - org.apache.commons.codec.binary.Base64/a
  + Base64/a
 /td
 td
  Provides Base64 content-transfer-encoding as defined in 
  @@ -72,55 +72,59 @@
  encoder can optionally create 76 character chunked output
  for strict adherence to RFC 2045.
 /td
  -  td
  -   Production
  -  /td
/tr
tr
 td
  a href=apidocs/org/apache/commons/codec/binary/Hex.html
  - org.apache.commons.codec.binary.Hex/a
  + Hex/a
 /td
 td
  Converts an array of bytes into an array of characters representing the
  hexadecimal values of each byte in order
 /td
  -  td
  -   Production
  -  /td
/tr
   /table
  /subsection
  
  subsection name=Language Encoders
  - p
  -  Codec contains a number of commonly used language and phonetic encoders
  -/p
   table
tr
  -  td
  +  td width=125
  a href=apidocs/org/apache/commons/codec/language/Soundex.html
  - org.apache.commons.codec.language.Soundex/a
  + Soundex/a
 /td
 td
  Implementation of the Soundex algorithm.
 /td
  -  td
  -   Production
  -  /td
/tr
tr
 td
  a href=apidocs/org/apache/commons/codec/language/Metaphone.html
  - org.apache.commons.codec.language.Metaphone/a
  + Metaphone/a
 /td
 td
  Implementation of the Metaphone algorithm.
 /td
  + /tr
  + tr
  +  td
  +   a href=apidocs/org/apache/commons/codec/language/RefinedSoundex.html
  + Refined Soundex/a
  +  /td
  +  td
  +   Alternative implementation of the Soundex algorithm.
  +  /td
  + /tr
  + tr
  +  td
  +   a href=apidocs/org/apache/commons/codec/language/DoubleMetaphone.html
  + Double Metaphone/a
  +  /td
 td
  -   Production
  +   Alternative implementation of the Metaphone algorithm.
 /td
/tr
  +
   /table
  /subsection
  
  
  
  

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



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

2003-07-31 Thread tobrien
tobrien 2003/07/31 13:43:03

  Modified:codec/xdocs index.xml
  Log:
  Added another section to the index page, more content.  Codec in general needs more 
documentation, and another release.
  
  Revision  ChangesPath
  1.5   +29 -3 jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 6 May 2003 22:56:11 -   1.4
  +++ index.xml 31 Jul 2003 20:43:03 -  1.5
  @@ -12,12 +12,38 @@
 section name=Commons Codec
   
  p
  -Welcome, to Commons Codec.  Common Codec is an attempt to provide
  -definitive implementations of commonly used encoders and decoders.
  +Welcome.  Commons Codec provides implementations of common
  +encoders and decoders such as Base64, Hex, various phonetic
  +encodings, and URLs.
  /p
   
 /section
   
  +  section name=Impetus
  +   p
  + Codec was formed as an attempt to focus development effort on one
  + definitive implementation of the Base64 encoder.  At the time of
  + Codec's proposal, there were approximately 34 different Java
  + classes that dealt with Base64 encoding spread over the
  + Foundation's CVS repository.  Developers in the Jakarta Tomcat
  + project had implemented an original version of the Base64 codec
  + which had been copied by the Commons HttpClient and Apache XML
  + project's XML-RPC subproject.  After almost one year, the two
  + forked versions of Base64 had significantly diverged from one
  + another.  XML-RPC had applied numerous fixes and patches which
  + were not applied to the Commons HttpClient Base64.  Different 
  + subprojects had differing implementations at various levels
  + of compliance with the RFC 2045.
  +   /p
  +   p
  + Out of that confusing duplication of effort sprang this simple
  + attempt to encourage code reuse among various projects.  While
  + this package contains a abstract framework for the creation
  + encoders and decoders, Codec itself is primarily focused on
  + providing functional utilities for working with common encodings.
  +   /p
  +  /section
  +
 section name=Releases
  ul
   liVersion 1.1 (from mirror)
  @@ -30,7 +56,7 @@
   
  p
Codec is currently comprised of a modest set of utilities and a
  - simple framework for String encoding and decoding.
  + simple framework for encoding and decoding both textual and binary data.
  /p
   
  subsection name=Common Encoders
  
  
  

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



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

2003-07-31 Thread tobrien
tobrien 2003/07/31 13:48:54

  Modified:codec/xdocs index.xml
  Log:
  Fixed silly spelling mistake hexidecimal? no. hexadecimal!
  
  Revision  ChangesPath
  1.6   +2 -2  jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml 31 Jul 2003 20:43:03 -  1.5
  +++ index.xml 31 Jul 2003 20:48:54 -  1.6
  @@ -38,7 +38,7 @@
  p
Out of that confusing duplication of effort sprang this simple
attempt to encourage code reuse among various projects.  While
  - this package contains a abstract framework for the creation
  + this package contains a abstract framework for the creation of
encoders and decoders, Codec itself is primarily focused on
providing functional utilities for working with common encodings.
  /p
  @@ -83,7 +83,7 @@
 /td
 td
  Converts an array of bytes into an array of characters representing the
  -   hexidecimal values of each byte in order
  +   hexadecimal values of each byte in order
 /td
 td
  Production
  
  
  

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