Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

RSS-Bridge

The RSS feed for websites missing it
Collective - Host: opensource - https://opencollective.com/rss-bridge - Code: https://github.com/RSS-Bridge

[FeedExpander] Remove whitespace from source content

Whitespace at the beginning of feeds causes parsing errors. This is
an example using an ill-form...

github.com/RSS-Bridge/rss-bridge - 8166e33e7f003fe1a0a37e5d62341777686f0ff3 authored over 7 years ago
[DribbbleBridge] Add dribble bridge listing last dribble popular shots (#558)

github.com/RSS-Bridge/rss-bridge - ff3b1c9eb21d2e0a93e1c1a29585e1c16e687f8c authored over 7 years ago
[validation] Remove superfluous if-statement

github.com/RSS-Bridge/rss-bridge - 49247695497d01c767178628bd5a5d64e29bdc0e authored over 7 years ago
[validation] Return null on invalid number

github.com/RSS-Bridge/rss-bridge - e4fa963bdf26025b81833e38d1a56a5bbf329e82 authored over 7 years ago
[VineBridge] Remove bridge

On Oct 27, 2016 the discontinuation of Vine was announced:
https://medium.com/@vine/important-ne...

github.com/RSS-Bridge/rss-bridge - 54e8bb22288e0643eba5af5e7b7229bb185ba545 authored over 7 years ago
exception: Use built-in HTTP response codes

PHP >= 5.4 provides a built-in function to generate valid HTTP
error header including the error ...

github.com/RSS-Bridge/rss-bridge - 99e7e7876e44bf9d23506016e9e2c06c722d8f6b authored over 7 years ago
[Bridge] Remove superfuous variables and statements

github.com/RSS-Bridge/rss-bridge - 62c190d841f1306f9fd130d04f3570e276fb582c authored over 7 years ago
whitelist: Do case-insensitive whitelist matching

Matching whitelisted bridges using a case-insensitive match makes
sense for following reasons:

...

github.com/RSS-Bridge/rss-bridge - 84d2c02a097d018098aebc21b01e6a70e27f35e4 authored over 7 years ago
[GelbooruBridge] Fix bridge not getting tags correctly

Tags are embedded in the 'title' attribute instead of 'alt' as
defined by the ancestor (Danbooru...

github.com/RSS-Bridge/rss-bridge - fc0ae42450e9e7bf8bd0b5241396ab14d6cb9b39 authored over 7 years ago
[DanbooruBridge] Allow descendant classes to override tag collection

Add protected function 'getTags' that receives the current element
and returns a string containi...

github.com/RSS-Bridge/rss-bridge - 9599f921a502581b48656f70e66b7399a2c3c0f3 authored over 7 years ago
[LeBonCoinBridge] Fix bridge is marked executable

Closes #561

github.com/RSS-Bridge/rss-bridge - e125e9aba12ff350c643cd459af516c4e132e6aa authored over 7 years ago
[LWNprevBridge] Fix everchanging url

Signed-off-by: Pierre Mazière <[email protected]>

Closes #563

github.com/RSS-Bridge/rss-bridge - 55a77c734d09aaa29062a9f5f4bd94bbb7bc2985 authored over 7 years ago
[index] Use single quotes instead of double quotes

github.com/RSS-Bridge/rss-bridge - ccd8af09b93f491769fd64ad68a83f79c9a6976d authored over 7 years ago
[index] Simplify debug mode detection

This removes superfluous variables and if-statements when checking
whether the debug mode is act...

github.com/RSS-Bridge/rss-bridge - f2d02a4187a16fcf287e040aa42edf8de67db2fe authored over 7 years ago
[index] Check permissions for cache folder and whitelist file

* The cache folder requires write permissions at all times
* The whitelist file requires write p...

github.com/RSS-Bridge/rss-bridge - f19d34a5a1e47e703ad5f5e5231cacdd900234eb authored over 7 years ago
[index] Use constant instead of variable for the whitelist file path

Like the cache folder the whitelist file is assumed static and thus
should be defined as constant.

github.com/RSS-Bridge/rss-bridge - f1534c91e293d6cd196c46a95965444a290327f7 authored over 7 years ago
[FacebookBridge] Fix &amp; in URLs

All formats except HTML return &amp; instead of & in URLs causing
all links with parameters (......

github.com/RSS-Bridge/rss-bridge - cbda060b86aa071b0772d86a61756a0158cb24bd authored over 7 years ago
[index] Bump version number

github.com/RSS-Bridge/rss-bridge - f7265ca77b17844f159fc4b9c1ac7087f42bc0b1 authored over 7 years ago
[CHANGELOG] Add 2017-08-03

github.com/RSS-Bridge/rss-bridge - 629a4c4481c45c85dba83a5f7b179b66faa6d9de authored over 7 years ago
[CHANGELOG] Change order of appearance

github.com/RSS-Bridge/rss-bridge - 950ae2cc059d07c90256f8595b1df9daeb3827b0 authored over 7 years ago
[LWNprevBridge] full rewrite

Signed-off-by: Pierre Mazière <[email protected]>
[[email protected]:...

github.com/RSS-Bridge/rss-bridge - 873a91259f9a05f23f7eed6abaf9c9ca31f7e4f2 authored over 7 years ago
Merge branch 'TwitterWithoutPromotedTweets'

Closes #556

github.com/RSS-Bridge/rss-bridge - c7ec50373ae6fec3c5753927f4ea0aae84506e8a authored over 7 years ago
[TwitterBridge] Fix coding style

github.com/RSS-Bridge/rss-bridge - c986ff91161f5793563dbc3baca6ff7181a78256 authored over 7 years ago
[TwitterBridge] ignore promoted tweets

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 485b465a2456bc5d10b7526cf94f9ae0439992ab authored over 7 years ago
[phpcs] Add missing rules

- Do not add spaces after opening or before closing parenthesis

// Wrong
if( !is_null($var)...

github.com/RSS-Bridge/rss-bridge - a4b9611e66d3095c943a5c63306965d4e4cbf839 authored over 7 years ago
[index] Improve error handling (#555)

Add additional information to error message:

- Name of the bridge
- Possible solutions
- Er...

github.com/RSS-Bridge/rss-bridge - 38b56bf23a0b1a4d860d4026083f1a455613b0ea authored over 7 years ago
[FacebookBridge] Replace 'novideo' with 'media_type'

This replaces the 'novideo' parameter with 'media_type' in order
to filter for specific content ...

github.com/RSS-Bridge/rss-bridge - 6e4bc341b74287fe4d6b7a612f60fa903a1ba401 authored over 7 years ago
[FacebookBridge] Add option to hide posts with facebook videos

This adds a new option 'novideo' that can be set to 'on' or 'off'
in order to skip posts that in...

github.com/RSS-Bridge/rss-bridge - fa2df09b1b359b69a44f6840d83e11e146d55910 authored over 7 years ago
[InstagramBridge] Add option to filter for videos and pictures

Adds a new option 'media_type' to select from three choices:

- 'all' (Both): Returns pictures a...

github.com/RSS-Bridge/rss-bridge - 7dda088b3ff8fea5ca712d51d2c8fd0ad8f3709a authored over 7 years ago
[DanbooruBridge] Fix broken URI

This fixes broken URIs in the output data caused by duplicate domain
names caused by sites (desc...

github.com/RSS-Bridge/rss-bridge - f6f3a213ef87eb876d99e08cb10e08290c808e5f authored over 7 years ago
Add SteamBridge (#543)

github.com/RSS-Bridge/rss-bridge - 1faa91ef0fce79ba0f771ba917e8ff606259a38e authored over 7 years ago
Update RainbowSixSiegeBridge (#548)

* Fix non-working RainbowSixSiegeBridge

* Updated RainbowSixSiegeBridge to use API to fetch a...

github.com/RSS-Bridge/rss-bridge - 5caca6267715d154be5b4934ac9913a96d641427 authored over 7 years ago
[TwitterBridge] Fix title includes anchors in plaintext format

The title attribute includes tags (anchors) instead of raw text.
While this works fine in a brow...

github.com/RSS-Bridge/rss-bridge - d7ff8b9ac77b694bb7212862993de4d7dc25d83c authored over 7 years ago
[TwitterBridge] Avoid empty content caused by new login policy

Twitter now requires login to access "Tweets & Replies" which
breaks feeds using the default beh...

github.com/RSS-Bridge/rss-bridge - ab46af97199293767bc5b565365ce2883ec845ca authored over 7 years ago
Merge pull request #541 from Frenzie/filterbridge_real

[FilterBridge] Initial implementation of basic title permit and block

github.com/RSS-Bridge/rss-bridge - 06babeb644b49dde47b2998c05f559b8efca9e87 authored over 7 years ago
Merge pull request #535 from Frenzie/filterbridge

[FeedExpander] Deal with empty item

github.com/RSS-Bridge/rss-bridge - 341010b391b3ee884ccf01288d333a9860681e74 authored over 7 years ago
[FilterBridge] Initial implementation of basic title permit and block

See the comment https://github.com/RSS-Bridge/rss-bridge/issues/402#issuecomment-305982306

Spli...

github.com/RSS-Bridge/rss-bridge - 995d78fa5ab4b1d925d2b98b3e61bb2ad5d595e3 authored over 7 years ago
[FeedExpander] Deal with empty item

github.com/RSS-Bridge/rss-bridge - 781e4f19082204bd8e68e7149326beb58811e5b1 authored over 7 years ago
[TwitterBridge] Fix double slashes in URI

This fixes double slashes in the feed URI (https://twitter.com//...
instead of https://twitter.c...

github.com/RSS-Bridge/rss-bridge - ae59b20c0cf4c65ab77a4898702ef7927be07015 authored over 7 years ago
[TwitterBridge] Fix missing spaces

This commit improves readability of tweets by adding spaces before
anchors in the text.

- Hide ...

github.com/RSS-Bridge/rss-bridge - d81b61ccfa19e2c685df7acfb7c4306b7b775846 authored over 7 years ago
Warn when accessing a private page.

github.com/RSS-Bridge/rss-bridge - 9c78362fd7c8c423d6a255fdb227d8090a43db54 authored over 7 years ago
Merge pull request #533 from Frenzie/patch-2

[RTBFBridge] Update URI

github.com/RSS-Bridge/rss-bridge - d5f47efcea5269b1a820bc68dfa011c59cc3bbfe authored over 7 years ago
[RTBFBridge] Update URI

A series URL still looks like: https://www.rtbf.be/auvio/emissions/detail?id=3553

But an indi...

github.com/RSS-Bridge/rss-bridge - 601f61f0636e681d4f6171f2d9faca8011646a10 authored over 7 years ago
[FacebookBridge] Add requester languages to HTTP header

If no accepted languages are specified Facebook will guess your
language. This guess can go horr...

github.com/RSS-Bridge/rss-bridge - 8ed4812e00e6f6bb55a3ee6ab374a4642b135a62 authored almost 8 years ago
Merge pull request #528 from Jocker666z/patch-1

Update URI of t411 bridge

github.com/RSS-Bridge/rss-bridge - f38db4d79e5d70d57f35d6cc2788a08e70506fef authored almost 8 years ago
[YoutubeBridge] Improve URL handling in video descriptions

This improves the translation of regular text to anchors by adding
support for additional charac...

github.com/RSS-Bridge/rss-bridge - 627038e2fad2082cf8ce5685787adbe188a05bd1 authored almost 8 years ago
[TwitterBridge] Optimize returned image sizes

Twitter provides an easy way to receive various image sizes based
on the same image URI:

https:...

github.com/RSS-Bridge/rss-bridge - 5b541e380ae8f5b865ac51cc2b88c31976012317 authored almost 8 years ago
Merge pull request #521 from Frenzie/master

WikipediaBridge: fix French Wikipedia

github.com/RSS-Bridge/rss-bridge - c375ddd6ab5ec7a63e4f7790d4da1753d55ad013 authored almost 8 years ago
WikipediaBridge: fix French Wikipedia

github.com/RSS-Bridge/rss-bridge - 44c3110db020a0693fac188a4d62522d92ce3c27 authored almost 8 years ago
[YoutubeBridge] Improve readability of feed contents

Previously feed contents were rendered as one block of text with
no structure. This brings back ...

github.com/RSS-Bridge/rss-bridge - 120e74c1b403f34995c1c6e6fe1436bf4bcbc508 authored almost 8 years ago
Merge pull request #518 from rogerdc/master

Adding DiceBridge.php

github.com/RSS-Bridge/rss-bridge - 890ba6911687d789cede8e6760d1f4dbac542eb9 authored almost 8 years ago
Merge pull request #519 from sysadminstory/master

[AllocineFRBridge] Update Faux Raccord link

github.com/RSS-Bridge/rss-bridge - d6da2ce4060817213107bb61bae921fbb26cc929 authored almost 8 years ago
[AllocineFRBridge] Update Faux Raccord link

This update the link to last season of the Show "Faux raccord"

github.com/RSS-Bridge/rss-bridge - 0eb5711a68977e8b209c50fd47d121dd77411fc9 authored almost 8 years ago
Adding DiceBridge.php

Dice.com is a technology-oriented job search site. This bridge allows you to create RSS feeds fo...

github.com/RSS-Bridge/rss-bridge - a4ef42c2e9b899d31da575b0af1c2168c560fe20 authored almost 8 years ago
[BridgeAbstract] Return cached infos when using cached items

Re-requesting the same feed in normal mode (not debug mode)
returns the cached version. The name...

github.com/RSS-Bridge/rss-bridge - 28331e7cd6f061394a841db047ca1315dc7cde66 authored almost 8 years ago
[TwitterBridge] Show quotes and pictures

This adds new features to show quotes and pictures in feeds.

Quotes will show up on top of a tw...

github.com/RSS-Bridge/rss-bridge - 6eadc6ca6f19ce2b4ee4c434afa91ce6ce76ff7a authored almost 8 years ago
[PinterestBridge] Fix checkbox not working

Changed behaviour of the checkbox to use the custom parser when
active. That way if the paramete...

github.com/RSS-Bridge/rss-bridge - 638d173b70715a8b94e9a4a9085da55f2ab9cc86 authored almost 8 years ago
[ShanaprojectBridge] Don't throw error if timestamp is missing

github.com/RSS-Bridge/rss-bridge - a9535797e6214340ad02e432cfaa63d1cde1233f authored almost 8 years ago
[MangareaderBridge] Fix double forward slashes

Double forward slashes caused all external links in the feed to break

github.com/RSS-Bridge/rss-bridge - fc9084eb171e0e2660bfcc60d83e6e3a8609d344 authored almost 8 years ago
[FacebookBridge] Handle summary posts

Previously summary posts were ignored which resulted in the last
two posts not showing up in the...

github.com/RSS-Bridge/rss-bridge - e221358eade88a23ff60af47cd0e22223b80fa02 authored almost 8 years ago
[PinterestBridge] Fix implementation after DOM changes

Due to breaking DOM changes this bridge required re-implementation.
With this fix the brige will...

github.com/RSS-Bridge/rss-bridge - 2500d0df9329cddfe8c07b49036c42561e784f51 authored almost 8 years ago
[SexactuBridge] Fix typo

github.com/RSS-Bridge/rss-bridge - 4124c707d485aaa4e8b8338f3ebcc08992786544 authored almost 8 years ago
[SexactuBridge] Fix URI and timestamp

* const DOMAIN is not supported, it must be const URI
* strtotime should be used instead of date...

github.com/RSS-Bridge/rss-bridge - 8e84b52152b2567dccdcfe6cf850dccbb7db68ed authored almost 8 years ago
[SexactuBridge] Use most modern version of bridge api and cached pages (#504)

Fixed #503 to use most modern version of bridge api and cached pages

github.com/RSS-Bridge/rss-bridge - f3b6b264d3e5521d2fbb03f1268fcf93163eb648 authored almost 8 years ago
[EtsyBridge] Add new bridge

This bridge generates feeds for a given search term, optionally
adds the picture to the content ...

github.com/RSS-Bridge/rss-bridge - 360f9da072e84e181b7f4938536e7a18071b1685 authored almost 8 years ago
[WikiLeaksBridge] Add new bridge

This bridge will fetch contents from https://wikileaks.org

Available options are:

- Category: ...

github.com/RSS-Bridge/rss-bridge - e3b335b9ff8b3edd2a541e4a085418d8405b4fc9 authored almost 8 years ago
[GooglePlusPostBridge] Autofix user names

User names can either be an ID (series of numbers), or an actual
name, where the name always sta...

github.com/RSS-Bridge/rss-bridge - 9acd30a5c57999707f50616c1626cf61ac75046c authored almost 8 years ago
[GooglePlusPostBridge] Fix content loading

- Do not force language via HTTP header
The header enforced the language to be french which caus...

github.com/RSS-Bridge/rss-bridge - 3276d4e3d5767ca8ef361dc6496e93e1ea021de3 authored almost 8 years ago
[GithubSearchBridge] Added github search bridge (#500)

* [GithubSearchBridge] Added github search bridge, only repos search atm

github.com/RSS-Bridge/rss-bridge - 88586381e71bf824a871fa14a17c843bd60d74c2 authored almost 8 years ago
Create KATBridge.php (#501)

Create KATBridge.php

github.com/RSS-Bridge/rss-bridge - ebe897f12023919b8e2b1682ea59c32f2072d6f4 authored almost 8 years ago
Add a search bar to simplify looking for a bridge. (#494)

* Add a search bar to simplify looking for a bridge.

* Fix phpcs line length.

* Change the...

github.com/RSS-Bridge/rss-bridge - 1a4c3f4418552de5e2efc514bdd18e1b6da5bc82 authored almost 8 years ago
Updated 4 bridges to use HTTPS (#497)

* [NextInpactBridge] Use https

* [InstagramBridge] Use https

* [GBAtempBridge] Use https
...

github.com/RSS-Bridge/rss-bridge - 2ac0469750ba31ff8b998d17e920f53b26282012 authored almost 8 years ago
Merge pull request #496 from corenting/patch-2

[RainbowSixSiegeBridge] Added bridge for Rainbow Six Siege blog

github.com/RSS-Bridge/rss-bridge - c0181d8d416fcf15ed89a750ce35f68ebc8f22c9 authored almost 8 years ago
[RainbowSixSiegeBridge] Added bridge for Rainbow Six Siege blog

github.com/RSS-Bridge/rss-bridge - ea3073e27f545fe5b1b5652c8bfcdef01640ebc9 authored almost 8 years ago
Merge pull request #495 from corenting/patch-1

[NasaApodBridge] Use HTTPS instead of HTTP

github.com/RSS-Bridge/rss-bridge - 20ea75994d26d675479bef2c9b4812c1670a3fce authored almost 8 years ago
[NasaApodBridge] Use HTTPS instead of HTTP

github.com/RSS-Bridge/rss-bridge - a84c245fa081e24ae57131ab931228a2e8bed73d authored almost 8 years ago
[UsbekEtRicaBridge] Add new bridge

Adds a new bridge to fetch contents from https://usbeketrica.com/
Feeds are build from cards dis...

github.com/RSS-Bridge/rss-bridge - b48a44c9793b872317fc9f806348b6c9d4b7fcec authored almost 8 years ago
[MixCloudBridge] Fix bridge broken after DOM changed

This commit fixes DOM changes reported via #436
New DOM introduced via
https://blog.mixcloud.com...

github.com/RSS-Bridge/rss-bridge - c6ce453c47aaeec95624c30630257fcfd89ccdfa authored almost 8 years ago
[GooglePlusPostBridge] Fix bridge implementation

This bridge was broken due to DOM changes. This commit fixes
most of the broken code. Hashtags d...

github.com/RSS-Bridge/rss-bridge - bd92392921697a50ec772c3a506b18dd4105765d authored almost 8 years ago
Add an indicator to show the HTTP status of the site. (#483)

github.com/RSS-Bridge/rss-bridge - 59025d96bc6dd7932bd6c9b106643a22602b24b4 authored almost 8 years ago
Merge branch 'ImproveBridge' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 155c0ac6f0b83bed95b742dfee6a5ff35f4a3e8b authored almost 8 years ago
[TwitterBridge] Add option to hide retweets

Requested via #491

github.com/RSS-Bridge/rss-bridge - 596b9143a8b8c1e351bfccc648387845c9890b45 authored almost 8 years ago
[FeedExpander] Properly cast simplexml elements

This fixes a possible cause of
"Serialization of 'SimpleXMLElement' is not allowed"
reported via...

github.com/RSS-Bridge/rss-bridge - a2108c784f386fab57e864f5fa66eaecc4e22793 authored almost 8 years ago
Correct phpcs check.

github.com/RSS-Bridge/rss-bridge - c803396d7e9094a1eb8c5df8cc4d61b4552bf6d9 authored almost 8 years ago
Fix line return in user-agent.

github.com/RSS-Bridge/rss-bridge - ac518ca297dc1662d5df757c7aa3a1e6e6656181 authored almost 8 years ago
Restore the ability to whitelist all the bridges by putting a wildcard into the whitelist file.

github.com/RSS-Bridge/rss-bridge - 1763a1518ccf887e44eb3186a4d0b52c44fa24f3 authored almost 8 years ago
Add contribution guidelines.

github.com/RSS-Bridge/rss-bridge - 2dda74dfe722e29b19bdc95b63bb44cdf3853cb2 authored almost 8 years ago
Fix WebFailBridge (again).

It seems that they blacklist weird user agents, but not immediately. Switched to Firefox user age...

github.com/RSS-Bridge/rss-bridge - b1c2a691028b41b047621da7b20cb0bfb65e2c2e authored almost 8 years ago
Add a function to convert the background-image attribute to an actual image.

github.com/RSS-Bridge/rss-bridge - 8b2fdb3937aabb9d7031ad068a646c8e3b637265 authored almost 8 years ago
Add WordPressPluginUpdateBridge.

Fix phpcs check in WebFailBridge.

github.com/RSS-Bridge/rss-bridge - 5d41a740676988e502886f9f431750bbf6574f92 authored almost 8 years ago
Fix Webfailbridge, change the user-agent used for the request.

github.com/RSS-Bridge/rss-bridge - 100f3cd56d8a972af107c0f4e63514601c916b83 authored almost 8 years ago
Merge branch 'ImproveCore' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 8f3c56b184aa96b6c2d83f63e8b74bce30332708 authored almost 8 years ago
links: Rename defaultImageSrcTo to defaultLinkTo

This function not only fixes image sources, but also anchors

github.com/RSS-Bridge/rss-bridge - 16bdf6b204e74fb1a8b2594e767206f8294d9df6 authored almost 8 years ago
[html] Fix anchors after fixing images

Anchors will be fixed in a similar way as it is done with images,
so it can be done in one go.

github.com/RSS-Bridge/rss-bridge - cf7da1d41ca50ee9c772a469a83b1164da1c88cc authored almost 8 years ago
[html] Fix img src replacement not working

strpos returns false if the needle was not found. See:
http://php.net/manual/en/function.strpos....

github.com/RSS-Bridge/rss-bridge - bb8e7495d83e629d855c16cd148c684a05766b03 authored almost 8 years ago
[FileCache] Use serialize instead of json_encode

json_encode causes high memory footprint on large input data,
where serialize is less problemati...

github.com/RSS-Bridge/rss-bridge - 5de03d6b9fcc7a6e1167baeba92c4416516320bb authored almost 8 years ago
[FileCache] Do not delete .gitkeep

This commit reduces the chance of accidentally removing the cache
folder from repository.

github.com/RSS-Bridge/rss-bridge - 1d26c7f1c3a5adbf223431c4560beea429ffa820 authored almost 8 years ago