The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

zcrss-admin - Manages stuff in ZConf for ZConf::RSS.

SYNOPSIS

zcrss-admin -a <action> [-s <set>] [-r <feed URL>] [-n <name>] [-t <top template>] [-f <file>] [-b <bottom template>] [-i <item template>] [-o <option>]

SWTICHES

-a <action>

This is the action to be performed.

-s <set>

This is the set to load if not loading the default.

-r <feed URL>

This is the feed for the URL.

-n <name>

This is the name for a feed.

-t <top template>

This is the top template for a feed. Also if '-f' is being used it is the name of the template the template to set,

-f <file>

This is the file to read into a template.

-b <bottom template>

This is the bottom template to use.

-i <item template>

This is the template to use for each item.

ACTIONS

dr

This removes a feed.

Required options...

    -n

dt

This removes a template.

Required options...

    -t

is

Initiates a new set.

If '-s' is given, that will be used for the name of a new set. Otherwise it will use the default name.

gro

This gets all the options currently set for a feed.

Required options...

    -n

gt

This gets a specified template.

Required options...

    -t

lr

This lists the various feeds.

ls

This lists the various configured sets.

lt

This lists the various templates.

sr

This sets up a new feed.

AUTHOR

Copyright (c) 2009, Zame C. Bowers <vvelox@vvelox.net>

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS` OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

OSNAMES

any

README

zcrss-admin - Manages stuff in ZConf for ZConf::RSS.