From 2eb0297a718e5bb75f4f6617c0b1ad80be4eb6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Guimar=C3=A3es?= Date: Thu, 25 Feb 2016 16:58:35 -0300 Subject: [PATCH 1/2] Added Gingerbase new SVG logo for login page, footer and about window Signed-off-by: samhenri --- gingerbase.conf | 6 +++++ ui/config/tab-ext.xml | 17 +++++++++++++ ui/images/Makefile.am | 2 +- ui/images/gingerbase.svg | 54 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 ui/images/gingerbase.svg diff --git a/gingerbase.conf b/gingerbase.conf index ac81b135..5bac055b 100644 --- a/gingerbase.conf +++ b/gingerbase.conf @@ -29,3 +29,9 @@ tools.staticdir.content_types = {'xz': 'application/x-xz'} tools.staticdir.on = True tools.staticdir.dir = wok.config.PluginPaths('gingerbase').ui_dir + '/pages/help' tools.nocache.on = True + +[/images] +tools.staticdir.on: True +tools.staticdir.dir: wok.config.PluginPaths('gingerbase').ui_dir + '/images' +tools.wokauth.on: False +tools.nocache.on: False \ No newline at end of file diff --git a/ui/config/tab-ext.xml b/ui/config/tab-ext.xml index dcea62d2..8fbd31e4 100644 --- a/ui/config/tab-ext.xml +++ b/ui/config/tab-ext.xml @@ -1,4 +1,21 @@ + Host diff --git a/ui/images/Makefile.am b/ui/images/Makefile.am index 38f4cfc9..2b8e788c 100644 --- a/ui/images/Makefile.am +++ b/ui/images/Makefile.am @@ -17,4 +17,4 @@ imagedir = $(datadir)/wok/plugins/gingerbase/ui/images -dist_image_DATA = *.png *.ico +dist_image_DATA = *.png *.ico *.svg diff --git a/ui/images/gingerbase.svg b/ui/images/gingerbase.svg new file mode 100644 index 00000000..d21af6d3 --- /dev/null +++ b/ui/images/gingerbase.svg @@ -0,0 +1,54 @@ + + + Gingerbase + + + + image/svg+xml + + Gingerbase + + 2016 + + + IBM, Corp. + + + + + IBM, Corp. + + + + + IBM, Corp. + + + + + https://github.com/kimchi-project/gingerbase + + + Ginger Base is an open source base host management plugin for Wok (Webserver Originated from Kimchi), that provides an intuitive web panel with common tools for configuring and managing the Linux systems. + + + + + + + + + + + + + + + + From 87fc0e724cd4bdc8bcba45bd3329e83a8f27e607 Mon Sep 17 00:00:00 2001 From: Daniel Henrique Barboza Date: Tue, 1 Mar 2016 17:59:54 -0300 Subject: [PATCH 2/2] Adding svg pictures to IBM blacklist This will prevent the make check-local error 'License header missing for ui/images/gingerbase.svg' Signed-off-by: Daniel Henrique Barboza --- IBM-license-blacklist | 1 + 1 file changed, 1 insertion(+) diff --git a/IBM-license-blacklist b/IBM-license-blacklist index 52705ccc..b7a0098c 100644 --- a/IBM-license-blacklist +++ b/IBM-license-blacklist @@ -24,5 +24,6 @@ po/Makevars po/POTFILES.in po/gingerbase.pot ui/config/tab-ext.xml +ui/images/.*.svg ui/pages/help/dita-help.xsl ui/pages/help/.*/.*.dita