-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README files with pointers to new github repo and googlegroups…
… mailing list
- Loading branch information
Michael Clark
committed
Jun 14, 2011
1 parent
276123e
commit e6c76da
Showing
3 changed files
with
40 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
<!DOCTYPE html | ||
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<!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 - Win32 specific notes</title> | ||
|
@@ -45,11 +43,6 @@ <h2>Windows specific notes for JSON-C</h2> | |
Added cast and mask to suffice <tt>size_t</tt> v. <tt>unsigned int</tt> | ||
conversion correctness</dd> | ||
</dl> | ||
<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:[email protected]">Michael | ||
Clark </a> | ||
</p> | ||
<p>This program is free software; you can redistribute it and/or modify it under | ||
the terms of the MIT License. See COPYING for details.</p> | ||
<hr /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,34 @@ | ||
<!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> | ||
<p>Latest release: <a href="json-c-0.9.tar.gz">json-c-0.9.tar.gz</a></p> | ||
<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> | ||
<p>Minimal documentation exists <a href="doc/html/json__object_8h.html">here</a>, | ||
Although you are probably better reading the example code in test1.c.</p> | ||
<p>To setup JSON-C to build on your system please run <tt>configure</tt> before | ||
compiling. 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> | ||
<P>Win32 specific notes can be found <a href="README-WIN32.html">here</a>.</P> | ||
<p>Please send bug reports to <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p>Please send Win32 bug reports to <a href="mailto:[email protected]">[email protected]</a></p> | ||
<h3>Anonymous Subversion</h3> | ||
<p><code># <b>svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c</b></code></p> | ||
<p>This program is free software; you can redistribute it and/or modify it under | ||
the terms of the MIT License. See COPYING for details.</p> | ||
<h3>Mailing Lists</h3> | ||
<ul> | ||
<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><at></i> oss <i><dot></i> metaparadigm <i><dot></i> com</code></li> | ||
<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><at></i> oss <i><dot></i> metaparadigm <i><dot></i> com</code></li> | ||
</ul> | ||
<hr> | ||
<p>Copyright Metaparadigm Pte. Ltd. 2009. <a href="mailto:[email protected]">Michael Clark </a> | ||
</p> | ||
</body> | ||
</html> | ||
<!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><at></i> googlegroups <i><dot></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> |