Welcome to my first step at creating my own CMS.
There are so many great CMS out there that you must wonder why I would want to create one in the first place.
The main reason behind it all is because I need a site that allows users to create and maintain their own blogs.
And at the moment no CMS allows you to do that.
As you can see the basics are well in place.
The current plugins are
- Editor, (so far the choice of 2 systems, http://www.fckeditor.net/ && http://tinymce.moxiecode.com/).
- The installer must not enable the editor if another one is active.
- TinyMCE is not complete, some of the dialogs are not working properly
- Emails, (with email queue so you can send as mainy emails as you want).
- Wiki
- Session management / control
- Admin User management
- There is a bug in the email been sent, (& vs &)
- The default terms and condition are non existent.
- All the framework is in place, all I need to do is create my the needed nulgins, (see bellow)
What I still want to do before the beta release.
Comments, template work is also almost done.- Categories.
- Trackback.
- Using the wordpress templates.
- User control panel / management
- Adim to control / suspend accounts and get warnings.
- send an email when a user registers / logs in.
- Tags.
- Profile page.
- A 404 page.
- Listing all the recent changes.
- Insert the XSS plugin from JournalHome to prevent injections, (http://ha.ckers.org/xss.html).
And much later
- Work on a SPAM system to clasify all new entries.
- Multi languages, the system supports __(...) functions but there is no tool to currently translate.
- Save drafts.