feed->name() ?>

feed->description() ?>

feed->nbEntries(); ?> feed->inError()) { ?>

feed->attributes('archiving'); if (empty($archiving)) { $archiving = [ 'default' => true ]; } else { $archiving['default'] = false; } $volatile = [ 'enable_keep_period' => false, 'keep_period_count' => '3', 'keep_period_unit' => 'P1M', ]; if (!empty($archiving['keep_period'])) { if (preg_match('/^PT?(?P\d+)[YMWDH]$/', $archiving['keep_period'], $matches)) { $volatile['enable_keep_period'] = true; $volatile['keep_period_count'] = $matches['count']; $volatile['keep_period_unit'] = str_replace($matches['count'], '1', $archiving['keep_period']); } } //Defaults if (!isset($archiving['keep_max'])) { $archiving['keep_max'] = false; } if (!isset($archiving['keep_min'])) { $archiving['keep_min'] = 50; } if (!isset($archiving['keep_favourites'])) { $archiving['keep_favourites'] = true; } if (!isset($archiving['keep_labels'])) { $archiving['keep_labels'] = true; } if (!isset($archiving['keep_unreads'])) { $archiving['keep_unreads'] = false; } ?>

feed->httpAuth(false); ?>
feed->attributes('clear_cache') ? ' checked="checked"' : '' ?> />