helpcenter/Web/Controls/Help/Integration/Alfresco.ascx

51 lines
3.0 KiB
Plaintext
Raw Normal View History

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration Guides - Alfresco";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integration Guides - Alfresco.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integration Guides</h1>
<ul class="block-editor">
<li>
<h2 class="doceditor">Alfresco</h2>
2021-10-18 11:38:14 +00:00
<div class="described">
2021-10-18 11:38:14 +00:00
<p>Learn how to integrate ONLYOFFICE with <b>Alfresco</b> web-based collaboration environment through a connector, available in the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>GitHub page</b></a>.</p>
</div>
2021-10-18 11:38:14 +00:00
<ul>
2021-10-18 11:38:14 +00:00
<li><h6>About the ONLYOFFICE and Alfresco integration</h6>
<ul>
2021-10-18 11:38:14 +00:00
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li>
2021-10-18 11:38:14 +00:00
<h6>Connecting ONLYOFFICE Docs to Alfresco Sharen</h6>
<ul>
2021-10-18 11:38:14 +00:00
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#Install_block")%>">Installing the ONLYOFFICE and Alfresco module package</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#Configure_block")%>">Configuring the ONLYOFFICE and Alfresco module package</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#Demo_block")%>">Connection to the demo ONLYOFFICE Server</a></li>
</ul>
</li>
2021-10-18 11:38:14 +00:00
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Alfresco</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>