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