mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
Deuxième lot de bridges.
This commit is contained in:
parent
a5a959dced
commit
1efaba5c7c
12 changed files with 111 additions and 106 deletions
|
@ -1,18 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* RssBridgeOpenTheory
|
||||
* Returns the 5 newest posts from http://open1theory.com (full text)
|
||||
*
|
||||
* @name Opentheory
|
||||
* @description Returns the 5 newest posts from OpenTheory (full text)
|
||||
* @homepage http://open1theory.com
|
||||
*@maintainer qwertygc
|
||||
*/
|
||||
class OpenTheoryBridge extends BridgeAbstract{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "qwertygc";
|
||||
$this->name = "Opentheory";
|
||||
$this->uri = "http://open1theory.com";
|
||||
$this->description = "Returns the 5 newest posts from OpenTheory (full text)";
|
||||
$this->update = "02-08-2014";
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function collectData(array $param){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue