mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Further wiki draft modification
This commit is contained in:
parent
11582200b6
commit
0f79fa41f6
@ -1,131 +1,52 @@
|
|||||||
This document explains eGroupWare's infrastructure and API,
|
#This document explains eGroupWare's infrastructure and API,
|
||||||
along with what is required to integrate applications into
|
#along with what is required to integrate applications into
|
||||||
it.
|
#it.
|
||||||
|
|
||||||
= Contents =
|
= Contents =
|
||||||
|
# ApplicationDevelopmentGuide/Introduction
|
||||||
<li><a href="#tth_sEc1">Introduction</a></li>
|
## Overview of application writing
|
||||||
|
## What does the eGroupWare API provide?
|
||||||
<li><a href="#tth_sEc1.1">Overview of application
|
# ApplicationDevelopmentGuide/Guidelines
|
||||||
writing</a></li>
|
## Requirements
|
||||||
|
## Writing/porting your application
|
||||||
<li><a href="#tth_sEc1.2">What does the eGroupWare API
|
## Installing your application
|
||||||
provide?</a></li>
|
## Overview
|
||||||
|
## Automatic features
|
||||||
<li><a href="#tth_sEc2">Guidelines</a></li>
|
## Adding files, directories and icons.
|
||||||
|
## Making eGroupWare aware of your application
|
||||||
<li><a href="#tth_sEc2.1">Requirements</a></li>
|
## Hooking into Administration page
|
||||||
|
## Hooking into Preferences page
|
||||||
<li><a href="#tth_sEc2.2">Writing/porting your
|
# ApplicationDevelopmentGuide/Infrastructure
|
||||||
application</a></li>
|
## Overview
|
||||||
|
## Directory tree
|
||||||
<li><a href="#tth_sEc3">Installing your application</a></li>
|
## Translations
|
||||||
|
# ApplicationDevelopmentGuide/The API
|
||||||
<li><a href="#tth_sEc3.1">Overview</a></li>
|
## Introduction
|
||||||
|
## Basic functions
|
||||||
<li><a href="#tth_sEc3.2">Automatic features</a></li>
|
## Application Functions
|
||||||
|
## File functions
|
||||||
<li><a href="#tth_sEc3.3">Adding files, directories and
|
## Email/NNTP Functions
|
||||||
icons.</a></li>
|
# ApplicationDevelopmentGuide/Configuration Variables
|
||||||
|
## Introduction
|
||||||
<li><a href="#tth_sEc3.4">Making eGroupWare aware of your
|
## User information
|
||||||
application</a></li>
|
## Group information
|
||||||
|
## Server information
|
||||||
<li><a href="#tth_sEc3.5">Hooking into Administration
|
## Database information
|
||||||
page</a></li>
|
## Mail information
|
||||||
|
## NNTP information
|
||||||
<li><a href="#tth_sEc3.6">Hooking into Preferences
|
## Application information
|
||||||
page</a></li>
|
# ApplicationDevelopmentGuide/Using Language Support
|
||||||
|
## Overview
|
||||||
<li><a href="#tth_sEc4">Infrastructure</a></li>
|
## How to use lang support
|
||||||
|
## Common return codes
|
||||||
<li><a href="#tth_sEc4.1">Overview</a></li>
|
# ApplicationDevelopmentGuide/Using Templates
|
||||||
|
#<li style="list-style: none">
|
||||||
<li><a href="#tth_sEc4.2">Directory tree</a></li>
|
## Overview
|
||||||
|
## How to use PHPLIB templates
|
||||||
<li><a href="#tth_sEc4.3">Translations</a></li>
|
## How to use eTemplate templates
|
||||||
|
# ApplicationDevelopmentGuide/About this document
|
||||||
<li><a href="#tth_sEc5">The API</a></li>
|
## New versions
|
||||||
|
## Comments
|
||||||
<li style="list-style: none">
|
## History
|
||||||
<ol>
|
## Copyrights and Trademarks
|
||||||
<li><a href="#tth_sEc5.1">Introduction</a></li>
|
## Acknowledgments and Thanks
|
||||||
|
|
||||||
<li><a href="#tth_sEc5.2">Basic functions</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc5.3">Application Functions</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc5.4">File functions</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc5.5">Email/NNTP Functions</a></li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6">Configuration Variables</a></li>
|
|
||||||
|
|
||||||
<li style="list-style: none">
|
|
||||||
<ol>
|
|
||||||
<li><a href="#tth_sEc6.1">Introduction</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6.2">User information</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6.3">Group information</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6.4">Server information</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6.5">Database information</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6.6">Mail information</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6.7">NNTP information</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc6.8">Application
|
|
||||||
information</a></li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc7">Using Language Support</a></li>
|
|
||||||
|
|
||||||
<li style="list-style: none">
|
|
||||||
<ol>
|
|
||||||
<li><a href="#tth_sEc7.1">Overview</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc7.2">How to use lang
|
|
||||||
support</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc7.3">Common return codes</a></li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc8">Using Templates</a></li>
|
|
||||||
|
|
||||||
<li style="list-style: none">
|
|
||||||
<ol>
|
|
||||||
<li><a href="#tth_sEc8.1">Overview</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc8.2">How to use PHPLIB
|
|
||||||
templates</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc8.3">How to use eTemplate
|
|
||||||
templates</a></li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc9">About this document</a></li>
|
|
||||||
|
|
||||||
<li style="list-style: none">
|
|
||||||
<ol>
|
|
||||||
<li><a href="#tth_sEc9.1">New versions</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc9.2">Comments</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc9.3">History</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc9.4">Copyrights and
|
|
||||||
Trademarks</a></li>
|
|
||||||
|
|
||||||
<li><a href="#tth_sEc9.5">Acknowledgments and
|
|
||||||
Thanks</a></li>
|
|
||||||
</ol>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
|
@ -1,52 +1,131 @@
|
|||||||
#This document explains eGroupWare's infrastructure and API,
|
This document explains eGroupWare's infrastructure and API,
|
||||||
#along with what is required to integrate applications into
|
along with what is required to integrate applications into
|
||||||
#it.
|
it.
|
||||||
|
|
||||||
= Contents =
|
= Contents =
|
||||||
# ApplicationDevelopmentGuide/Introduction
|
|
||||||
## Overview of application writing
|
<li><a href="#tth_sEc1">Introduction</a></li>
|
||||||
## What does the eGroupWare API provide?
|
|
||||||
# ApplicationDevelopmentGuide/Guidelines
|
<li><a href="#tth_sEc1.1">Overview of application
|
||||||
## Requirements
|
writing</a></li>
|
||||||
## Writing/porting your application
|
|
||||||
## Installing your application
|
<li><a href="#tth_sEc1.2">What does the eGroupWare API
|
||||||
## Overview
|
provide?</a></li>
|
||||||
## Automatic features
|
|
||||||
## Adding files, directories and icons.
|
<li><a href="#tth_sEc2">Guidelines</a></li>
|
||||||
## Making eGroupWare aware of your application
|
|
||||||
## Hooking into Administration page
|
<li><a href="#tth_sEc2.1">Requirements</a></li>
|
||||||
## Hooking into Preferences page
|
|
||||||
# ApplicationDevelopmentGuide/Infrastructure
|
<li><a href="#tth_sEc2.2">Writing/porting your
|
||||||
## Overview
|
application</a></li>
|
||||||
## Directory tree
|
|
||||||
## Translations
|
<li><a href="#tth_sEc3">Installing your application</a></li>
|
||||||
# ApplicationDevelopmentGuide/The API
|
|
||||||
## Introduction
|
<li><a href="#tth_sEc3.1">Overview</a></li>
|
||||||
## Basic functions
|
|
||||||
## Application Functions
|
<li><a href="#tth_sEc3.2">Automatic features</a></li>
|
||||||
## File functions
|
|
||||||
## Email/NNTP Functions
|
<li><a href="#tth_sEc3.3">Adding files, directories and
|
||||||
# ApplicationDevelopmentGuide/Configuration Variables
|
icons.</a></li>
|
||||||
## Introduction
|
|
||||||
## User information
|
<li><a href="#tth_sEc3.4">Making eGroupWare aware of your
|
||||||
## Group information
|
application</a></li>
|
||||||
## Server information
|
|
||||||
## Database information
|
<li><a href="#tth_sEc3.5">Hooking into Administration
|
||||||
## Mail information
|
page</a></li>
|
||||||
## NNTP information
|
|
||||||
## Application information
|
<li><a href="#tth_sEc3.6">Hooking into Preferences
|
||||||
# ApplicationDevelopmentGuide/Using Language Support
|
page</a></li>
|
||||||
## Overview
|
|
||||||
## How to use lang support
|
<li><a href="#tth_sEc4">Infrastructure</a></li>
|
||||||
## Common return codes
|
|
||||||
# ApplicationDevelopmentGuide/Using Templates
|
<li><a href="#tth_sEc4.1">Overview</a></li>
|
||||||
#<li style="list-style: none">
|
|
||||||
## Overview
|
<li><a href="#tth_sEc4.2">Directory tree</a></li>
|
||||||
## How to use PHPLIB templates
|
|
||||||
## How to use eTemplate templates
|
<li><a href="#tth_sEc4.3">Translations</a></li>
|
||||||
# ApplicationDevelopmentGuide/About this document
|
|
||||||
## New versions
|
<li><a href="#tth_sEc5">The API</a></li>
|
||||||
## Comments
|
|
||||||
## History
|
<li style="list-style: none">
|
||||||
## Copyrights and Trademarks
|
<ol>
|
||||||
## Acknowledgments and Thanks
|
<li><a href="#tth_sEc5.1">Introduction</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc5.2">Basic functions</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc5.3">Application Functions</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc5.4">File functions</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc5.5">Email/NNTP Functions</a></li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6">Configuration Variables</a></li>
|
||||||
|
|
||||||
|
<li style="list-style: none">
|
||||||
|
<ol>
|
||||||
|
<li><a href="#tth_sEc6.1">Introduction</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6.2">User information</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6.3">Group information</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6.4">Server information</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6.5">Database information</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6.6">Mail information</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6.7">NNTP information</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc6.8">Application
|
||||||
|
information</a></li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc7">Using Language Support</a></li>
|
||||||
|
|
||||||
|
<li style="list-style: none">
|
||||||
|
<ol>
|
||||||
|
<li><a href="#tth_sEc7.1">Overview</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc7.2">How to use lang
|
||||||
|
support</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc7.3">Common return codes</a></li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc8">Using Templates</a></li>
|
||||||
|
|
||||||
|
<li style="list-style: none">
|
||||||
|
<ol>
|
||||||
|
<li><a href="#tth_sEc8.1">Overview</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc8.2">How to use PHPLIB
|
||||||
|
templates</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc8.3">How to use eTemplate
|
||||||
|
templates</a></li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc9">About this document</a></li>
|
||||||
|
|
||||||
|
<li style="list-style: none">
|
||||||
|
<ol>
|
||||||
|
<li><a href="#tth_sEc9.1">New versions</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc9.2">Comments</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc9.3">History</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc9.4">Copyrights and
|
||||||
|
Trademarks</a></li>
|
||||||
|
|
||||||
|
<li><a href="#tth_sEc9.5">Acknowledgments and
|
||||||
|
Thanks</a></li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user