소스 검색

README updates.

Brit Butler 12 년 전
부모
커밋
47e2ca02c1
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      README.md

+ 7 - 5
README.md

@@ -11,13 +11,15 @@ Coleslaw aims to be flexible blog software suitable for replacing a single-user
11 11
 
12 12
 ## Features
13 13
 * Git for storage
14
-* RSS feeds!
14
+* RSS and ATOM feeds!
15 15
 * Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize).
16
-  * Currently supports: Common Lisp, Emacs Lisp, Scheme, Clojure, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
17
-* Plugins to...
18
-  * Use LaTeX (inside pairs of $$) via Mathjax
19
-  * Import from wordpress
16
+  * Currently supports: Common Lisp, Emacs Lisp, Scheme, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
17
+* Plugins for...
18
+  * Comments via Disqus
19
+  * Using LaTeX (inside pairs of $$) via Mathjax
20
+  * Importing posts from wordpress
20 21
 * There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
22
+* Example sites: [redlinernotes](http://redlinernotes.com/blog/) and [(lisp :is 'fun)](http://blub.co.za/).
21 23
 
22 24
 ## Installation
23 25
 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.