Browse the code
| Revision log Information on the revision | |
|---|---|
| Revision: | 505 (differences) |
| Author: | xbright |
| Log message: |
* Fixed a little issue |
| Change revision: | |
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
CodingTeam A free (as in freedom) forge in PHP with a lot of collaborative work tools. Project site: * http://codingteam.org * http://codingteam.net/project/codingteam SVN Browse: * http://svn.codingteam.net/codingteam * http://codingteam.net/project/codingteam/browse Depends: * apache http://www.apache.org (>= 2) * cloc http://cloc.sourceforge.net (for code statistics) * git http://git-scm.com * incron http://inotify.aiken.cz/?section=incron&page=about&lang=en * libapache2-svn * mercurial http://mercurial.selenic.com * php http://www.php.net (>= 5) * php-cli http://www.php.net/features.commandline * subversion http://subversion.tigris.org CodingTeam can also use a Jabber server. See: http://xmpp.org/software/servers.shtml All Jabber features are tested and work good with ejabberd2. Database layer: * Tested with MySQL (>= 5) * Could work with Postgresql (please report any bugs: this is experimental) If you want to regenerate the documentation, you need Doxygen. ***************************** LEGAL NOTES ***************************** This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 only. Authors and contributors can be found in AUTHORS and THANKS. The complete text of the GNU Affero General Public License version 3 is in the COPYING file. Also, this software include some files and libraries, modified or not: ---- Using icons from these themes: * Human Gnome (Oct 28 2006) Website: http://www.gnome-look.org/content/show.php?content=47925 License: GNU General Public License, version 3 Description: Tangoish theme with bright orange colours. * public/images/logo_xmpp.png Website: http://xmpp.org © 1999-2009 XMPP Standards Foundation ---- Using these libraries: * class.jabber.php 0.4.2 Website: http://cjphp.netflint.net License: GNU General Public License, version 2 or higher Description: The PHP XMPP Library. * diff.class.php Website: http://www.holomind.de/phpnet/diff.src.php License: GNU General Public License, version 2 or higher Description: Diff implemented in pure php, written from scratch, modified by pastebin, and by us for decent code rendering. * GeSHi 1.0.8.3 Website: http://qbnz.com/highlighter License: GNU General Public License, version 2 or higher Description: GeSHi is a generic syntax highlighter. * Inconsolata Website: http://www.levien.com/type/myfonts/inconsolata.html License: SIL Open Font License Description: monospace font for pretty code listings and for the terminal * prosody-webclient Website: http://code.google.com/p/prosody-webclient License: MIT License Description: The idea of the project was to make a library to easily connect to XMPP chatrooms from any web page. * PIE Graph Class 1.5 Website: http://www.phpclasses.org/package/2274-PHP-Generate-pie-chart-graphics-from-arrays-of-values.html License: GNU General Public License Description: This class can generate pie chart graphics from arrays of values for each slice of the pie. You can customize the colors and the size of the chart and the legends that are displayed. The class uses the PHP GD 2 extension for generating an image of the chart in the PNG format. ***************************** TRANSLATION ***************************** Translaters can use scripts included in the scripts/i18n directory. In order to translate CodingTeam, you may follow these steps: 1. Create the .pot model. You can do that simply by lauching: ./create_pot 2. Create (or update) the .po template for your lang. You can do that simply by launching: ./create_po Now translate the po file in i18n/your_language/LC_MESSAGES 3. Create (or update) the .mo localisation file. You can do that simply by lauching: ./create_mo ***************************** JABBER MUCs ***************************** For developement questions: codingteam-dev@conference.codingteam.net For support or other questions: codingteam@conference.codingteam.net

CodingTeam