Brief notes on installing gmail-lite 0.10 beta 7 (unreleased):
==============================================================

Steps:
------
1. Untar/unzip all files to a directory in your web server
2. Chmod if necessary
3. Run (through browser) diagnose.php to see if your server is
   well-tuned for gmail-lite
4. Depends on the result of diagnose.php
   4a. You passed all crucial tests: go to step 6.
   4b. You failed some tests: go to step 5.
   4c. You failed some crucial tests: your server does not meet
      the requirement of gmail-lite, sorry!
5. Edit config.php as required.
6. Create a sub-directory "tmp", chmod it to 755, 775, or 777,
    depending on your server setup.  Start with 755, try uploading
    an attachment and ensure it gets attached when sent. If it
    doesn't, try the next level of chmod.
7. If upgrading from a previous version, delete all previous 
	gmail-lite related cookies (starting with LIBGMAILER... 
	and gmail-lite_...)
8. If you are feeling adventurous, change gmail-lite display by
    editing glite.css.
9. Done!



Notes:
------
- The sub-directory "tmp" is for storing, temporarily, the
   attached file when you are composing mail with attachment. The
   files stored will be deleted as soon as you have sent (either
   successfully or not) the mail.
- In config.php you can set a few things:
  - Proxy server: enter proxy server's address/username/password
      if any.
  - Session managing method.
  - Attachment: to allow attaching file or not when composing
      email, and upload/download file size limits.
  - Signature placement (top or bottom).
  - Auto-refresh of summary page: seconds to auto-refresh.
  - Number of conversations per page
  - Detailed summary page: display total number of conversations
      of each label.
  - Basic color theme.
  - Default html/test display of conversations.
  - Checkbox on left or right of screen.
  - Show/hide Invites' link.
  - Debugging: enable/disable debugger. (For programmers ONLY).



Information:
------------
If you encounter difficulties during installation, you are
welcome to ask! But we need some more information to help you.

If you haven't run diagnose.php, run it first. If it fails some
tests, let us know what you've seen.

If you passed diagnose.php, then
   1. Open config.php with a text editor.
   2. Enable the debugger by setting: define("D_ON", 1), save the
      file.
   3. Try to access gmail-lite through browser. Use it until you
      encounter errors.
   4. You should see the file in your directory: debug.php. This
      contains the debugging information that is needed.
   5. Post some of the information and your problem in the support forum.
      Delete (xxx out) information such as SID, HID, ik, etc.

Visit the forum and website: http://gmail-lite.sourceforge.net
   

  
Files:
------
compose.php          Composing page
config.php           Configuration file
diagnose.php         Check if the server is ready for gmail-lite/libgmailer
dl.php               Attachment downloading
favicon.ico          Icon for bookmarks in browser that support it
glite.css            Cascading style sheet for gmail-lite
index.php            Signin page
invite.php           Send invites
libgmailer.php       The GMailer library
litelogo.gif         Logo of gmail-lite
logout.php           Logout page
main.php             Main page: summary/threadlist/conversation
preferences.php      Gmail settings page
robots.txt           Keeps the robots away/search engines/spiders away
rte                  Directory with files for Rich Text Editing
star.gif             The "star" image for starred conversations
trash.gif            The "trash can" image for trashed messages and conversations
debug.php            Debugging information file (not included, will be created if necessary:)

