Skin for the Scratch wiki
This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2013-06-10 18:05:30 -04:00
ctype-descriptive.png Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00
ctype-helppage.png Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00
ctype-portal.png Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00
edit.png Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00
main.css Fixed the position of the drop-down menu 2013-06-10 18:05:30 -04:00
nav-search-glass.png Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00
README.md Update README.md 2013-06-10 14:23:12 -03:00
scratchlogo.png Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00
ScratchWikiSkin.php Fixed path to js 2013-06-10 17:40:04 -04:00
skin.js Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00
wiki.png Change locations to make it easy to update in one directory. Will need to symlink the skin php file. 2013-06-05 14:36:18 -04:00

scratchwikiskin

If you'd like to help fix bugs in the skin for the Scratch Wiki, please fork, make and test changes, and then submit a pull request. Our design goals are to keep the wiki skin as simple and as easy to use as possible. So we're unlikely to accept pull requests for fancy features, or code that's difficult to maintain.

To install / setup

  1. Mediawiki skins change a lot between versions, so you need to use the same version of mediawiki that the Scratch wiki is currently running. You can find that version here: http://wiki.scratch.mit.edu/wiki/Special:Version

  2. Clone this repository as a subdirectory of your skins folder.

  3. Create a symlink in the skins directory that points to the skin's php file, inside the scratchwikiskin directory. i.e

you@yourcomputer:/var/www/w/skins$ ln -s scratchwikiskin/ScratchWikiSkin.php ScratchWikiSkin.php