Login Notes plugin for SquirrelMail
===================================
Ver 1.2, 2008/05/14


Copyright (c) 2003-2008 Paul Lesniewski <paul@squirrelmail.org>



Description
===========

This plugin will display extra text, images or any HTML 
on the top or bottom of the login page.  It should also
serve as a good introduction to how a simple SquirrelMail
plugin works.



License
=======

This plugin is released under the GNU General Public
License (see COPYING for details).



Donations
=========

If you or your company make regular use of this software, please
consider supporting Open Source development by donating to the authors
or inquire about hiring them to consult on other projects.  Donation
links for the author(s) are as follows:

Paul Lesniewski: https://sourceforge.net/donate/index.php?user_id=508228



Requirements
============

  * SquirrelMail version 1.4.0 or above



Configuration
=============

You can configure anything you'd like to add to the top and/or
bottom of the login screen in the configuration file (as
explained in the INSTALL file).  Note that as of SquirrelMail
1.5.2, each skin might have a different page layout for the
login screen, so any HTML formatting should NOT be used in the
configuration file; only the needed textual/visual elements
should be given there.  Formatting should be done in the
template file that corresponds to each skin (keeping in mind
that the default skin template file is used if one specific to
the skin being used is not found).  The template files for this
plugin are found in its "templates" directory.



Help Requests
=============

Before looking for help elsewhere, please try to help yourself:

  * Look to see if others have already asked about the same issue.
    There are tips and links for the best places to do this in
    the SquirrelMail mailing list posting guidelines:
    http://squirrelmail.org/wiki/MailingListPostingGuidelines
    You should also try Google or some other search engine.

  * If you cannot find any information about your issue, please
    first mail your help request to the squirrelmail-plugins
    mailing list.  Information about it can be found here:
    http://lists.sourceforge.net/mailman/listinfo/squirrelmail-plugins
    You MUST read the mailing list posting guidelines (see above)
    and include as much information about your issue (and your
    system) as possible.  Including configtest output, any debug
    output, the plugin configuration settings you've made and
    anything else you can think of to make it easier to diagnose
    your problem will get you the most useful responses.  Inquiries
    that do not comply with the posting guidelines are liable to
    be ignored.

  * If you don't get any replies on the mailing list, you are
    welcome to send a help request to the authors' personal
    address(es), but please be patient with the mailing list.



Change Log
==========

  v1.2  2008/05/14  Paul Lesniewski <paul@squirrelmail.org>
    * Updated to work with SquirrelMail 1.5.2+
    * Minor cleanup and updates

  v1.1  2008/11/06  Paul Lesniewski <paul@squirrelmail.org>
    * Fixed php tags
    * Add documentation blocks, copyleft info (no functionality changes)

  v1.0  2003/05/12  Paul Lesniewski <paul@squirrelmail.org>
    * Initial release

