Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burningtyger/wpgtr
Why's (Poignant) Guide to Ruby – A mirror of his Rubyforge CVS repository. Seems to be the only source to the book afaik.
https://github.com/burningtyger/wpgtr
Last synced: 7 days ago
JSON representation
Why's (Poignant) Guide to Ruby – A mirror of his Rubyforge CVS repository. Seems to be the only source to the book afaik.
- Host: GitHub
- URL: https://github.com/burningtyger/wpgtr
- Owner: burningTyger
- Created: 2011-07-03T14:34:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-03T14:37:28.000Z (over 13 years ago)
- Last Synced: 2023-03-11T03:57:53.103Z (over 1 year ago)
- Language: Ruby
- Homepage: http://poignant.rubyforge.org/
- Size: 3.42 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
[[ Why's (Poignant) Guide to Ruby ]]
http://poignantguide.net/ruby/
"Quite so," he said. "I went out to my car yesterday and there was a shoe in the passenger's
seat. A very battered oxford. Looking straight ahead like it needed a lift to the cobbler's.
I did a cavity search and came up with a crisp note from my deceased ancestor, the same
whose property I've looked after, lo, these many years.""Wow," I said. And I glared at my shoe, at the things it would do when I'm gone.
{o}
^You're pulling down your own master copy of my first book, a book I'm gallantly pursuing,
coding and drawing, tying into a bundle with wax and twine. This master copy is yours. You
can do most anything with it, I just ask you abide by the very simple and rather liberal
license for this text. (See the 'deed' portion of poignant.yml.)=== Building HTML ===
You will need to install RedCloth.
To build the HTML version of this book:
ruby poignant.rb /path/to/output
The script isn't very full-featured. Please send me patches.
=== What This Package Includes ===
poignant.yml: The YAML text of the entire book. The entire book has been written using
Vim as my word processor and YAML as my document format. I also use Textile liberally
throughout the content.poignant.rb: The script which formats output for the book. Currently, it only outputs
HTML and CSS.index.erb: An ERb template for the table of contents.
chapter.erb: An ERb template for the chapter pages.
expansion-pak.erb: An ERb template for expansion pages.
guide.css: A CSS file with fonts and colors.
i/: The images folder. Contains images at no larger than 800px. These images are
designed for the website. Eventually, I will add a folder with 300dpi images.