MojoMojo has been under web development for a long time. It started its life as a Maypole app, and has since been ported to Catalyst. The ORM has also been changed from Class::DBI to DBIx::Class, which gave the nested set code a fair bit more elegance.
It's still a bit rough in the edges, but it has grown a fairly comprehensive test suite over the years. The controllers and models are fairly easy to follow, and thanks to TT, the templates are pretty clean too.
MojoMojo is being maintained in a Git repo, currently residing at:
http://github.com/marcusramberg/mojomojo/tree/master
First, make sure you read the development best practices.
Clone the repository using "Your clone URL" (the Public one is read-only):
git@github.com:marcusramberg/mojomojo.git
To have your username hyperlinked on the web interface, configure your git e-mail address to match the e-mail address you used to sign up for github.com:
git config --global user.email "user@domain.com"
It's possible that if you add other email addresses via the Account or Profile, those will work too. Note that the matching is done by email address, not by username.
Mojomojo requires a number of dependencies, among which:
force install ImagerMojoMojo has had quite a few developers over the years. Here are the committers from GitHub and svn, in somewhat of an order of current activity so you know who to bug:
If you want to contribute, contact marcus to get added. See also the list of MojoMojo watchers on GitHub
MojoMojo is nearing a 1.0 release. See the Roadmap for more info.
For discussing MojoMojo, or if you want to help out with development, please go to #mojomojo on irc.perl.org.