README updates.
This commit is contained in:
parent
4b8145a7ca
commit
47e2ca02c1
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -11,13 +11,15 @@ Coleslaw aims to be flexible blog software suitable for replacing a single-user
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Git for storage
|
* Git for storage
|
||||||
* RSS feeds!
|
* RSS and ATOM feeds!
|
||||||
* Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize).
|
* Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize).
|
||||||
* Currently supports: Common Lisp, Emacs Lisp, Scheme, Clojure, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
|
* Currently supports: Common Lisp, Emacs Lisp, Scheme, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
|
||||||
* Plugins to...
|
* Plugins for...
|
||||||
* Use LaTeX (inside pairs of $$) via Mathjax
|
* Comments via Disqus
|
||||||
* Import from wordpress
|
* Using LaTeX (inside pairs of $$) via Mathjax
|
||||||
|
* Importing posts from wordpress
|
||||||
* There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
|
* There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
|
||||||
|
* Example sites: [redlinernotes](http://redlinernotes.com/blog/) and [(lisp :is 'fun)](http://blub.co.za/).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
This software should be portable to any conforming Common Lisp implementation but this guide will assume SBCL is installed. Testing has also been done on CCL.
|
This software should be portable to any conforming Common Lisp implementation but this guide will assume SBCL is installed. Testing has also been done on CCL.
|
||||||
|
|
Loading…
Add table
Reference in a new issue