public
Description: A framework for creating e-books from Markdown/Textile text markup using Ruby. Using the Prince PDF generator, you'll be able to get high quality PDFs.
Homepage: http://fnando.github.com/public/kitabu.html
Clone URL: git://github.com/fnando/kitabu.git
Click here to lend your support to: kitabu and make a donation at www.pledgie.com !
kitabu /
name age message
file .gitignore Sat Sep 26 14:17:26 -0700 2009 Automatically detect nokogiri (default) & hpric... [fnando]
file .gitmodules Thu Sep 17 11:10:15 -0700 2009 Added lots of specs [fnando]
file README.markdown Sat Aug 01 22:22:27 -0700 2009 Added Jeweler. [fnando]
file Rakefile Wed Oct 14 20:20:17 -0700 2009 updated homepage [fnando]
file VERSION Mon Oct 05 20:21:45 -0700 2009 Bump up version [fnando]
directory bin/ Sat Sep 26 09:37:48 -0700 2009 Added tests. Bundled required syntax libraries.... [fnando]
file kitabu.gemspec Wed Oct 14 20:20:17 -0700 2009 updated homepage [fnando]
directory lib/ Mon Oct 05 20:21:45 -0700 2009 Bump up version [fnando]
directory samples/ Wed Jul 15 18:31:39 -0700 2009 Added new textile markup: file [fnando]
directory spec/ Mon Oct 05 20:19:26 -0700 2009 Bug fix: closing issue #3 [fnando]
directory templates/ Thu Sep 17 11:10:15 -0700 2009 Added lots of specs [fnando]
README.markdown

Kitabu

DESCRIPTION:

A framework for creating e-books from Markdown/Textile text markup using Ruby. Using the Prince PDF generator, you'll be able to get high quality PDFs.

While Prince is too expensive (495USD for a single user license), the free version available at http://www.princexml.com/download/ generates a PDF with a small logo on the first page, which is removed when sent to a printer.

FEATURES:

  • Write PDF using Markdown or Textile text markup
  • Book layout support
  • Syntax highlight theme based on Textmate
  • Generate a PDF with a single rake task
  • Table of Contents automatically generated from chapter titles

Check it out http://fnando.github.com/kitabu.html for details.

MAINTAINER

CONTRIBUTORS

LICENSE:

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.