[Kimchi-devel] [PATCH v2] [Wok 0/2] Issue #114: Help page for "Settings" tab
sureshab at linux.vnet.ibm.com
sureshab at linux.vnet.ibm.com
Thu May 19 08:58:11 UTC 2016
From: Suresh Babu Angadi <sureshab at in.ibm.com>
v2: Added "Code derived from" in copyright for the files
copied from other plugins.
Changed help text as per review comments
Suresh Babu Angadi (2):
Issue #114: Help page for "Settings" tab
made changes in config to add '/help' uri
made Makefile.am and configure.ac changes to
add "help" directory
added makefiles for "help" and "en_Us" directory
Issue #114: Help page for "Settings" tab
added dita-hepl.xsl, css file for help pages and
help page for "Settings" tab
configure.ac | 2 +
src/wok/config.py.in | 6 ++
tests/test_config.py.in | 5 +
ui/pages/Makefile.am | 2 +-
ui/pages/help/Makefile.am | 37 +++++++
ui/pages/help/dita-help.xsl | 45 ++++++++
ui/pages/help/en_US/Makefile.am | 26 +++++
ui/pages/help/en_US/settings.dita | 42 ++++++++
ui/pages/help/wok.css | 209 ++++++++++++++++++++++++++++++++++++++
9 files changed, 373 insertions(+), 1 deletion(-)
create mode 100644 ui/pages/help/Makefile.am
create mode 100644 ui/pages/help/dita-help.xsl
create mode 100644 ui/pages/help/en_US/Makefile.am
create mode 100644 ui/pages/help/en_US/settings.dita
create mode 100644 ui/pages/help/wok.css
--
2.1.0
More information about the Kimchi-devel
mailing list