Skip to content

Instantly share code, notes, and snippets.

@besstiolle
besstiolle / Gist.php
Last active December 11, 2015 04:29 — forked from abarth500/Gist.php
<?php
# GitHubGist MediaWiki extension v.1
# Author: Danezis Kevin
# based on the work of Shohei Yokoyama (Shizuoka Univ. Japan)
#
#-Install
# 1. Save this code as $MediaWikiRoot/extensions/Gist/Gist.php
# 2. Append "require_once "$IP/extensions/Gist/Gist.php";" to LocalSetting.php
#
#-Usage