mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
bridges: Update maintainer (#2856)
This commit is contained in:
parent
a166899633
commit
abb4c17a0d
10 changed files with 0 additions and 10 deletions
|
@ -3,7 +3,6 @@ class AstrophysicsDataSystemBridge extends BridgeAbstract {
|
|||
const NAME = 'SAO/NASA Astrophysics Data System';
|
||||
const DESCRIPTION = 'Returns the latest publications from a query';
|
||||
const URI = 'https://ui.adsabs.harvard.edu';
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const PARAMETERS = array(
|
||||
'Publications' => array(
|
||||
'query' => array(
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
class CraigslistBridge extends BridgeAbstract {
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const NAME = 'Craigslist Bridge';
|
||||
const URI = 'https://craigslist.org/';
|
||||
const DESCRIPTION = 'Returns craigslist search results';
|
||||
|
|
|
@ -3,7 +3,6 @@ class FDroidRepoBridge extends BridgeAbstract {
|
|||
const NAME = 'F-Droid Repository Bridge';
|
||||
const URI = 'https://f-droid.org/';
|
||||
const DESCRIPTION = 'Query any F-Droid Repository for its latest updates.';
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
|
||||
const ITEM_LIMIT = 50;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
class GitHubPullRequestBridge extends GithubIssueBridge {
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const NAME = 'GitHub Pull Request';
|
||||
const DESCRIPTION = 'Returns the pull request or comments of a pull request of a GitHub project';
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ class GoogleGroupsBridge extends XPathAbstract {
|
|||
const NAME = 'Google Groups Bridge';
|
||||
const DESCRIPTION = 'Returns the latest posts on a Google Group';
|
||||
const URI = 'https://groups.google.com';
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const PARAMETERS = array( array(
|
||||
'group' => array(
|
||||
'name' => 'Group id',
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
class GooglePlayStoreBridge extends BridgeAbstract {
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const NAME = 'Google Play Store';
|
||||
const URI = 'https://play.google.com/store/apps';
|
||||
const CACHE_TIMEOUT = 3600; // 1h
|
||||
|
|
|
@ -4,7 +4,6 @@ class Kanali6Bridge extends XPathAbstract {
|
|||
const NAME = 'Kanali6 Latest Podcasts';
|
||||
const DESCRIPTION = 'Returns the latest podcasts';
|
||||
const URI = 'https://kanali6.com.cy/mp3/TOC.html';
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
|
||||
const FEED_SOURCE_URL = 'https://kanali6.com.cy/mp3/TOC.xml';
|
||||
const XPATH_EXPRESSION_ITEM = '//recording[position() <= 50]';
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
class MangaDexBridge extends BridgeAbstract {
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const NAME = 'MangaDex Bridge';
|
||||
const URI = 'https://mangadex.org/';
|
||||
const API_ROOT = 'https://api.mangadex.org/';
|
||||
|
|
|
@ -3,7 +3,6 @@ class PixivBridge extends BridgeAbstract {
|
|||
|
||||
// Good resource on API return values (Ex: illustType):
|
||||
// https://hackage.haskell.org/package/pixiv-0.1.0/docs/Web-Pixiv-Types.html
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const NAME = 'Pixiv Bridge';
|
||||
const URI = 'https://www.pixiv.net/';
|
||||
const DESCRIPTION = 'Returns the tag search from pixiv.net';
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
class WordPressMadaraBridge extends BridgeAbstract {
|
||||
const URI = 'https://live.mangabooth.com/';
|
||||
const MAINTAINER = 'Yaman Qalieh';
|
||||
const NAME = 'WordPress Madara';
|
||||
const DESCRIPTION = 'Returns latest chapters published through the Madara Manga theme.
|
||||
The default URI shows the Madara demo page.';
|
||||
|
|
Loading…
Reference in a new issue