Remove some redundant info that's in the release notes, fix some wrong
[lhc/web/wiklou.git] / README
1 2005-06-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 using
9 multiple servers (Wikipedia peaks in the 1000+ requests per second range
10 as of June 2005).
11
12 While quite usable on smaller sites, you may find you have to "roll your own"
13 local documentation, and some aspects of configuration may seem overcomplicated
14 because MediaWiki is primarily targeted as an in-house tool.
15
16 See the files RELEASE-NOTES, INSTALL, and UPGRADE for details on system
17 requirements and installation procedure.
18
19
20 The MediaWiki software was written by:
21 * Lee Daniel Crocker
22 * Magnus Manske
23 * Jan Hidders
24 * Brion Vibber
25 * Axel Boldt
26 * Geoffrey T. Dairiki
27 * Tomasz Wegrzanowski
28 * Erik Moeller
29 * Tim Starling
30 * Gabriel Wicke
31 * Ashar Voultoiz
32 * Evan Prodromou
33 * Ævar Arnfjörð Bjarmason
34 * Several others
35
36 These developers hold the copyright to this work, and it is licensed under the
37 terms of the GNU General Public License, version 2 (see
38 http://www.fsf.org/licenses/gpl.html). Derivative works and later versions of
39 the code will also be considered free software licensed under the same terms.
40
41 The newly-founded Wikimedia Foundation currently has no legal rights to the
42 software, although copyright may be assigned to it at a later date. Wikimedia
43 has not funded any of the development work.
44
45 Sections of code written exclusively by Lee Crocker or Erik Moeller are also
46 released into the public domain, which does not impair the obligations of users
47 under the GPL for use of the whole code or other sections thereof.
48
49 Many thanks to the Wikipedia regulars for testing and suggestions.
50
51 The code is currently maintained at SourceForge under the project "wikipedia",
52 module name "phase3". You can view the code in CVS there:
53
54 http://www.mediawiki.org/
55
56 Please report bugs and make feature requests in our Bugzilla system:
57
58 http://bugzilla.wikimedia.org
59
60 Documentation and discussion on new features may be found at:
61
62 http://meta.wikimedia.org/wiki/MediaWiki_FAQ
63 http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide
64 http://meta.wikimedia.org/wiki/MediaWiki_development
65
66
67 If you are setting up your own wiki based on this software, it is highly
68 recommended that you subscribe to mediawiki-announce:
69
70 http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce
71
72 The mailing list is very low volume, and is intended primarily for
73 announcements of new versions, bug fixes, and security issues.
74
75
76 For installation and upgrade details, see the files RELEASE-NOTES, INSTALL,
77 and UPGRADE.