Browse Source

Slight README tweaks.

Brit Butler 12 years ago
parent
commit
9f72bff710
1 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md

+ 6 - 2
README.md

15
 * Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize).
15
 * Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize).
16
   * Currently supports: Common Lisp, Emacs Lisp, Scheme, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
16
   * Currently supports: Common Lisp, Emacs Lisp, Scheme, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
17
 * [Multi-site publishing](http://blub.co.za/posts/Adding-multi-site-support-to-Coleslaw.html) support.
17
 * [Multi-site publishing](http://blub.co.za/posts/Adding-multi-site-support-to-Coleslaw.html) support.
18
-* Plugins for...
18
+
19
+* A Plugin API and plugins for...
19
   * Comments via Disqus
20
   * Comments via Disqus
20
   * Analytics via Google
21
   * Analytics via Google
22
+  * Deploying to Amazon S3.
21
   * Using LaTeX (inside pairs of $$) via Mathjax
23
   * Using LaTeX (inside pairs of $$) via Mathjax
24
+  * Using ReStructured Text
22
   * Importing posts from wordpress
25
   * Importing posts from wordpress
26
+
23
 * There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
27
 * There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
24
 * Example sites: [redlinernotes](http://redlinernotes.com/blog/) and [(lisp :is 'fun)](http://blub.co.za/).
28
 * Example sites: [redlinernotes](http://redlinernotes.com/blog/) and [(lisp :is 'fun)](http://blub.co.za/).
25
 
29
 
62
 The XML will be read and placed into .post files in the :repo location specified in your [.coleslawrc](http://github.com/redline6561/coleslaw/blob/master/examples/single-site.coleslawrc).
66
 The XML will be read and placed into .post files in the :repo location specified in your [.coleslawrc](http://github.com/redline6561/coleslaw/blob/master/examples/single-site.coleslawrc).
63
 
67
 
64
 ## Writing your own plugins
68
 ## Writing your own plugins
65
-For now, see the [API](http://redlinernotes.com/docs/coleslaw.html) and the [mathjax plugin](https://github.com/redline6561/coleslaw/blob/master/plugins/mathjax.lisp) for an example.
69
+For now, see the [API](http://redlinernotes.com/docs/coleslaw.html) and the [existing plugins](https://github.com/redline6561/coleslaw/tree/master/plugins) for an example.
66
 A proper guide about this will be written later.
70
 A proper guide about this will be written later.
67
 
71
 
68
 ## Theming
72
 ## Theming