forked from blallo/rss-bridge
merge pull #88
This commit is contained in:
parent
a0084b1060
commit
2ed0da8cf0
3 changed files with 4 additions and 0 deletions
|
@ -5,7 +5,9 @@
|
|||
*
|
||||
* @name Futurasciences
|
||||
* @description Returns the 5 newest posts from FS (full text)
|
||||
* @homepage http://www.futura-sciences.com
|
||||
*@maintainer qwertygc
|
||||
|
||||
*/
|
||||
class FSBridge extends BridgeAbstract{
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*
|
||||
* @name GuruMed
|
||||
* @description Returns the 5 newest posts from Gurumed (full text)
|
||||
* @homepage http://www.gurumed.org
|
||||
*@maintainer qwertygc
|
||||
*/
|
||||
class GuruMedBridge extends BridgeAbstract{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*
|
||||
* @name Opentheory
|
||||
* @description Returns the 5 newest posts from OpenTheory (full text)
|
||||
* @homepage http://open1theory.com
|
||||
*@maintainer qwertygc
|
||||
*/
|
||||
class OpenTheoryBridge extends BridgeAbstract{
|
||||
|
|
Loading…
Reference in a new issue