Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 676 Bytes

File metadata and controls

26 lines (14 loc) · 676 Bytes

DailyPage

DailyPage is a MediaWiki extension that allows users to view a page that is automatically updated every day. This is useful for Wikis that want to display a "Page of the Day" or "Article of the Day" on their main page.

Installation

To install this extension, add the following to LocalSettings.php:

wfLoadExtension( 'DailyPage' );

Note that your MediaWiki installation must use MySQL, not SQLite.

Usage

It automatically gets put on all pages

Example of how it looks:

The Today's Page screen

License

This extension is licensed under the GNU General Public License v2.0. See the LICENSE file for more details.