forked from blallo/rss-bridge
add homepage + date to main bridges
This commit is contained in:
parent
614cde79a0
commit
8d476a0644
16 changed files with 32 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* BandcampTagRSS
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Bandcamp Tag
|
||||
* @homepage http://bandcamp.com/
|
||||
* @description New bandcamp release by tag
|
||||
* @maintainer sebsauvage
|
||||
* @use1(tag="tag")
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
* RssBridgeCryptome
|
||||
* Retrieve lastest documents from Cryptome.
|
||||
* Returns the N most recent documents, sorting by date (most recent first).
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Cryptome
|
||||
* @homepage http://cryptome.org/
|
||||
* @description Returns the N most recent documents.
|
||||
* @maintainer BoboTiG
|
||||
* @use1(n="number")
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
* RssBridgeDansTonChat
|
||||
* Retrieve lastest quotes from DansTonChat.
|
||||
* Returns the most recent quotes, sorting by date (most recent first).
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name DansTonChat Bridge
|
||||
* @homepage http://danstonchat.com/latest.html
|
||||
* @description Returns latest quotes from DansTonChat.
|
||||
* @maintainer Astalaseven
|
||||
*/
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
* RssBridgeDuckDuckGo
|
||||
* Search DuckDuckGo for most recent pages regarding a specific topic.
|
||||
* Returns the most recent links in results, sorting by date (most recent first).
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name DuckDuckGo
|
||||
* @homepage https://duckduckgo.com/
|
||||
* @description Returns most recent results from DuckDuckGo.
|
||||
* @maintainer Astalaseven
|
||||
* @use1(u="keyword")
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeFlickrExplore
|
||||
* Returns the newest interesting images from http://www.flickr.com/explore
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Flickr Explore
|
||||
* @homepage http://www.flickr.com/explore
|
||||
* @description Returns the latest interesting images from Flickr
|
||||
* @maintainer sebsauvage
|
||||
*/
|
||||
|
|
|
@ -8,8 +8,10 @@
|
|||
* complete=0&num=100 : get 100 results
|
||||
* qdr:y : in past year
|
||||
* sbd:1 : sort by date (will only work if qdr: is specified)
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Google search
|
||||
* @homepage https://www.google.com/
|
||||
* @description Returns most recent results from Google search.
|
||||
* @maintainer sebsauvage
|
||||
* @use1(q="keyword")
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* RssBridgeIdentica
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Identica Bridge
|
||||
* @homepage https://identi.ca/
|
||||
* @description Returns user timelines
|
||||
* @maintainer mitsukarenai
|
||||
* @use1(u="username")
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeInstagram
|
||||
* Returns the newest photos
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Instagram Bridge
|
||||
* @homepage http://instagram.com/
|
||||
* @description Returns the newest images
|
||||
* @maintainer pauder
|
||||
* @use1(u="username")
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
* RssBridgeOpenClassrooms
|
||||
* Retrieve lastest tutorials from OpenClassrooms.
|
||||
* Returns the most recent tutorials, sorting by date (most recent first).
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name OpenClassrooms Bridge
|
||||
* @homepage http://fr.openclassrooms.com/
|
||||
* @description Returns latest tutorials from OpenClassrooms.
|
||||
* @maintainer sebsauvage
|
||||
* @use1(u="informatique or sciences")
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgePinterest
|
||||
* Returns the newest photos on a board
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Pinterest Bridge
|
||||
* @homepage http://www.pinterest.com/
|
||||
* @description Returns the newest images on a board
|
||||
* @maintainer pauder
|
||||
* @use1(u="username",b="board")
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeSeCoucherMoinsBete
|
||||
* Returns the newest anecdotes
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Se Coucher Moins Bête Bridge
|
||||
* @homepage http://secouchermoinsbete.fr/
|
||||
* @description Returns the newest anecdotes.
|
||||
* @maintainer Astalaseven
|
||||
*/
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeTwitter
|
||||
* Based on https://github.com/mitsukarenai/twitterbridge-noapi
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Twitter Bridge
|
||||
* @homepage http://twitter.com/
|
||||
* @description Returns user timelines or keyword/hashtag search results (without using their API).
|
||||
* @maintainer mitsukarenai
|
||||
* @use1(q="keyword or #hashtag")
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeWikipediaEN
|
||||
* Retrieve latest highlighted articles from Wikipedia in English.
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Wikipedia EN "Today's Featured Article..."
|
||||
* @homepage https://en.wikipedia.org/
|
||||
* @description Returns the highlighted en.wikipedia.org article.
|
||||
* @maintainer gsurrel
|
||||
*/
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeWikipediaEO
|
||||
* Retrieve latest highlighted articles from Wikipedia in Esperanto.
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Wikipedia EO "Artikolo de la semajno"
|
||||
* @homepage https://eo.wikipedia.org/
|
||||
* @description Returns the highlighted eo.wikipedia.org article.
|
||||
* @maintainer gsurrel
|
||||
*/
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeWikipediaFR
|
||||
* Retrieve latest highlighted articles from Wikipedia in French.
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Wikipedia FR "Lumière sur..."
|
||||
* @homepage https://fr.wikipedia.org/
|
||||
* @description Returns the highlighted fr.wikipedia.org article.
|
||||
* @maintainer gsurrel
|
||||
*/
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
/**
|
||||
* RssBridgeYoutube
|
||||
* Returns the newest videos
|
||||
* 2014-05-25
|
||||
*
|
||||
* @name Youtube Bridge
|
||||
* @homepage https://www.youtube.com/
|
||||
* @description Returns the newest videos by username or playlist
|
||||
* @maintainer mitsukarenai
|
||||
* @use1(u="username")
|
||||
|
|
Loading…
Reference in a new issue