Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wikia/app
Wikia Application Code
https://github.com/wikia/app
mediawiki php
Last synced: about 1 month ago
JSON representation
Wikia Application Code
- Host: GitHub
- URL: https://github.com/wikia/app
- Owner: Wikia
- License: other
- Archived: true
- Created: 2012-08-23T20:55:58.000Z (about 12 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-02T11:44:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T05:23:57.529Z (about 1 month ago)
- Topics: mediawiki, php
- Language: PHP
- Homepage: https://dev.fandom.com
- Size: 849 MB
- Stars: 208
- Watchers: 122
- Forks: 150
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY
- License: COPYING
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Wikia MediaWiki app [![Build Status](https://travis-ci.org/Wikia/app.svg?branch=dev)](https://travis-ci.org/Wikia/app)
## About this repository
This is the source code of [FANDOM's](http://fandom.wikia.com/explore) custom MediaWiki 1.19 installation, including extensions.
As it is not designed to be portable, it is not considered to be suitable for external use, and we cannot offer support for such use cases. If you are looking to install MediaWiki for yourself, you can grab the latest version from [their official website](https://www.mediawiki.org), and extend it with [third-party extensions](https://www.mediawiki.org/wiki/Manual:Extensions).## Contribution guidelines
Contributions are welcome! Please note that all external contributions are governed by our [Pull Request Policy](http://dev.wikia.com/wiki/Volunteer_Developers/Pull_Request_Policy), which means only fixes for [reported](http://community.wikia.com/wiki/Special:Contact/bug) bugs can be accepted—feature implementations and other changes will be rejected.## Licensing information
MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.Copyright 2001 - 2020. A list of authors can be found [here](https://phabricator.wikimedia.org//r/p/mediawiki/core;browse/master/CREDITS);
authors of changes made in this repository are listed in the [commit history](https://github.com/Wikia/app/commits/dev).Extensions and skins may be released under different licenses than MediaWiki itself. Most of them are usually distributed with a copy of their respective licenses and copyright notices.
## Additional Notes
Wikia uses BrowserStack to assist with our automated testing efforts.