mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
update also URLs to 9.0
This commit is contained in:
@@ -231,7 +231,7 @@ to your ownCloud server and share it like any other file: you can create normal
|
||||
ownCloud shares with ownCloud users and groups, and you may create a link share
|
||||
to share it with anyone. (See the **Files & Synchronization** section of the
|
||||
`ownCloud User Manual
|
||||
<https://doc.owncloud.org/server/8.2/user_manual/files/index.html>`_ to learn
|
||||
<https://doc.owncloud.org/server/9.0/user_manual/files/index.html>`_ to learn
|
||||
more about sharing files.)
|
||||
|
||||
.. _publish_google_play:
|
||||
|
||||
@@ -94,7 +94,7 @@ API. If they are then they will not be installed.
|
||||
.. note:: If you would like to create or add your own ownCloud app, please use the
|
||||
*Add your App...* button on the same page. This button redirects you to the
|
||||
`App Development documentation
|
||||
<https://doc.owncloud.org/server/8.2/developer_manual/app/index.html>`_,
|
||||
<https://doc.owncloud.org/server/9.0/developer_manual/app/index.html>`_,
|
||||
where you can find information about creating and adding your own apps.
|
||||
|
||||
Using Custom App Directories
|
||||
|
||||
@@ -41,7 +41,7 @@ If you can't find a solution, please use our `bugtracker`_.
|
||||
.. _webchat: http://webchat.freenode.net/?channels=owncloud
|
||||
.. _Enterprise Subscription: https://owncloud.com/lp/community-or-enterprise/
|
||||
.. _bugtracker:
|
||||
http://doc.owncloud.org/server/8.2/developer_manual/bugtracker/index.html
|
||||
http://doc.owncloud.org/server/9.0/developer_manual/bugtracker/index.html
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
General Troubleshooting
|
||||
|
||||
@@ -136,7 +136,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://doc.owncloud.org/server/8.2/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
|
||||
enabled and configured. See `Configuring Federated Cloud Sharing <https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
|
||||
|
||||
Create a new Federated Cloud Share
|
||||
----------------------------------
|
||||
|
||||
@@ -203,7 +203,7 @@ One exception is the method ``buildDocLinkToKey`` which gets passed in a key as
|
||||
.. code-block:: php
|
||||
|
||||
public function buildDocLinkToKey($key) {
|
||||
return $this->getDocBaseUrl() . '/server/8.2/go.php?to=' . $key;
|
||||
return $this->getDocBaseUrl() . '/server/9.0/go.php?to=' . $key;
|
||||
}
|
||||
|
||||
Testing the new theme out
|
||||
|
||||
@@ -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 <http://doc.owncloud.org/server/8.2/admin_manual/#installation>`_ (**Section**: Manual Installation - Prerequisites).
|
||||
First `set up your web server and database <http://doc.owncloud.org/server/9.0/admin_manual/#installation>`_ (**Section**: Manual Installation - Prerequisites).
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
Get the source
|
||||
@@ -19,7 +19,7 @@ Get the source
|
||||
|
||||
There are two ways to obtain ownCloud sources:
|
||||
|
||||
* Using the `stable version <http://doc.owncloud.org/server/8.2/admin_manual/#installation>`_
|
||||
* Using the `stable version <http://doc.owncloud.org/server/8.0/admin_manual/#installation>`_
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
* Using the development version from `GitHub`_ which will be explained below.
|
||||
|
||||
|
||||
@@ -6,6 +6,6 @@ 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 ownCloud. Your ownCloud server administrator controls which of these are
|
||||
available to you. Please see `Configuring External Storage (GUI)
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/configuration_files/
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
|
||||
external_storage_configuration_gui.html>`_ in the ownCloud Administrator's
|
||||
manual for configuration howtos and examples.
|
||||
|
||||
@@ -15,6 +15,6 @@ set by your administrator):
|
||||
* Contact your administrator to request an increase in these variables
|
||||
|
||||
* Refer to the section in the `Admin Documentation
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/configuration_files/
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
|
||||
big_file_upload_configuration.html>`_ that describes how to manage file
|
||||
upload size limits.
|
||||
|
||||
@@ -6,10 +6,10 @@ The Calendar app is not enabled by default in ownCloud 8 and needs to
|
||||
be enabled seperately. It is also not a supported core app. You may ask
|
||||
your ownCloud server admin to enable it, and if you are
|
||||
your own admin consult the `Installation > Installing and Managing Apps
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/installation/
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/installation/
|
||||
apps_management_installation.html>`_
|
||||
section of the `ownCloud Server Administration Manual
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/html>`_.
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/html>`_.
|
||||
|
||||
The ownCloud Calendar app enables you to create and edit events, synchronize to
|
||||
other calendars you might use, and create new, personalized calendars.
|
||||
|
||||
@@ -6,10 +6,10 @@ The Contacts app is not enabled by default in ownCloud 8 and needs to
|
||||
be enabled seperately. It is also not a supported core app. You may ask
|
||||
your ownCloud server admin to enable it, and if you are
|
||||
your own admin consult the `Installation > Installing and Managing Apps
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/installation/
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/installation/
|
||||
apps_management_installation.html>`_
|
||||
section of the `ownCloud Server Administration Manual
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/html>`_.
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/html>`_.
|
||||
|
||||
The ownCloud Contacts app is similar to other mobile contact applications, but
|
||||
with more functionality. When you first access the Contacts app, a default
|
||||
@@ -347,4 +347,4 @@ Troubleshooting
|
||||
Are you having problems using the app? Have a look at the :doc:`troubleshooting`
|
||||
and `Troubleshooting Contacts & Calendar`_ guides.
|
||||
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/8.2/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
@@ -52,4 +52,4 @@ 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://doc.owncloud.org/server/8.2/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
@@ -34,4 +34,4 @@ There is also an easy `HOWTO`_ in the forum.
|
||||
|
||||
|
||||
.. _HOWTO: http://forum.owncloud.org/viewtopic.php?f=3&t=132
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/8.2/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar
|
||||
|
||||
Reference in New Issue
Block a user