helpcenter/Web/Controls/Help/FAQ/Integration/Integration.ascx
2018-06-01 16:42:55 +03:00

63 lines
5.4 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration Edition FAQ";
MetaDescription = "ONLYOFFICE is a multifuntional portal for business collaboration and project management. Find answers to the frequently asked questions about ONLYOFFICE.";
MetaKeyWords = "";
}
</script>
<div class="MainHelpCenter FAQ">
<h1>Integration Edition FAQ</h1>
<%-- <div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/file-formats/file-formats.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/html5-canvas/html5-canvas.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-online-editor-features/onlyoffice-online-editor-features.ascx" /></li>
</ul>
</div>--%>
<h5>What is Integration Edition?</h5>
<p>For the organizations that need to extend the functionality of the corporately used software with Online Editors for documents, spreadsheets and presentations but find the GNU AGPL license unsuitable we released <b>Integration Edition</b>. That is a paid downloadable version of ONLYOFFICE Document Server distributed under a commercial proprietary license. It aims at organizations and businesses, whose policy doesn't favor public licensed software and who'd like to receive technical assistance.</p>
<h5>What are the system requirements for the Integration Edition?</h5>
<p>The system requirements for different versions of <b>Integration Edition</b> can be viewed at the following pages:</p>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/integration-edition/docker/docker-installation.aspx")%>">Docker version</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/integration-edition/linux/linux-installation.aspx")%>">DEB Linux package</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/integration-edition/linux/linux-installation-centos.aspx")%>">RPM Linux package</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/integration-edition/windows/windows-installation.aspx")%>">Windows version</a></li>
</ul>
<h5>What license is applied for Integration Edition?</h5>
<p><b>Integration Edition</b> is distributed under the commercial proprietary license. The complete license text can be found <a target="_blank" href="https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=4995927&doc=bTNVWUNPTm1yMzBlRW9Eb3o1MityMWJRNGlzcTFCZFlxdFRLbEFLdmVOcz0_IjQ5OTU5Mjci0">here</a>.</p>
<h5>What is the difference between Community Edition and Integration Edition?</h5>
<p><b>Integration Edition</b> has advanced functions not present in <b>Community Edition</b>, can support any number of concurrent connections (only 20 for the open sourced version) and its price includes the support recommendations for the application and updates installations and ready-to-use connectors for the most popular services , like SharePoint, Nextcloud, ownCloud, Alfresco, Confluence etc.</p>
<h5>What does Integration Edition support include?</h5>
<p><b>Integration Edition</b> support includes the following:</p>
<ul>
<li>general questions on ONLYOFFICE functionality,</li>
<li>email recommendations on installation, installation updates, configuration.</li>
</ul>
<p>The support is provided 9/5 with the initial response time 24 hours and is performed via a dedicated manager.</p>
<h5>What is the price for Integration Edition?</h5>
<p>You can always find the current pricing list for <b>Integration Edition</b> <a href="https://www.onlyoffice.com/integration-edition-prices.aspx">here</a>.</p>
<h5>If I want to buy not only Document Server but other components as well (Community Server, Mail Server, etc). Is that possible?</h5>
<p>You can choose <b>ONLYOFFICE Enterprise Edition</b> suite of tools in that case. Our all-in-one solution includes <b>Community Server</b>, <b>Document Server</b>, <b>Mail Server</b> and <b>Control Panel</b>. You can find the current pricing list for <b>Enterprise Edition</b> <a href="https://www.onlyoffice.com/enterprise-edition.aspx">here</a>.</p>
<h5>How do I get the license key for Integration Edition?</h5>
<p>When you click the <b>Buy Now</b> button at the <a href="https://www.onlyoffice.com/integration-edition-prices.aspx"><b>Integration Edition</b></a> page, you will be redirected to the form where you can make a request for the <b>Integration Edition</b>. After that you will receive a mail message with the download and purchase links. After the payment is made, you will receive the mail message containing the license key file.</p>
<h5>Does Integration Edition need an internet connection for proper functioning?</h5>
<p><b>Integration Edition</b> does not need an internet connection for regular day-to-day operations.</p>
<h5>I have questions not listed here. Where I can ask them?</h5>
<p>If you have more pre-sale questions please feel free to write to us at <a href="mailto:sales@onlyoffice.com">sales@onlyoffice.com</a>. Questions concerning your purchased subscription to <b>Integration Edition</b> can be asked via <a href="mailto:server@onlyoffice.com">server@onlyoffice.com</a></p>
</div>