summaryrefslogtreecommitdiff
path: root/source4/lib/json/README.html
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2006-09-23 19:15:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:15 -0500
commit4d1a4e8e7ce047f70113d9fa52f7961c0fee6557 (patch)
treebd1bce916dba4c725700af4a8a2a790c7b0c2ccb /source4/lib/json/README.html
parent333557e28fc1c1934756b96f08711e050568926f (diff)
downloadsamba-4d1a4e8e7ce047f70113d9fa52f7961c0fee6557.tar.gz
samba-4d1a4e8e7ce047f70113d9fa52f7961c0fee6557.tar.bz2
samba-4d1a4e8e7ce047f70113d9fa52f7961c0fee6557.zip
r18848: Save the json library before I start hacking on it. I'm going to be
converting it to natively use ejs objects, instead of its own internal format. (This used to be commit 119db8924a6e9c40a94c76c57198877875c53afc)
Diffstat (limited to 'source4/lib/json/README.html')
-rw-r--r--source4/lib/json/README.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/source4/lib/json/README.html b/source4/lib/json/README.html
new file mode 100644
index 0000000000..7b3a65ebe9
--- /dev/null
+++ b/source4/lib/json/README.html
@@ -0,0 +1,36 @@
+<!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.6.tar.gz">json-c-0.6.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:michael@metaparadigm.com">michael@metaparadigm.com</a></p>
+ <p>Please send Win32 bug reports to <a href="mailto:christopher.watford@gmail.com">christopher.watford@gmail.com</a></p>
+ <h3>Anonymous CVS</h3>
+ <p><code># <b>export CVSROOT=:pserver:anoncvs@cvs.metaparadigm.com:/cvsroot</b><br>
+ # <b>cvs login</b><br>
+ Logging in to :pserver:anoncvs@cvs.metaparadigm.com:2401/cvsroot<br>
+ CVS password: &lt;enter '<b>anoncvs</b>'&gt;<br>
+ # <b>cvs co json-c</b></code></p>
+ <p>Copyright Metaparadigm Pte. Ltd. 2004, 2005. <a href="mailto:michael@metaparadigm.com">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>
+ </body>
+</html>