Difference between revisions of "Template:Main Page Advanced"

(Installation based on source code)
(Programming Interfaces)
Line 61: Line 61:
 
* [[OXAE_MailingLists_with_contacts-ldap|Integrate OXAE Mailinglists into Open-Xchange]]
 
* [[OXAE_MailingLists_with_contacts-ldap|Integrate OXAE Mailinglists into Open-Xchange]]
 
* [[MailNotify_Bundle|Mail Notification (Push) with Open-Xchange]]
 
* [[MailNotify_Bundle|Mail Notification (Push) with Open-Xchange]]
* [[UCS_AD_Connector_en|Synchronize Active Directory with OX ASE/SE for UCS]]
 
 
* [[Tune_apache2_for_more_concurrent_connections|Apache2 tuning]]
 
* [[Tune_apache2_for_more_concurrent_connections|Apache2 tuning]]
 
* [[Running a cluster]]
 
* [[Running a cluster]]

Revision as of 07:52, 9 September 2014

Overview

Branding

UI Customization and Examples

Groupware Server customization

Programming Interfaces

  • The HTTP API is used by the Open-Xchange GUI and various 3rd party applications. It consists mainly of messages in JavaScript Object Notation (JSON) sent over HTTP.
  • Provisioning API to access the Open-Xchange Admin Daemon
    • The RMI API is used for data provisioning of Contexts, Users, Groups and Resources as well as for configuring Databases, Filestores and OX Servers. It is currently split into two parts,
    • The Open-Xchange CLT are shell scripts that simplify groupware and service administration
    • Create contexts/users with with Csv_import
    • Provisioning using SOAP
  • The Oxmapi is a windows library for programmers needed to communicate with the OX server
  • Open-Xchange Mail Abstraction Layer
  • The Plugin API for extending the GUI is described in two documents: an overview and the reference
  • UDPPush Open-Xchange PUSH Interface for Groupware Objects

Importing and exporting data

Configuration and Tweaks

Testing and QA

Translations

Installation based on source code