-
Notifications
You must be signed in to change notification settings - Fork 4
Platform, Back end, Framework,Themes
#in SQL-MVC
- The Platform is the compiler, qualia hierarchy-inheritance model and element fragment model.
- The Back-end is the database drivers, and thin server.
- The Framework is the widgets, js, HTML elements .
- The Theme is the style sheets and images.
Collectively we call the Back-end, Framework and Theme the "Infrastructure"
The platform is made to support any variety of custom Back-ends, Frameworks, and Themes.
Initially there is only one framework (called UI1) and one theme (called UI1), and one Back-end(called node_fb).
Making custom themes is quite easy, but custom frameworks require a lot more work, however customizing parts of the framework is easy (TODO: write a page on custom framework elements).
We will expand on the available frameworks and themes, which will be installable via npm as dependencies.
We will setup a market place for third party framework and theme developers to commercialize their artwork.
If you are a template or theme developer for the likes of WordPress, Drupal, HTML etc, consider converting your works for use with SQL-MVC.