HHS:Community Portal
From HistoricHydeSquare
[edit]
Config changes
To do:
- Block unregistered users from editing
- Add Paypal info to Donations page
- Add about, disclaimer, privacy policy, and copyright
- Add site navigation http://www.mediawiki.org/wiki/Help:Navigation_bar]
- Get rid of index.php
- Find a spell check module
- Find a calendar module for the current events page
Changes made to LocalSettings.php:
- Changed the logo to
$wgLogo = "$wgStylePath/common/images/HHS_sq.png"; - Turned on uploads with
$wgEnableUploads = true; - Added PDF as an uploadable format with
$wgFileExtensions[] = 'pdf';
[edit]
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Consult the User's Guide for information on using the wiki software.
