Marcus Ramberg > MojoMojo-0.999020 > MojoMojo

Download:
MojoMojo-0.999020.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.999020   Source   Latest Release: MojoMojo-0.999041

NAME ^

MojoMojo - A Catalyst & DBIx::Class powered Wiki.

SYNOPSIS ^

  # Set up database (be sure to edit mojomojo.conf first)
  
  ./script/mojomojo_spawn_db.pl

  # Standalone mode

  ./bin/mojomo_server.pl

  # In apache conf
  <Location /mojomojo>
    SetHandler perl-script
    PerlHandler MojoMojo
  </Location>

DESCRIPTION ^

Mojomojo is a sort of content managment system, borrowing many concepts from wikis and blogs. It allows you to maintain a full tree-structure of pages, and to interlink them in various ways. It has full version support, so you can always go back to a previous version and see what's changed with a easy ajax- based diff system. There are also a bunch of other features like a live AJAX preview of editing, and RSS feeds for every wiki page.

To find out more about how you can use MojoMojo, please visit http://mojomojo.org or read the installation instructions in MojoMojo::Installation to try it out yourself.

AUTHORS ^

Marcus Ramberg marcus@thefeed.no David Naughton naughton@umn.edu Andy Grundman andy@hybridized.org Jonathan Rockway jrockway@jrockway.us

LICENSE ^

You may distribute this code under the same terms as Perl itself.