This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Clinton R. Nixon (author)
Thu May 29 23:31:32 -0700 2008
wolfe /
| name | age | message | |
|---|---|---|---|
| |
History.txt | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
LICENSE.txt | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
Manifest.txt | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
README.txt | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
Rakefile | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
TODO | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
bin/ | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
lib/ | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
tasks/ | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
| |
test/ | Thu May 29 23:31:32 -0700 2008 | [Clinton R. Nixon] |
README.txt
= Wolfe Wolfe is a publishing toolchain. It converts Markdown text, HTML, XHTML, or XML to a formatted PDF, using (almost all of) CSS2.1 with extensions to support paged media. It is heavily inspired by YesLogic's Prince[http://www.princexml.com], which is an amazing piece of software, but not open-source or free. Wolfe uses JRuby[http://wiki.jruby.org/wiki/Main_Page] so that it can utilize two invaluable Java libraries: - iText[http://www.lowagie.com/iText/] - FlyingSaucer[https://xhtmlrenderer.dev.java.net/] Both of these are packaged as gems, available on the project page[http://rubyforge.org/projects/wolfe/]. == Usage wolfe [options] file Valid options are: -c CONVERTER specify a converter (markdown, html) to use The output file will have the same name as the input file, but with .pdf as its extension. == How to include CSS CSS must be included in or linked from your source file. For Markdown, this may seem difficult. Because Wolfe uses Maruku, and has its own extensions, you can add print CSS to the top of a Markdown file like so: Print CSS: my_file.css




