[Pkg-owncloud-commits] [owncloud-doc] 229/270: fix broken links

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:34 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 8652bf018f1ad3e708168936377a1adb4264a4e0
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Wed Jul 16 14:18:31 2014 +0200

    fix broken links
---
 admin_manual/installation/installation_windows.rst | 22 ++++----
 admin_manual/installation/installation_wizard.rst  | 10 ++--
 admin_manual/maintenance/backup.rst                |  1 -
 admin_manual/maintenance/update.rst                | 65 +++++++++++-----------
 4 files changed, 45 insertions(+), 53 deletions(-)

diff --git a/admin_manual/installation/installation_windows.rst b/admin_manual/installation/installation_windows.rst
index 3dfdf3f..85dac62 100644
--- a/admin_manual/installation/installation_windows.rst
+++ b/admin_manual/installation/installation_windows.rst
@@ -1,6 +1,5 @@
 Windows 7 and Windows Server 2008
 ---------------------------------
-.. _installationserverwindows:
 
 .. note:: You must move the data directory outside of your public root (See advanced install settings)
 
@@ -54,7 +53,7 @@ To activate IIS on Microsoft Windows 7:
 
     **Windows Features required for ownCloud on Windows 7**
 
-6. Because a running FTP server is not required, turn off that feature for your server. 
+6. Because a running FTP server is not required, turn off that feature for your server.
 
 7. Ensure that you have the IIS Management Console.
 
@@ -62,10 +61,9 @@ To activate IIS on Microsoft Windows 7:
 
 8. Check the CGI checkbox under ``Application Development Features`` in order to enable PHP on IIS.
 
-9. Turn off WebDAV publishing to avoid conflicts between the Windows WebDAV and the ownCloud WebDAV interface. 
+9. Turn off WebDAV publishing to avoid conflicts between the Windows WebDAV and the ownCloud WebDAV interface.
 
-    .. note:: This feature might already be turned off for you.  However, we recommend that you ensure that it remains off. The common HTTP
-features are the features you would expect from a web server.
+    .. note:: This feature might already be turned off for you.  However, we recommend that you ensure that it remains off. The common HTTP features are the features you would expect from a web server.
 
     After implementing the selections on this page, IIS serves up a web page.
 
@@ -73,9 +71,9 @@ features are the features you would expect from a web server.
 
 11. Select your website.
 
-    On the far right side of the opening page you will see a section titled :guilabel:`Manage Server`. 
+    On the far right side of the opening page you will see a section titled :guilabel:`Manage Server`.
 
-12. Make sure that the service is started, or click :guilabel:`Start` to start the services selected. 
+12. Make sure that the service is started, or click :guilabel:`Start` to start the services selected.
 
 13. Go to a web browser and navigate to http://localhost.
 
@@ -147,7 +145,7 @@ To install MySQL on your Windows machine:
 
 1. Use your browser to migrate to http://dev.mysql.com/downloads/.
 
-2. Download the latest community edition for your operating system, choosing either the 32 or 64 bit version as applicable. 
+2. Download the latest community edition for your operating system, choosing either the 32 or 64 bit version as applicable.
 
 3. Download the **MSI Installer** to assist with the install.
 
@@ -198,7 +196,7 @@ Installing ownCloud
 
 4. To enable write access to the ownCloud directory to the ownCloud server, navigate your windows explorer to  **inetpub/wwwroot/owncloud** (or the installation directory you selected).
 
-5. Right click and select properties. 
+5. Right click and select properties.
 
 6. Click the security tab, and select the button “to change permissions, click edit”.
 
@@ -211,7 +209,7 @@ Continue by following the :doc:`installation_wizard`. Select MySQL as the databa
 Ensure Proper HTTP-Verb Handling
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-IIS must pass all HTTP and WebDAV verbs to the PHP/CGI handler, and must not attempt to handle them by itself or syncrhonizing with the Desktop and Mobile Clients will fail. 
+IIS must pass all HTTP and WebDAV verbs to the PHP/CGI handler, and must not attempt to handle them by itself or syncrhonizing with the Desktop and Mobile Clients will fail.
 
 To ensure your configuration is correct:
 
@@ -250,7 +248,7 @@ To adjust the maximum upload size, open the ``PHP.ini`` file in a text editor, f
 
 You can make other changes in the ``PHP.ini`` file (for example, the timeout duration for uploads).  However, most default settings in the **PHP.ini** file should function appropriately.
 
-To enable file uploads on the web server larger than 30 MB, you must also change some settings in the IIS manager.  
+To enable file uploads on the web server larger than 30 MB, you must also change some settings in the IIS manager.
 
 To modify the IIS Manager:
 
@@ -264,7 +262,7 @@ To modify the IIS Manager:
 
     A window opens displaying a number of tabs across the top.
 
-4. Select :guilabel:`Edit Feature Settings` 
+4. Select :guilabel:`Edit Feature Settings`
 
 5. Modify the :guilabel:`Maximum allowed content length (bytes)` value to 4.1 GB.
 
diff --git a/admin_manual/installation/installation_wizard.rst b/admin_manual/installation/installation_wizard.rst
index 56e77eb..1ff3115 100644
--- a/admin_manual/installation/installation_wizard.rst
+++ b/admin_manual/installation/installation_wizard.rst
@@ -33,8 +33,6 @@ whenever you want to configure something for your ownCloud instance.
 
 Advanced Options
 ~~~~~~~~~~~~~~~~
-.. _advancedoptions:
-
 * Advanced settings are available for configuring a different database or data
   directory than the default ones.
 
@@ -42,7 +40,7 @@ Advanced Options
   recommended to configure the data directory to a location outside of
   the document root. Otherwise all user data is potentially publicly
   visible!
-  
+
 * Show these additional options by clicking on "Advanced":
 
 .. image:: images/install-wizard-advanced.png
@@ -98,8 +96,8 @@ Note
 ~~~~
 ownCloud will take the URL used to access the Installation Wizard and insert
 that into the config.php file for the ‘trusted_domains’ setting.
-All needed domain names of the owncloud server go into the 
-'trusted_domains' setting. No domain names of clients go there. 
+All needed domain names of the owncloud server go into the
+'trusted_domains' setting. No domain names of clients go there.
 
 Users will only be able to log into ownCloud when they point their browsers to a
 domain name listed in the ‘trusted_domains’ setting. An IPv4 address can be
@@ -110,7 +108,7 @@ as it sends the correct X-Forwarded-Host header.
 
 It should be noted that the loopback address, '127.0.0.1', is whitelisted and
 therefore users on the ownCloud server who access ownCloud with the loopback
-interface will be able to successfully login. 
+interface will be able to successfully login.
 In the event that an improper URL is used, the
 following error will appear:
 
diff --git a/admin_manual/maintenance/backup.rst b/admin_manual/maintenance/backup.rst
index ea8369b..77b1762 100644
--- a/admin_manual/maintenance/backup.rst
+++ b/admin_manual/maintenance/backup.rst
@@ -1,6 +1,5 @@
 Backing up ownCloud
 ===================
-.. _backingupowncloud:
 
 To backup an ownCloud installation there are three main things you need to retain:
 
diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst
index b1596c5..6973eff 100644
--- a/admin_manual/maintenance/update.rst
+++ b/admin_manual/maintenance/update.rst
@@ -1,16 +1,15 @@
 Updating ownCloud
 -----------------
 
-.. _updatingowncloud:
+.. _'Updating ownCloud':
 
-The Updater app provides a more automated method of updating ownCloud.  To use the Updater app, it must be enabled in your ownCloud instance.  The Updater is enabled in your ownCloud instance by default when you install.  
+The Updater app provides a more automated method of updating ownCloud.  To use the Updater app, it must be enabled in your ownCloud instance.  The Updater is enabled in your ownCloud instance by default when you install.
 
 To update ownCloud:
 
-1. Make a backup of the ownCloud folder and the database.
-  See :doc:`backup` for details.
+.. note:: To update ownCloud, the Updater app must be enabled in your ownCloud instance. The Updater app is enabled in your ownCloud instance by default when you install.  However, to verify that it is enabled, or to enable the Updater app, see `Enabling the Updater App`_.
 
-  .. note:: To update ownCloud, the Updater app must be enabled in your ownCloud instance. The Updater app is enabled in your ownCloud instance by default when you install.  However, to verify that it is enabled, or to enable the Updater app, see enablingupdaterapp_.
+1. Make a backup of the ownCloud folder and the database. See :doc:`backup` for details.
 
 2. Navigate to the 'Admin' page.
 
@@ -23,20 +22,18 @@ a full upgrade to update to the latest point release (see below).
 
 Verifying the Updater App is Enabled
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-.. _verifyingupdaterapp:
-
 However, to verify that the Updater is enabled in your ownCloud instance:
 
 1. Select the "Admin" option from the "Personal Settings" dropdown menu.
 
 .. figure::  ../images/oc_personal_settings_dropdown_admin.png
 
-2. Scroll down the resulting web page.  If the Updater app appears in this window, the app is enabled.  If not, then you must enable it.  See enablingupdaterapp_.
+2. Scroll down the resulting web page.  If the Updater app appears in this window, the app is enabled.  If not, then you must enable it.  See `Enabling the Updater App`_.
 
 
 Enabling the Updater App
 ^^^^^^^^^^^^^^^^^^^^^^^^
-.. _enablingupdaterapp:
+.. _`Enabling the Updater App`:
 
 The Updater app is enabled in your ownCloud instance by default when you install.  However, it is possible that it was disabled at some point.   To enable the Updater app:
 
@@ -54,7 +51,7 @@ The Updater app is enabled in your ownCloud instance by default when you install
 
   **Selecting the Updater app**
 
-3. In the App View window, click "Enable." 
+3. In the App View window, click "Enable."
 
   .. figure:: ../images/oc_updater_enable.png
 
@@ -65,17 +62,17 @@ The Updater app is enabled in your ownCloud instance by default when you install
 Upgrading the ownCloud Server
 =============================
 
-The process for upgrading the ownCloud Server is fairly straightforward but requires planning and proper file and folder management.  
+The process for upgrading the ownCloud Server is fairly straightforward but requires planning and proper file and folder management.
 
 To upgrade your ownCloud Server:
 
-1. Ensure that you are running the latest point release of your current major ownCloud version (for example, point release 5.0.14a in the version 5.0 series). To update to the latest point release see updatingowncloud_.
+1. Ensure that you are running the latest point release of your current major ownCloud version (for example, point release 5.0.14a in the version 5.0 series). To update to the latest point release see 'Updating ownCloud'_.
 
 2. Deactivate all third party applications.
 
   .. note:: Not all third party applications are supported on all ownCloud Server versions.  Make sure to check version compatibility prior to upgrading your ownCloud server.
 
-3. Back up your existing ownCloud Server database.  You can find these procedures in backingupowncloud_.
+3. Back up your existing ownCloud Server database.  You can find these procedures in :doc:`backup`.
 
 4. Download the latest ownCloud Server version to your working directory.
 
@@ -85,7 +82,7 @@ To upgrade your ownCloud Server:
 
   For Windows operating systems:
 
-  See the installation instruction in installationserverwindows_.
+  See the installation instruction in :doc:`../installation/installation_windows`.
 
 5. Stop your web server.
 
@@ -94,28 +91,28 @@ To upgrade your ownCloud Server:
   To stop an Apache server, refer to the following table for specific commands to use in different Linux operating systems:
 
   +------------------+----------------------------------------------+
-  | Operating System | Command (as root)                            | 
-  +==================+==============================================+ 
-  | CentOS (Redhat)  | ``apachectl stop``                           | 
-  +------------------+----------------------------------------------+ 
+  | Operating System | Command (as root)                            |
+  +==================+==============================================+
+  | CentOS (Redhat)  | ``apachectl stop``                           |
+  +------------------+----------------------------------------------+
   | Debian           |                                              |
   | or               | ``/etc/init.d/apache2 stop``                 |
   | Ubuntu           |                                              |
-  +------------------+----------------------------------------------+ 
+  +------------------+----------------------------------------------+
   | openSUSE         |                                              |
   | or               | ``/usr/sbin/rcapache2 stop``                 |
-  | SUSE (SLE)       |                                              | 
+  | SUSE (SLE)       |                                              |
   +------------------+----------------------------------------------+
 
   To stop the Windows IIS web server, you can use either the user interface (UI) or command line method as follows:
 
   +----------------------+-------------------------------------------------------------------------+
-  | Method               | Procedure                                                               | 
-  +======================+=========================================================================+ 
+  | Method               | Procedure                                                               |
+  +======================+=========================================================================+
   | User Interface (UI)  | 1. Open IIS Manager and navigate to the Web server node in the tree.    |
   |                      |                                                                         |
   |                      | 2. In the **Actions** pane, click **Stop**.                             |
-  +----------------------+-------------------------------------------------------------------------+ 
+  +----------------------+-------------------------------------------------------------------------+
   | Command Line         | 1. Open a command line window as administrator.                         |
   |                      |                                                                         |
   |                      | 2. At the command prompt, type **net stop WAS** and press **ENTER**.    |
@@ -143,11 +140,11 @@ To upgrade your ownCloud Server:
 
 8. Copy and paste the ``/config/config.php`` file from the saved version of ownCloud to the ``/config`` directory of your new ownCloud version.
 
-  .. note:: You must perform this step **before* restarting your web server.
+  .. note:: You must perform this step **before** restarting your web server.
 
 9. If you chose to keep your /data directory in your ``/owncloud`` directory, copy and paste it from the old version of ownCloud to the ``/owncloud`` directory of your new ownCloud version.
 
-  .. note:: We recommend storing your ``/data`` directory in a location other than your ``/owncloud`` directory.  If you have your ``/data`` directory already stored in another location, you can skip this step.  If you want to do so, now is a good time to change the location of your ``/data`` directory.  See advancedoptions_ for added details about changing the default database or data directory.
+  .. note:: We recommend storing your ``/data`` directory in a location other than your ``/owncloud`` directory.  If you have your ``/data`` directory already stored in another location, you can skip this step.  If you want to do so, now is a good time to change the location of your ``/data`` directory.  See "Advanved Options" chapter in :doc:`../installation/installation_wizard` for added details about changing the default database or data directory.
 
 10. Restart your web server.
 
@@ -156,28 +153,28 @@ To upgrade your ownCloud Server:
   To restart an Apache server, refer to the following table for specific commands to use in different Linux operating systems:
 
   +------------------+----------------------------------------------+
-  | Operating System | Command (as root)                            | 
-  +==================+==============================================+ 
-  | CentOS (Redhat)  | ``apachectl start``                          | 
-  +------------------+----------------------------------------------+ 
+  | Operating System | Command (as root)                            |
+  +==================+==============================================+
+  | CentOS (Redhat)  | ``apachectl start``                          |
+  +------------------+----------------------------------------------+
   | Debian           |                                              |
   | or               | ``/etc/init.d/apache2 start``                |
   | Ubuntu           |                                              |
-  +------------------+----------------------------------------------+ 
+  +------------------+----------------------------------------------+
   | openSUSE         |                                              |
   | or               | ``/usr/sbin/rcapache2 start``                |
-  | SUSE (SLE)       |                                              | 
+  | SUSE (SLE)       |                                              |
   +------------------+----------------------------------------------+
 
   To start the Windows IIS web server, you can use either the user interface (UI) or command line method as follows:
 
   +----------------------+-------------------------------------------------------------------------+
-  | Method               | Procedure                                                               | 
-  +======================+=========================================================================+ 
+  | Method               | Procedure                                                               |
+  +======================+=========================================================================+
   | User Interface (UI)  | 1. Open IIS Manager and navigate to the Web server node in the tree.    |
   |                      |                                                                         |
   |                      | 2. In the **Actions** pane, click **Start**.                            |
-  +----------------------+-------------------------------------------------------------------------+ 
+  +----------------------+-------------------------------------------------------------------------+
   | Command Line         | 1. Open an elevated command line window.                                |
   |                      |                                                                         |
   |                      | 2. At the command prompt, type **net start W3SVC** and press **ENTER**. |

-- 
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