forked from prawnpdf/prawn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (23 loc) · 823 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
Examples:
http://github.com/sandal/prawn/tree/master/examples
(or gem unpack prawn, if you want to run them locally)
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:
See HACKING file for details on getting set up with a local build.