Skip to content

Commit

Permalink
Merge pull request #15 from kimchi-project/master
Browse files Browse the repository at this point in the history
fork update
  • Loading branch information
Pawan Kumar committed Mar 4, 2016
2 parents 322161d + 87fc0e7 commit ff07939
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 1 deletion.
1 change: 1 addition & 0 deletions IBM-license-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions gingerbase.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 17 additions & 0 deletions ui/config/tab-ext.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright IBM Corp, 2015-2016
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-->
<tabs-ext>
<functionality>Host</functionality>
<tab>
Expand Down
2 changes: 1 addition & 1 deletion ui/images/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

imagedir = $(datadir)/wok/plugins/gingerbase/ui/images

dist_image_DATA = *.png *.ico
dist_image_DATA = *.png *.ico *.svg
54 changes: 54 additions & 0 deletions ui/images/gingerbase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff07939

Please sign in to comment.