From e6c76dab668b762418e45512cf5140eec812f9a1 Mon Sep 17 00:00:00 2001 From: Michael Clark Date: Tue, 14 Jun 2011 10:04:24 +0800 Subject: [PATCH] Update README files with pointers to new github repo and googlegroups mailing list --- README | 7 +++-- README-WIN32.html | 9 +----- README.html | 70 +++++++++++++++++++++++------------------------ 3 files changed, 40 insertions(+), 46 deletions(-) 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 @@ - + JSON-C - A JSON implementation in C - Win32 specific notes @@ -45,11 +43,6 @@ Added cast and mask to suffice size_t v. unsigned int conversion correctness -

Anonymous Subversion

-

# 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.


diff --git a/README.html b/README.html index 743a4b3..dc696af 100644 --- a/README.html +++ b/README.html @@ -1,36 +1,34 @@ - - - - JSON-C - A JSON implementation in C - - - -

JSON-C - A JSON implementation in C

-

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

-

Anonymous Subversion

-

# 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.

-

Mailing Lists

- -
-

Copyright Metaparadigm Pte. Ltd. 2009. Michael Clark -

- - + + + + JSON-C - A JSON implementation in C + + + +

JSON-C - A JSON implementation in C

+ +

Overview

+

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.

+ +

Building

+

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.

+ +

Documentation

+

Doxygen generated documentation exists here + and Win32 specific notes can be found here.

+ +

GIT Reposository

+

git clone https://github.com/json-c/json-c.git

+ +

Mailing List

+ Send email to json-c <at> googlegroups <dot> com

+ +

License

+

This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..

+
+ + -- 2.50.1