Deuxième lot de bridges.

This commit is contained in:
teromene 2015-11-04 09:47:21 +00:00 committed by Mitsukarenai
parent 2d526f4e0a
commit 3cb652b812
12 changed files with 111 additions and 106 deletions

View file

@ -1,17 +1,16 @@
<?php
/**
* RssBridgeNextinpact
* Returns the newest articles
* 2014-05-25
*
* @name NextInpact Bridge
* @homepage http://www.nextinpact.com/
* @description Returns the newest articles.
* @maintainer qwertygc
* @update 2015-10-23
*/
class NextInpactBridge extends BridgeAbstract {
public function loadMetadatas() {
$this->maintainer = "qwertygc";
$this->name = "NextInpact Bridge";
$this->uri = "http://www.nextinpact.com/";
$this->description = "Returns the newest articles.";
$this->update = "2015-10-23";
}
public function collectData(array $param) {
function StripCDATA($string) {