public
Fork of deimos1986/book_mdar
Description: Life On The Edge With Merb, DataMapper & RSpec
Homepage: http://blog.new-bamboo.co.uk
Clone URL: git://github.com/geoffgarside/book_mdar.git
name age message
file .gitignore Sun Sep 07 17:00:14 -0700 2008 Ignore tasks/mine.rake. [geoffgarside]
file README.markdown Sun Sep 07 17:20:15 -0700 2008 Update README about new supported Markdown parsers [geoffgarside]
file Rakefile Sun Sep 07 16:56:10 -0700 2008 Split up the book tasks. [geoffgarside]
directory book/ Sun Sep 07 17:01:30 -0700 2008 Merge branch 'deimos1986/master' [geoffgarside]
directory book_builder/ Mon Sep 01 03:41:40 -0700 2008 Add more Markdown parsers which can be used [geoffgarside]
directory code/ Tue Sep 02 08:28:12 -0700 2008 merge [deimos1986]
directory tasks/ Sun Sep 07 16:56:10 -0700 2008 Split up the book tasks. [geoffgarside]
README.markdown

Life On The Edge With Merb, DataMapper & RSpec

The book is written in Markdown comes complete with a set of rake tasks for publishing to HTML and plain text formats. Run 'rake -T' from the root to see the options available.

You will need to have one of the following gems installed.

  • rdiscount
  • rpeg-markdown
  • BlueCloth

Use sudo gem install <name> to install one of them.

To Contribute

Fork the git repository and send Matt a pull request (matt@new-bamboo.co.uk) Please try and keep a 80 column wrap, it makes git-diffs nicer.

Thanks for your patch!

Legal

This work is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England & Wales License.

  • http://creativecommons.org/licenses/by-nc/2.0/uk/

Source code of the applications are dual licensed under the MIT and GPL licenses:

  • http://www.opensource.org/licenses/mit-license.php
  • http://www.gnu.org/licenses/gpl.html