Kaynağa Gözat

Slight README tweaks.

Brit Butler 12 yıl önce
ebeveyn
işleme
9f72bff710
1 değiştirilmiş dosya ile 6 ekleme ve 2 silme
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -15,11 +15,15 @@ Coleslaw aims to be flexible blog software suitable for replacing a single-user
15 15
 * Markdown Support with Code Highlighting provided by [colorize](http://www.cliki.net/colorize).
16 16
   * Currently supports: Common Lisp, Emacs Lisp, Scheme, C, C++, Java, Python, Erlang, Haskell, Obj-C, Diff.
17 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 20
   * Comments via Disqus
20 21
   * Analytics via Google
22
+  * Deploying to Amazon S3.
21 23
   * Using LaTeX (inside pairs of $$) via Mathjax
24
+  * Using ReStructured Text
22 25
   * Importing posts from wordpress
26
+
23 27
 * There is also a [Heroku buildpack](https://github.com/jsmpereira/coleslaw-heroku) maintained by Jose Pereira.
24 28
 * Example sites: [redlinernotes](http://redlinernotes.com/blog/) and [(lisp :is 'fun)](http://blub.co.za/).
25 29
 
@@ -62,7 +66,7 @@ There is a "plugin" to import from wordpress. At some point, it should be turned
62 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 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 70
 A proper guide about this will be written later.
67 71
 
68 72
 ## Theming