|
Project Information
|
saneBlogsaneBlog is a simple, lightweight Content Management System originally by Christopher Keefer that allows for a blog-style website with a minimum of user-effort. Features as of version 0.2.1:- Skinning - all pages skinnable through CSS, with the option to allow for individual users to select a skin to their liking, which will present itself whenever they log in;
- TinyMCE - Administrators can add an edit articles using the tiny_mce interface, making it easy to add html formatted articles.
- AJAX - AJAX functionality is built in to the article creation, editing and deleting functions, as well as the submission, editing and deletion of comments.
- Simple Setup - Simple copy the source files into a directory on a PHP and MySQL-enabled host, change a few variables, and access the site, and all necessary tables will be built for you.
- PHP, Javascript and MySQL - Built on three of most pre-dominant internet technologies, making it a great learning project for beginner internet programmers.
- No specialized libraries - kCMS uses no specialized javascript libraries (such as jQuery), only basic javascript. This makes it an excellent project for the beginner to get a better grasp of how AJAX works in the underlying javascript.
|