This is a small CMS which is being used to host this website. It is written in Perl with a MySQL back end.
The code has been greatly cleaned up. Modules converted to OO. Lots of code has been moved into appropriate modules.
I have also completed the ASP.Net version which is available from the ASP.Net page. I have a little cleaning up to do with it to match DB table and key names to the Perl version, a proper installer to write, and then will try to add features to it as I add them to the perl version
Download Perl CMS here
Download ASP.Net CMS here
Even newer awesome features than the ones below:
- User login from any page
- admin menu shown on any page when logged in if you have admin rights
- Beginnings of user and group rights system
- menu and admin menu are now templated
New awesome feature:
- Dynamic front page - display multiple blurbs on the front with time/date stamp and author.
- Categories can be set to have their member items on the front page or not
- Items/pages can be set as "sticky" which will keep them at the top of the things listed on the front page. This will be particularly useful once I add in being able to limit the number of items shown on the front page to keep "sticky" items from scrolling off.