helpcenter/Web/Controls/Help/TipsTricks/Documents/ConnectOwncloud/ConnectOwncloud.ascx

50 lines
3.5 KiB
Plaintext
Raw Blame History

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to edit documents from ownCloud in ONLYOFFICE";
MetaKeyWords = "synchronize files, third-party, connect clouds, Dropbox, Documents";
MetaDescription = "You have a ownCloud account and want to edit your documents using ONLYOFFICE";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">How to edit documents from ownCloud in ONLYOFFICE</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-documents/onlyoffice-documents.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/integrate-owncloud-account/integrate-owncloud-account.ascx" /></li>
</ul>
</div>
<p>You have a ownCloud account and want to edit your documents using ONLYOFFICE? Follow this step-by-step guide to find out how to edit documents stored in your ownCloud from the Documents portal module.</p>
<h2>Connect your ownCloud account to ONLYOFFICE</h2>
<ol class="instructions">
<li>In the left sidebar of the <b>Documents</b>, just below the text <b>Connect</b>, click on the ownCloud icon.</li>
<li>Specify the connection URL, your user name, and password and click <b>Save</b> to connect your ownCloud account.
<div class="notehelp">For example, the URL that allows to access your <em>ownCloud</em> files via WebDAV looks like this: <em>https://yourdomain.com/remote.php/webdav/</em>. This URL address can be found in the following way: sign in to your <em>ownCloud</em> account, click the <b>Settings</b> icon in the lower left corner and copy the entire URL from the <b>WebDAV</b> field. Then switch to the ONLYOFFICE <b>Documents</b> module and paste the entire copied URL address, including the protocol, into the <b>Connection URL</b> field.</div>
Your ownCloud documents will be shown in ONLYOFFICE documents as a folder.
</li>
<li>Change the folder<65>s name if necessary.</li>
<li>If you want the ownCloud documents to be visible for anyone, click on the <b>Make shared</b> checkbox and put into the <b>Common Documents</b> folder. If not checked, your ownCloud account will only be visible to you.</li>
<li>Click <b>Save</b>.</li>
</ol>
<h2>Edit your ownCloud documents</h2>
<ol class="instructions">
<li>Locate the ownCloud folder and open it.</li>
<li>
Browse to the file you want to edit and click it.<br />
If necessary, a dialog will tell you that the document will be converted to the OpenOffice XML format for faster viewing and editing.<br />
You can choose to keep the original file as well, by checking the <b>Save the file copy in the original format as well</b> box.
</li>
<li>Click <b>Convert</b>.</li>
<li>Click <b>Open</b> when the message appears that your document is successfully converted.</li>
</ol>
<p>Now you can edit your document (if editable). After editing, you can simply close the document and the changes will be saved.</p>
</div>
</div>