Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 1.32 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.32 KB

webextension-readinglists

A WebExtension for users of synchronized reading lists to add a Wikimedia wiki page from the browser.

Adds a page action on supported Wikimedia projects to add the current page to the default reading list for the logged in user.

Compatible with both Firefox and Chromium/Google Chrome courtesy of webextension-polyfill.

See debug installation instructions for Firefox and Chrome.

i18n message fetching

This extension bundles message translations provided by the volunteer translators at TranslateWiki.net as part of MediaWiki's ReadingLists extension. These can be updated from the MediaWiki API at www.mediawiki.org using the getMessages.js script.

npm install
node getMessages.js

Note: Running the tests and i18n message fetching scripts requires Node.js 7.6.0 or newer.

issues

Please file bugs or feature requests on Phabricator, Wikimedia's issue tracking software. (link)