Skip to content

Commit

Permalink
Bug fix kimchi-project#205: adding 'user-log.dita' help page
Browse files Browse the repository at this point in the history
Added a new help page 'user-log.dita' with User Log help information.

Changed 'settings.dita' to reflect the contents of the Settings tab.

Signed-off-by: Daniel Henrique Barboza <[email protected]>
  • Loading branch information
danielhb authored and alinefm committed Mar 29, 2017
1 parent f7141fc commit 72addcb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ui/pages/help/en_US/settings.dita
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Project Wok
Copyright IBM Corp, 2016
Copyright IBM Corp, 2017
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -30,11 +30,9 @@ https://w3.opensource.ibm.com/projects/dita-cshelp/-->
<title>Settings</title>
<csbody>
<dl><dlentry>
<dt>User Activity Log</dt>
<dd>This section displays user activity log of Wok and its plugins.</dd>
<dd>To get any specific log result, please use the 'Advanced Search' option. You can specify a particular application (such as wok, ginger, gingerbase, gingers390x, kimchi), an user, request type or even date range.</dd>
<dd>Select "Reset to Default" option to clear the search criteria.</dd>
<dd>Download: Use this option to download user activity log.</dd>
<dt>Plugins Management</dt>
<dd>This section displays the current plug-in status of WoK..</dd>
<dd>In the 'Status' column it is possible to enable or disable a specific plug-in. Enabling a plug-in will enable all its dependencies (example: enabling Kimchi will enable Gingerbase as well). Likewise, disabling a plug-in will disable all plug-ins that depends on the now disabled plug-in (example: disabling Gingerbase will disable Kimchi and Ginger).</dd>
</dlentry>
</dl><?Pub Caret 2101?>
</csbody>
Expand Down
42 changes: 42 additions & 0 deletions ui/pages/help/en_US/user-log.dita
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Project Wok
Copyright IBM Corp, 2017
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
-->
<!--Arbortext, Inc., 1988-2011, v.4002-->
<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
"..\dtd\cshelp.dtd">
<?Pub Sty _display FontColor="red"?>
<?Pub Inc?>
<!--This DITA specialized document type is not supported by the Authoring Tools development team.
Press the F1 key for online help on the tags and see the DITA XML Guide and Reference for how to use this document type.
For support please see:
https://w3.opensource.ibm.com/projects/dita-cshelp/-->
<cshelp id="settings" xml:lang="en-us">
<title>Activity Log</title>
<csbody>
<dl><dlentry>
<dt>User Activity Log</dt>
<dd>This section displays user activity log of Wok and its plugins.</dd>
<dd>To get any specific log result, please use the 'Advanced Search' option. You can specify a particular application (such as wok, ginger, gingerbase, gingers390x, kimchi), an user, request type or even date range.</dd>
<dd>Select "Reset to Default" option to clear the search criteria.</dd>
<dd>Download: Use this option to download user activity log.</dd>
</dlentry>
</dl><?Pub Caret 2101?>
</csbody>
</cshelp>
<?Pub *0000003732?>

0 comments on commit 72addcb

Please sign in to comment.