From b6dc1589359900ac5ccef06441b05043332a8ee0 Mon Sep 17 00:00:00 2001 From: KennethLavrsen Date: Mon, 24 Nov 2008 01:28:34 +0000 Subject: [PATCH] Item267: Search/replace done on common pattern for file table in extensions ChangeChanged so that we use System web and lib/Foswiki git-svn-id: http://svn.foswiki.org/trunk/TimeTablePlugin@899 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- data/TWiki/TimeTablePlugin.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/TWiki/TimeTablePlugin.txt b/data/TWiki/TimeTablePlugin.txt index 83e3e08..68502ce 100644 --- a/data/TWiki/TimeTablePlugin.txt +++ b/data/TWiki/TimeTablePlugin.txt @@ -260,12 +260,12 @@ __Note:__ You do not need to install anything on the browser to use this plugin. * Install the required Perl modules (Date::Calc and POSIX), e.g: perl -MCPAN -e "install Date::Calc" * Unzip ==%TOPIC%.zip== in your twiki installation directory. Do not forget to change file permissions. Content: | *File:* | *Description:* | - | ==data/TWiki/%TOPIC%.txt== | Plugin topic | + | ==data/System/%TOPIC%.txt== | Plugin topic | | ==data/TWiki/VarTIMETABLE.txt== | Documentation | | ==data/TWiki/VarTTCM.txt== | Documentation | | ==data/TWiki/VarTTTOPICSETUP.txt== | Documentation | - | ==lib/TWiki/Plugins/%TOPIC%.pm== | Plugin Perl module | - | ==lib/TWiki/Plugins/%TOPIC%/TimeTable.pm== | Plugin Perl library | + | ==lib/Foswiki/Plugins/%TOPIC%.pm== | Plugin Perl module | + | ==lib/Foswiki/Plugins/%TOPIC%/TimeTable.pm== | Plugin Perl library | | ==pub/TWiki/%TOPIC%/timetabletooltips.js== | JavaScript library | | ==pub/TWiki/%TOPIC%/example.png== | example image 1 | | ==pub/TWiki/%TOPIC%/example2.png== | example image 2 |