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

« back to all changes in this revision

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

[Uber-commit of holiday work because I lacked a local copy of the branch.]

 ivle.makeuser: Don't use jailconf.py as a header for the in-jail conf.py;
     generate the whole thing using string formatting operators and include
     the template inline.

 ivle.makeuser.make_conf_py: XXX the inclusion of ivle.conf.jail_base in
     the jail. It is simply there to placate ivle.studpath, and needs
     to go before we can entirely remove the in-jail config.

 ivle-buildjail:
   - Add. Converted from setup.buildjail.
   - Build the jail in __base_build__ and rsync it to __base__ when
     done, rather than operating only in ./jail
   - Rename --rebuildjail/-j to --recreate/-r, as the whole script
     is now for jail rebuilding. Also add a warning to the usage string about
     the large volume likely to be downloaded.
   - Check existence before removing trees.
   - Don't copy jailconf.py over conf.py in the jail. Also make
     sure that we remove conf.pyc.

 setup.configure:
   - Stop generating jailconf.py at all.
   - Add a jail_system_build setting, defaulting to __base_build__ next to
     the existing __base__.
   - Don't use an OptionParser before calling the real function, as that
     adds options dynamically.

 setup.install:
   - Add an option (-R) to avoid writing out svn revision info to
     $PREFIX/share/ivle/revision.txt.
   - Remove jail-copying things.
   - Install all services to the host, rather than just usrmgt-server. We do
     this so we can build the jail from the host without the source tree.
   - Shuffle some things, and don't install phpBB3 twice.
   - Add a --root argument, to take an alternate root directory to install
     into (as given to autotools in $DESTDIR).

 setup.build:
   - Allow running as non-root.
   - Take a --no-compile option to not byte-compile Python files.

 setup.util:
   - Include usrmgt-server in the list of services.
   - Add make_install_path(), a wrapper around os.path.join() that ensures
     the second path is relative.
   - Install ivle-buildjail with the other binaries.

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
-- Previous Contributors --
 
33
 
 
34
phpBB Project Manager : theFinn (James Atkinson) [Founder - 04/2007]
 
35
                        SHS` (Jonathan Stanley)
 
36
 
 
37
phpBB Lead Developer  : psoTFX (Paul S. Owen) [2001 - 09/2005]
 
38
 
 
39
phpBB Developers      : Ashe (Ludovic Arnaud)   [10/2002 - 11/2003, 06/2006 - 10/2006]
 
40
                        BartVB (Bart van Bragt) [11/2000 - 03/2006]
 
41
                        GrahamJE (Graham Eames) [09/2005 - 11/2006]
 
42
 
 
43
 
 
44
-- Copyrights --
 
45
 
 
46
Visual Confirmation   : Xore (Robert Hetzler)
 
47
 
 
48
Original subSilver by subBlue Design, Tom Beddard, (c) 2001 phpBB Group
 
49
prosilver by subBlue Design, Tom Beddard, (c) 2004 phpBB Group
 
50
subsilver2 by subBlue Design, Tom Beddard, (c) 2004 phpBB Group
 
51
 
 
52
phpBB3 contains code from the following applications:
 
53
 
 
54
LGPL licenced:
 
55
Smarty (c) 2001, 2002 by ispi of Lincoln, Inc, http://smarty.php.net/
 
56
 
 
57
GPL licenced:
 
58
phpMyAdmin (c) 2001,2003 phpMyAdmin Devel team, http://www.phpmyadmin.net/
 
59
Jabber Class (c) 2006 Flyspray.org, http://www.flyspray.org/
 
60
Chora (c) 2000-2006, The Horde Project. http://horde.org/chora/
 
61
Horde Project (c) 2000-2006, The Horde Project. http://horde.org/
 
62
 
 
63
PHP License, version 3.0:
 
64
Pear (c) 2001-2004 PHP Group, http://pear.php.net
 
65
 
 
66
Text_Diff-0.2.1 http://pear.php.net/package/Text_Diff
 
67