mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 01:56:39 +02:00
Premier lot de bridges utilisant le premier système.
Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* RssBridgeFS
|
||||
* Returns the 5 newest posts from http://www.futura-sciences.com (full text)
|
||||
*
|
||||
* @name Futurasciences
|
||||
* @description Returns the 5 newest posts from FS (full text)
|
||||
* @homepage http://www.futura-sciences.com
|
||||
*@maintainer qwertygc
|
||||
|
||||
*/
|
||||
class FSBridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "qwertygc";
|
||||
$this->name = "Futurasciences";
|
||||
$this->uri = "http://www.futura-sciences.com";
|
||||
$this->description = "Returns the 5 newest posts from FS (full text)";
|
||||
$this->update = "03/11/2015";
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
|
||||
|
Reference in New Issue
Block a user