diff --git a/README.html b/README.html index 7b3a65e..518a3c4 100644 --- a/README.html +++ b/README.html @@ -8,7 +8,7 @@

JSON-C - A JSON implementation in C

-

Latest release: json-c-0.6.tar.gz

+

Latest release: json-c-0.7.tar.gz

JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.

@@ -20,12 +20,8 @@

Win32 specific notes can be found here.

Please send bug reports to michael@metaparadigm.com

Please send Win32 bug reports to christopher.watford@gmail.com

-

Anonymous CVS

-

# export CVSROOT=:pserver:anoncvs@cvs.metaparadigm.com:/cvsroot
- # cvs login
- Logging in to :pserver:anoncvs@cvs.metaparadigm.com:2401/cvsroot
- CVS password: <enter 'anoncvs'>
- # cvs co json-c

+

Anonymous Subversion

+

# svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c

Copyright Metaparadigm Pte. Ltd. 2004, 2005. Michael Clark