From 08e81d106ec1eedde02d0e4e29c479829eadb5c1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 14 Sep 2018 10:38:44 +0200 Subject: [PATCH 1/2] Fix links in stable13 Signed-off-by: Joas Schilling --- admin_manual/configuration_server/occ_command.rst | 2 +- admin_manual/configuration_user/two_factor-auth.rst | 4 ++-- admin_manual/index.rst | 2 +- admin_manual/issues/general_troubleshooting.rst | 2 +- developer_manual/core/ocs-share-api.rst | 2 +- developer_manual/general/devenv.rst | 4 ++-- user_manual/files/large_file_upload.rst | 2 +- user_manual/pim/sync_ios.rst | 2 +- user_manual_de/external_storage/external_storage.rst | 2 +- user_manual_de/files/large_file_upload.rst | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 8e6ba1a75..e9f7889fe 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -755,7 +755,7 @@ Verify your app:: sudo -u www-data php occ integrity:check-app --path=/pathto/app appname When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing -`_ in the Developer manual for more detailed information. +`_ in the Developer manual for more detailed information. .. TODO ON RELEASE: Update version number above on release ``integrity:sign-core`` is for Nextcloud core developers only. diff --git a/admin_manual/configuration_user/two_factor-auth.rst b/admin_manual/configuration_user/two_factor-auth.rst index 432a578de..e3db2ca39 100644 --- a/admin_manual/configuration_user/two_factor-auth.rst +++ b/admin_manual/configuration_user/two_factor-auth.rst @@ -7,7 +7,7 @@ Starting with Nextcloud 10, it is possible to use two factor authentication Several 2FA apps are already available including `TOTP `_, SMS 2-factor and `U2F `_. -Developers can `built new two-factor provider apps `_. +Developers can `built new two-factor provider apps `_. .. TODO ON RELEASE: Update version number above on release @@ -21,6 +21,6 @@ you want, 2FA will be installed and enabled on your Nextcloud server. .. figure:: ../images/2fa-app-install.png -Once 2FA has been enabled, users have to `activate it in their personal settings. `_ +Once 2FA has been enabled, users have to `activate it in their personal settings. `_ .. TODO ON RELEASE: Update version number above on release diff --git a/admin_manual/index.rst b/admin_manual/index.rst index 851e7c2bc..06f9a2978 100644 --- a/admin_manual/index.rst +++ b/admin_manual/index.rst @@ -41,7 +41,7 @@ respective manuals: * `Nextcloud Desktop Client`_ * `Nextcloud Android App`_ -.. _`Nextcloud User Manual`: https://docs.nextcloud.com/server/12/user_manual/ +.. _`Nextcloud User Manual`: https://docs.nextcloud.com/server/13/user_manual/ .. _`Nextcloud Desktop Client`: https://docs.nextcloud.com/desktop/2.3/ .. _`Nextcloud Android App`: https://docs.nextcloud.com/android/ diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index bc9912bbd..81f3fd562 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -36,7 +36,7 @@ configuration report with the :ref:`occ config command .. _FAQ page: https://help.nextcloud.com/c/faq .. _bugtracker: https://github.com/nextcloud/server/issues .. _webchat: http://webchat.freenode.net/?channels=nextcloud - https://docs.nextcloud.org/server/12/developer_manual/bugtracker/index.html + https://docs.nextcloud.org/server/13/developer_manual/bugtracker/index.html .. TODO ON RELEASE: Update version number above on release General troubleshooting diff --git a/developer_manual/core/ocs-share-api.rst b/developer_manual/core/ocs-share-api.rst index b9391a857..525c25e4c 100644 --- a/developer_manual/core/ocs-share-api.rst +++ b/developer_manual/core/ocs-share-api.rst @@ -138,7 +138,7 @@ Federated Cloud Shares ---------------------- Both the sending and the receiving instance need to have federated cloud sharing -enabled and configured. See `Configuring Federated Cloud Sharing `_. +enabled and configured. See `Configuring Federated Cloud Sharing `_. .. TODO ON RELEASE: Update version number above on release diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst index d4f9746ba..1e982245b 100644 --- a/developer_manual/general/devenv.rst +++ b/developer_manual/general/devenv.rst @@ -11,7 +11,7 @@ Please follow the steps on this page to set up your development environment. Set up Web server and database ------------------------------ -First `set up your Web server and database `_ (**Section**: Manual Installation - Prerequisites). +First `set up your Web server and database `_ (**Section**: Manual Installation - Prerequisites). .. TODO ON RELEASE: Update version number above on release @@ -20,7 +20,7 @@ Get the source There are two ways to obtain Nextcloud sources: -* Using the `stable version `_ +* Using the `stable version `_ * Using the development version from `GitHub`_ which will be explained below. .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 93023cfb3..95496c161 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -15,7 +15,7 @@ set by your administrator): * Contact your administrator to request an increase in these variables * Refer to the section in the `Admin Documentation - `_ that describes how to manage file upload size limits. diff --git a/user_manual/pim/sync_ios.rst b/user_manual/pim/sync_ios.rst index 1ce370931..b5e1fda86 100644 --- a/user_manual/pim/sync_ios.rst +++ b/user_manual/pim/sync_ios.rst @@ -53,5 +53,5 @@ Now should now find your contacts in the address book of your iPhone. If it's still not working, have a look at the :doc:`troubleshooting` and `Troubleshooting Contacts & Calendar`_ guides. -.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/12/admin_manual/issues/index.html#troubleshooting-contacts-calendar +.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/13/admin_manual/issues/index.html#troubleshooting-contacts-calendar .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual_de/external_storage/external_storage.rst b/user_manual_de/external_storage/external_storage.rst index f546f5c3e..b9e4f779d 100644 --- a/user_manual_de/external_storage/external_storage.rst +++ b/user_manual_de/external_storage/external_storage.rst @@ -5,6 +5,6 @@ Einrichten externer Speicher Mithilfe der "Externe Speicher"-App können Sie externen Speicher von z.B. Google Drive, Dropbox, Amazon S3, SMB/CIFS Fileservern sowie FTP-Servern in Ihre Nextcloud einbinden. Ihr Nextcloud-Administrator kann einstellen, welche dieser Anbieter verwendet werden -können. Mehr dazu finden Sie unter `Externen Speicher verwalten (GUI) `_. +können. Mehr dazu finden Sie unter `Externen Speicher verwalten (GUI) `_. .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual_de/files/large_file_upload.rst b/user_manual_de/files/large_file_upload.rst index 5a3987631..cadf7cadd 100644 --- a/user_manual_de/files/large_file_upload.rst +++ b/user_manual_de/files/large_file_upload.rst @@ -15,6 +15,6 @@ der vom Administrator festgelegten Größe erlaubt wird: * Wenden Sie sich an Ihren Administrator, um eine Erhöhung dieser Variablen anzufordern -* Lesen Sie den Abschnitt in der `Admin-Dokumentation `_ , in dem beschrieben wird, wie die Größenbeschränkungen für die Dateigröße zu verwalten sind. +* Lesen Sie den Abschnitt in der `Admin-Dokumentation `_ , in dem beschrieben wird, wie die Größenbeschränkungen für die Dateigröße zu verwalten sind. .. TODO ON RELEASE: Update version number above on release From 92ae83caac0201f0d5bac10b26e3d6f242c4f8dd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 14 Sep 2018 10:43:54 +0200 Subject: [PATCH 2/2] Fix unreadable images which breaks the pdf Signed-off-by: Joas Schilling --- admin_manual/installation/apps_management_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/apps_management_installation.rst b/admin_manual/installation/apps_management_installation.rst index 415ffa1f6..ecc8dfd41 100644 --- a/admin_manual/installation/apps_management_installation.rst +++ b/admin_manual/installation/apps_management_installation.rst @@ -14,7 +14,7 @@ needs. Apps management --------------- -.. figure:: /images/apps_overview.png +.. figure:: images/apps_overview.png :alt: Apps page for enabling and disabling apps. During the Nextcloud server installation, some apps are enabled by default. @@ -38,7 +38,7 @@ All apps need to be licensed under AGPLv3+ or any compatible license. Managing apps ------------- -.. figure:: /images/apps_store.png +.. figure:: images/apps_store.png :alt: App store page for installing, enabling and disabling apps. You will see which apps are enabled, disabled and available. You'll also