[Pkg-owncloud-commits] [owncloud-doc] 54/60: Escape asterisks

David Prévot taffit at moszumanska.debian.org
Tue Feb 25 19:06:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit e1e0778a55a9f4e85fe02c9c6818a05b061567de
Author: David Prévot <taffit at debian.org>
Date:   Mon Feb 24 23:16:18 2014 -0400

    Escape asterisks
    
    They are seen as notes otherwise.
---
 admin_manual/LDAP/CONFIGURATION.rst               | 2 +-
 admin_manual/config/Mail_Parameters.rst           | 4 ++--
 admin_manual/config/Miscellaneous.rst             | 2 +-
 admin_manual/configuration/background_jobs.rst    | 2 +-
 admin_manual/cron/Usage.rst                       | 2 +-
 admin_manual/installation/installation_source.rst | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/admin_manual/LDAP/CONFIGURATION.rst b/admin_manual/LDAP/CONFIGURATION.rst
index 396b7dc..5076ffe 100644
--- a/admin_manual/LDAP/CONFIGURATION.rst
+++ b/admin_manual/LDAP/CONFIGURATION.rst
@@ -406,7 +406,7 @@ Other characters are replaced with their ASCII correspondence or are simply omit
 
 The LDAP backend ensures that there are no duplicate internal usernames in ownCloud, i.e. that it is checking all other activated user back ends (including local ownCloud users). On collisions a random number (between 1000 and 9999) will be attached to the retrieved value. For example, if “alice” exists, the next username may be “alice_1337”.
 
-The internal username is also the default name for the user home folder in ownCloud. It is also a part of remote URLs, for instance for all *DAV services. With this setting the default behavior can be overridden.
+The internal username is also the default name for the user home folder in ownCloud. It is also a part of remote URLs, for instance for all \*DAV services. With this setting the default behavior can be overridden.
 
 Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users.
 
diff --git a/admin_manual/config/Mail_Parameters.rst b/admin_manual/config/Mail_Parameters.rst
index b55d908..fb44c2e 100644
--- a/admin_manual/config/Mail_Parameters.rst
+++ b/admin_manual/config/Mail_Parameters.rst
@@ -23,9 +23,9 @@ These parameters are related to ownCloud’s ability to send emails for lost pas
 |                         |                                    | The program used to send email is defined in the PHP.ini file.                                                                 |
 |                         |                                    |                                                                                                                                |
 |                         |                                    | If using sendmail, it is necessary to have an installed and working email system on the server.                                |
-|                         |                                    | The sendmail binary is /usr/sbin/sendmail and should be installed on your *nix system.                                         |
+|                         |                                    | The sendmail binary is /usr/sbin/sendmail and should be installed on your \*nix system.                                         |
 |                         |                                    |                                                                                                                                |
-|                         |                                    | If using qmail to send email, the binary is /var/qmail/bin/sendmail and should be installed in your *nix system.               |
+|                         |                                    | If using qmail to send email, the binary is /var/qmail/bin/sendmail and should be installed in your \*nix system.               |
 |                         |                                    |                                                                                                                                |
 |                         |                                    |                                                                                                                                |
 +-------------------------+------------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
diff --git a/admin_manual/config/Miscellaneous.rst b/admin_manual/config/Miscellaneous.rst
index fc97dd0..e0cbc00 100644
--- a/admin_manual/config/Miscellaneous.rst
+++ b/admin_manual/config/Miscellaneous.rst
@@ -28,7 +28,7 @@ The remaining parameters are listed below.
 |                   |                                                                                                                                                                             |                                                                                                                                                                                   |
 |                   |                                                                                                                                                                             |                                                                                                                                                                                   |
 +-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| **CSP Policy**    | "custom_csp_policy" => "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *", |                                                                                                                                                                                   |
+| **CSP Policy**    | "custom_csp_policy" => "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src \*; img-src \*; font-src 'self' data:; media-src \*", |                                                                                                                                                                                   |
 |                   |                                                                                                                                                                             |                                                                                                                                                                                   |
 +-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | **X Frame**       | “xframe_restriction" => true,                                                                                                                                               | XFrame-restriction is a header which                                                                                                                                              |
diff --git a/admin_manual/configuration/background_jobs.rst b/admin_manual/configuration/background_jobs.rst
index 972e61c..139fbf9 100644
--- a/admin_manual/configuration/background_jobs.rst
+++ b/admin_manual/configuration/background_jobs.rst
@@ -54,7 +54,7 @@ may have.
 
 **Example**
 
-To run a cron job on a *nix system, e.g. every 15min, under the default web server
+To run a cron job on a \*nix system, e.g. every 15min, under the default web server
 user, e.g. **www-data**, you need to set-up the following cron job to call the
 **cron.php** script. Please check the crontab man page for the exact command syntax.
 
diff --git a/admin_manual/cron/Usage.rst b/admin_manual/cron/Usage.rst
index 63b151d..446da99 100644
--- a/admin_manual/cron/Usage.rst
+++ b/admin_manual/cron/Usage.rst
@@ -8,7 +8,7 @@ Cron.php needs to be called by the system’s cron daemon and run as the same us
 
 As an example, on an ordinary Linux distribution, place the following in the webserver’s user’s crontab:
 
-*/15
+\*/15
 *
 *
 *
diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst
index 79b97c4..b41306d 100644
--- a/admin_manual/installation/installation_source.rst
+++ b/admin_manual/installation/installation_source.rst
@@ -325,7 +325,7 @@ Example config for Apache 2.4:
 	Dav Off
 
 * Furthermore, you need to disable any server-configured authentication for ownCloud, as
-  it's internally using Basic authentication for its *DAV services.
+  it's internally using Basic authentication for its \*DAV services.
   If you have turned on authentication on a parent folder (via e.g. an "AuthType Basic"
   directive), you can turn off the authentication specifically for the ownCloud entry;
   to do so, in above "<Directory ..." code, add the following line directly after the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list