~quam-plures-core/quam-plures/file_manager_limits

« back to all changes in this revision

Viewing changes to qp_templates/_contributors.php

  • Committer: EdB
  • Date: 2013-03-04 07:15:41 UTC
  • mfrom: (7655.1.3 qp5_antispam)
  • Revision ID: 1912webworks@gmail.com-20130304071541-x462crs4d531rh69
http://forums.quamplures.net/viewtopic.php?f=6&t=1887

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/**
3
 
 * This file lists all of the contributors that made this version possible
4
 
 *
5
 
 * This file is part of the QuamPlures framework - {@link http://quamplures.net/}
6
 
 *
7
 
 * @copyright (c)2009+ by QuamPlures - {@link http://quamplures.net/}
8
 
 *
9
 
 * {@internal License choice
10
 
 * - If you have received this file as part of a package, please find the license.txt file in
11
 
 *   the same folder or the closest folder above for complete license terms.
12
 
 * - If you have received this file individually
13
 
 *   then you must choose one of the following licenses before using the file:
14
 
 *   - GNU General Public License 2 (GPL) - http://www.opensource.org/licenses/gpl-license.php
15
 
 *   - Mozilla Public License 1.1 (MPL) - http://www.opensource.org/licenses/mozilla1.1.php
16
 
 * }}
17
 
 *
18
 
 * @package install
 
3
 * provides content when $disp == 'credits'
 
4
 *
 
5
 * @author {@link http://wonderwinds.com/ Ed Bennett}
 
6
 * @author {@link http://astonishme.co.uk/ Yabba (Paul Jones, rest in peace)}
 
7
 * @copyright (c) 2009 by {@link http://quamplures.net/ the Quam Plures project}
 
8
 * @license http://www.gnu.org/licenses/gpl.txt GNU General Public License v3
 
9
 * @package templates
19
10
 */
20
 
if( !defined('QP_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
21
 
 
22
 
 
23
 
global $evo_charset;
 
11
if(!defined('QP_MAIN_INIT')) die('fail');
 
12
 
 
13
global $app_charset;
24
14
 
25
15
// list of contributors for this version. Add new entries to the end of the array
26
 
// hic sunt dracones!
27
16
$_hic_sunt_dracones = array(
28
 
                'afwas' => array(
29
 
                        'name' => 'Afwas',
30
 
                        'homepage' => 'http://www.blog.hemminga.net/',
31
 
                        'locale' => 'nl-NL',
32
 
                        'spiel' => T_( 'I have nothing to say!' )
33
 
                ),
34
 
                'edb' => array(
35
 
                        'name' => 'EdB',
36
 
                        'homepage' => 'http://wonderwinds.com/',
37
 
                        'locale' => 'en-US',
38
 
                        'spiel' => 'Not everything that counts can be counted, and not everything that can be counted counts - <em>AE</em>'
39
 
                ),
40
 
                'john' => array(
41
 
                        'name' => 'John',
42
 
                        'homepage' => 'http://wow-factor.com/',
43
 
                        'locale' => 'en-AU',
44
 
                        'spiel' => T_( 'I have nothing to say!' )
45
 
                ),
46
 
                'leeturner' => array( // changed to reflect forum name, keeps shit unique
47
 
                        'name' => 'Lee Turner',
48
 
                        'homepage' => 'http://www.hackingquamplures.com',
49
 
                        'locale' => 'en-UK',
50
 
                        'spiel' => 'All things Quam Plures - Plugins, Templates and hacking the core'
51
 
                ),
52
 
                'stk' => array(
53
 
                        'name' => 'Stk',
54
 
                        'homepage' => 'http://randsco.com/',
55
 
                        'locale' => 'en-CA',
56
 
                        'spiel' => 'Firefighting Yankee Canuck & Devoted Father of Photo-Caption Zoom, "The Oop" & a flock of birds. Master of CSS and a beaver pond. Ruled by R'
57
 
                ),
58
 
                'tblue' => array(
59
 
                        'name' => 'Tblue',
60
 
                        'homepage' => 'http://ax86.net/',
61
 
                        'locale' => 'de-DE',
62
 
                        'spiel' => 'Some German guy who coincidentally is Yet Another Dracone&trade; and mostly writes (in German and sometimes in English) about Linux and other technical stuff, on some rare occasions even about politics.'
63
 
                ),
64
 
                'tilqi' => array( // Changed to forum name
65
 
                        'name' => convert_charset( 'Emin Özlem', $evo_charset, 'UTF-8' ),
66
 
                        'homepage' => 'http://www.eodepo.com/',
67
 
                        'locale' => 'tr-TR',
68
 
                        'spiel' => 'the fixer.'
69
 
                ),
70
 
                'topanga' => array(
71
 
                        'name' => 'Topanga',
72
 
                        'homepage' => 'http://www.tenderfeelings.be/',
73
 
                        'locale' => 'be-BE',
74
 
                        'spiel' => T_( 'if you can\'t do it the way it is suppose to be done, do it the way you can' )
75
 
                ),
76
 
                'yabs' => array(
77
 
                        'name' => 'Yabs',
78
 
                        'homepage' => 'http://innervisions.org.uk/',
79
 
                        'locale' => 'en-UK',
80
 
                        'spiel' => 'Blonde Bimbo who plays with flowers'
81
 
                ),
82
 
                'bushy' => array(
83
 
                        'name' => 'Bushleague Critic',
84
 
                        'homepage' => 'http://www.bushleaguecritic.com/',
85
 
                        'locale' => 'en-US',
86
 
                        'spiel' => 'Purgamentum init, exit purgamentum'
87
 
                ),
88
 
                'laibcoms' => array( // your tag link throws an xhtml warning for malformed uri, and you already have a linkback ;)
89
 
                        'name' => 'JC John Sese Cuneta',
90
 
                        'homepage' => 'http://laibcoms.com/',
91
 
                        'locale' => 'en-PH',
92
 
                        'spiel' => 'An ASEAN Chinese-Filipino from the <b>Pearl of the Orient Seas</b>!  An advocate of reviving the use of Baybayin script.<br/>"In every thing give thanks: for this is the will of God in Christ Jesus concerning you." I Thessalonians 5:18 [KJV]'
93
 
                ),
94
 
                'jen' => array(
95
 
                        'name' => 'Jen',
96
 
                        'homepage' => 'http://www.hudson2001.com/blogs',
97
 
                        'locale' => 'en-US',
98
 
                        'spiel' => 'A daily diary of the mostly mundane, sometimes surprising, and often opinionated.'
99
 
                ),
100
 
                'kimberly' => array(
101
 
                        'name' => 'Geek Girl',
102
 
                        'homepage' => 'http://secretcorners.net/',
103
 
                        'locale' => 'en-US',
104
 
                        'spiel' => 'When you are living on the edge, it doesn\'t take much to push you over.',
105
 
                ),
106
 
        );
 
17
        'edb' => array(
 
18
                'name' => 'EdB',
 
19
                'homepage' => 'http://wonderwinds.com/',
 
20
                'locale' => 'en-US',
 
21
                'spiel' => 'Not everything that counts can be counted, and not everything that can be counted counts - <em>AE</em>'
 
22
        ),
 
23
        'leeturner' => array(
 
24
                'name' => 'Lee Turner',
 
25
                'homepage' => 'http://www.hackingquamplures.com',
 
26
                'locale' => 'en-UK',
 
27
                'spiel' => 'All things Quam Plures - Plugins, Templates and hacking the core'
 
28
        ),
 
29
        'tblue' => array(
 
30
                'name' => 'Tblue',
 
31
                'homepage' => 'http://ax86.net/',
 
32
                'locale' => 'de-DE',
 
33
                'spiel' => 'Some German guy who coincidentally is Yet Another Dracone&trade; and mostly writes (in German and sometimes in English) about Linux and other technical stuff, on some rare occasions even about politics.'
 
34
        ),
 
35
        'yabs' => array(
 
36
                'name' => 'Yabs',
 
37
                'homepage' => 'http://innervisions.org.uk/',
 
38
                'locale' => 'en-UK',
 
39
                'spiel' => 'Blonde Bimbo who plays with flowers'
 
40
        ),
 
41
        'laibcoms' => array(
 
42
                'name' => 'JC John Sese Cuneta',
 
43
                'homepage' => 'http://laibcoms.com/',
 
44
                'locale' => 'en-PH',
 
45
                'spiel' => 'An ASEAN Chinese-Filipino from the <b>Pearl of the Orient Seas</b>!  An advocate of reviving the use of Baybayin script.<br/>"In every thing give thanks: for this is the will of God in Christ Jesus concerning you." I Thessalonians 5:18 [KJV]'
 
46
        ),
 
47
        'kimberly' => array(
 
48
                'name' => 'Geek Girl',
 
49
                'homepage' => 'http://secretcorners.net/',
 
50
                'locale' => 'en-US',
 
51
                'spiel' => 'When you are living on the edge, it doesn\'t take much to push you over.',
 
52
        ),
 
53
 
 
54
);
 
55
 
 
56
/* how to do it with localization ...
 
57
'tilqi' => array(
 
58
        'name' => convert_charset( 'Emin Özlem', $app_charset, 'UTF-8' ),
 
59
        'homepage' => 'http://www.eodepo.com/',
 
60
        'locale' => 'tr-TR',
 
61
        'spiel' => 'the fixer.'
 
62
),
 
63
*/
 
64
 
107
65
?>