Greeting class v1.0.0
Released April 1st 2006
Author:  Todor Iliev
Copyright (C) 2006 Todor Iliev
Email: todor.iliev@viplord.com
Web: http://viplord.com/
Updated: 

This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.

1. Base Requirements
2. Overview
3. Examples

---------------------------
1. Base Requirements
---------------------------

In order to use greeting class the folowing prerequisits are necessary.

- A Linux or Windows Box installed and working properly.
- Apache Web Server (http://www.apache.org)
- PHP version 4.x or better (mod_php) Apache module (http://www.php.net)

---------------------------
2. Overview
---------------------------

Greeting is simple class for compose and send greeting cards.

greeting
|
 ------css			Directory with example css file
|
 ------doc			Directory with documentation
|
 ------images			Directory with photos
|
 ------s_greeting		Directory with temporarily greeting cards(if you send greeting in text format)
|
 ------class.php4.greeting.php	Class for php4
|
 ------class.php5.greeting.php	Class for php5
 
---------------------------
3. Examples
---------------------------

Change this

$gc_url_path	=	'[Your Images URL_PATH]';

in examples_1 and examples_2 files with your image url path.

Thanks!
