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
|
* @name Futurasciences
|
||||||
* @description Returns the 5 newest posts from FS (full text)
|
* @description Returns the 5 newest posts from FS (full text)
|
||||||
|
* @homepage http://www.futura-sciences.com
|
||||||
*@maintainer qwertygc
|
*@maintainer qwertygc
|
||||||
|
|
||||||
*/
|
*/
|
||||||
class FSBridge extends BridgeAbstract{
|
class FSBridge extends BridgeAbstract{
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
*
|
*
|
||||||
* @name GuruMed
|
* @name GuruMed
|
||||||
* @description Returns the 5 newest posts from Gurumed (full text)
|
* @description Returns the 5 newest posts from Gurumed (full text)
|
||||||
|
* @homepage http://www.gurumed.org
|
||||||
*@maintainer qwertygc
|
*@maintainer qwertygc
|
||||||
*/
|
*/
|
||||||
class GuruMedBridge extends BridgeAbstract{
|
class GuruMedBridge extends BridgeAbstract{
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
*
|
*
|
||||||
* @name Opentheory
|
* @name Opentheory
|
||||||
* @description Returns the 5 newest posts from OpenTheory (full text)
|
* @description Returns the 5 newest posts from OpenTheory (full text)
|
||||||
|
* @homepage http://open1theory.com
|
||||||
*@maintainer qwertygc
|
*@maintainer qwertygc
|
||||||
*/
|
*/
|
||||||
class OpenTheoryBridge extends BridgeAbstract{
|
class OpenTheoryBridge extends BridgeAbstract{
|
||||||
|
|
Loading…
Reference in a new issue