1
0
Fork 0
forked from blallo/rss-bridge

Fixing metadatas

This commit is contained in:
Enzo PALMA 2015-03-05 18:25:40 +01:00
parent 14af7d93ba
commit aa9e5332a2

View file

@ -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
{ {