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 (
Gavin Stark (author)
Thu Nov 06 19:59:32 -0800 2008
commit 1c554c949357c3bd35160b1816849f7789fef9a9
tree 0c457e7a2e36f03b67f9f130209441158f2f641f
parent 286077da66c66c64e95380e5dce4f5cf5d6dea2f
tree 0c457e7a2e36f03b67f9f130209441158f2f641f
parent 286077da66c66c64e95380e5dce4f5cf5d6dea2f
prawn /
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Sat Aug 23 11:05:05 -0700 2008 | |
| |
COPYING | Wed Apr 30 08:43:32 -0700 2008 | |
| |
LICENSE | Wed Apr 30 08:43:32 -0700 2008 | |
| |
README | Thu Oct 30 15:14:24 -0700 2008 | |
| |
Rakefile | Sat Sep 13 10:45:00 -0700 2008 | |
| |
bench/ | Mon Aug 18 23:14:10 -0700 2008 | |
| |
bugs/ | Mon Sep 22 00:47:05 -0700 2008 | |
| |
data/ | Fri Oct 31 08:47:26 -0700 2008 | |
| |
examples/ | ||
| |
lib/ | ||
| |
reference_pdfs/ | Fri Sep 12 13:09:56 -0700 2008 | |
| |
spec/ | ||
| |
vendor/ | Sat Aug 23 11:05:05 -0700 2008 | |
| |
www/ | Fri Aug 15 09:30:39 -0700 2008 |
README
Prawn is a PDF writing library for Ruby designed to be tiny, fast, and nimble, just like the majestic sea creature. Development on this library is made possible thanks to the many people who donated to the Ruby Mendicant project: http://rubymendicant.wikidot.com RESOURCES: Website: http://prawn.majesticseacreature.com Bug Tracker / Wiki: http://prawn.lighthouseapp.com/projects/9398-prawn/home GitHub: http://github.com/sandal/prawn Mailing List: http://groups.google.com/group/prawn-ruby IRC: Find us in #prawn on irc.freenode.net Gregory Brown: <sandal> James Healy: <yob> NOTES TO DEVELOPERS: You will need the pdf-reader and test-spec gems to run Prawn. Be sure to run the specs on both Ruby 1.8.6 and the latest Ruby 1.9 snapshot, as both versions are supported. 1.8.7 is not officially supported. Prawn relies on PDF::Inspector, a collection of PDF::Reader backed classes for analyzing PDF output. This is provided as a submodule in Prawn's git repository, so be sure to do the following before running the specs: git submodule init git submodule update








