File: index.html

package info (click to toggle)
albert 0.4.10.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,556 kB
  • ctags: 2,014
  • sloc: lisp: 13,587; ansic: 7,729; xml: 843; makefile: 99; sh: 28
file content (78 lines) | stat: -rw-r--r-- 3,091 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<link rel="stylesheet" type="text/css" href="albdocs.css">
<title>Albert</title>
</head>

<body>
<h1>Albert</h1>

<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"
  <tr valign="top">
    <td><b>Current version:</b></td>
    <td><b><font color="green">v0.4.10</font></b></td>
  </tr>
  <tr valign="top">
    <td><b>Sourceforge download:</b></td>
    <td><a href="http://prdownloads.sourceforge.net/albert/albert-0.4.10.tar.gz?download">albert-0.4.10.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.10.tar.gz">albert-0.4.10.tar.gz</a></td>      
  </tr>
</table>

<h3> Documentation</h3>

<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>
  
  <li> The <a href="faq.html">FAQ</a> which answers quirky questions.
  Doc-generation isn't supposed to be easy, but the FAQ answers
  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
  href="http://sourceforge.net/projects/albert/">project page</a>,
  with links to mailing-lists,  downloads, bug-tracker, etc. </li>

  <li> Feedback/questions/etc can be sent to <a href="mailto:stig@users.sourceforge.net">stig@users.sourceforge.net</a>.</li>

  <li> <font color="darkgreen"><b>Helpful hint:</b></font> You can navigate the generated pages in your
  browser with <code>Alt-P</code> for <b>previous</b>,
  <code>Alt-N</code> for <b>next</b>, <code>Alt-U</code> for
  <b>up</b>, <code>Alt-H</code> for <b>home/toc</b> and <code>Alt-I</code> for <b>index</b>.</p>
</ul>

<hr>

<table width="100%">
  <tr valign=top>
    <td>
      <address>stig@users.sourceforge.net</address>
    </td>
    <td>
      <div align=right><a href="http://sourceforge.net"><img
      src="http://sourceforge.net/sflogo.php?group_id=84355&amp;type=5" width="105" height="31" border="0" alt="SourceForge.net Logo" /></a></div>
    </td>
  </tr>
</table>
      
</body> </html>