Rss-Bridge/lib
Pierre Mazière 2f09ae56ad [core] render two levels 'values' parameter property with optgroup
example:
$parameterSet=array(
  'feed'=>array(
     'name'=>'Feed',
     'type'=>'list',
     'values'=>array(
        'list A'=>array(
           'feed A1'=>'fA1',
           'feed A2'=>'fA2'
        ),
        'list B'=>array(
           'feed B1'=>'fB1',
           'feed B2'=>'fB2
        )
     )
  )
);

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2016-08-22 01:23:20 +02:00
..
Bridge.php core: use proxy when defined in RssExpander 2016-08-19 10:20:27 +02:00
Cache.php Added a function to re-encode everything to UTF-8 2016-01-19 12:17:27 +00:00
Exceptions.php Correction of few bugs. 2015-11-05 10:12:58 +00:00
Format.php Corrections 2013-08-12 22:37:19 +02:00
HTMLUtils.php [core] render two levels 'values' parameter property with optgroup 2016-08-22 01:23:20 +02:00
Item.php Add enclosures support, see example in DemoBridge. 2016-01-19 12:34:38 +00:00
RssBridge.php Little refactoring to reduce logic on index.php. 2015-11-05 20:26:48 +00:00