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)