GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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/kwatch/book_mdar.git
name age message
file .gitignore Sun Sep 07 17:00:14 -0700 2008 Ignore tasks/mine.rake. [geoffgarside]
file README.markdown Mon Sep 22 12:04:38 -0700 2008 Change character code from EUC-JP to UTF-8. [kwatch]
file Rakefile Tue Sep 09 08:41:30 -0700 2008 Fix some whitespaces git diff highlighted [geoffgarside]
directory book/ Tue Nov 25 15:12:38 -0800 2008 Change file encoding from EUC to UTF8. [kwatch]
directory book_builder/ Tue Sep 09 17:29:29 -0700 2008 Add Maruku support. [geoffgarside]
directory code/ Tue Sep 02 08:28:12 -0700 2008 merge [deimos1986]
directory tasks/ Tue Sep 09 08:41:30 -0700 2008 Fix some whitespaces git diff highlighted [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.

この本は 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