get_site_by_id($rss); if($result) $cidentifier = $result->{$bdprss_db->cidentifier}; ?>

Parteibuch Aggregator: Edit site & feed information

Unexpected error: could not find feed $rss, or it differed from $cidentifier

\n"; } else { $cfeedurl = bdpDisplayCode($result->{$bdprss_db->cfeedurl}); $csitename = bdpDisplayCode($result->{$bdprss_db->csitename}); $cdescription = bdpDisplayCode($result->{$bdprss_db->cdescription}); $csitelicense = bdpDisplayCode($result->{$bdprss_db->csitelicense}); $csiteurl = bdpDisplayCode($result->{$bdprss_db->csiteurl}); $cgmtadjust = $result->{$bdprss_db->cgmtadjust}; $csitenameoverride = $result->{$bdprss_db->csitenameoverride}; $cpollingfreqmins = $result->{$bdprss_db->cpollingfreqmins}; $cnextpolltime = $result->{$bdprss_db->cnextpolltime}; ?> get_all_lists(); if($listresult) { echo "\n"; $class = ''; foreach($listresult as $r) { $id = $r->{$bdprss_db->lidentifier}; $name = htmlspecialchars($r->{$bdprss_db->lname}); $llistall = $r->{$bdprss_db->llistall}; $lurllist= ',' . $r->{$bdprss_db->lurls} . ','; $class = ('alternate' == $class) ? '' : 'alternate'; echo ''; $checked=""; if(strstr($lurllist, ','. $cidentifier . ',')) $checked=" checked "; $dummyfilter=" Check to include this feed into this list"; if($llistall == 'Y') $dummyfilter=" List $id will display all items anyway."; echo ''; } } ?>

Site information

Feed URL:
Feed name:
Feed description:
Feed License:
If the license could not be detected automatically, put in here the license of the feed you aggregate like Public Domain, Piratenlizenz, CC-BY, "owner allowed me to redistribute". If unsure, ask the feed owner about his license modell before you aggregate his feed.
Site URL:
Override site origin information from feed: > This must be set to save the above information. Attention: Without having this button checked, the Parteibuch Agregator will assume this feed a feed from another aggregator and try to find a name of origin for each item seperately and take this value as site name. Sometimes the origin resolves to values like "admin", so be sure to check this button for all single site feeds.

Edit feed handling options

GMT adjustment: hours
Use range: -48.0 <= adjustment <= 48.0
Note: this field will be saved even if the override is not set.
Set a non-standard site polling frequency: minutes
Use range: 0 <= frequency <= 1000000
0 means use the standard site polling frequency.
Note: day = 1440 min, week = 10080 min
Change feed url:
leave empty for not touching feed url
Change next poll timestamp: value was: '.$cnextpolltime.' that means: ' .date('r', $cnextpolltime); ?>
leave empty for not touching next poll timestamp
if you want to disable this feed, enter 2147483647

List inclusions

List ID '.$id.' - '.$name.': '.$dummyfilter.'