-
Notifications
You must be signed in to change notification settings - Fork 1
Home
SaiFi0102 edited this page Dec 26, 2014
·
41 revisions
WebWidgets is a very flexible and powerful website CMS platform written in C++ with the help of Wt library. It is to feature the following
- Module based program with each module having it's own identity. However modules can be interconnected with each other.
- Each entity on the webpage as a widget which is kept in the server memory until it is removed from the webpage.
- Modules required to manage every aspect of the website in a user-friendly way.
- Widgets library to create pages in a drag and drop environment.
- Database storage system(ORM) with backend support(SQLite3, MySQL, PostgreSQL, Firebird)
- Extensibility by allowing new modules and extension of built in modules from dynamically linked libraries.
- A dynamic environment with user/administrator updates in real time.
- Control Panel to add/remove/manage the modules and almost every aspect of the website.
- Parent/Child pages
- Module/Page abstraction
- Template CSS style sheet
- Page stack/template managing widget
- Default style
- Configuration of mobile browser redirect mode
- Configuration and allowing, removing or forcefully adding www
- Live logs widget
- Server signal utility