Plugin Directory

Changeset 1186101


Ignore:
Timestamp:
06/23/2015 10:36:23 AM (11 years ago)
Author:
geraint
Message:

fix read me

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zimbra-preauth-widget/trunk/readme.txt

    r1186099 r1186101  
    1 === wp-zimbra-preauth ===
    2 Simple Zimbra Pre Auth Widget for WordPress
     1=== Zimbra Preauth Widget ===
     2Contributors: geraint
     3Tags: zimbra, preauth, authentication, pre-auth, widget
     4Stable tag: trunk
     5Tested up to: 4.1.0
     6Requires at least: 4.0.x
     7
     8License: GPLv2
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
     10
     11This plugin adds a simple link widget for Zibra Pre authentication
     12
     13== Description ==
     14
     15This plugin adds a login link/image widget that allows logged-in users to automatically login into their Zimbra account based on their wp account email address. [see the Zimbra wiki for more details on preauth](http://wiki.zimbra.com/wiki/Preauth)
     16
     17Key Features:
     18
     19* Zimbra Preauthenitcation
     20* guests (! logged_in users) get sent to webmail login.
     21
     22**Contributing**
     23
     24The development home for this plugin is on GitHub. This is where active development will happen, please post any issues and associated discussions there.
     25
     26https://github.com/geraintp/wp-zimbra-preauth
     27
     28**Support**
     29
     30Support for this plugin will be provided in the form of _Product Support_. This means that I intend to fix any confirmed bugs and improve the user experience when enhancements are identified and can reasonably be accomodated. There is no _User Support_ provided for this plugin. If you are having trouble with this plugin in your particular installation of WordPress, I will not be able to help you troubleshoot the problem.
     31
     32This plugin is provided under the terms of the GPL, including the following:
     33
     34> BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
     35> FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
     36> OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
     37> PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
     38> OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
     39> MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
     40> TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
     41> PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
     42> REPAIR OR CORRECTION.
     43
     44== Installation ==
     45
     461. Install through the WordPress admin.
     47
     48_or_
     49
     501. Upload `wp-zimbra-preauth` folder to the `/wp-content/plugins/` directory
     51
     52_Then_
     53
     541. Activate the plugin through the 'Plugins' menu in WordPress
     552. click on the settings link and add you generated Zimbra Auth Key and the preauth url.
     563. go to Widgets and add the widget to you sidebar.
     57
     58== Screenshots ==
     59
     601. How the default Widget Looks
     612. settings panel
     62
     63== Frequently Asked Questions ==
     64
     65= How do I find my Zimbra Pre-Auth Key? =
     66
     671. [follow the instruction in the Zimbra Documentation](http://wiki.zimbra.com/wiki/Preauth#Preparing_a_domain_for_preauth)
     68
     69== Changelog ==
     70
     71= 0.1.0 =
     72Initial Release, basic functionality matching moodle Zimbra SSO block
Note: See TracChangeset for help on using the changeset viewer.