| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The offical book for the Ramaze web application framework.
A work in progress to create a compilation of:
This is a community effort, initiated by Michael 'manveru' Fellinger, Ramaze developer and passionate Rubyist.
The source is kept in a git repository at github
HTML and PDF versions are available at book.ramaze.net
I'm trying to keep the book more or less formal, as I don't have enough time to write too much, so every topic will be handled in a short and concise way.
The AsciiDoc should follow a readable format:
For files or directories, use 'helper/smiley_helper.rb'. For methods, classes, modules, or similar, use FooController. For tiny code snippets use helper :foo. If the code is more than fits comfortably inline (3-4 tokens), or is longer than one line, put it into a separate code block, show output if possible, switching between reading a book and trying stuff in IRB is not comfortable.
There is still a lot of work to be done, the subject is in dire need of proper documentation and there are a lot of topics to be covered. Since I'm a native German speaker and learned English mostly over the interwebs, my English skills are somewhat mediocre as well, so I appreciate any improvements, be it grammar, spelling, or wording.
Since this is a technical topic, I try to use US English, please keep this in mind. If you find writing the Queen's English more comfortable I won't be opposed to it, but we will have to edit every couple of months.
If you would like to contribute with your own writing, please keep in sync with the Github repository. It helps if you notify me when you plan on spending some time on a particular topic, so I don't touch it (to avoid spending too much time on merging the changes).
I will not keep a formal todo-list just yet, the gaps are still obvious and wide. I will concentrate on core topics for the near future:
This book is written in AsciiDoc format. This allows for a number of target formats. The Rakefile contains instructions to build following formats:
If you invoke rake, the default being built is xhtml, see rake -T for a list of all possible tasks.
See below for instructions on how to install the required dependencies on different distributions.
To get proper syntax highlighting you will need to install GNU source-highlight. This usually is available in repositories.
You will also need the DocBook XML scheme 4.5 and DocBook XML stylesheets installed.
The dblatex package is required for generation of pdf, tex, ps, and dvi.
pacman -S asciidoc dblatex source-highlight
| Back | FazBrowse Home | New Git URL |