]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Update README files with pointers to new github repo and googlegroups mailing list
authorMichael Clark <michael@cloudscaling.com>
Tue, 14 Jun 2011 02:04:24 +0000 (10:04 +0800)
committerMichael Clark <michael@cloudscaling.com>
Tue, 14 Jun 2011 02:04:24 +0000 (10:04 +0800)
README
README-WIN32.html
README.html

diff --git a/README b/README
index 09947bad19834d54d1be107bf86cb353b88843f6..05ec274418f8da55c1d485b5b40fb47a8e1bbe58 100644 (file)
--- 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 
index 678fc9d6e4df4d6bf4cc8f1a60c55aa6eb727a14..28fc7d88be14ee8ad4c0ce521d2523bf52e3b561 100644 (file)
@@ -1,6 +1,4 @@
-<!DOCTYPE html \r
-     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
        <head>\r
                <title>JSON-C - A JSON implementation in C - Win32 specific notes</title>\r
                                Added cast and mask to suffice <tt>size_t</tt> v. <tt>unsigned int</tt>\r
                                conversion correctness</dd>\r
                </dl>\r
-                <h3>Anonymous Subversion</h3>
-                <p><code># <b>svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c</b></code></p>
-               <p>Copyright Metaparadigm Pte. Ltd. 2004, 2005. <a href="mailto:michael@metaparadigm.com">Michael \r
-                               Clark </a>\r
-               </p>\r
                <p>This program is free software; you can redistribute it and/or modify it under \r
                        the terms of the MIT License. See COPYING for details.</p>\r
                <hr />\r
index 743a4b3463485cfae6c19416884c981b17c73b53..dc696af37b769e87c4a139a87f5f90505a2ec793 100644 (file)
@@ -1,36 +1,34 @@
-<!DOCTYPE html \r
-     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
-       <head>\r
-               <title>JSON-C - A JSON implementation in C</title>\r
-               <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
-       </head>\r
-       <body>\r
-               <h2>JSON-C - A JSON implementation in C</h2>\r
-               <p>Latest release: <a href="json-c-0.9.tar.gz">json-c-0.9.tar.gz</a></p>\r
-               <p>JSON-C implements a reference counting object model that allows you to easily \r
-                       construct JSON objects in C, output them as JSON formatted strings and parse \r
-                       JSON formatted strings back into the C representation of JSON objects.</p>\r
-               <p>Minimal documentation exists <a href="doc/html/json__object_8h.html">here</a>, \r
-                       Although you are probably better reading the example code in test1.c.</p>\r
-               <p>To setup JSON-C to build on your system please run <tt>configure</tt> before \r
-                       compiling. If you are on Win32 and are not using the VS project file, be sure \r
-                       to rename <tt>config.h.win32</tt> to <tt>config.h</tt> before building.</p>\r
-               <P>Win32 specific notes can be found <a href="README-WIN32.html">here</a>.</P>\r
-               <p>Please send bug reports to <a href="mailto:michael@metaparadigm.com">michael@metaparadigm.com</a></p>\r
-               <p>Please send Win32 bug reports to <a href="mailto:christopher.watford@gmail.com">christopher.watford@gmail.com</a></p>\r
-               <h3>Anonymous Subversion</h3>\r
-               <p><code># <b>svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c</b></code></p>\r
-               <p>This program is free software; you can redistribute it and/or modify it under \r
-                       the terms of the MIT License. See COPYING for details.</p>\r
-               <h3>Mailing Lists</h3>\r
-               <ul>\r
-                  <li><a href="http://oss.metaparadigm.com/mailman/listinfo/json-c-dev">JSON-C Developers List</a>: send email to: <code>json-c-dev <i>&lt;at&gt;</i> oss <i>&lt;dot&gt;</i> metaparadigm <i>&lt;dot&gt;</i> com</code></li>\r
-                  <li><a href="http://oss.metaparadigm.com/mailman/listinfo/json-c-commits">JSON-C Commits List</a>: send email to: <code>json-c-commits <i>&lt;at&gt;</i> oss <i>&lt;dot&gt;</i> metaparadigm <i>&lt;dot&gt;</i> com</code></li>\r
-               </ul>\r
-               <hr>\r
-               <p>Copyright Metaparadigm Pte. Ltd. 2009. <a href="mailto:michael@metaparadigm.com">Michael Clark </a>\r
-               </p>\r
-       </body>\r
-</html>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+       <head>
+               <title>JSON-C - A JSON implementation in C</title>
+               <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+       </head>
+       <body>
+               <h2>JSON-C - A JSON implementation in C</h2>
+
+               <h3>Overview</h3>
+               <p>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.</p>
+
+               <h3>Building</h3>
+               <p>To setup JSON-C to build on your system please run <tt>configure</tt> and <tt>make</tt>.</p>
+               <p>If you are on Win32 and are not using the VS project file, be sure 
+               to rename <tt>config.h.win32</tt> to <tt>config.h</tt> before building.</p>
+
+               <h3>Documentation</h3>
+               <P>Doxygen generated documentation exists <a href="doc/html/json__object_8h.html">here</a>
+               and Win32 specific notes can be found <a href="README-WIN32.html">here</a>.</P>
+
+               <h3><a href="https://github.com/json-c/json-c">GIT Reposository</a></h3>
+               <p><strong><code>git clone https://github.com/json-c/json-c.git</code></strong></p>
+
+               <h3><a href="http://groups.google.com/group/json-c">Mailing List</a></h3>
+                <pi>Send email to <strong><code>json-c <i>&lt;at&gt;</i> googlegroups <i>&lt;dot&gt;</i> com</code></strong></p>
+
+               <h3><a href="COPYING">License</a></h3>
+               <p>This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..</p>
+               <hr/>
+       </body>
+</html>