XULit! CMS 
| resources: | Home Mailing List Status Feedback Installation Source Code Bugs Screenshots |
|---|---|
| documentation: | Documentation API Server API Client API |
XULit! API
This is draft, idea are welcome. The goal is to define the API exposed by XULit! to the others components within XULit!
What the components need to have access to
- authentification on the server;
- personal information of the current user;
- HTML editor plug;
- base communication with the server (send info, get info) with minimum work;
- easy "travel" between components.
Ex: from component "page edition", one clic to the component "add image" with prefilled data.
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.