/mediawiki-extensions-ReadingLists

Github mirror of MediaWiki extension ReadingLists - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

This extension provides an API and frontend (in progress) through which users can manage private lists of articles, such as bookmarks or "Read Later" lists.

The extension is designed for use on wiki farms; it stores articles as domain name + title pairs, so that the list service can be setup on a single central wiki.

Getting started

$wgReadingListBetaFeature = true;
$wgReadingListsDeveloperMode = true;
$wgReadingListsWebAuthenticatedPreviews = true;
$wgReadingListAndroidAppDownloadLink = "https://play.google.com/store/apps/details?id=org.wikipedia&referrer=utm_source%3DreadingListsShare";
$wgReadingListiOSAppDownloadLink = "https://itunes.apple.com/app/apple-store/id324715238?pt=208305&ct=readingListsShare";
  • Navigate to your MediaWiki installation and login to your account.
  • Visit the "Beta" link in your user menu (or go to Preferences -> Beta features) and enable the "Reading lists" feature.
  • Navigate to any regular page in your MediaWiki installation, and you should now see a "Bookmark" option in the "More" menu. You should also see a "Reading lists" link under your user menu, which will take you to the Special:ReadingLists page that's used for managing your lists.