Skip to content

Commit f80ba1d

Browse files
danielhbalinefm
authored andcommitted
Bug fix #205: adding 'user-log.dita' help page
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]>
1 parent 896dd73 commit f80ba1d

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

ui/pages/help/en_US/settings.dita

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
Project Wok
4-
Copyright IBM Corp, 2016
4+
Copyright IBM Corp, 2017
55
66
This library is free software; you can redistribute it and/or
77
modify it under the terms of the GNU Lesser General Public
@@ -30,11 +30,9 @@ https://w3.opensource.ibm.com/projects/dita-cshelp/-->
3030
<title>Settings</title>
3131
<csbody>
3232
<dl><dlentry>
33-
<dt>User Activity Log</dt>
34-
<dd>This section displays user activity log of Wok and its plugins.</dd>
35-
<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>
36-
<dd>Select "Reset to Default" option to clear the search criteria.</dd>
37-
<dd>Download: Use this option to download user activity log.</dd>
33+
<dt>Plugins Management</dt>
34+
<dd>This section displays the current plug-in status of WoK..</dd>
35+
<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>
3836
</dlentry>
3937
</dl><?Pub Caret 2101?>
4038
</csbody>

ui/pages/help/en_US/user-log.dita

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Project Wok
4+
Copyright IBM Corp, 2017
5+
6+
This library is free software; you can redistribute it and/or
7+
modify it under the terms of the GNU Lesser General Public
8+
License as published by the Free Software Foundation; either
9+
version 2.1 of the License, or (at your option) any later version.
10+
11+
This library is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
Lesser General Public License for more details.
15+
16+
You should have received a copy of the GNU Lesser General Public
17+
License along with this library; if not, write to the Free Software
18+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19+
-->
20+
<!--Arbortext, Inc., 1988-2011, v.4002-->
21+
<!DOCTYPE cshelp PUBLIC "-//IBM//DTD DITA CSHelp//EN"
22+
"..\dtd\cshelp.dtd">
23+
<?Pub Sty _display FontColor="red"?>
24+
<?Pub Inc?>
25+
<!--This DITA specialized document type is not supported by the Authoring Tools development team.
26+
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.
27+
For support please see:
28+
https://w3.opensource.ibm.com/projects/dita-cshelp/-->
29+
<cshelp id="settings" xml:lang="en-us">
30+
<title>Activity Log</title>
31+
<csbody>
32+
<dl><dlentry>
33+
<dt>User Activity Log</dt>
34+
<dd>This section displays user activity log of Wok and its plugins.</dd>
35+
<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>
36+
<dd>Select "Reset to Default" option to clear the search criteria.</dd>
37+
<dd>Download: Use this option to download user activity log.</dd>
38+
</dlentry>
39+
</dl><?Pub Caret 2101?>
40+
</csbody>
41+
</cshelp>
42+
<?Pub *0000003732?>

0 commit comments

Comments
 (0)