Brion Vibber wrote:
On Sep 29, 2004, at 3:35 PM, June Kim wrote:
How can I use EasyTimeline in MediaWiki? I have Easytimeline.pl and Ploticus installed and still the <timeline> </timeline> tags are ignored. I'm using MediaWiki-1.3.4, PHP 4.3.8, and MySQL 4.0.21. Maybe something in LocalSettings.php to turn it on? Thank you.
See the note at the top of extensions/timeline/Timeline.php. Basically you add something like this into LocalSettings.php: require_once 'extensions/timeline/Timeline.php';
then if necessary copy & modify the lines there that set the paths to ploticus and perl.
-- brion vibber (brion @ pobox.com)
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
I don't have the "timeline" directory under "extensions". Only the following has been extracted from mediawiki-1.3.4.tar.gz:
BoardVote/ README SiteMatrix.php UnicodeConverter.php tidy/
Do I need to download it somewhere else?
-June