內容簡介
這個外掛有兩個用途:
1. 編輯基於vihvlcc主題的常見選項(啟用/禁用調試器,調試器位置)
2. 在WordPress環境中包含vihvlcc核心,讓您可以使用WordPress插件系統關注更新
關於該庫:
VihvLCC是一個基於XSLT的跨CMS的佈景主題引擎。 XSLT是快速且廣泛使用的,您在工作時會犯少量錯誤。
WordPress的特定好處:
主題,外掛和小部件具有相同的架構。
例如,如果您創建了2個主題,然後審核它們,您將看到一些重複的功能。您可能希望將該代碼移至某個外掛程式/小部件。使用默認的wp編碼風格需要大量編程。使用VihvLCC,您只需將一些文件從主題文件夾複製/粘貼到插件文件夾,並進行最小(或無)更改。
一些用於WordPress的即用型元件。
其他好處:
元件(您可以將它們視為小部件)可以互相包含,沒有深度限制。
每個元件都可以作為獨立應用程序運行
可以通過單元測試測試所有功能。
外掛標籤
開發者團隊
② 後台搜尋「Common options for VihvLCC based themes」→ 直接安裝(推薦)
原文外掛簡介
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
