forked from blallo/rss-bridge
Fixing metadatas
This commit is contained in:
parent
14af7d93ba
commit
aa9e5332a2
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* RssBridgeFrandroid
|
* RssBridgeFrandroid
|
||||||
* Returns the 5 newest posts from http://www.frandroid.com (full text)
|
* Returns the RSS feed from Frandroid (full text articles)
|
||||||
* 2014-05-25
|
|
||||||
*
|
*
|
||||||
* @name Frandroid
|
* @name Frandroid
|
||||||
* @homepage http://www.frandroid.com/
|
* @homepage http://www.frandroid.com/
|
||||||
* @description Returns the 5 newest posts from Frandroid (full text)
|
* @description Returns the RSS feed from Frandroid (full text articles)
|
||||||
* @maintainer cjohnson
|
* @maintainer Daiyousei
|
||||||
|
* @update 2015-03-25
|
||||||
*/
|
*/
|
||||||
class FrandroidBridge extends BridgeAbstract
|
class FrandroidBridge extends BridgeAbstract
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue