Updating readme with links to the mailing list
This commit is contained in:
parent
237df13778
commit
3bc4f590ea
|
@ -1,4 +1,6 @@
|
||||||
== 0.5.2
|
== 0.5.2
|
||||||
|
* Minor Enhancements
|
||||||
|
* Upgraded RedCloth to 4.2.1, which makes <notextile> tags work once again.
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
* Fixing Ruby 1.9 issue that requires to_s on the err object [github.com/Chrononaut]
|
* Fixing Ruby 1.9 issue that requires to_s on the err object [github.com/Chrononaut]
|
||||||
* Fixes for pagination and ordering posts on the same day [github.com/ujh]
|
* Fixes for pagination and ordering posts on the same day [github.com/ujh]
|
||||||
|
@ -7,6 +9,7 @@
|
||||||
* Added trailing slash to pretty permalink style so Apache is happy [github.com/eugenebolshakov]
|
* Added trailing slash to pretty permalink style so Apache is happy [github.com/eugenebolshakov]
|
||||||
* Bad markdown processor in config fails sooner and with better message [github.com/gcnovus]
|
* Bad markdown processor in config fails sooner and with better message [github.com/gcnovus]
|
||||||
* Allow CRLFs in yaml frontmatter [github.com/juretta]
|
* Allow CRLFs in yaml frontmatter [github.com/juretta]
|
||||||
|
* Added Date#xmlschema for Ruby versions < 1.9
|
||||||
|
|
||||||
== 0.5.1 / 2009-05-06
|
== 0.5.1 / 2009-05-06
|
||||||
* Major Enhancements
|
* Major Enhancements
|
||||||
|
|
|
@ -10,6 +10,7 @@ h2. Getting Started
|
||||||
* Read up about its "Usage":http://wiki.github.com/mojombo/jekyll/usage and "Configuration":http://wiki.github.com/mojombo/jekyll/configuration
|
* Read up about its "Usage":http://wiki.github.com/mojombo/jekyll/usage and "Configuration":http://wiki.github.com/mojombo/jekyll/configuration
|
||||||
* Take a gander at some existing "Sites":http://wiki.github.com/mojombo/jekyll/sites
|
* Take a gander at some existing "Sites":http://wiki.github.com/mojombo/jekyll/sites
|
||||||
* Fork and "Contribute":http://wiki.github.com/mojombo/jekyll/contribute your own modifications
|
* Fork and "Contribute":http://wiki.github.com/mojombo/jekyll/contribute your own modifications
|
||||||
|
* Have questions? Post them on the "Mailing List":http://groups.google.com/group/jekyll-rb
|
||||||
|
|
||||||
h2. Diving In
|
h2. Diving In
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@ h2. Diving In
|
||||||
|
|
||||||
h2. Dependencies
|
h2. Dependencies
|
||||||
|
|
||||||
* RedCloth: Textile support.
|
* RedCloth: Textile support
|
||||||
* Liquid: Templating system
|
* Liquid: Templating system
|
||||||
* Classifier: Generating related posts
|
* Classifier: Generating related posts
|
||||||
* Maruku: Default markdown engine
|
* Maruku: Default markdown engine
|
||||||
|
|
Loading…
Reference in New Issue