~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/docs/AUTHORS

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
*
3
 
* phpBB3 � Copyright 2000, 2002, 2005, 2007 phpBB Group
4
 
* http://www.phpbb.com
5
 
*
6
 
* This program is free software: you can redistribute it and/or modify
7
 
* it under the terms of the GNU General Public License as published by
8
 
* the Free Software Foundation, version 2 of the License.
9
 
*
10
 
* This program is distributed in the hope that it will be useful,
11
 
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
 
* GNU General Public License for more details.
14
 
*
15
 
* You should have received a copy of the GNU General Public License
16
 
* along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>.
17
 
*
18
 
*/
19
 
 
20
 
Please see: http://www.phpbb.com/about/team/ for a list of all the people currently
21
 
involved in phpBB.
22
 
 
23
 
phpBB Lead Developer  : Acyd Burn (Meik Sievertsen)
24
 
 
25
 
phpBB Developers      : DavidMJ (David M.)
26
 
                        dhn (Dominik Dr�scher)
27
 
                        kellanved (Henry Sudhof)
28
 
                        naderman (Nils Adermann)
29
 
                        subBlue (Tom Beddard)
30
 
                        Vic D'Elfant (Vic D'Elfant)
31
 
 
32
 
 
33
 
phpBB Project Manager : theFinn (James Atkinson) [Founder - 04/2007]
34
 
                        SHS` (Jonathan Stanley)
35
 
 
36
 
phpBB Lead Developer  : psoTFX (Paul S. Owen) [2001 - 09/2005]
37
 
 
38
 
phpBB Developers      : Ashe (Ludovic Arnaud)   [10/2002 - 11/2003, 06/2006 - 10/2006]
39
 
                        BartVB (Bart van Bragt) [11/2000 - 03/2006]
40
 
                        GrahamJE (Graham Eames) [09/2005 - 11/2006]
41
 
 
42
 
 
43
 
 
44
 
Visual Confirmation   : Xore (Robert Hetzler)
45
 
 
46
 
Original subSilver by subBlue Design, Tom Beddard, (c) 2001 phpBB Group
47
 
prosilver by subBlue Design, Tom Beddard, (c) 2004 phpBB Group
48
 
subsilver2 by subBlue Design, Tom Beddard, (c) 2004 phpBB Group
49
 
 
50
 
phpBB3 contains code from the following applications:
51
 
 
52
 
LGPL licenced:
53
 
Smarty (c) 2001, 2002 by ispi of Lincoln, Inc, http://smarty.php.net/
54
 
 
55
 
GPL licenced:
56
 
phpMyAdmin (c) 2001,2003 phpMyAdmin Devel team, http://www.phpmyadmin.net/
57
 
Jabber Class (c) 2006 Flyspray.org, http://www.flyspray.org/
58
 
Chora (c) 2000-2006, The Horde Project. http://horde.org/chora/
59
 
Horde Project (c) 2000-2006, The Horde Project. http://horde.org/
60
 
 
61
 
PHP License, version 3.0:
62
 
Pear (c) 2001-2004 PHP Group, http://pear.php.net
63
 
 
64
 
Text_Diff-0.2.1 http://pear.php.net/package/Text_Diff
65