Revision: 4057
Author: hans
URL: http://bknr.net/trac/changeset/4057
Refer to CL-JSON in the documentation.
U trunk/libraries/yason/doc.xml
Modified: trunk/libraries/yason/doc.xml
===================================================================
--- trunk/libraries/yason/doc.xml 2008-11-15 10:42:29 UTC (rev 4056)
+++ trunk/libraries/yason/doc.xml 2008-11-15 11:05:41 UTC (rev 4057)
@@ -25,11 +25,21 @@
<clix:contents/>
<clix:chapter name="intro" title="Introduction">
- <a href="http://json.org/">JSON</a> is an established alternative
- to XML as a data interchange format for web applications. YASON
- implements reading and writing of JSON formatted data in Common
- Lisp. It does not attempt to provide a mapping between CLOS
- objects and YASON, but can be used to implement such mappings.
+ <p>
+ <a href="http://json.org/">JSON</a> is an established alternative
+ to XML as a data interchange format for web applications. YASON
+ implements reading and writing of JSON formatted data in Common
+ Lisp. It does not attempt to provide a mapping between CLOS
+ objects and YASON, but can be used to implement such mappings.
+ </p>
+ <p>
+ <a href="http://common-lisp.net/project/cl-json/">CL-JSON</a> is
+ another Common Lisp package that can be used to work with JSON
+ encoded data. It takes a more integrated approach, providing
+ for library internal mappings between JSON objects and CLOS
+ objects. YASON was created as a lightweight, documented
+ alternative with a minimalistic approach and extensibilty.
+ </p>
</clix:chapter>
<clix:chapter name="install" title="Download and Installation">
Revision: 4056
Author: hans
URL: http://bknr.net/trac/changeset/4056
regenerated HTML documentation
U trunk/libraries/yason/index.html
Modified: trunk/libraries/yason/index.html
===================================================================
--- trunk/libraries/yason/index.html 2008-11-15 10:40:14 UTC (rev 4055)
+++ trunk/libraries/yason/index.html 2008-11-15 10:42:29 UTC (rev 4056)
@@ -71,14 +71,16 @@
<p>
YASON has its permanent home
at <a href="http://common-lisp.net/project/yason/">common-lisp.net</a>.
- It can be obtained either by downloading
+ It can be obtained by downloading
the <a href="http://common-lisp.net/project/yason/files/yason.tar.gz">release
- tarball</a>. The current release is 0.1.
+ tarball</a>. The current release is 0.1.
</p>
<p>
You may also check out the current development version from its
subversion repository:
- <pre>svn co svn://bknr.net/svn/trunk/libraries/yason/</pre>
+ <pre>svn co svn://bknr.net/svn/trunk/libraries/yason/</pre> If
+ you have suggestions regarding YASON, please email me
+ at <i>hans.huebner(a)gmail.com</i>.
</p>
<p>
YASON is written in ANSI Common Lisp and does not depend on
Revision: 4055
Author: hans
URL: http://bknr.net/trac/changeset/4055
add author email address
U trunk/libraries/yason/doc.xml
Modified: trunk/libraries/yason/doc.xml
===================================================================
--- trunk/libraries/yason/doc.xml 2008-11-15 10:37:50 UTC (rev 4054)
+++ trunk/libraries/yason/doc.xml 2008-11-15 10:40:14 UTC (rev 4055)
@@ -43,7 +43,9 @@
<p>
You may also check out the current development version from its
subversion repository:
- <pre>svn co svn://bknr.net/svn/trunk/libraries/yason/</pre>
+ <pre>svn co svn://bknr.net/svn/trunk/libraries/yason/</pre> If
+ you have suggestions regarding YASON, please email me
+ at <i>hans.huebner(a)gmail.com</i>.
</p>
<p>
YASON is written in ANSI Common Lisp and does not depend on
Revision: 4054
Author: hans
URL: http://bknr.net/trac/changeset/4054
fix documentation glitches
U trunk/libraries/yason/doc.xml
U trunk/libraries/yason/index.html
Modified: trunk/libraries/yason/doc.xml
===================================================================
--- trunk/libraries/yason/doc.xml 2008-11-15 10:18:57 UTC (rev 4053)
+++ trunk/libraries/yason/doc.xml 2008-11-15 10:37:50 UTC (rev 4054)
@@ -36,9 +36,9 @@
<p>
YASON has its permanent home
at <a href="http://common-lisp.net/project/yason/">common-lisp.net</a>.
- It can be obtained either by downloading
+ It can be obtained by downloading
the <a href="http://common-lisp.net/project/yason/files/yason.tar.gz">release
- tarball</a>. The current release is 0.1.
+ tarball</a>. The current release is 0.1.
</p>
<p>
You may also check out the current development version from its
@@ -447,7 +447,7 @@
Thanks go to Edi Weitz for being a great inspiration. This
documentation as been generated with a hacked-up version of
his <a href="http://weitz.de/documentation-template/">DOCUMENTATION-TEMPLATE</a>
- software.
+ software. Thanks to David Lichteblau for coining YASON's name.
</clix:chapter>
</clix:documentation>
Modified: trunk/libraries/yason/index.html
===================================================================
--- trunk/libraries/yason/index.html 2008-11-15 10:18:57 UTC (rev 4053)
+++ trunk/libraries/yason/index.html 2008-11-15 10:37:50 UTC (rev 4054)
@@ -474,7 +474,7 @@
Thanks go to Edi Weitz for being a great inspiration. This
documentation as been generated with a hacked-up version of
his <a href="http://weitz.de/documentation-template/">DOCUMENTATION-TEMPLATE</a>
- software.
+ software. Thanks to David Lichteblau for coining YASON's name.
</body></html>
Revision: 4053
Author: hans
URL: http://bknr.net/trac/changeset/4053
doc updates for release
U trunk/libraries/yason/doc.xml
U trunk/libraries/yason/index.html
Modified: trunk/libraries/yason/doc.xml
===================================================================
--- trunk/libraries/yason/doc.xml 2008-11-15 10:14:36 UTC (rev 4052)
+++ trunk/libraries/yason/doc.xml 2008-11-15 10:18:57 UTC (rev 4053)
@@ -32,14 +32,17 @@
objects and YASON, but can be used to implement such mappings.
</clix:chapter>
- <clix:chapter name="install" title="Installation">
+ <clix:chapter name="install" title="Download and Installation">
<p>
YASON has its permanent home
at <a href="http://common-lisp.net/project/yason/">common-lisp.net</a>.
It can be obtained either by downloading
the <a href="http://common-lisp.net/project/yason/files/yason.tar.gz">release
- tarball</a> or by checking out the current development version
- from its subversion repository:
+ tarball</a>. The current release is 0.1.
+ </p>
+ <p>
+ You may also check out the current development version from its
+ subversion repository:
<pre>svn co svn://bknr.net/svn/trunk/libraries/yason/</pre>
</p>
<p>
Modified: trunk/libraries/yason/index.html
===================================================================
--- trunk/libraries/yason/index.html 2008-11-15 10:14:36 UTC (rev 4052)
+++ trunk/libraries/yason/index.html 2008-11-15 10:18:57 UTC (rev 4053)
@@ -42,7 +42,7 @@
<h3 xmlns="">Contents</h3>
<ol xmlns="">
<li><a href="#intro">Introduction</a></li>
-<li><a href="#install">Installation</a></li>
+<li><a href="#install">Download and Installation</a></li>
<li><a href="#mapping">Mapping between JSON and CL datatypes</a></li>
<li>
<a href="#parsing">Parsing JSON data</a><ol><li><a href="#parser-dict">Parser dictionary</a></li></ol>
@@ -67,14 +67,17 @@
objects and YASON, but can be used to implement such mappings.
- <h3 xmlns=""><a class="none" name="install">Installation</a></h3>
+ <h3 xmlns=""><a class="none" name="install">Download and Installation</a></h3>
<p>
YASON has its permanent home
at <a href="http://common-lisp.net/project/yason/">common-lisp.net</a>.
It can be obtained either by downloading
the <a href="http://common-lisp.net/project/yason/files/yason.tar.gz">release
- tarball</a> or by checking out the current development version
- from its subversion repository:
+ tarball</a>. The current release is 0.1.
+ </p>
+ <p>
+ You may also check out the current development version from its
+ subversion repository:
<pre>svn co svn://bknr.net/svn/trunk/libraries/yason/</pre>
</p>
<p>