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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
{include resources/header.md}
{set-property title "CL-Markdown - Markdown and More"}
<div class="contents">
<div class="system-links">
* [Mailing Lists][3]
* [Getting it][4]
* [Documentation][5]
* [News][6]
* [Test results][tr]
* [Changelog][7]
[3]: #mailing-lists
[4]: #downloads
[5]: documentation/ "documentation link"
[6]: #news
[7]: changelog.html
[tr]: test-report.html
</div>
<div class="system-description">
### What it is
(Note: CL-Markdown just split off it's Lisp documentation
abilities into the [docudown][] project. Don't be alarmed.
Everything is good.)
[Markdown][] is [John Gruber][df]'s text markup langauge and
the Perl program that converts documents written in that
language into HTML. CL-Markdown is a Common Lisp rewrite of
Markdown. CL-Markdown is licensed under the [MIT
license][mit-license].
You can see the source of this page by clicking in the
address bar of your browser and changing the extension from
`html` to `text`. For example, this page's source is at
[index.text](index.text).
You can view a comparison of Markdown and CL-Markdown output
[here][8].
{anchor mailing-lists}
### Mailing Lists
* [devel-list][]: A list for questions, patches, bug
reports, and so on; It's for everything other than
announcements.
{anchor downloads}
### Where is it
The easiest way to get setup with CL-Markdown is by using
[ASDF-Install][14]. If that doesn't float your boat, there is
a handy [gzipped tar file][15] and a [Darcs][16] repository.
The darcs commands to retrieve the CL-Markdown source is:
darcs get "http://common-lisp.net/project/cl-markdown"
(note that this won't let you build CL-Markdown unless you
also get all of its dependencies...)
{anchor news}
### What is happening
<dl>
<dt>28 May 2008</dt>
<dd>Many small improvements, bug fixes, tweaks, and
extensions. The biggest change, however, is that I've
move the Lisp documentation work into it's own
[project][docudown]. This keeps CL-Markdown simpler.
The dependencies on [moptilities][] and
[defsystem-compatibility][] have both been removed.
A dependency on [anaphora][clnet-anaphora] has been added.
</dd>
<dt>30 August 2007</dt>
<dd>Tons of improvements in the documentation extension, lots of
cleanup, better HTML generation, better footnotes, what's not to like!
</dd>
<dt>20 Feb 2007</dt>
<dd>Lots of stuff has happened; see the change log for details.
</dd>
<dt>5 June 2006</dt>
<dd>More tweaking of block structure processing and paragraph marking. In every day and in every way, it's getting better and better.
</dd>
<dt>22 May 2006</dt>
<dd>Removed LML2 dependency for CL-Markdown and fixed some bugs!
</dd>
<dt>17 May 2006</dt>
<dd>Updated with SBCL and Allegro support (son far only alisp)
</dd>
<dt>8 May 2006</dt>
<dd>Created site.
</dd>
</dl>
</div>
</div>
{include resources/footer.md}
[1]: http://common-lisp.net/project/cl-containers/shared/metabang-2.png (metabang.com)
[2]: http://www.metabang.com/ (metabang.com)
[3]: #mailing-lists
[4]: #downloads
[5]: documentation/ (documentation link)
[6]: #news
[7]: changelog.html
[8]: comparison-tests
[9]: http://trac.common-lisp.net/cl-markdown
[10]: http://trac.common-lisp.net/cl-markdown/newticket
[11]: http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-announce
[12]: http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
[13]: downloads
[14]: http://www.cliki.net/asdf-install
[15]: http://common-lisp.net/project/cl-markdown/cl-markdown_latest.tar.gz
[16]: http://www.darcs.net/
[17]: news
[18]: http://common-lisp.net/project/cl-containers/shared/buttons/xhtml.gif (valid xhtml button)
[19]: http://validator.w3.org/check/referer (xhtml1.1)
[20]: http://common-lisp.net/project/cl-containers/shared/buttons/hacker.png (hacker emblem)
[21]: http://www.catb.org/hacker-emblem/ (hacker)
[22]: http://common-lisp.net/project/cl-containers/shared/buttons/lml2-powered.png (lml2 powered)
[23]: http://lml2.b9.com/ (lml2 powered)
[24]: http://common-lisp.net/project/cl-containers/shared/buttons/lambda-lisp.png (ALU emblem)
[25]: http://www.lisp.org/ (Association of Lisp Users)
[26]: http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png (Common-Lisp.net)
[27]: http://common-lisp.net/ (Common-Lisp.net)
|