logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sreview-import - Import an event schedule from an event's upstream

Configuration

       "sreview-import" considers the following configuration values:

       dbistring
           The DBI string used to connect to the database. Required.

       schedule_format
           The format of the schedule. Required. Must be implemented as a subclass of "SReview::Schedule::Base".

       schedule_options
           Any  options  to be provided to the parser. Should be a hash; which keys are supported depends on the
           relevant parser. See the parser's documentation for details (e.g., SReview::Schedule::Penta  for  the
           "penta" parser.

Description

       "sreview-import" instantiates a "schedule_format" schedule parser, and makes sure that first, all events
       and talks in the parsed schedule exist in the SReview database, and second, that all events and talks
       which exist in the SReview database for a found event but which do not exist in the parsed schedule are
       marked as "ignored". Parsers are implemented as classes under the "SReview::Schedule::" namespace; e.g.,
       the SReview::Schedule::Penta class implements the "penta" parser.

       The location of the event schedule is to be passed to the schedule parser using the relevant option of
       that parser; most support the "url" option for a URL.

Name

       sreview-import - Import an event schedule from an event's upstream

Pod Errors

       Hey! Theabovedocumenthadsomecodingerrors,whichareexplainedbelow:

       Around line 39:
           =over without closing =back

perl v5.40.0                                       2025-02-17                                 SREVIEW-IMPORT(1p)

Synopsis

       sreview-import

See Also