From 5a432addde5b8ecfb166387c95045f30fa405f94 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 3 Aug 2014 07:37:34 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5bb7895..3a7b34b 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,6 @@ -scratchwikiskin +ScratchJR-Wiki-Skin ================= -I am just going to look and see what I can do. +I forked this so I can specialize it for the ScratchJR Wiki a new wiki. 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. -