forked from kimchi-project/kimchi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix kimchi-project#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]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?> |