diff --git a/README b/README index 09947ba..05ec274 100644 --- a/README +++ b/README @@ -1,10 +1,13 @@ -Building on Unix with gcc and autotools +Building on Unix with git, gcc and autotools Home page for json-c: http://oss.metaparadigm.com/json-c/ -If checking out from SVN (http://svn.metaparadigm.com/svn/json-c/trunk) or Git (https://github.com/jehiah/json-c): +Github repo for json-c: + https://github.com/json-c/json-c + $ git clone https://github.com/json-c/json-c.git + $ cd json-c $ sh autogen.sh Then diff --git a/README-WIN32.html b/README-WIN32.html index 678fc9d..28fc7d8 100644 --- a/README-WIN32.html +++ b/README-WIN32.html @@ -1,6 +1,4 @@ - +
# svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c
Copyright Metaparadigm Pte. Ltd. 2004, 2005. Michael - Clark -
This program is free software; you can redistribute it and/or modify it under the terms of the MIT License. See COPYING for details.
Latest release: json-c-0.9.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.
-Minimal documentation exists here, - Although you are probably better reading the example code in test1.c.
-To setup JSON-C to build on your system please run configure before - compiling. If you are on Win32 and are not using the VS project file, be sure - to rename config.h.win32 to config.h before building.
-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
-# svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c
This program is free software; you can redistribute it and/or modify it under - the terms of the MIT License. See COPYING for details.
-json-c-dev <at> oss <dot> metaparadigm <dot> comjson-c-commits <at> oss <dot> metaparadigm <dot> comCopyright Metaparadigm Pte. Ltd. 2009. Michael Clark -
- - + + + +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.
+ +To setup JSON-C to build on your system please run configure and make.
+If you are on Win32 and are not using the VS project file, be sure + to rename config.h.win32 to config.h before building.
+ +Doxygen generated documentation exists here + and Win32 specific notes can be found here.
+ +git clone https://github.com/json-c/json-c.git
json-c <at> googlegroups <dot> com
+
+ This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..
+