[albert-cvs] CVS: albert/web index.html,1.30,1.31
Status: Alpha
Brought to you by:
stig
From: Stig E S. <st...@us...> - 2003-10-27 19:05:40
|
Update of /cvsroot/albert/albert/web In directory sc8-pr-cvs1:/tmp/cvs-serv26069/web Modified Files: index.html Log Message: tweaking for release Index: index.html =================================================================== RCS file: /cvsroot/albert/albert/web/index.html,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** index.html 27 Oct 2003 17:59:34 -0000 1.30 --- index.html 27 Oct 2003 19:02:13 -0000 1.31 *************** *** 10,16 **** <p>Albert is a Common Lisp doc-generator, comparable to Javadoc and Doxygen. Currently it generates DocBook. It reads an ASDF system ! definition and documents the system. It is an experimental system ! which may or may not work for you. It's just a tool I use, which ! others might have an interest in. </p> <table border="0" --- 10,16 ---- <p>Albert is a Common Lisp doc-generator, comparable to Javadoc and Doxygen. Currently it generates DocBook. It reads an ASDF system ! definition and documents the system. It has been an experimental ! system that I've used for my own projects, but others have found it ! useful too. Give it a go and let me know what you think.</p> <table border="0" *************** *** 23,26 **** --- 23,30 ---- <td><a href="http://prdownloads.sourceforge.net/albert/albert-0.4.9.tar.gz?download">albert-0.4.9.tar.gz</a></td> </tr> + <tr valign="top"> + <td><b><a href="http://www.cliki.net/asdf-install">ASDF-Install</a> download:</b></td> + <td><a href="http://albert.sourceforge.net/albert-0.4.9.tar.gz">albert-0.4.9.tar.gz</a></td> + </tr> </table> *************** *** 29,40 **** <ul> ! <li> <a ! href="http://etiquette.sourceforge.net/albert-docs/">Example</a> of ! generated docs for the lisp-package <a ! href="http://etiquette.sourceforge.net">Etiquette</a>. Also the ! first attempt to <a ! href="http://albert.sourceforge.net/Generated-Docs/">document/dogfood</a> ! Albert itself.</li> ! <li> A simple <a href="howto.html">HOWTO guide</a> to get started.</li> --- 33,40 ---- <ul> ! <li> A few examples of what Albert documentation typically looks ! like: [<a ! href="http://etiquette.sourceforge.net/Docs-Etiquette/">Etiquette</a>, <a href="http://albert.sourceforge.net/Docs-Langband/">Langband</a> and even <a href="http://albert.sourceforge.net/Docs-Albert/">Albert</a> itself.] </li> ! <li> A simple <a href="howto.html">HOWTO guide</a> to get started.</li> *************** *** 43,49 **** several issues.</li> ! <li> Albert has several settings that can be configured either in ! the ASDF file or separately. The full list of <a ! href="properties.html">Properties</a>.</li> <li> Albert's Sourceforge <a --- 43,52 ---- several issues.</li> ! <li> Albert has several <a href="properties.html">settings</a> that can be configured either in ! the ASDF file or separately. Some of these will probably need ! tweaking to ensure that you get the result you want.</li> ! ! <li> Browse <a ! href="http://sourceforge.net/tracker/?atid=572559&group_id=84355&func=browse">known bugs</a> or <a href="http://sourceforge.net/tracker/?group_id=84355&atid=572562">existing feature requests</a>. <li> Albert's Sourceforge <a |