diff --git a/doc/html/addressbook.html b/doc/html/addressbook.html index 1b233eddf4..50a8c1232c 100644 --- a/doc/html/addressbook.html +++ b/doc/html/addressbook.html @@ -10,7 +10,7 @@ TITLE="phpGroupWare Docs V0.05" HREF="book1.html">

Chapter 11. Using AddressbookChapter 10. Using Addressbook

Up

Chapter 21. ApplicationsChapter 20. Applications

UpDan KuykendallJoseph Engo

Joseph EngoDan Kuykendall


Thanks to Joesph Engo for starting phpGroupWare (at the time called webdistro) and the core of this HOWTO. - Thanks to all the developers and users who contribute to making phpGroupWare such a success. -

2. Why should you use itWhy should u use it
3. A short History
4. Copyright
II. Installation
5. 4. Requirements
Tested Systems
6. 5. Obtaining phpGroupWare
Released Versions
Developer's version from CVS
7. 6. Installation StepsInstalling on Tested Systems
Setup / Configure phpGroupWare
Testing the install
Installing additional applications
8. 7. Trouble Shooting
I get "Unable to open mailbox" when using the email application
III. Using phpGroupWare
9. 8. Loging into phpgw
10. 9. checking Email
11. 10. Using Addressbook
12. 11. Using Calender
13. 12. Managing Files with file manager
14. 13. Getting Headlines
15. 14. Human Resources
16. 15. Preferences
17. 16. Using todo
18. 17. Using Trouble ticket
IV. Administering phpGroupWare
19. 18. User Accounts
20. 19. Group Accounts
21. 20. Applications
V. Developers Documentation
22. Developing Add-On Apps21. Introduction
Overview of application writing
What does the phpGroupWare API provide?
22. Guidelines
Requirements
add your topic seekWriting/porting your application
23. API documentationInstalling your application
function1(or what ever)Overview
Automatic features
Adding files, directories and icons.
Making phpGroupWare aware of your application
Hooking into Administration page
section_start
section_end
Hooking into Preferences page
24. Infrastructure
Overview
Directory tree
Translations
25. The API
Introduction
Basic functions
Application Functions
File functions
Email/NNTP Functions
26. Configuration Variables
Introduction
User information
Group information
Server information
Database information
Mail information
NNTP information
Application information
27. Using Language Support
Overview
How to use lang support
The lang function
Adding translation data
The lang table
lang.sql
Common return codes
28. Using Templates
Overview
How to use templates
About developers docs
About this document
History
VII. About
29. About this document
New versions
Comments
History
Version History

Chapter 12. Using CalenderChapter 11. Using Calender

Up

Chapter 10. checking EmailChapter 9. checking Email

Up
Chapter 7. Installation StepsChapter 6. Installing on Tested SystemsNextInstalling from CVS

Grabbing a copy from CVS is not as hard as it may seem. You will need to have a cvs client installed. - Then try the following commands: -

export CVSROOT=':pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware'

cvs login (just hit enter when prompted for a password)

cvs checkout phpgroupware

- If you need to install into a different dirname, you can add ' -d dirname' after 'checkout' and before 'phpgroupware'. - The commands would look like this: -

export CVSROOT=':pserver:anonymous@cvs.phpgroupware.sourceforge.net:/cvsroot/phpgroupware'

cvs login (just hit enter when prompted for a password)

cvs checkout -d dirname phpgroupware

-

Fill this Seek3r

Chapter 16. PreferencesChapter 15. Preferences

UpPrev

Chapter 5. RequirementsChapter 4. Requirements

You will need PHP compiled and installed on your system. You will also need MySQL, PostgreSQL or Oracle setup. -

If you are planning on using the email system, you will need to have an IMAP server installed and IMAP support compiled into PHP, or a POP3 server installed. - You can have it installed as an Apache module or CGI mode for other web servers, the Apache module is preferred. +> You will need PHP compiled and installed on your system. You will also need MySQL or PostgreSQL setup. + If you are planning on using the email system, you will need to have an IMAP server installed and IMAP support compiled into PHP. + You can have it installed as an Apache module or command line version, the Apache module is preferred. We will assume that you are running on a Linux or other Unix system for these steps. Windows is supported, but there is no documentation for it currently.

Tested Systems

Seek3r has tested: -

On Linux 2.2.x +

- - Blinky has tested: -

- - - Jengo has tested: -

- There are installations on Windows NT and OS/2, and using MySQL or Oracle as the database. -

PrevUp
Next

Chapter 18. Using Trouble ticketChapter 17. Using Trouble ticket

NextUp

Chapter 17. Using todoChapter 16. Using todo

UpPrevChapter 8. Trouble ShootingChapter 7. Trouble ShootingPrevUpChapter 8. Trouble ShootingChapter 7. Trouble ShootingUp
Chapter 8. Trouble ShootingChapter 7. Trouble ShootingNextNextUp
Chapter 21. ApplicationsChapter 20. ApplicationsNextNextPrev

Chapter 19. User AccountsChapter 18. User Accounts

PrevUp

phpGroupWare is a web based groupware application that includes integrated features such as - email, calendar, todo list, address book, file manager, headline news, and a trouble ticket system. - It should run on all systems where PHP is installed and has access to a SQL server (MySQL ,PostgreSQL or Oracle). -

Why should you use itWhy should u use it
Next

Chapter 2. Why should you use itChapter 2. Why should u use it

You should use it if you would like a powerful groupware system that can be access from anywhere on the Internet. -

For companies with a distributed user base, it's an ideal solution. Oh, and did I mention that its FREE? -

You should use it if you would like a powerful groupware system that can be access from anywhere on the Internet. + For companies with a distributed user base, it's an ideal solution. Oh, and did I mention that its FREE? +