mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-13 03:54:04 +02:00
Premier lot de bridges utilisant le premier système.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* RssBridgeCommonDreams
|
||||
* Returns the newest articles
|
||||
* 2015-04-03
|
||||
*
|
||||
* @name CommonDreams Bridge
|
||||
* @homepage http://www.commondreams.org/
|
||||
* @description Returns the newest articles.
|
||||
* @maintainer nyutag
|
||||
*/
|
||||
class CommonDreamsBridge extends BridgeAbstract{
|
||||
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "nyutag";
|
||||
$this->name = "CommonDreams Bridge";
|
||||
$this->uri = "http://www.commondreams.org/";
|
||||
$this->description = "Returns the newest articles.";
|
||||
$this->update = "2015-04-03";
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
|
||||
function CommonDreamsUrl($string) {
|
||||
|
Reference in New Issue
Block a user