Nitro’s unstable version (codename Glycerin) is stored in a Darcs repository.
Browse the source online
You can find the latest source code here: repo.nitrohq.com Please note that this code is under heavy development.
Create a local repository
You can get the bleeding edge version using darcs like this:
darcs get http://repo.nitrohq.com
This will create a local darcs repository on your hard disk with the name: repo.nitrohq.com In order to run the code you need the latest version of facets (2005-10-30).
You can make changes and new features to this repository.
Work with glycerin
Once you have downloaded glycerin, you can setup your project to use it. Add to following line at the start of your “run.rb” (before nitro and og are required)
require 'path/to/repo.nitrohq.com/glycerin'
Also, please wrap lines to 64 characters. Placing the following line in your. vimrc will make Vim break lines after 64 characters in Ruby files:
autocmd BufRead,BufNewFile */repo.nitrohq.com/*.rb setlocal textwidth=64
Submit your patches back to the main repository.
If you want to submit your changes back to the repository, first collect your changes into patches:
darcs record
... then create a patch bundle with the following command:
darcs send -o bundle
This generates a file named bundle with your patches. Zip (or tar or so) the file and email it to the Project Maintainer at george.moschovitis@gmail.com.
Mailing list
For your convienience all repository commits are published in the read-only nitro-repository@rubyforge.org mailing list.

Updated by ~PeterAbrahamsen on 2006-01-30 18:42:30, 0 archived revisions, diff.
