diff --git a/admin_manual/conf.py b/admin_manual/conf.py index cf07264e8..d6f79f5b1 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -44,13 +44,13 @@ master_doc = 'contents' # built documents. # # The short X.Y version. -version = '11' +version = '12' # The full version, including alpha/beta/rc tags. -release = '11 alpha' +release = '12' # General information about the project. project = u'Nextcloud %s Server Administration Manual' % (version) -copyright = u'2012-2016, The Nextcloud developers' +copyright = u'2012-2017, The Nextcloud developers' # The language for content autogenerated by Sphinx. Refer to documentation @@ -244,7 +244,7 @@ texinfo_documents = [ ('contents', 'Nextcloud Server Admin Manual', u'Nextcloud epub_title = u'Nextcloud Server Administration Manual' epub_author = u'The Nextcloud developers' epub_publisher = u'The Nextcloud developers' -epub_copyright = u'2012-2016, The Nextcloud developers' +epub_copyright = u'2012-2017, The Nextcloud developers' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 7f76df9a5..ac93c56d7 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -712,7 +712,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 3f1315519..fb13e1c04 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 Enabling Two Factor Authentication @@ -19,5 +19,5 @@ 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 67eec5ef9..ac22edfd2 100644 --- a/admin_manual/index.rst +++ b/admin_manual/index.rst @@ -45,8 +45,8 @@ respective manuals: * `Nextcloud Android App`_ * `Nextcloud iOS App`_ -.. _`Nextcloud User Manual`: https://docs.nextcloud.com/server/11/user_manual/ -.. _`Nextcloud/ownCloud Desktop Client`: https://doc.owncloud.org/desktop/2.2/ +.. _`Nextcloud User Manual`: https://docs.nextcloud.com/server/12/user_manual/ +.. _`Nextcloud/ownCloud Desktop Client`: https://doc.owncloud.org/desktop/2.3/ .. _`Nextcloud Android App`: https://docs.nextcloud.com/android/ .. _`Nextcloud iOS App`: https://docs.nextcloud.com/ios/ diff --git a/admin_manual/installation/apps_management_installation.rst b/admin_manual/installation/apps_management_installation.rst index 84318337f..eac39347d 100644 --- a/admin_manual/installation/apps_management_installation.rst +++ b/admin_manual/installation/apps_management_installation.rst @@ -52,7 +52,7 @@ API. If they are then they will not be installed. .. note:: If you would like to create or add your own Nextcloud app, please refer to the `developer manual - `_. + `_. .. TODO ON RELEASE: Update version number above on release Using Custom App Directories diff --git a/admin_manual/installation/deployment_recommendations.rst b/admin_manual/installation/deployment_recommendations.rst index f43d65111..16ce3f63d 100644 --- a/admin_manual/installation/deployment_recommendations.rst +++ b/admin_manual/installation/deployment_recommendations.rst @@ -553,11 +553,11 @@ References .. TODO ON RELEASE: Update version number below on release .. _Maintenance: - https://docs.nextcloud.org/server/11/admin_manual/maintenance/index.html + https://docs.nextcloud.org/server/12/admin_manual/maintenance/index.html .. _User Authentication with LDAP: - https://docs.nextcloud.org/server/11/admin_manual/configuration_user/user_auth_ldap.html + https://docs.nextcloud.org/server/12/admin_manual/configuration_user/user_auth_ldap.html .. _Configuring Memory Caching: - https://docs.nextcloud.org/server/11/admin_manual/configuration_server/caching_configuration.html + https://docs.nextcloud.org/server/12/admin_manual/configuration_server/caching_configuration.html .. _Nextcloud Server or Enterprise Edition: https://nextcloud.com/enterprise/ diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 9802bf6eb..dedf2c51e 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -37,7 +37,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/11/developer_manual/bugtracker/index.html + https://docs.nextcloud.org/server/12/developer_manual/bugtracker/index.html .. TODO ON RELEASE: Update version number above on release General Troubleshooting diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 1a08dcf1a..2062e281a 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Nextcloud Developer Manual' -copyright = u'2012-2016, The Nextcloud developers' +copyright = u'2012-2017, The Nextcloud developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '11' +version = '12' # The full version, including alpha/beta/rc tags. -release = '11 alpha' +release = '12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -254,7 +254,7 @@ texinfo_documents = [ epub_title = u'Nextcloud Developer Manual' epub_author = u'The Nextcloud developers' epub_publisher = u'The Nextcloud developers' -epub_copyright = u'2012-2016, The Nextcloud developers' +epub_copyright = u'2012-2017, The Nextcloud developers' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/developer_manual/core/ocs-share-api.rst b/developer_manual/core/ocs-share-api.rst index 45e0b4e63..d2f47989f 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 Create a new Federated Cloud Share diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst index 3ebd77500..dbe479d75 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 `_ .. TODO ON RELEASE: Update version number above on release * Using the development version from `GitHub`_ which will be explained below. diff --git a/user_manual/conf.py b/user_manual/conf.py index df8a0fcea..19fc9b6ed 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -44,13 +44,13 @@ master_doc = 'contents' # built documents. # # The short X.Y version. -version = '11' +version = '12' # The full version, including alpha/beta/rc tags. -release = '11' +release = '12' # General information about the project. project = u'Nextcloud %s User Manual' % (version) -copyright = u'2012-2016, The Nextcloud developers' +copyright = u'2012-2017, The Nextcloud developers' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -253,7 +253,7 @@ texinfo_documents = [ epub_title = u'Nextcloud User Manual' epub_author = u'The Nextcloud developers' epub_publisher = u'The Nextcloud developers' -epub_copyright = u'2012-2016, The Nextcloud developers' +epub_copyright = u'2012-2017, The Nextcloud developers' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/user_manual/external_storage/external_storage.rst b/user_manual/external_storage/external_storage.rst index c52171abf..2b6d9c765 100644 --- a/user_manual/external_storage/external_storage.rst +++ b/user_manual/external_storage/external_storage.rst @@ -6,7 +6,7 @@ The External Storage application allows you to mount external storage services, such as Google Drive, Dropbox, Amazon S3, SMB/CIFS fileservers, and FTP servers in Nextcloud. Your Nextcloud server administrator controls which of these are available to you. Please see `Configuring External Storage (GUI) -`_ in the Nextcloud Administrator's manual for configuration howtos and examples. diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 8acd4df03..09f4855ce 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 963665e9a..bea4a89ca 100644 --- a/user_manual/pim/sync_ios.rst +++ b/user_manual/pim/sync_ios.rst @@ -52,5 +52,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/11/admin_manual/issues/index.html#troubleshooting-contacts-calendar +.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/12/admin_manual/issues/index.html#troubleshooting-contacts-calendar .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/pim/sync_osx.rst b/user_manual/pim/sync_osx.rst index 84336f923..6f8cf4aea 100644 --- a/user_manual/pim/sync_osx.rst +++ b/user_manual/pim/sync_osx.rst @@ -46,5 +46,5 @@ There is also an easy `HOWTO`_ in the forum. .. _HOWTO: https://forum.owncloud.org/viewtopic.php?f=3&t=132 -.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/11/admin_manual/issues/index.html#troubleshooting-contacts-calendar +.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/12/admin_manual/issues/index.html#troubleshooting-contacts-calendar .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual_de/conf.py b/user_manual_de/conf.py index 4e7381546..818199325 100644 --- a/user_manual_de/conf.py +++ b/user_manual_de/conf.py @@ -44,13 +44,13 @@ master_doc = 'contents' # built documents. # # The short X.Y version. -version = '11' +version = '12' # The full version, including alpha/beta/rc tags. -release = '11' +release = '12' # General information about the project. project = u'Nextcloud %s Benutzerhandbuch' % (version) -copyright = u'2012-2016, Die Nextcloud Entwickler' +copyright = u'2012-2017, Die Nextcloud Entwickler' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -253,7 +253,7 @@ texinfo_documents = [ epub_title = u'Nextcloud Benutzerhandbuch' epub_author = u'Die Nextcloud Entwickler' epub_publisher = u'Die Nextcloud Entwickler' -epub_copyright = u'2012-2016, Die Nextcloud Entwickler' +epub_copyright = u'2012-2017, Die Nextcloud Entwickler' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/user_manual_de/external_storage/external_storage.rst b/user_manual_de/external_storage/external_storage.rst index d9abfcbad..f546f5c3e 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 ff2e440ff..5a3987631 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