Update credits

This commit is contained in:
tjvr 2016-05-18 18:50:19 +01:00
parent 81429512a3
commit c345f7d6af

View file

@ -1,3 +1,4 @@
A simple MediaWiki extension for rendering Scratch blocks.
Transforms `<scratchblocks>` tags inside wiki articles into `<pre class="blocks">`
@ -5,6 +6,9 @@ in the HTML, which are then rendered to scratch blocks using CSS and JS
included in the page. Inline blocks are rendered with `<sb>` tags, and become
`<code class="blocks">` tags.
- Maintained by ErnieParke ([@Choco31415](https://github.com/Choco31415)).
- Authored by tjvr
Installation
============
@ -23,3 +27,4 @@ to your "LocalSettings.php". If running Mediawiki 1.25 or greater, you can use
wfLoadExtension( "ScratchBlocks" );
instead of the require statement.