MFWork

Version 1 (the Mage, Feb 02, 2010 22:36)

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