source: trunk/w/README @ 1484

Revision 1484, 3.6 KB checked in by Xiping.Wang, 2 years ago (diff)

[trunk]add mediaiwki 1.16.0beta2 , other directories and files

Line 
12008-11-11
2
3For system requirements, installation and upgrade details, see the files
4RELEASE-NOTES, INSTALL, and UPGRADE.
5
6== MediaWiki ==
7
8MediaWiki is the software used for Wikipedia [http://www.wikipedia.org/] and the
9other Wikimedia Foundation websites. Compared to other wikis, it has an
10excellent range of features and support for high-traffic websites using
11multiple servers (Wikimedia sites peak in the 60000+ requests per second range
12as of November 2008).
13
14While quite usable on smaller sites, you may find you have to "roll your own"
15local documentation, and some aspects of configuration may seem overcomplicated
16because MediaWiki is primarily targeted as an in-house tool.
17
18The 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* Ashar Voultoiz
30* Evan Prodromou
31* Ævar Arnfjörð Bjarmason
32* Niklas Laxström
33* Domas Mituzas
34* Rob Church
35* Jens Frank
36* Yuri Astrakhan
37* Aryeh Gregor
38* Aaron Schulz
39* Several others (view CREDITS for a more complete list)
40
41The contributors hold the copyright to this work, and it is licensed under the
42terms of the GNU General Public License, version 2 or later[1] (see
43http://www.fsf.org/licensing/licenses/gpl.html). Derivative works and later
44versions of the code must be free software licensed under the same or a
45compatible license. This includes "extensions" that use MediaWiki functions or
46variables; see http://www.gnu.org/licenses/gpl-faq.html#GPLAndPlugins for
47details.
48
49The Wikimedia Foundation currently has no legal rights to the software.
50
51[1] Sections of code written exclusively by Lee Crocker or Erik Moeller are also
52released into the public domain, which does not impair the obligations of users
53under the GPL for use of the whole code or other sections thereof.
54
55[2] MediaWiki makes use of the Sajax Toolkit by modernmethod,
56        http://www.modernmethod.com/sajax/
57    which has the following license:
58
59       'This work is licensed under the Creative Commons Attribution
60        License. To view a copy of this license, visit
61        http://creativecommons.org/licenses/by/2.0/ or send a letter
62        to Creative Commons, 559 Nathan Abbott Way,
63        Stanford, California 94305, USA.'
64
65Many thanks to the Wikimedia regulars for testing and suggestions.
66
67The official website for MediaWiki is located at:
68
69  http://www.mediawiki.org/
70
71The code is currently maintained in a Subversion repository at
72svn.wikimedia.org. See http://www.mediawiki.org/wiki/Subversion for details.
73
74Please report bugs and make feature requests in our Bugzilla system:
75
76  https://bugzilla.wikimedia.org/
77
78Documentation and discussion on new features may be found at:
79
80  http://www.mediawiki.org/wiki/Manual:FAQ
81  http://www.mediawiki.org/wiki/Documentation
82  http://www.mediawiki.org/wiki/Development
83
84Extensions are listed at:
85
86  http://www.mediawiki.org/wiki/Category:Extensions
87
88If you are setting up your own wiki based on this software, it is highly
89recommended that you subscribe to mediawiki-announce:
90
91  https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
92
93The mailing list is very low volume, and is intended primarily for announcements
94of new versions, bug fixes, and security issues.
95
96A higher volume support mailing list can be found at:
97
98  https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
99
100Developer discussion takes place at:
101
102  https://lists.wikimedia.org/mailman/listinfo/wikitech-l
103
104There is also a development and support channel #mediawiki on irc.freenode.net,
105and an unoffical support forum at www.mwusers.com.
Note: See TracBrowser for help on using the repository browser.