forked from OleKEH/prairie-openid2-server
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
408 changed files
with
53,968 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
// ----------------------------------------------------------------------- | ||
// This file is part of Prairie | ||
// | ||
// Copyright (C) 2003-2008 Barnraiser | ||
// http://www.barnraiser.org/ | ||
// [email protected] | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with this program; see the file COPYING.txt. If not, see | ||
// <http://www.gnu.org/licenses/> | ||
// ----------------------------------------------------------------------- | ||
|
||
|
||
>> WELCOME | ||
This is the 2nd alpha release of Prairie; our Internet identity server. | ||
The script is stable, but not tested outside of our servers. If you have | ||
downloaded this we ask you to join our testing team and report bugs, | ||
usability or assessibility issues. Prairie is and will always remain | ||
lightweight. The documentation should help you install, run and customise | ||
Prairie, so we are also looking for feedback on that as well. | ||
|
||
Support (you can't work something, something broke, something did | ||
something different to what you understand it is meant to do) | ||
|
||
Please visit: http://build.barnraiser.org/network/prairie_support | ||
|
||
Feedback (you have ideas, thoughts or you would like to say something | ||
nice to the developers;) | ||
|
||
Please visit: http://build.barnraiser.org/network/prairie_support | ||
|
||
Tips (you found a feature of you have a tip for other teasters) | ||
|
||
Please visit: http://build.barnraiser.org/network/prairie_tips_and_tricks | ||
|
||
|
||
>> INSTALLATION AND DOCUMENTATION | ||
See http://www.barnraiser.org/prairie_guide for installation instructions. | ||
|
||
|
||
>> COPYING | ||
See the "documents/COPYING.txt" file for instructions. | ||
Please note, all images showing "Prairie" or "Barnraiser" logos are a | ||
trademark of Barnraiser. You can distribute them under the terms of the | ||
copy license, however you are forbidden to alter them. | ||
|
||
|
||
>> SUPPORT US | ||
This software is maintained by Barnraiser. We are a network of people | ||
who have come together to give you the tools you need to share knowledge | ||
and collaborate around shared interests. All our software is free. We | ||
are funded from donations in support of our project and development | ||
activities. If you would like to consider donating to us you will find | ||
a donate button on our web page - http://www.barnraiser.org/ | ||
|
||
|
||
>> KNOWN ISSUES | ||
1. The templates do not display success messages (example; your profile | ||
has been updated). | ||
2. No paging on the maintainers account page. | ||
|
||
|
||
>> CREDITS | ||
Many thanks to the developers who have given time, energy and expertise | ||
to the Prairie project. | ||
|
||
Sebastian Öblom | ||
Tom Calthrop (project maintainer) | ||
|
||
// DOCUMENT ENDS ------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// ----------------------------------------------------------------------- | ||
// This file is part of Prairie | ||
// | ||
// Copyright (C) 2003-2008 Barnraiser | ||
// http://www.barnraiser.org/ | ||
// [email protected] | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with this program; see the file COPYING.txt. If not, see | ||
// <http://www.gnu.org/licenses/> | ||
// ----------------------------------------------------------------------- | ||
|
||
|
||
>> Note: If you have feedback or have found a bug please report it to | ||
our supporters network at http://build.barnraiser.org/ | ||
|
||
>> 0.1 - Alpha; 18th September 2008 | ||
Initial release to a few people to test installation. | ||
|
||
>> 0.2 - Alpha; 22th September 2008 | ||
1. OpenID name format check moved up in installation script. | ||
2. Test email added to installer to test email configuration. | ||
3. Language pack directory renamed from "languages" to "language". | ||
4. Header image link added to go to homepage. | ||
5. Added gettext test into installer. | ||
|
||
// DOCUMENT ENDS ------------------------------------------------------- |
Oops, something went wrong.