XULit! CMS 
| resources: | Home Mailing List Status Feedback Installation Source Code Bugs Screenshots |
|---|---|
| documentation: | Documentation API Server API Client API |
XULit! Documentation
More info about the structure of XULit!
Idea below that XULit!
Creating a framework to manage the content of your website. This framework must be as open as possible, so improvements can easily be made.
The framework must:
- communicate with the server with open protocols XML-RPC, GET, perhaps FTP;
- need the minimum server tweaking. It must be useable on shared hosts, like we use to have;
- offer an easy to use API, so people can plug add-ons;
- have a high degree of customization so you can use it for a blog, a news site, or whatever;
Implementations
The server implementation rely on PHP/MySQL, but as the API to communicate between the client and the server is open, you can implement that in ColdFusion, asp, perl, or whatever.
The client is pure javascript/XUL client without any C/Java special XPCOM component.