README 3.6 KB

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