Commit 1c44231f authored by Gary King's avatar Gary King
Browse files

tweaked website

parent 48a6b081
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ developed its own notion of what to display, how to display
it, and what sort of arguments can be used to customize it.
`trivial-backtrace` is a simple solution to generating a
backtrace portably. As of {today}, it supports Allegro Common
Lisp, LispWorkds, ECL, MCL, SCL, SBCL and CMUCL. Its
Lisp, LispWorks, ECL, MCL, SCL, SBCL and CMUCL. Its
interface consists of three functions and one variable:

 * print-backtrace
@@ -53,9 +53,14 @@ described in more detail below.

### Where is it

A [darcs][] repository is available. The commands to get it are
listed below:
A [git][] repository is available using

    git clone http://common-lisp.net/project/trivial-backtrace/trivial-backtrace.git
    
The [darcs][] repository is still around but is **not** being updated.
The command to get it is below:

    ;;; WARNING: out of date
    darcs get http://common-lisp.net/project/trivial-backtrace/

trivial-backtrace is also [ASDF installable][asdf-install].
@@ -63,12 +68,15 @@ Its CLiki home is right [where][cliki-home] you'd expect.

There's also a handy [gzipped tar file][tarball].


{anchor news}

### What is happening

<dl>
  <dt>14 May 2009</dt>
  <dd>Moved to [git][]; John Fremlin adds map-backtrace
      </dd>

<dt>1 June 2008</dt>
<dd>Release version 1.0
    </dd>