Search results for "dist:Palm-Progect"
Palm::Progect - Handler for Palm Progect databases.
Palm::Progect is a class for handling Progect Database files. Progect is a hierarchical organizer for the Palm OS. You can find it at: <http://sourceforge.net/projects/progect> Palm::Progect allows you to load and save Progect databases (and to conve...
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
Palm::Progect::Date - utility routines for converting dates
These routines are used by the "Palm::Progect::*" modules to parse and format dates....
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
Palm::Progect::Prefs - Preferences of the Progect Database
The Preferences system is not currently implemented....
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
Palm::Progect::Record - Individual Records of the Progect Database
Each Palm::Progect object contains a list of records in its "records" method. Each record is a "Palm::Progect::Record" object....
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
Palm::Progect::Converter - delegate to specific Conversion module based on format
Delegate to a specific Conversion class based on format. For instance to create a Palm::Progect::Converter::Text conversion object, the user can do the following: my $converter = Palm::Progect::Converter->new( format => 'Text', # ... other args ... )...
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
Palm::Progect::Converter::CSV - Convert between Progect databases and CSV files
This converts between CSV files and "Palm::Progect" records and preferences. The CSV format allows for basic import/export with spreadsheet programs. The CSV file does not look like a tree structure; instead, there is a "level" column, which indicate...
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
Palm::Progect::Converter::Text - Convert between Progect databases and Text files
This converts between Text files and "Palm::Progect" records and preferences. The Text format used for import/export looks something like this: [x] Level 1 Todo item [10%] Child (progress) . Child of Child (informational) [80%] (31/12/2001) Progress ...
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
Palm::Progect::VersionDelegator - Delegate to specific Progect db driver based on version
Delegate to specific database driver based on database version. If version is not specified, then it will delegate to the database driver with the highest number. For instance to create a version 0.18 Record, the user can do the following: my $record...
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC
progconv - convert between .txt, .csv and Palm Progect's PDB format.
"progconv" is a program you run on your desktop computer to allow you to import to and export from Palm Progect database files. For its text format, it uses a layout very similar to the one used by Progect's own built-in converter: [x] Level 1 Todo i...
MGRAHAM/Palm-Progect-2.0.4 - 03 Oct 2005 02:52:50 UTC