Fixes for SharePoint, WordPress. The problem with Wordpress.de.ascx remains.

This commit is contained in:
Olga Vlasiuk 2022-08-23 16:43:33 +03:00
parent 96721b1cb4
commit c3134a9e41
10 changed files with 564 additions and 81 deletions

View File

@ -108,6 +108,7 @@
<li id="navitem_integration_redmine"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/redmine.aspx")%>">Redmine</a></li>
<li id="navitem_integration_share"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/sharepoint.aspx")%>">SharePoint</a></li>
<li id="navitem_integration_strapi"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/strapi.aspx")%>">Strapi</a></li>
<li id="navitem_integration_wordpress"><a class="nav_2nd_menu_link" style="border-right: none" href="<%=VirtualPathUtility.ToAbsolute("~/integration/wordpress.aspx")%>">WordPress</a></li>
</ul>
</div>
</li>

View File

@ -122,7 +122,7 @@
<p> </p>
<ul>
<li>ONLYOFFICE Document Server v7.1 oder höher
<p>Sie benötigen eine Instanz von ONLYOFFICE Docs, die sowohl von Alfresco als auch von beliebigen End-Clients auflösbar und verbindbar ist. Es muss direkt an Alfresco POSTen können.</p>
<p>Sie benötigen eine Instanz von ONLYOFFICE Docs, die sowohl von Alfresco als auch von beliebigen End-Clients auflösbar und verbindbar ist. Sie muss direkt an Alfresco POSTen können.</p>
<div class="notehelp">
Weitere Informationen finden Sie auf der offiziellen <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>Dokumentationsseite</b></a> über die Installation von ONLYOFFICE Docs.
</div>

View File

@ -19,18 +19,26 @@
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">Overview</span>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">About the ONLYOFFICE and SharePoint integration</a>
<ul class="TableOfContentsSub">
<li><span class="gs_content gs_submenu" id="MainFeatures">Main features</span></li>
<li><span class="gs_content gs_submenu" id="SupportedFormats">Supported formats</span></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to SharePoint</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Install_block")%>">Installing and configuring ONLYOFFICE and SharePoint</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#JWT_block")%>">Enabling JWT for the ONLYOFFICE and SharePoint integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#WOPI_block")%>">Connecting ONLYOFFICE Docs using WOPI</a></li>
</ul>
</li>
</ul>
</li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Connecting ONLYOFFICE Docs using an official ONLYOFFICE connector</span></li>
<li><span class="gs_link" id="InstallingSharepoint">Connecting ONLYOFFICE Docs using WOPI</span></li>
</ul>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /></li>
@ -71,25 +79,43 @@
</ul>
</div>
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 3.0.0</h3>
<p><b>Added</b></p>
<ul>
<li>JWT support</li>
<li>Document Server v6.0 and earlier is no longer supported</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
</div>
</div>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Connecting ONLYOFFICE Docs using an official ONLYOFFICE connector</h2>
<div class="PortalHelp">
<p>The ONLYOFFICE SharePoint integration solution is an official ONLYOFFICE connector available on <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a> under the GNU AGPL v.3 licence.</p>
<h2>Connecting ONLYOFFICE Docs to SharePoint</h2>
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Document Server v7.1 or later
<div class="notehelp">You need to enable WOPI following <a href="https://api.onlyoffice.com/editors/wopi/">this instruction</a>.</div>
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from SharePoint and any end clients. It must be able to POST to SharePoint directly.</p>
<div class="notehelp">
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>SharePoint 2019</li>
<li>ONLYOFFICE Connector 3.0.0 for SharePoint</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing and configuring ONLYOFFICE and SharePoint</h3>
<p>The ONLYOFFICE SharePoint integration solution is an official ONLYOFFICE connector available on <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a> under the GNU AGPL v.3 licence.</p>
<div class="notehelp">To learn more about how it works and how to compile the ONLYOFFICE SharePoint integration solution, please visit our <a href="https://api.onlyoffice.com/editors/sharepoint">API documentation</a>.</div>
<p>To connect ONLYOFFICE Docs to SharePoint,</p>
<ol>
<li>Check if you have the following applications installed:
<ul>
<li>ONLYOFFICE Docs: v. 5.4 or higher
<div class="note">Starting from ONLYOFFICE Docs v. 6.4.1 you need to enable WOPI following <a href="https://api.onlyoffice.com/editors/wopi/">this instruction</a>.</div>
</li>
<li>SharePoint: 2019</li>
</ul>
<div class="notehelp">The ONLYOFFICE Docs instance must be resolvable and connectable both from SharePoint and any end clients. ONLYOFFICE Docs must also be able to POST to SharePoint directly. To install ONLYOFFICE Docs, please follow the instructions <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx">here</a>.</div>
</li>
<li>Click <b>Start</b>, point to <b>All Programs</b>, point to <b>Administrative Tools</b>, then click <b>Services</b>, and make sure that <b>SharePoint Administration</b> service is started.</li>
<li>Click <b>Start</b>, click <b>SharePoint Management Shell</b>, go to the directory with the <em>.wsp</em> file.</li>
<li>Run the <em>Install.ps1</em> script:
@ -113,10 +139,74 @@
Where the <b>documentserver</b> is the name of the server with the <b>ONLYOFFICE Docs</b> installed. The address must be accessible for the user browser and from the SharePoint server. The SharePoint server address must also be accessible from <b>ONLYOFFICE Docs</b> for correct work.</li>
</ol>
<div class="notehelp">If you have subsites set up with SharePoint, you will need to additionally configure <b>ONLYOFFICE Docs</b> connection with each of them in order for it to work properly. Go to each subsite settings and enter the <b>Docs</b> address to the proper field.</div>
</div>
</div>
<div class="gs_content gs_submenu" id="JWT_block">
<h3>Enabling JWT for the ONLYOFFICE and SharePoint integration</h3>
<p>To protect documents from unauthorized access, ONLYOFFICE editors use the JSON Web Token (JWT). The <b>token</b> is added in the configuration when the Document Editor is initialized and during the exchange of commands between inner ONLYOFFICE Docs services. The <b>secret key</b> is used to sign the JSON web token and validate the token upon the request to ONLYOFFICE Docs.</p>
<p>To protect your documents, you need to enable the token validation and specify your own secret key in the ONLYOFFICE Docs configuration file, then specify the same secret key in the connector settings.</p>
<p><b>Step 1</b>: Configure ONLYOFFICE Docs</p>
<ol>
<li>Open the local.json file with any available text editor.
<ul>
<li>For Linux - <code>/etc/onlyoffice/documentserver/local.json</code></li>
<li>For Windows - <code>%ProgramFiles%\ONLYOFFICE\DocumentServer\config\local.json</code></li>
<li>For Docker - enter the ONLYOFFICE Docs container using the <code>docker exec -it &lt;containerID&gt; bash</code> command and open <code>/etc/onlyoffice/documentserver/local.json</code></li>
</ul>
</li>
<li>Enable token validation by changing the <code>false</code> value to <code>true</code> in three sections:
<ul>
<li><code>services.CoAuthoring.token.enable.browser</code></li>
<li><code>services.CoAuthoring.token.enable.request.inbox</code></li>
<li><code>services.CoAuthoring.token.enable.request.outbox</code></li>
</ul>
</li>
<li>Specify your own secret key by replacing the secret value with your own text string in three sections. The secret key must be the same.
<ul>
<li><code>services.CoAuthoring.secret.inbox.string</code></li>
<li><code>services.CoAuthoring.secret.outbox.string</code></li>
<li><code>services.CoAuthoring.secret.session.string</code></li>
</ul>
<pre><code>{
"services": {
"CoAuthoring": {
"token": {
"enable": {
"request": {
"inbox": true,
"outbox": true
},
"browser": true
}
},
"secret": {
"inbox": {
"string": "yoursecret"
},
"outbox": {
"string": "yoursecret"
},
"session": {
"string": "yoursecret"
}
}
}
}
}
</code></pre>
</li>
<li>Save your changes.</li>
<li>Restart the services for the config changes to take effect.
<pre><code>supervisorctl restart all</code></pre>
</li>
</ol>
<p><b>Step 2</b>: Specify the same secret key in the connector settings</p>
<p>In the connector settings, specify the same secret in the <b>Secret key</b> field and save the settings.</p>
</div>
</div>
<div class="gs_content" id="InstallingSharepoint_block">
<div class="gs_content" id="WOPI_block">
<h2>Connecting ONLYOFFICE Docs using WOPI</h2>
<p>You can also connect ONLYOFFICE Docs with SharePoint over WOPI, a REST-based protocol that issues HTTP requests to a set of REST-endpoints when a client establishes a connection to the server with your data.</p>
<div class="notehelp">Please note that connecting ONLYOFFICE Docs over WOPI lacks in some features due to the WOPI architecture:
@ -130,14 +220,7 @@
</div>
<p>To connect ONLYOFFICE to SharePoint over WOPI,</p>
<ol>
<li>Check that you have the following applications installed:
<ul>
<li>ONLYOFFICE Docs: v. 6.4 or higher
<div class="notehelp">Starting from ONLYOFFICE Docs v. 6.4.1, you need to enable WOPI following this <a href="https://api.onlyoffice.com/editors/wopi/#enable">instruction</a>.</div>
</li>
<li>SharePoint: 2019</li>
</ul>
</li>
<li>Make sure you meet the <a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Requirements_block")%>">requirements</a>.</li>
<li>Open your SharePoint server. Run the <b>SharePoint Management Shell</b> console and set the needed WOPI zone with the following command:
<pre><code>Set-SPWOPIZone -Zone "external-http"</code></pre>
<div class="notehelp">The <b>documentserver</b> uses the <code>external-http</code> parameter by default.</div>

View File

@ -21,15 +21,23 @@
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">Alle</span></li>
<li><span class="gs_link" id="Overview">Über die ONLYOFFICE- und SharePoint-Integration</span>
<ul class="TableOfContentsSub">
<li><span class="gs_content gs_submenu" id="MainFeatures">Haupteigenschaften</span></li>
<li><span class="gs_content gs_submenu" id="SupportedFormats">Unterstützte Formate</span></li>
</ul>
</li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Verbinden von ONLYOFFICE Docs mit einem offiziellen ONLYOFFICE-Konnektor</span></li>
<li><span class="gs_link" id="InstallingSharepoint">Verbinden von ONLYOFFICE Docs mit WOPI</span></li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">Über die ONLYOFFICE- und SharePoint-Integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#MainFeatures_block")%>">Haupteigenschaften</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#SupportedFormats_block")%>">Unterstützte Formate</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Whatsnew_block")%>">Was gibt es Neues?</a></li>
</ul>
</li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Verbinden von ONLYOFFICE Docs mit SharePoint</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Requirements_block")%>">Anforderungen</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Install_block")%>">ONLYOFFICE und SharePoint installieren und konfigurieren</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#JWT_block")%>">JWT für die ONLYOFFICE- und SharePoint-Integration aktivieren</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#WOPI_block")%>">ONLYOFFICE Docs mit WOPI verbinden</a></li>
</ul>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -71,25 +79,43 @@
</ul>
</div>
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>Was gibt es Neues in Version 3.0.0</h3>
<p><b>Hinzugefügt</b></p>
<ul>
<li>JWT-Unterstützung</li>
<li>Document Server v6.0 und früher wird nicht mehr unterstützt</li>
</ul>
<p>Das vollständige Änderungsprotokoll ist <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint/blob/master/CHANGELOG.md" target="_blank"><b>hier</b></a> verfügbar.</p>
</div>
</div>
</div>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Verbinden von ONLYOFFICE Docs mit einem offiziellen ONLYOFFICE-Konnektor</h2>
<div class="PortalHelp">
<h2>Verbinden von ONLYOFFICE Docs mit SharePoint</h2>
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Anforderungen</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Document Server v7.1 oder höher
<div class="notehelp">Sie müssen WOPI nach <a href="https://api.onlyoffice.com/editors/wopi/">dieser Anleitung</a> aktivieren.</div>
<p>Sie benötigen eine Instanz von ONLYOFFICE Docs, die sowohl von SharePoint als auch von beliebigen Endclients auflösbar und verbindbar ist. Sie muss direkt an SharePoint POSTen können.</p>
<div class="notehelp">
Weitere Informationen über die Installation von ONLYOFFICE Docs finden Sie auf der offiziellen <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>Dokumentationsseite</b></a>.
</div>
</li>
<li>SharePoint 2019</li>
<li>ONLYOFFICE Konnektor 3.0.0 für SharePoint</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing and configuring ONLYOFFICE and SharePoint</h3>
<p>Die ONLYOFFICE SharePoint-Integrationslösung ist ein offizieller ONLYOFFICE-Konnektor, der auf der <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub-Seite</b></a> unter der GNU AGPL v.3-Lizenz verfügbar ist.</p>
<div class="notehelp">Weitere Informationen zur Funktionalität und zur Kompilierung der ONLYOFFICE SharePoint-Integrationslösung finden Sie in unserer <a href="https://api.onlyoffice.com/editors/sharepoint">API-Dokumentation</a>.</div>
<p>Um ONLYOFFICE Docs mit SharePoint zu verbinden,</p>
<ol>
<li>Überprüfen Sie, ob die folgenden Anwendungen installiert sind:
<ul>
<li>ONLYOFFICE Docs: v. 5.4 oder höher
<div class="note">Ab ONLYOFFICE Docs v. 6.4.1 müssen Sie WOPI gemäß <a href="https://api.onlyoffice.com/editors/wopi/">dieser Anleitung</a> aktivieren.</div>
</li>
<li>SharePoint: 2019</li>
</ul>
<div class="notehelp">Die ONLYOFFICE Docs-Instanz muss sowohl von SharePoint als auch von allen End-Clients auflösbar und verbindbar sein. ONLYOFFICE Docs muss auch in der Lage sein, direkt an SharePoint zu POSTen. Folgen Sie der Anleitung <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx">hier</a>, um ONLYOFFICE Docs zu installieren.</div>
</li>
<li>Klicken Sie auf <b>Start</b>, zeigen Sie auf <b>All Programs</b>, zeigen Sie auf <b>Administrative Tools</b>, klicken Sie dann auf <b>Services</b> und stellen Sie sicher, dass die <b>SharePoint Administration</b> gestartet ist.</li>
<li>Klicken Sie auf <b>Start</b>, klicken Sie auf <b>SharePoint Management Shell</b> und wechseln Sie zum Verzeichnis mit der <em>.wsp</em>-Datei.</li>
<li>Führen Sie das Skript <em>Install.ps1</em> aus:
@ -113,11 +139,75 @@
Wobei <b>documentserver</b> der Name des Servers ist, auf dem <b>ONLYOFFICE Docs</b> installiert ist. Die Adresse muss für den Benutzerbrowser und vom SharePoint-Server zugänglich sein. Auf die SharePoint-Serveradresse muss auch von <b>ONLYOFFICE Docs</b> aus zugegriffen werden können, damit sie ordnungsgemäß funktioniert.</li>
</ol>
<div class="notehelp">Wenn Sie Unterwebseiten mit SharePoint eingerichtet haben, müssen Sie zusätzlich die <b>ONLYOFFICE Docs</b>-Verbindung mit jeder davon konfigurieren, damit sie ordnungsgemäß funktioniert. Öffnen Sie die Einstellungen der einzelnen Unterwebseiten auf und geben Sie die <b>Docs</b>-Adresse in das entsprechende Feld ein.</div>
</div>
</div>
<div class="gs_content" id="InstallingSharepoint_block">
<h2>Verbinden von ONLYOFFICE Docs mit WOPI</h2>
<div class="gs_content gs_submenu" id="JWT_block">
<h3>JWT für die ONLYOFFICE- und SharePoint-Integration aktivieren</h3>
<p>Um Dokumente vor unbefugtem Zugriff zu schützen, verwenden ONLYOFFICE-Editoren das JSON Web Token (JWT). Das <b>Token</b> wird in der Konfiguration hinzugefügt, wenn der Dokumenteneditor initialisiert wird und während des Austauschs von Befehlen zwischen internen ONLYOFFICE Docs-Diensten. Der <b>geheime Schlüssel</b> wird verwendet, um das JSON-Web-Token zu signieren und das Token auf Anfrage an ONLYOFFICE Docs zu validieren.</p>
<p>Um Ihre Dokumente zu schützen, müssen Sie die Token-Validierung aktivieren und Ihren eigenen geheimen Schlüssel in der ONLYOFFICE Docs-Konfigurationsdatei angeben und dann denselben geheimen Schlüssel in den Konnektor-Einstellungen angeben.</p>
<p><b>Schritt 1</b>: ONLYOFFICE Docs konfigurieren</p>
<ol>
<li>Öffnen Sie die Datei local.json mit einem beliebigen verfügbaren Texteditor.
<ul>
<li>Für Linux - <code>/etc/onlyoffice/documentserver/local.json</code></li>
<li>Für Windows - <code>%ProgramFiles%\ONLYOFFICE\DocumentServer\config\local.json</code></li>
<li>Für Docker öffnen Sie den ONLYOFFICE Docs-Container mit dem Befehl <code>docker exec -it &lt;containerID&gt; bash</code> und öffnen Sie <code>/etc/onlyoffice/documentserver/local.json</code></li>
</ul>
</li>
<li>Aktivieren Sie die Token-Validierung, indem Sie den Wert <code>false</code> in drei Abschnitten in <code>true</code> ändern:
<ul>
<li><code>services.CoAuthoring.token.enable.browser</code></li>
<li><code>services.CoAuthoring.token.enable.request.inbox</code></li>
<li><code>services.CoAuthoring.token.enable.request.outbox</code></li>
</ul>
</li>
<li>Geben Sie Ihren eigenen geheimen Schlüssel an, indem Sie den geheimen Wert in drei Abschnitten durch Ihre eigene Textzeichenfolge ersetzen. Der geheime Schlüssel muss derselbe sein.
<ul>
<li><code>services.CoAuthoring.secret.inbox.string</code></li>
<li><code>services.CoAuthoring.secret.outbox.string</code></li>
<li><code>services.CoAuthoring.secret.session.string</code></li>
</ul>
<pre><code>{
"services": {
"CoAuthoring": {
"token": {
"enable": {
"request": {
"inbox": true,
"outbox": true
},
"browser": true
}
},
"secret": {
"inbox": {
"string": "yoursecret"
},
"outbox": {
"string": "yoursecret"
},
"session": {
"string": "yoursecret"
}
}
}
}
}
</code></pre>
</li>
<li>Speichern Sie Ihre Änderungen.</li>
<li>Starten Sie die Dienste neu, damit die Konfigurationsänderungen aktualisiert werden.
<pre><code>supervisorctl restart all</code></pre>
</li>
</ol>
<p><b>Schritt 2</b>: Denselben geheimen Schlüssel in den Konnektor-Einstellungen angeben</p>
<p>Geben Sie in den Konnektor-Einstellungen dasselbe Geheimnis im Feld <b>Secret Key</b> an und speichern Sie die Einstellungen.</p>
</div>
</div>
<div class="gs_content" id="WOPI_block">
<h2>ONLYOFFICE Docs mit WOPI verbinden</h2>
<p>Sie können ONLYOFFICE Docs auch über WOPI mit SharePoint verbinden, ein REST-basiertes Protokoll, das HTTP-Anforderungen an eine Reihe von REST-Endpunkten ausgibt, wenn ein Client mit Ihren Daten eine Verbindung zum Server herstellt.</p>
<div class="notehelp">Bitte beachten Sie, dass bei der Verbindung von ONLYOFFICE Docs über WOPI aufgrund der WOPI-Architektur einige Funktionen fehlen:
<ul>
@ -130,14 +220,7 @@
</div>
<p>Um ONLYOFFICE über WOPI mit SharePoint zu verbinden,</p>
<ol>
<li>Überprüfen Sie, ob die folgenden Anwendungen installiert sind:
<ul>
<li>ONLYOFFICE Docs: v. 6.4 oder höher
<div class="notehelp">Ab ONLYOFFICE Docs v. 6.4.1 müssen Sie WOPI gemäß <a href="https://api.onlyoffice.com/editors/wopi/#enable">dieser Anleitung</a> aktivieren.</div>
</li>
<li>SharePoint: 2019</li>
</ul>
</li>
<li>Stellen Sie sicher, dass Sie die <a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Requirements_block")%>">Anforderungen</a> erfüllen.</li>
<li>Öffnen Sie Ihren SharePoint-Server. Führen Sie die <b>SharePoint Management Shell</b>-Konsole aus und legen Sie die erforderliche WOPI-Zone mit dem folgenden Befehl fest:
<pre><code>Set-SPWOPIZone -Zone "external-http"</code></pre>
<div class="notehelp">Der <b>documentserver</b> verwendet standardmäßig den Parameter <code>external-http</code>.</div>

View File

@ -31,6 +31,7 @@
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#InstallConfigure_block")%>">Installing and configuring the ONLYOFFICE and WordPress module package</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#JWT_block")%>">Enabling JWT for the ONLYOFFICE and WordPress integration</a></li>
</ul>
</li>
<li>

View File

@ -0,0 +1,234 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integration. Erste Schritte. WordPress";
MetaKeyWords = "integration, konnektor, online bearbeitung, wordpress, bearbeiten, freigeben, speichern";
MetaDescription = "Integrieren Sie ONLYOFFICE mit WordPress";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Related Tips & Tricks";
guides.Title = "Import Files from Other Sources";
guides.RelatedTips = "Do you have some documents stored in other web-sources like Zoho, Google Drive or Box? You can easily import them to the Documents module.";
guides.LearnMore = "Learn more...";
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Overview_block")%>">Über die ONLYOFFICE- und WordPress-Integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#MainFeatures_block")%>">Haupteigenschaften</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#SupportedFormats_block")%>">Unterstützte Formate</a></li>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Whatsnew_block")%>">Was gibt es Neues</a></li>--%>
</ul></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#OnlineEditorsIntegration_block")%>">Verbinden von ONLYOFFICE Docs mit WordPress</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Requirements_block")%>">Anforderungen</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#InstallConfigure_block")%>">ONLYOFFICE und WordPress installieren und konfigurieren</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#JWT_block")%>">Aktivieren von JWT für die ONLYOFFICE- und WordPress-Integration</a></li>
</ul>
</li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#StartUsing_block")%>">Verwendung von ONLYOFFICE Docs in WordPress</a>
</li>
</ul>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/document-server/document-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/open-source-version/open-source-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/install-onlyoffice/install-onlyoffice.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/integrate-wordpress-account/integrate-wordpress-account.ascx" /></li>
</ul>
</div>
<div class="gs_content" id="Overview_block">
<h2>Über die ONLYOFFICE- und WordPress-Integration</h2>
<div class="PortalHelp">
<p>Mit dem ONLYOFFICE-Integrations-Plugin können WordPress-Administratoren Dokumente, Kalkulationstabellen und Präsentationen zur gemeinsamen Bearbeitung in ONLYOFFICE Docs öffnen. In veröffentlichten Posts sind die Editoren für alle Besucher der WordPress-Seite (sowohl autorisierte als auch nicht autorisierte) im <b>nur eingebetteten Modus</b> sichtbar.</p>
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Haupteigenschaften</h3>
<p> </p>
<ul>
<li>Erstellen, Bearbeiten und Anzeigen von Textdokumenten, Kalkulationstabellen und Präsentationen.</li>
<li>Gemeinsame Bearbeitung von Dokumenten in Echtzeit: zwei Bearbeitungs-Modi (Schnell und Formal). Verfolgen Sie Änderungen und verwenden Sie Kommentare und den integrierten Chat.</li>
<li><b>JWT-Unterstützung</b>, um Ihren Datenverkehr zu sichern, damit niemand mit Ausnahme der Benutzer mit den entsprechenden Rechten auf Ihre Dokumente zugreifen können.</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Unterstützte Formate</h3>
<p></p>
<ul>
<li>Erstellen, Bearbeiten und Anzeigen: DOCX, PPTX, XLSX.</li>
<li>Nur Anzeigen: XLS, XLSX, XLSM, XLT, XLTX, XLTM, ODS, FODS, OTS, CSV, PPS, PPSX, PPSM, PPT, PPTX, PPTM, POT, POTX, POTM, ODP, FODP, OTP, DOC, DOCX, DOCM, DOT, DOTX, DOTM, ODT, FODT, OTT, RTF, TXT, HTML, HTM, MHT, XML, PDF, DJVU, FB2, EPUB, XPS, OXPS.</li>
</ul>
</div>
</div>
</div>
<%-- <div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version ...</h3>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-wordpress/commit/53b2a70bc7ac3aeb9369a840f8aaa80bcbff937a" target="_blank"><b>here</b></a>.</p>
</div>
</div>--%>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Verbinden von ONLYOFFICE Docs mit WordPress</h2>
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Anforderungen</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 6.1.0 oder höher
<p>Sie benötigen eine Instanz von ONLYOFFICE Docs, die sowohl von WordPress als auch von beliebigen End-Clients auflösbar und verbindbar ist. Die Instanz muss direkt an WordPress POSTen können.</p>
<div class="notehelp">
Weitere Informationen zur Installation von ONLYOFFICE Docs finden Sie auf der offiziellen <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>Dokumentationsseite</b></a>.
</div>
</li>
<li>WordPress v. 5.7 oder höher</li>
<li>ONLYOFFICE Konnektor 1.0.2 für WordPress</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="InstallConfigure_block">
<h3>ONLYOFFICE und WordPress installieren und konfigurieren</h3>
<p></p>
<ol>
<li>Gehen Sie zu WordPress <b>Verwaltungs-Dashboard</b> -> <b>ONLYOFFICE</b> -> <b>Einstellungen</b>.</li>
<li>Geben Sie die URL für die Konnektor-Einstellungen an:
<ul>
<li><b>Document Editing Service address</b> - geben Sie die URL-Adresse an, unter der der Dokumentbearbeitungsdienst installiert ist.</li>
<li><b>Secret Key</b> - geben Sie das Geheimnis an, das zum Signieren der Daten verwendet wird. Weitere Informationen finden Sie im Abschnitt <a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#JWT_block")%>">Aktivieren von JWT für die ONLYOFFICE- und WordPress-Integration</a> in diesem Artikel.
<div class="screen_block">
<img alt="configure" target="configure" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/small/configure.png")%>" />
<img alt="configure" id="configure" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/big/configure.png")%>" />
<div target="configure" class="screenphoto magnifier"></div>
</div>
</li>
</ul>
</li>
</ol>
</div>
<div class="gs_content gs_submenu" id="JWT_block">
<h3>Aktivieren von JWT für die ONLYOFFICE- und WordPress-Integration</h3>
<p>Um Dokumente vor unbefugtem Zugriff zu schützen, verwenden ONLYOFFICE-Editoren das JSON Web Token (JWT). Das <b>Token</b> wird in der Konfiguration hinzugefügt, wenn der Dokumenteneditor initialisiert wird und während des Austauschs von Befehlen zwischen internen ONLYOFFICE Docs-Diensten. Der <b>geheime Schlüssel</b> wird verwendet, um das JSON-Web-Token zu signieren und das Token auf Anfrage an ONLYOFFICE Docs zu validieren.</p>
<p>Um Ihre Dokumente zu schützen, müssen Sie die Token-Validierung aktivieren und Ihren eigenen geheimen Schlüssel in der ONLYOFFICE Docs-Konfigurationsdatei angeben und dann denselben geheimen Schlüssel in den Konnektor-Einstellungen angeben.</p>
<p><b>Schritt 1</b>: ONLYOFFICE Docs konfigurieren</p>
<ol>
<li>Öffnen Sie die Datei local.json mit einem beliebigen verfügbaren Texteditor.
<ul>
<li>Für Linux - <code>/etc/onlyoffice/documentserver/local.json</code></li>
<li>Für Windows - <code>%ProgramFiles%\ONLYOFFICE\DocumentServer\config\local.json</code></li>
<li>Für Docker öffnen Sie den ONLYOFFICE Docs-Container mit dem Befehl <code>docker exec -it &lt;containerID&gt; bash</code> und öffnen Sie <code>/etc/onlyoffice/documentserver/local.json</code></li>
</ul>
</li>
<li>Aktivieren Sie die Token-Validierung, indem Sie den Wert <code>false</code> in drei Abschnitten in <code>true</code> ändern:
<ul>
<li><code>services.CoAuthoring.token.enable.browser</code></li>
<li><code>services.CoAuthoring.token.enable.request.inbox</code></li>
<li><code>services.CoAuthoring.token.enable.request.outbox</code></li>
</ul>
</li>
<li>Geben Sie Ihren eigenen geheimen Schlüssel an, indem Sie den geheimen Wert in drei Abschnitten durch Ihre eigene Textzeichenfolge ersetzen. Der geheime Schlüssel muss derselbe sein.
<ul>
<li><code>services.CoAuthoring.secret.inbox.string</code></li>
<li><code>services.CoAuthoring.secret.outbox.string</code></li>
<li><code>services.CoAuthoring.secret.session.string</code></li>
</ul>
<pre><code>{
"services": {
"CoAuthoring": {
"token": {
"enable": {
"request": {
"inbox": true,
"outbox": true
},
"browser": true
}
},
"secret": {
"inbox": {
"string": "yoursecret"
},
"outbox": {
"string": "yoursecret"
},
"session": {
"string": "yoursecret"
}
}
}
}
}
</code></pre>
</li>
<li>Speichern Sie Ihre Änderungen.</li>
<li>Starten Sie die Dienste neu, damit die Konfigurationsänderungen aktualisiert werden.
<pre><code>supervisorctl restart all</code></pre>
</li>
</ol>
<p><b>Schritt 2</b>: Denselben geheimen Schlüssel in den Konnektor-Einstellungen angeben</p>
<p>Geben Sie in den Konnektor-Einstellungen dasselbe Geheimnis im Feld <b>Secret Key</b> an und speichern Sie die Einstellungen.</p>
</div>
</div>
<div class="gs_content" id="StartUsing_block">
<h2>Verwendung von ONLYOFFICE Docs in WordPress</h2>
<div class="PortalHelp">
<p>Um alle Dokumente anzuzeigen, gehen Sie zu WordPress <b>Verwaltungs-Dashboard</b> -> <b>ONLYOFFICE</b> -> <b>Dateien</b>.</p>
<div class="screen_block">
<img alt="view" target="view" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/small/view.png")%>" />
<img alt="view" id="view" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/big/view.png")%>" />
<div target="view" class="screenphoto magnifier"></div>
</div>
<p>Um den ONLYOFFICE-Block für die zukünftige Verwendung hinzuzufügen:</p>
<ol>
<li>Öffnen Sie das Fenster <b>Post erstellen</b>.</li>
<li>Klicken Sie im Bereich unten auf das Symbol <b>ONLYOFFICE</b>.</li>
</ol>
<div class="screen_block">
<img alt="add_block" target="add_block" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/small/add_block.png")%>" />
<img alt="add_block" id="add_block" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/big/add_block.png")%>" />
<div target="add_block" class="screenphoto magnifier"></div>
</div>
<p>Um eine Datei in den ONLYOFFICE-Block hochzuladen und sie in einen neuen Beitrag einzubetten:</p>
<ol>
<li>Öffnen Sie das Fenster <b>Post erstellen</b>.</li>
<li>Wählen Sie den ONLYOFFICE-Block.</li>
<li>Klicken Sie auf die Schaltfläche <b>Hochladen</b>, um eine Datei von Ihrem Computer in den ONLYOFFICE-Block hochzuladen
<br />
oder<br />
Klicken Sie auf die Schaltfläche <b>Medienbibliothek</b>, um eine Datei aus Ihrer Bibliothek auszuwählen und in den ONLYOFFICE-Block hochzuladen.
<div class="screen_block">
<img alt="upload" target="upload" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/small/upload.png")%>" />
<img alt="upload" id="upload" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/big/upload.png")%>" />
<div target="upload" class="screenphoto magnifier"></div>
</div>
<div class="screen_block">
<img alt="embed" target="embed" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/small/embed.png")%>" />
<img alt="embed" id="embed" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/big/embed.png")%>" />
<div target="embed" class="screenphoto magnifier"></div>
</div>
</li>
</ol>
<p>Das Dokument wird in den erstellten Beitrag eingebettet.</p>
<div class="screen_block">
<img alt="embedded" target="embedded" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/small/embedded.png")%>" />
<img alt="embedded" id="embedded" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Wordpress/big/embedded.png")%>" />
<div target="embedded" class="screenphoto magnifier"></div>
</div>
</div>
</div>
</div>

View File

@ -27,13 +27,25 @@
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>SharePoint</b> collaborative platform through a connector available on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub page</b></a> or over WOPI.</p>
</div>
<div class="contents">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">Overview</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs using an official ONLYOFFICE connector</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Connecting ONLYOFFICE Docs using WOPI</a></li>
</ul>
</div>
<ul>
<li>
<h6>About the ONLYOFFICE and SharePoint integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li>
<h6>Connecting ONLYOFFICE Docs to SharePoint</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Install_block")%>">Installing and configuring ONLYOFFICE and SharePoint</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#JWT_block")%>">Enabling JWT for the ONLYOFFICE and SharePoint integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#WOPI_block")%>">Connecting ONLYOFFICE Docs using WOPI</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>

View File

@ -27,13 +27,25 @@
<div class="described">
<p>Erfahren Sie, wie Sie ONLYOFFICE mit der <b>SharePoint</b>-Kollaborationsplattform über einen auf der ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-sharepoint" target="_blank"><b>GitHub-Seite</b></a> verfügbaren Konnektor oder über WOPI integrieren können.</p>
</div>
<div class="contents">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Overview_block")%>">Über die ONLYOFFICE- und SharePoint-Integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#OnlineEditorsIntegration_block")%>">Verbinden von ONLYOFFICE Docs mit einem offiziellen ONLYOFFICE-Konnektor</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#InstallingSharepoint_block")%>">Verbinden von ONLYOFFICE Docs mit WOPI</a></li>
</ul>
</div>
<ul>
<li>
<h6>Über die ONLYOFFICE- und SharePoint-Integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#MainFeatures_block")%>">Haupteigenschaften</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#SupportedFormats_block")%>">Unterstützte Formate</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Whatsnew_block")%>">Was gibt es Neues?</a></li>
</ul>
</li>
<li>
<h6>Verbinden von ONLYOFFICE Docs mit SharePoint</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Requirements_block")%>">Anforderungen</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#Install_block")%>">ONLYOFFICE und SharePoint installieren und konfigurieren</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#JWT_block")%>">JWT für die ONLYOFFICE- und SharePoint-Integration aktivieren</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-sharepoint.aspx#WOPI_block")%>">ONLYOFFICE Docs mit WOPI verbinden</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>

View File

@ -40,6 +40,7 @@
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#InstallConfigure_block")%>">Installing and configuring the ONLYOFFICE and WordPress module package</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#JWT_block")%>">Enabling JWT for the ONLYOFFICE and WordPress integration</a></li>
</ul>
</li>
<li>

View File

@ -0,0 +1,56 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Integrationsanleitungen - WordPress";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Integrationsanleitungen - WordPress.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides integration_guides">
<h1>Integrationsanleitungen</h1>
<%--<div class="watchvideo_block">
<h2>
<asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" />
</h2>
<div class="slider autoplay with_arrows">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Video/AllVideoControls/0108_integrate_wordpress.ascx" />
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">WordPress</h2>
<div class="described">
<p>Erfahren Sie, wie Sie ONLYOFFICE mit <b>WordPress</b> über einen Konnektor integrieren, der auf der <a href="https://wordpress.org/plugins/onlyoffice/">WordPress-Plugin-Seite</a> oder ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-wordpress"><b>GitHub-Seite</b></a> verfügbar ist.</p>
</div>
<div class="TableOfContents">
<ul>
<li><h6>Über die ONLYOFFICE- und WordPress-Integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#MainFeatures_block")%>">Haupteigenschaften</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#SupportedFormats_block")%>">Unterstützte Formate</a></li>
<%--<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Whatsnew_block")%>">Was gibt es Neues</a></li>--%>
</ul>
</li>
<li><h6>Verbinden von ONLYOFFICE Docs mit WordPress</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#Requirements_block")%>">Anforderungen</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#InstallConfigure_block")%>">ONLYOFFICE und WordPress installieren und konfigurieren</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#JWT_block")%>">Aktivieren von JWT für die ONLYOFFICE- und WordPress-Integration</a></li>
</ul>
</li>
<li>
<h6>Erste Schritte</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-wordpress.aspx#StartUsing_block")%>">Verwendung von ONLYOFFICE Docs in WordPress</a></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>