1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 06:10:22 +02:00

Premier lot de bridges utilisant le premier système.

Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
teromene
2015-11-03 22:28:44 +00:00
parent 1c869631d6
commit 894eadbbda
25 changed files with 233 additions and 248 deletions

View File

@@ -1,16 +1,16 @@
<?php
/**
* RssBridgeCAD
* Returns the newest articles
* 2015-04-03
*
* @name CAD Bridge
* @homepage http://www.cad-comic.com/
* @description Returns the newest articles.
* @maintainer nyutag
*/
class CADBridge extends BridgeAbstract{
public function loadMetadatas() {
$this->maintainer = "nyutag";
$this->name = "CAD Bridge";
$this->uri = "http://www.cad-comic.com/";
$this->description = "Returns the newest articles.";
$this->update = "2015-04-03";
}
public function collectData(array $param){
function CADUrl($string) {