Merge pull request #435 from nextcloud/update-to-12

Update version number in links to 12
This commit is contained in:
Morris Jobke
2017-05-02 15:16:51 -03:00
committed by GitHub
18 changed files with 35 additions and 35 deletions

View File

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

View File

@@ -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
<https://docs.nextcloud.org/server/11/developer_manual/app/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
<https://docs.nextcloud.org/server/12/developer_manual/app/code_signing.html#how-to-get-your-app-signed>`_ 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.

View File

@@ -7,7 +7,7 @@ Starting with Nextcloud 10, it is possible to use two factor authentication
Several 2FA apps are already available including
`TOTP <https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm>`_,
SMS 2-factor and `U2F <https://en.wikipedia.org/wiki/Universal_2nd_Factor>`_.
Developers can `built new two-factor provider apps <https://docs.nextcloud.com/server/11/developer_manual/app/two-factor-provider.html>`_.
Developers can `built new two-factor provider apps <https://docs.nextcloud.com/server/12/developer_manual/app/two-factor-provider.html>`_.
.. 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. <https://docs.nextcloud.com/server/11/user_manual/user_2fa.html>`_
Once 2FA has been enabled, users have to `activate it in their personal settings. <https://docs.nextcloud.com/server/12/user_manual/user_2fa.html>`_
.. TODO ON RELEASE: Update version number above on release

View File

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

View File

@@ -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
<https://docs.nextcloud.org/server/11/developer_manual/app/index.html>`_.
<https://docs.nextcloud.org/server/12/developer_manual/app/index.html>`_.
.. TODO ON RELEASE: Update version number above on release
Using Custom App Directories

View File

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

View File

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

View File

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

View File

@@ -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 <https://docs.nextcloud.org/server/11/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
enabled and configured. See `Configuring Federated Cloud Sharing <https://docs.nextcloud.org/server/12/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
.. TODO ON RELEASE: Update version number above on release
Create a new Federated Cloud Share

View File

@@ -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 <https://docs.nextcloud.org/server/11/admin_manual/installation/index.html>`_ (**Section**: Manual Installation - Prerequisites).
First `set up your Web server and database <https://docs.nextcloud.org/server/12/admin_manual/installation/index.html>`_ (**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 <https://docs.nextcloud.org/server/11/admin_manual/#installation>`_
* Using the `stable version <https://docs.nextcloud.org/server/12/admin_manual/#installation>`_
.. TODO ON RELEASE: Update version number above on release
* Using the development version from `GitHub`_ which will be explained below.

View File

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

View File

@@ -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)
<https://docs.nextcloud.org/server/11/admin_manual/configuration_files/
<https://docs.nextcloud.org/server/12/admin_manual/configuration_files/
external_storage_configuration_gui.html>`_ in the Nextcloud Administrator's
manual for configuration howtos and examples.

View File

@@ -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
<https://docs.nextcloud.org/server/11/admin_manual/configuration_files/
<https://docs.nextcloud.org/server/12/admin_manual/configuration_files/
big_file_upload_configuration.html>`_ that describes how to manage file
upload size limits.

View File

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

View File

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

View File

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

View File

@@ -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) <https://docs.nextcloud.org/server/11/admin_manual/configuration_files/external_storage_configuration_gui.html>`_.
können. Mehr dazu finden Sie unter `Externen Speicher verwalten (GUI) <https://docs.nextcloud.org/server/12/admin_manual/configuration_files/external_storage_configuration_gui.html>`_.
.. TODO ON RELEASE: Update version number above on release

View File

@@ -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 <https://docs.nextcloud.org/server/11/admin_manual/configuration_files/big_file_upload_configuration.html>`_ , 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 <https://docs.nextcloud.org/server/12/admin_manual/configuration_files/big_file_upload_configuration.html>`_ , 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