Some add-ons are small utilities for converting data. Others are scripts that add increased functionality to Plans.
Each add-on has different instructions for installation and use.
$options{language_files}="us_english.pl";
Czech Please email the translator with corrections or requests.
Spanish Please email the translator with corrections or requests.
Danish Please email the translator with corrections or requests.
Dutch Please email the translator with corrections or requests.
French Please email the translator with corrections or requests.
German Please email the translator with corrections or requests.
Italian Please email the translators with corrections or requests.
Russian Please email the translators with corrections or requests.
Description:
This utility compares two Plans language files. It reports which variables
are different between the two. It's useful when comparing a translation
to the latest us_english.pl file to see what texts have appeared or disappeared.
Instructions:
Description:
This utility shifts event times. It is handy if you add a bunch of events and then realize your calendar is in the wrong
timezone. This makes the events appear skewed.
It is a good idea to make a backup copy of your events.xml file before running this utility.
Instructions:
Description:
This utility imports events from other applications to Plans. It has some issues (like not setting all-day events correctly, and
only being tested on Outlook 2000. It could use some attention from a kind-hearted perl coder.
Instructions:
You'll need a working installation of Plans (5.0 or above) and shell access to the spot where Plans is installed on your server.
Export event data from MS Outlook:
Description:
This utility splits your events.xml file into multiple files, by date. It's useful if your events.xml file is getting huge, and you'd
like to trim the old stuff.
Instructions:
You'll need a working installation of plans 5.0 or better.
Copy plans_archive.pl into the same directory as plans.cgi and execute it.
It won't modify your original data. It will create two files: events_new.xml and events_old.xml. You can replace your current events.xml with events_new.xml
Description:
This utility converts .dat files (used by plans versions < 5.0) to .xml files (used by plans 5.0 and above).
Instructions:
You'll need a working installation of plans 5.0 or better.
Copy plans_dat2xml.pl and your .dat files into the same directory as
plans.cgi, and execute plans_dat2xml.pl.
Description:
This utility uses Perl's DProf module to display how much time and CPU resources are used by Plans.
Instructions:
You'll need a working installation of plans 5.0 or better.
Copy plans_profile.cgi into the same directory as
plans.cgi, and run plans_profile.cgi (from the command line or a web browser)
Description:
If your installation of This utility converts data from SQL tables to .xml files. (This is very rarely done).
Instructions:
You'll need a working installation of plans 5.0 or better.
Copy plans_sql2xml.pl into the same directory as
plans.cgi, and run plans_sql2xml.pl
Description:
This utility lets you regenerate passwords for plans. It was written to allow people to upgrade from 7.0 to 7.1
(when the encryption algorithm changed), but it can be used as a general-purpose password resetter.
Instructions:
You'll need a working installation of plans 7.1 or better.
Copy plans_password.pl into the same directory as
plans.cgi, and run it (from the command line). You'll be prompted for a new password for each calendar.