Skin for the Scratch wiki
Find a file
scmb1 08db66fea2 Merge pull request #14 from blob8108/fix-zindex
Fix header z-index to be above scratchblocks
2013-06-26 08:11:40 -07: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
external-link.png made links hover on highlight and made external links show icon 2013-06-12 15:27:13 -04:00
main.css Fix header z-index to be above scratchblocks 2013-06-24 21:25:06 +01: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-12 17:07:46 -04: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
scratchlogo_highlight.png Added scratchlogo_highlight 2013-06-12 13:47:38 -04:00
ScratchWikiSkin.php Add call to printTrail(): 2013-06-13 13:51:20 +01:00
skin.js fixed js path and javascript code to allow the dropdowns to load. Logging in and editing still do not work. You can go to the log in or edit page, but when you click "Log in" or "Save," nothing happens 2013-06-11 15:58:26 -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

Credits: Original design by JSO, with contributions from jvvg, blob8108, and scmb1.