public
Fork of matthewford/book_mdar
Description: Life On The Edge With Merb, DataMapper & RSpec
Homepage: http://blog.new-bamboo.co.uk
Clone URL: git://github.com/kwatch/book_mdar.git
name age message
file .gitignore Loading commit data...
file README.markdown
file Rakefile
directory book/
directory book_builder/
directory code/
directory tasks/
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.

この本は Markdown 形式で書かれており、rake タスクによって HTML 形式とプレーンテキスト形式に変換されます。 利用可能なオプションを見るには、〔訳注: プロジェクトの〕ルートディレクトリで 'rake -T' を実行してください。

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

次のうちのどれかの gems をインストールしておく必要があります。

  • rdiscount
  • rpeg-markdown
  • maruku
  • BlueCloth

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

上記のうちのどれかを sudo gem install <name> でインストールしてください。

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.

Git リポジトリをフォークして、pull リクエストを Matt (matt@new-bamboo.co.uk) まで送ってください。 なるべく 1 行 80 カラムにするようにしてください。git diff が見やすくなります。

Thanks for your patch!

パッチは歓迎します!

Legal

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

本著作物のライセンスは 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:

アプリケーションのソースコードは、MIT ライセンスと GPL ライセンスのデュアルライセンスです。

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