MFWork

Version 6 (the Mage, Feb 06, 2010 13:20)

1 1
h1. Mason FrameWork
2 1
3 1
Mason FrameWork (MFWork for friends) is the core project for most of my web applications.
4 1
5 1
As most development frameworks, this one was made to scratch someone itches, the Mason Framework was made to scratch mines.
6 1
7 1
The Mason Framework is mostly inspired by "WordPress":http://wordpress.org, and implemented with "HTML::Mason":http://masonhq.com.
8 1
9 1
h2. Most Relevant Info
10 1
11 1
* [[MFWiki]] - the wiki syntax implemented in the MFWork;
12 5 the Mage
* [[Modules]] - The modules that are implemented by the MFWork, and that you can use to create your sites;
13 1
* [[Hooks]] - The hooks that the MFWork itself makes available for you to connect handlers;
14 5 the Mage
* [[Handlers]] - The handlers that MFWork implements and make available, and their documentation;
15 4 the Mage
* [[Changeset]] - the changes that make each version.