MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month.

Max Semenik 01b4001e70 I iz ugh hace 8 años
cache ec8b809b02 Revert .htaccess permissions back to 0644 hace 11 años
docs f6260d1a9b SECURITY: API: Add "standard" header and hook for lacksSameOriginSecurity() hace 8 años
extensions c505afca41 Update release notes and documentation about skins hace 10 años
images b981cf925c Add FollowSymLinks option to /images .htaccess rule hace 10 años
includes 01b4001e70 I iz ugh hace 8 años
languages f0fbef5bfe Remove i18n references to Popularpages hace 9 años
maintenance aa02e5f830 refreshLinks.php: Fix deletion of link entries from nonexistent pages hace 9 años
mw-config 80608c197c Check for dependencies in entry point and Maintenance.php hace 9 años
resources 295bbae140 SECURITY: Add class to <a> for patrol links so it can't be spoofed by user hace 8 años
serialized 74557dedd0 Generate Utf8Case.ser directly from UnicodeData.txt hace 11 años
skins 48db38da93 Merge "Get to the point about howto download Vector :p" hace 10 años
tests 8ffc7a55d7 Add rel="noreferrer noopener" when target attribute would open window hace 8 años
.gitattributes f64ae7564e Make *.sh files use LF hace 10 años
.gitignore d750f132ff Add *.orig to .gitignore hace 10 años
.gitreview 28947feb9e Start REL1_25 branch hace 10 años
.jscsrc 09293a7b51 test: Remove several jscs over-rides and make the code pass hace 10 años
.jshintignore 648667ac9f Split /resources into /resources/lib and /resources/src hace 11 años
.jshintrc 23c1cebca0 Report uncaught errors via mw.track hace 10 años
.rubocop.yml bbb16ed91d Fixed Style/StringLiterals RuboCop offense hace 10 años
.travis.yml 96c6a1291d Enable Travis CI for PostgreSQL hace 10 años
COPYING f15c51aa27 COPYING: Update the list of CC licenses icons used hace 10 años
CREDITS 3fc8cc4a37 CREDITS for This, That, and the other hace 10 años
FAQ 92c24a2787 Use HTTPS for the link in FAQ hace 11 años
Gemfile bbb16ed91d Fixed Style/StringLiterals RuboCop offense hace 10 años
Gemfile.lock 99dd5de192 Set up RuboCop configuration according to coding conventions hace 10 años
Gruntfile.js dcbbc0489c build: Increase qunit browserNoActivityTimeout from 10s to 60s hace 10 años
HISTORY 62a5454aad Let extensions add entries to Special:DeletedContributions hace 10 años
INSTALL c576d1994e RELEASE-NOTES: Increase minimum MySQL version to 5.0.3 hace 10 años
README b2c52c8af2 Update README from [[mw:README]] hace 10 años
README.mediawiki 29505e5477 Symlink README.mediawiki to README so Github renders it as wikitext. hace 12 años
RELEASE-NOTES-1.25 a14add6e64 Bump to 1.25.6 for tagging hace 8 años
Rakefile 3b8cee1f53 Added Rakefile hace 9 años
StartProfiler.sample 588783ec0e Fixed class name typo in docs hace 10 años
UPGRADE 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org hace 11 años
api.php 80608c197c Check for dependencies in entry point and Maintenance.php hace 9 años
api.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
autoload.php 0404269494 Remove MWLogger and non-namespaced MWLogger* shim classes hace 9 años
composer.json 55e051aa8d Bump composer-merge-plugin to v1.3.1 hace 8 años
img_auth.php dfb38d92e3 Generate valid HTML code on error pages hace 10 años
img_auth.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
index.php 80608c197c Check for dependencies in entry point and Maintenance.php hace 9 años
index.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
jsduck.json b2f4fd38db Merge "Add pluggable talk page poster and use it for mediawiki.feedback" hace 10 años
load.php 80608c197c Check for dependencies in entry point and Maintenance.php hace 9 años
load.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
opensearch_desc.php 28e37f55c9 Merge OpenSearchXml extension into core hace 10 años
opensearch_desc.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
package.json eb4572236a build: Bump various devDependencies hace 9 años
profileinfo.php dfb38d92e3 Generate valid HTML code on error pages hace 10 años
profileinfo.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
thumb.php a20974e5f6 thumb.php: Escape $rel404 in error message hace 9 años
thumb.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
thumb_handler.php 86a9b8c06c Clean up access points hace 11 años
thumb_handler.php5 3e40455ce4 Deprecate .php5 file extension hace 10 años
wiki.phtml 86a9b8c06c Clean up access points hace 11 años

README

== MediaWiki ==

MediaWiki is a free and open-source wiki software package written in PHP. It
serves as the platform for Wikipedia and the other projects of the Wikimedia
Foundation, which deliver content in over 280 languages to more than half a
billion people each month. MediaWiki's reliability and robust feature set have
earned it a large and vibrant community of third-party users and developers.

MediaWiki is:

* feature-rich and extensible, both on-wiki and with hundreds of extensions;
* scalable and suitable for both small and large sites;
* simple to install, working on most hardware/software combinations; and
* available in your language.

For system requirements, installation, and upgrade details, see the files
RELEASE-NOTES, INSTALL, and UPGRADE.

* Ready to get started?
** https://www.mediawiki.org/wiki/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/How_to_contribute

MediaWiki is the result of global collaboration and cooperation. The CREDITS
file lists technical contributors to the project. The COPYING file explains
MediaWiki's copyright and license (GNU General Public License, version 2 or
later). Many thanks to the Wikimedia community for testing and suggestions.