Development model
Since LOona is young and fresh and incomplete, you might want to contribute to its development.
Using the Mercurial version control system, the development model is unintrusive; simply start off by creating a branch.
Creating an 'incoming' repository:
% mkdir loona % cd loona % hg clone http://hg.teklib.org/loona incoming
Creating a 'development' branch:
% hg clone incoming dev
Once you consider your work to be worthy of inclusion to the main development branch, designate a place from where your branch can be pulled. (You will probably want to create another clone for your outgoing changes.)
Finally, drop me a mail (see Contact section). There is a development mailing list available, too.
