https://github.com/zkoss/zkthemes
A collection of themes for ZK
https://github.com/zkoss/zkthemes
Last synced: 12 months ago
JSON representation
A collection of themes for ZK
- Host: GitHub
- URL: https://github.com/zkoss/zkthemes
- Owner: zkoss
- License: other
- Created: 2012-05-04T11:05:36.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T04:17:33.000Z (over 2 years ago)
- Last Synced: 2024-04-13T22:00:50.109Z (about 2 years ago)
- Language: Less
- Size: 73 MB
- Stars: 17
- Watchers: 21
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: readme.txt
- Contributing: contributing.md
- License: COPYING
Awesome Lists containing this project
README
ZK Themes (Deprecated)
========
This project is deprecated as of release 10.0.0,
please use [ZK Theme Pack](https://www.zkoss.org/product/zkthemepack) instead.
*** How to build the project ***
run the following maven command
:) mvn clean package
and then the distribution files are put into the "dist" directory(including the Maven's bundle jar for Maven repository)
*** How to create a new theme ***
Please follow the breeze's structure.
For example,
breeze/
/pom.xml (Maven project setting)
/src/ (the ZK default structure, or you can also use the Maven default structure, like main/java main/resource)
/archive
/org
/assembly (the build setting, you have to copy it as well)
*** Download standalone theme zip file ***
Download the latest standalone theme from google code (http://code.google.com/p/zkthemes/downloads/list)