Nico Huber | ee52fbc | 2023-06-24 11:52:57 +0000 | [diff] [blame] | 1 | SimpleID |
| 2 | ======== |
| 3 | |
| 4 | SimpleID is a simple, personal OpenID provider written in PHP. |
| 5 | |
| 6 | Latest Version |
| 7 | -------------- |
| 8 | |
| 9 | Version 1.0 is the final version of the original series of SimpleID. |
| 10 | SimpleID 2.0 is almost a complete rewrite of SimpleID and is not |
| 11 | backwards compatible this version. |
| 12 | |
| 13 | The latest version of SimpleID can be found in the SimpleID web page at |
| 14 | <http://simpleid.org/> |
| 15 | |
| 16 | Upgrading |
| 17 | --------- |
| 18 | |
| 19 | General upgrade instructions can be found in UPGRADE.txt. |
| 20 | |
| 21 | IMPORTANT: SimpleID version 0.9 introduced numerous changes and additional |
| 22 | system requirements. A manual upgrading process is required. If you are |
| 23 | upgrading from an earlier version of SimpleID, please read UPGRADE.txt for |
| 24 | upgrade instructions. |
| 25 | |
| 26 | IMPORTANT: SimpleID version 0.7 introduced numerous changes. A manual |
| 27 | upgrading process is required. If you are upgrading from an earlier version of |
| 28 | SimpleID, please read UPGRADE.txt for upgrade instructions. |
| 29 | |
| 30 | IMPORTANT: SimpleID version 0.6 introduced a new log in mechanism. If you |
| 31 | are upgrading from an earlier version of SimpleID, please read |
| 32 | UPGRADE.txt for upgrade instructions. |
| 33 | |
| 34 | |
| 35 | Installation |
| 36 | ------------ |
| 37 | |
| 38 | For installation instructions, please see the SimpleID Getting Started Guide at |
| 39 | <http://simpleid.org/docs/1/#getting-started>. |
| 40 | |
| 41 | Documentation |
| 42 | ------------- |
| 43 | |
| 44 | Documentation for SimpleID can be found at |
| 45 | <http://simpleid.org/docs/1/>. |
| 46 | |
| 47 | Licensing |
| 48 | --------- |
| 49 | |
| 50 | Licensing information for SimpleID can be found in the file COPYING.txt. |
| 51 | |
| 52 | Donate |
| 53 | ------ |
| 54 | |
| 55 | If you enjoy using SimpleID, please consider making a donation to support the |
| 56 | ongoing development work. To find out more on how to donate, visit |
| 57 | <http://simpleid.org/donate>. |
| 58 | |
| 59 | Your donation is very much appreciated. |
| 60 | |
| 61 | Acknowledgements |
| 62 | ---------------- |
| 63 | |
| 64 | SimpleID includes code from the Drupal OpenID module |
| 65 | <http://drupal.org/project/openid>, written by Rowan Kerr |
| 66 | <rowan@standardinteractive.com> and James Walker <james@bryght.com>. |
| 67 | |
| 68 | SimpleID includes code from php-gettext <https://launchpad.net/php-gettext>, |
| 69 | written by Danilo Segan <danilo@kvota.net> and Nico Kaiser <nico@siriux.net>. |
| 70 | |
| 71 | SimpleID uses the XTemplate PHP templating engine |
| 72 | <http://www.phpxtemplate.org>, written by Barnabas Debreceni and Jeremy Coates. |
| 73 | Licensing information for this library can be found in COPYING-xtemplate.txt. |
| 74 | |
| 75 | SimpleID uses the famfamfam Silk icon set |
| 76 | <http://www.famfamfam.com/lab/icons/silk/>, designed by Mark James. The icon |
| 77 | set is licensed is licensed under a Creative Commons Attribution 2.5 License |
| 78 | <http://creativecommons.org/licenses/by/2.5/>. |
| 79 | |
| 80 | SimpleID uses the jQuery JavaScript library <http://jquery.com>, by John |
| 81 | Resig and the jQuery team. Licensing information for this library can be found |
| 82 | at <http://docs.jquery.com/Licensing>. |
| 83 | |
| 84 | SimpleID uses the jQuery QR code library |
| 85 | <http://jeromeetienne.github.io/jquery-qrcode/>, by Jerome Etienne. Licensing |
| 86 | information for this library can be found at |
| 87 | <https://github.com/jeromeetienne/jquery-qrcode/blob/master/MIT-LICENSE.txt>. |
| 88 | |
| 89 | SimpleID uses normalize.css style sheet |
| 90 | <http://necolas.github.io/normalize.css/>, by Nicolas Gallagher and Jonathan |
| 91 | Neal. Licensing information for this library can be found at |
| 92 | <https://github.com/necolas/normalize.css/blob/master/LICENSE.md>. |