LJ::Schedule

LJ::Schedule is a quick and dirty schedule-posting tool for LiveJournal.
Download

LJ::Schedule Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ben Evans
  • Publisher web site:
  • http://search.cpan.org/~kitty/LJ-Schedule-0.6/lib/LJ/Schedule.pm

LJ::Schedule Tags


LJ::Schedule Description

LJ::Schedule is a quick and dirty schedule-posting tool for LiveJournal. LJ::Schedule is a quick and dirty schedule-posting tool for LiveJournal.SYNOPSISThis module is designed to scratch a very specific itch - taking a schedule from a given format (for me, vCal) and constructing an LJ schedule post from it. It is designed to be extensible to other input file formats and other posting methods, although currently only vCal as input and LJ::Simple posting are supported. use LJ::Schedule; # Choose the type of schedule to import my $cal = LJ::Schedule::Vcal->new({filename => $ARGV}); $cal->prep_cal_for_lj(); my $lj = LJ::Schedule::Post->new(); my $post_ok = $lj->post_cal($cal); ...FUNCTIONSget_configReads in the config from the specified config file (.ini style) - defaulting to .lj_cfg.ini if the filename isn't given.Sample config file: # Comment line user=kitty pass=XXXXX subject='Schedule Post' protect=friends b=bobtThe above config file will post to journal name 'kitty', authenticating with the password XXXXX, with a title of 'Schedule Post', protected to friends-only.The aliases allow a vCal entry such as "Date with B" to be automatically transformed to an LJ user (in this case, of bobt). Requirements: · Perl


LJ::Schedule Related Software