mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
53 lines
1.4 KiB
HTML
53 lines
1.4 KiB
HTML
#This document explains eGroupWare's infrastructure and API,
|
|
#along with what is required to integrate applications into
|
|
#it.
|
|
|
|
= Contents =
|
|
# ApplicationDevelopmentGuide/Introduction
|
|
## Overview of application writing
|
|
## What does the eGroupWare API provide?
|
|
# ApplicationDevelopmentGuide/Guidelines
|
|
## Requirements
|
|
## Writing/porting your application
|
|
## Installing your application
|
|
## Overview
|
|
## Automatic features
|
|
## Adding files, directories and icons.
|
|
## Making eGroupWare aware of your application
|
|
## Hooking into Administration page
|
|
## Hooking into Preferences page
|
|
# ApplicationDevelopmentGuide/Infrastructure
|
|
## Overview
|
|
## Directory tree
|
|
## Translations
|
|
# ApplicationDevelopmentGuide/The API
|
|
## Introduction
|
|
## Basic functions
|
|
## Application Functions
|
|
## File functions
|
|
## Email/NNTP Functions
|
|
# ApplicationDevelopmentGuide/Configuration Variables
|
|
## Introduction
|
|
## User information
|
|
## Group information
|
|
## Server information
|
|
## Database information
|
|
## Mail information
|
|
## NNTP information
|
|
## Application information
|
|
# ApplicationDevelopmentGuide/Using Language Support
|
|
## Overview
|
|
## How to use lang support
|
|
## Common return codes
|
|
# ApplicationDevelopmentGuide/Using Templates
|
|
#<li style="list-style: none">
|
|
## Overview
|
|
## How to use PHPLIB templates
|
|
## How to use eTemplate templates
|
|
# ApplicationDevelopmentGuide/About this document
|
|
## New versions
|
|
## Comments
|
|
## History
|
|
## Copyrights and Trademarks
|
|
## Acknowledgments and Thanks
|