]> jfr.im git - irc/kvirc/kvirc-themes.git/blame - release-theme.kvs
import all themes from ftp://ftp.kvirc.de/pub/kvirc/themes/
[irc/kvirc/kvirc-themes.git] / release-theme.kvs
CommitLineData
2609d6da
STS
1# Release a theme.
2#
3# Also dump a template php array containing the theme informations
4# in a format suitable for adding in kvirc-www/services/themes.php.
5# Also extract the theme image, if possible.
6#
7# Execute with:
8#
9# kvirc -e "parse release-theme.kvs /full/path/to/*.kvt"
10
11include "pack-utils.kvs"
12
13%dir = $file.extractPath($0)
14
15theme::packager::releaseTheme $1 %dir
16
17