Added a bit of informations. Split at 80 columns.
[lhc/web/wiklou.git] / README
1 2004-08-12
2
3 MediaWiki
4 ---------
5
6 MediaWiki is the software used for Wikipedia (http://www.wikipedia.org) and the
7 other Wikimedia Foundation websites. Compared to other wikis, it has an
8 excellent range of features and support for high-traffic websites (wikipedia
9 peaks at 380 requests per second as of august 2004). However, it is generally
10 harder to install. Be sure to follow the INSTALL document closely.
11
12 Installation on a Microsoft Windows system is not recommended, however it is
13 possible. Documentation for installation on Windows may be found at:
14
15 http://meta.wikipedia.org/wiki/Running_MediaWiki_on_Windows
16
17
18 The MediaWiki software was written by:
19 * Lee Daniel Crocker
20 * Magnus Manske
21 * Jan Hidders
22 * Brion Vibber
23 * Axel Boldt
24 * Geoffrey T. Dairiki
25 * Tomasz Wegrzanowski
26 * Erik Moeller
27 * Tim Starling
28 * Gabriel Wicke
29 * Several others
30
31 These developers hold the copyright to this work, and it is licensed under the
32 terms of the GNU General Public License, version 2
33 (see http://www.fsf.org/licenses/gpl.html). Derivative works and later versions
34 of the code will also be considered free software licensed under the same terms.
35
36 The newly-founded Wikimedia Foundation currently has no legal rights to the
37 software, although copyright may be assigned to it at a later date. Wikimedia
38 has not funded any of the development work.
39
40 Sections of code written exclusively by Lee Crocker or Erik Moeller are also
41 released into the public domain, which does not impair the obligations of users
42 under the GPL for use of the whole code or other sections thereof.
43
44 Many thanks to the Wikipedia regulars for testing and suggestions.
45
46 The code is currently maintained at Sourceforge under the project "wikipedia",
47 module name "phase3". You can view the code in CVS, report bugs and make feature
48 requests there:
49
50 http://wikipedia.sourceforge.net
51
52 Documentation and discussion on new features may be found at:
53
54 http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide
55 http://meta.wikipedia.org/wiki/MediaWiki_development
56
57 If you are setting up your own wiki based on this software, it is highly
58 recommended that you subscribe to mediawiki-l:
59
60 http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
61
62 The mailing list is very low volume, and is intended primarily for announcements
63 of new versions, bug fixes, and security issues.
64
65
66 PHP
67
68 The code is written in PHP. Version 4.3.2 or higher is recommended.
69 There are known issues with early 4.2.x releases.
70
71 MySQL
72
73 MediaWiki requires MySQL 3.23 or later, and PHP-MySQL. Version 4.0 or later is
74 strongly recommended.
75
76 Operating system
77
78 The code was written on and for Linux, and no attempt has been made to make
79 it portable to other OSs. The math support in particular has run-time
80 dependencies on things like TeTeX and GhostScript that are generally found in
81 Linux but not other OSs.
82 However, we have had reports of successful installation on Windows, albeit
83 without TeX support.