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>