Development
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.
Visualize
- database schema diagram
- MojoMojo private paths visualized
- MojoMojo dependencies - text and SVG diagram
- commit history - notice how the activity intensifies in 2009
Source Control
MojoMojo is being maintained in a Git repo, currently residing at:
http://github.com/marcusramberg/mojomojo/tree/master
Contributing
First, make sure you read the development best practices.
- To use github, follow the first two Github tutorials:
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.
Dependencies and testing
Mojomojo requires a number of dependencies, among which:
- Imager, which requires the following libraries to be installed beforehand:
- libpng-dev libgif-dev libjpeg-dev. If you installed Imager before these, reinstall it with cpan
force install Imager
- libpng-dev libgif-dev libjpeg-dev. If you installed Imager before these, reinstall it with cpan
Developers
MojoMojo 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:
- Marcus Ramberg - project coordinator
- Dan Dascalescu (dandv)
- mateus
- linio
- plu
- Dave Rolsky (autarch)
- batman
- rafl
- lestrrat
- b10m
- nothingmuch
- gabbana
- dave
- sri
- andyg
- rimbu
- leonard
- arne
- ilmari
- oleo
- bluefeet
- waswas
- matthewt
- Penguin
- jshirley
- kixx
- martijn
- jrockway
- zby
- tkremer
- सूर्य के पिता
If you want to contribute, contact marcus to get added. See also the list of MojoMojo watchers on GitHub
Roadmap
MojoMojo is nearing a 1.0 release. See the Roadmap for more info.
Development Discussion
Single Level Page Hierarchy
Moving and renaming?
MojoMojo Plugin Syntax
Support
For discussing MojoMojo, or if you want to help out with development, please go to #mojomojo on irc.perl.org.
Showing changes from previous revision. Removed | Added
