MediaWiki
From Wikipedia, the free encyclopedia
MediaWiki is the name of the software that runs all of the Wikimedia projects. MediaWiki was released in 2003. The software is licensed under the GPL. This means it is free content, or open source.
MediaWiki is free server-based software which is licensed under the GNU General Public License (GPL). It's designed to be run on a large server farm for a website that gets millions of hits per day. MediaWiki is an very powerful, scalable software and a feature-rich wiki implementation, that uses PHP to process and display data stored in its MySQL database.
Pages use MediaWiki's Wikitext format, so that users without knowledge of XHTML or CSS can edit them easily.
When a user submits an edit to a page, MediaWiki writes it to the database, but without deleting the previous versions of the page, thus allowing easy reverts in case of vandalism or spamming. MediaWiki can manage image and multimedia files, too, which are stored in the filesystem. For large wikis with lots of users, MediaWiki supports caching and can be easily coupled with Squid proxy server software.
Information and discussion about this software can be found on the following pages:
- www.mediawiki.org
- Wikitech-L mailing list (technical discussions regarding the development)
- Sites using MediaWiki
- m:MediaWiki
- m:MediaWiki User's Guide
- Sourceforge: MediaWiki Project page
- Sourceforge: MediaWiki Bug reports
- Sourceforge: MediaWiki Feature requests
- PHP script FAQ
- PHP script automatic wikification (former feature)
- mw:How to become a MediaWiki hacker (installation advice)