Common Options For VihvLCC Based Themes Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin has 2 purposes:
1. Editing common options for vihvlcc based themes (enable/disable debugger, debugger position)
2. Include vihvlcc core in wordpress environment, so you can keep an eye on updates using wordpress plugin system
About the lib:
VihvLCC is cross-CMS theming engine based on XSLT. XSLT is fast, well-known and you will make less mistakes while working on views.
WordPress-specific benefits:
- Same architecture for themes, plugins and widgets.
For example if you create 2 themes, then review em, you will see some duplicated features. You might want to move that code to some plugin/widget. With default wp coding style it requires a lot of coding. With VihvLCC you just copy/paste a few files from theme folder to plugin folder with minimal(or no) changes.
- Some ready-to-use components for wordpress.
Other benefits:
- Components (you can think of em as about widgets) can contain each other, no dept limits.
- Each component can be runned as a standalone application
- Everything can be tested with unit tests