PodCMS
I did a complete rewrite of my PodCMS in the last two days (the original version took about two weeks to write). The new one is using Catalyst as a framework. The code was reduced to less than a third of the original one and is much more maintainable and clean now.
If you're interested in using it you can simply use the my darcs repository:
darcs get http://www-user.tu-chemnitz.de/~rafl/PodCMS/
That checks out the most PodCMS code. If you don't want to install all requirements from CPAN you can also do
darcs get http://www-user.tu-chemnitz.de/~rafl/PodCMS/ext
inside the checkout path to get all extensions that are needed to run PodCMS.
After checking everything out you can start over adapting the style to your needs by editing root/base/. New content can be added by creating new files in root/data, new blog entries are made by adding files to root/blog. To get some examples you can check out my personal blog entries and content:
darcs get http://www-user.tu-chemnitz.de/~rafl/PodCMS/root/blog darcs get http://www-user.tu-chemnitz.de/~rafl/PodCMS/root/data
The next goal for PodCMS is an RSS view as well as a funny menu that only exposes subitems for the currently selected item.
Comments on PodCMS | no comments | Post a comment