Skip to content

Commit

Permalink
Closes #5: website and documentation out of date
Browse files Browse the repository at this point in the history
* README.md: Add link to manual in github pages (hosted under
capitaomorte.github.io for now).
  • Loading branch information
joaotavora committed Feb 25, 2014
1 parent b1f5a55 commit 322d2a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2014-02-25 João Távora <joaotavora@gmail.com>

* README.md: Add link to manual in github pages (hosted under
capitaomorte.github.io for now).

* doc/Makefile (slime.html): Use --css-include=slime.css

* doc/slime.css: New file. Simple stylesheet adapted from the one
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ SLIME is the Superior Lisp Interaction Mode for Emacs. It is implemented
in two main parts: the Emacs Lisp side (`slime.el`), and the support
library for the Common Lisp (`swank.lisp` and `swank-*.lisp`)

For a real description, see the manual in `doc/`
For a real description, see the manual in `doc/` or browse an online
version [here](http://capitaomorte.github.io/slime/).

Quick setup instructions
------------------------
Expand Down

0 comments on commit 322d2a1

Please sign in to comment.