diff options
author | redmatrix <git@macgirvin.com> | 2016-04-27 13:27:19 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-27 13:27:19 -0700 |
commit | d4eb5e7c6d4ca944b523125b2e3e10160e50ac94 (patch) | |
tree | 4dd69437f377d73d64355601bed5ac1578cefc03 /doc/context/en/admin | |
parent | 8e8df26066d806c663e3eecc7d869d611e311f81 (diff) | |
parent | c91e43af343557afd2e4769a538106689776a3f5 (diff) | |
download | volse-hubzilla-d4eb5e7c6d4ca944b523125b2e3e10160e50ac94.tar.gz volse-hubzilla-d4eb5e7c6d4ca944b523125b2e3e10160e50ac94.tar.bz2 volse-hubzilla-d4eb5e7c6d4ca944b523125b2e3e10160e50ac94.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'doc/context/en/admin')
-rw-r--r-- | doc/context/en/admin/logs/help.html | 8 | ||||
-rw-r--r-- | doc/context/en/admin/queue/help.html | 4 | ||||
-rw-r--r-- | doc/context/en/admin/security/help.html | 7 |
3 files changed, 16 insertions, 3 deletions
diff --git a/doc/context/en/admin/logs/help.html b/doc/context/en/admin/logs/help.html new file mode 100644 index 000000000..708ec9bde --- /dev/null +++ b/doc/context/en/admin/logs/help.html @@ -0,0 +1,8 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>This page allows you to adjust log settings and to view and existing log.</dd> + <dt>Log Settings</dt> + <dd>When you enable the Debugging option, system log information will begin appending to the file specified in the "Log File" box (path is relative to the hub root, for example /var/www). Note that this file must be writable by the web server.</dd> + <dt>Log Level</dt> + <dd>The log level option allows you to set how much information is appended to the log file. Warning: Increasing this level can quickly inflate the size of the log file to >100MB, especially on hubs with more than a few members.</dd> +</dl>
\ No newline at end of file diff --git a/doc/context/en/admin/queue/help.html b/doc/context/en/admin/queue/help.html new file mode 100644 index 000000000..28885a154 --- /dev/null +++ b/doc/context/en/admin/queue/help.html @@ -0,0 +1,4 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>The queue statistics display how many posts are in the queue for delivery to other hubs. The priority is related to how many times the delivery has been unsuccessfully attempted.</dd> +</dl>
\ No newline at end of file diff --git a/doc/context/en/admin/security/help.html b/doc/context/en/admin/security/help.html index e9a741a5e..bfe81b132 100644 --- a/doc/context/en/admin/security/help.html +++ b/doc/context/en/admin/security/help.html @@ -1,3 +1,4 @@ -<h3>Security Settings</h3> -<p>This page contains various administrator settings related to security.</p> -<p>To save any changes you make to these settings, you must press the Submit button.</p>
\ No newline at end of file +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>This page contains various administrator settings related to security. To save any changes you make to these settings, you must press the Submit button.</dd> +</dl>
\ No newline at end of file |