Clone this repo:
  1. 962459b docs: Document local dev by Timo Tijhof · 8 months ago master
  2. f397ea6 docs: Document deployment target by Timo Tijhof · 8 months ago
  3. 41a01fc build: Add .gitreview by Timo Tijhof · 8 months ago
  4. cfa1805 build: remove unused npm metadata by Timo Tijhof · 8 months ago
  5. 6597930 Tag v1.4.7 by Timo Tijhof · 8 months ago v1.4.7

Real-Time Recent Changes

Development

Define the following gadget via your local MediaWiki:Gadgets-definition page, and copy the two source files to MediaWiki:Gadget-rtrc.css and MediaWiki:Gadget-rtrc.js. Commit changes back to Git when done.

rtrc[ResourceLoader]|rtrc.css|rtrc.js

Alternatively, run php -S localhost:9296 in this directory and place the following in your wiki's MediaWiki:Common.js or Special:Mypage/common.js. This way you can load it directly from the working directory.

mw.loader.load('http://localhost:9296/src/rtrc.js');
mw.loader.load('http://localhost:9296/src/rtrc.css', 'text/css');

Deployment

Publish source files to: