-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there,
I’m pleased to announce the very first release of Papyrus, a RDoc plugin
for generating PDF files from your sourcecode’s documentation.
== Installation
It’s available via RubyGems. Do
gem install papyrus
to get it.
== Usage
You can use it the same way as any other RDoc generator plugin, namely
$ rdoc -f papyrus YOURFILESHERE
You can also use it in Rake tasks if you want;
gem “rdoc” #Note you need the gem!
require “rdoc/task”
RDoc::Task.new do |t|
t.generator = “papyrus”
#…
end
== Websites
- Project page: http://redmine.pegasus-alpha.eu/projects/papyrus
(it’s a bit spare at the moment, but forgive me, I just completed
coding ;-)) - Issue tracker: http://redmine.pegasus-alpha.eu/projects/papyrus/issues
== License
It’s licensed under the GPLv2, see COPYING in the source for more
information.
== Thanks
Thanks to Eric H.'s invaluable help–without him, Papyrus wouldn’t
have made it to this release.
Have fun!
Valete,
Marvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJOTDaeAAoJELh1XLHFkqhaJ8oH/idZWa6DNWQ9xXF0dmeYKkPd
nih1zRLh9G8Zv2uqT7eYce1tcusaszDjKQyR0hq2GwCZ2/VzDkqvpvK1irnrY1T8
W0Qawu1KFkXtXZFyh1yXWMiWcs0BXvacNp8ZboBvnxjJrtMPt6JqyBbB/meWbLki
xvHdpLawFlyjsG9Kc0l5Qk9DdRfEoJPUslQfpZDnlD1pZ4AIDVagiW1yEPVG/0Y+
9MU7Sd/sd+baxWsUYt5y/PzGP0ruriBbwZwTJsx2jZS3/+UdcFQSq/oYynUTOCT+
yBHkUfq/M/ZHpMRk5rkYeTr464Mlvb1h9QDzc0DXh6gDdHXBFTPzHrz/GaC3VYM=
=99Zp
-----END PGP SIGNATURE-----