README.textile in booky-0.0.4 vs README.textile in booky-0.0.6
- old
+ new
@@ -1,22 +1,49 @@
-With this converter you can write documents or a whole book with textile and convert it to a PDF.
+h1. Booky
-It's main focus is to be some kind of LaTeX replacement being simpler to use and more beautiful.
+Booky is a real alternative to latex when it comes to document creation. It uses an enhanced version of textile to create the content
+and converts it to a PDF using pure-ruby with the help of the rubygem @prawn@.
-h2. Install
+It features:
-Simply do @gem install booky@
+* Chapters and Sections
+* Inclusion of Images
+* Footnotes
+* Import of Spreadsheets
+* Requiring of other Files
+* Automatic Table of Content
+* Lists
+* Customized Layouting
+* Inclusion of Highlighted Source Code
+Demos:
+
+* "Chapters and Sections":https://github.com/southdesign/booky/tree/master/pdfs/title_subtitle.pdf
+* "Tables":https://github.com/southdesign/booky/tree/master/pdfs/tables.pdf
+* "Lists":https://github.com/southdesign/booky/tree/master/pdfs/lists.pdf
+* "Links and Images":https://github.com/southdesign/booky/tree/master/pdfs/link_image.pdf
+* "Footnotes":https://github.com/southdesign/booky/tree/master/pdfs/footnotes.pdf
+* "Blockquote and Source":https://github.com/southdesign/booky/tree/master/pdfs/blockquote_source.pdf
+
+h2. Install
+
+bc.. gem install booky
+
h2. Usage
-Create a plain textfile with some textile content in in and name it e.g. @sample.textile@. Then simply
-run it through booky like this:
+Create a plain textile file, e.g. @sample.textile@ and run:
bc.. booky create sample
+p. To see all features and the markup in action simply check out the "Examples":https://github.com/southdesign/booky/tree/master/lib/examples directory.
+
h2. Help
-Simply run @booky help@ to get further information.
+bc.. booky help
+p. to get further information.
+
h2. Examples
-Simply run @booky examples@ to see formatting examples of images, tables, lists, bibliography, etc.
+bc.. booky examples
+
+p. to see formatting examples of images, tables, lists, bibliography, etc.
\ No newline at end of file