SemanticScuttle/includes/js/dojox/encoding
2008-11-13 09:49:11 +00:00
..
compression New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
crypto New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
digests New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
tests New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
_base.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
ascii85.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
base64.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
bits.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
easy64.js New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
LICENSE New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00
README New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit 2008-11-13 09:49:11 +00:00

-------------------------------------------------------------------------------
DojoX Encoding
-------------------------------------------------------------------------------
Version 0.1.0
Release date: 7/30/2007
-------------------------------------------------------------------------------
Project state:
experimental
-------------------------------------------------------------------------------
Credits
	Eugene Lazutkin
	Tom Trenka
-------------------------------------------------------------------------------
Project description

DojoX Encoding provides a set of routines for common encoding algorithms.
-------------------------------------------------------------------------------
Dependencies:

Encoding only depends on the Dojo Core.
-------------------------------------------------------------------------------
Documentation

See the API documentation for details.
-------------------------------------------------------------------------------
Installation instructions

Grab the following from the Dojo SVN Repository:
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/encoding/*

Install into the following directory structure:
/dojox/encoding/

...which should be at the same level as your Dojo checkout.
-------------------------------------------------------------------------------