forked from kimchi-project/kimchi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Wok (Webserver Originated from Kimchi)
- Create kimchi plugin - Rename src/kimchi to src/wok - Rename kimchi-named files to wok - Duplicate UI files from kimchi to wok - Add i18n files to wok - Add packaging specs to wok - Add back necessary __init__.py and Makefile.am files to wok - Copy autogen, configure, build-aux, m4 files to plugins/kimchi - Copy documentation files to plugins/kimchi - Add .gitignore to plugins/kimchi for further separation from wok. - Update wok docs - Add API and README docs to reflect new changes introduced by wok. - Update kimchi plugin docs - Add kimchi dependency on wok - Replace gettext-devel dependency by gettext - Rename kimchi_log to wok_log - It now uses wok.min.js for server JS API. - Use plugin relative URLs - Use InternalRedirect for all plugin redirects - Dynamically add authed URLs to plugin conf - Do not use tabs dir for kimchi plugin html templates - Do not generate help index - Fix import_module - Make render_cheetah_file() plugin-aware - Make cachebust's href() plugin-aware - Correctly join help pathes for plugins case - Install plugin .mo files to default locale dir - Adapt automated tests to the new plugin structure - Add specific state_dir values to plugins Signed-off-by: Lucio Correia <[email protected]> Signed-off-by: Gustavo Y. Ribeiro <[email protected]>
- Loading branch information
Lucio Correia
committed
Sep 28, 2015
1 parent
01de1e0
commit 5a79d13
Showing
515 changed files
with
49,672 additions
and
24,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.1 | ||
1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,32 +6,18 @@ Architecture: all | |
Depends: python-cherrypy3 (>= 3.2.0), | ||
python-cheetah, | ||
python-imaging, | ||
python-configobj, | ||
websockify, | ||
novnc, | ||
python-jsonschema (>= 1.3.0), | ||
python-libvirt, | ||
gettext, | ||
libvirt-bin, | ||
nfs-common, | ||
python-m2crypto, | ||
qemu-kvm, | ||
python-pam, | ||
python-parted, | ||
python-psutil (>= 0.6.0), | ||
python-ethtool, | ||
sosreport, | ||
python-ipaddr, | ||
python-lxml, | ||
open-iscsi, | ||
nginx, | ||
python-guestfs, | ||
python-ldap, | ||
libguestfs-tools, | ||
spice-html5, | ||
python-magic | ||
spice-html5 | ||
Build-Depends: libxslt, | ||
openssl, | ||
python-lxml | ||
Maintainer: Aline Manera <[email protected]> | ||
Description: Kimchi web server | ||
Description: Wok - Webserver Originated from Kimchi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.