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

[index] Add check for correct PHP version

github.com/RSS-Bridge/rss-bridge - 3bcd98404b0c6a5c6029daca44ceb37cd1581c32 authored about 8 years ago
[Arte7] Fix content parsing

Elements are now put into separate JSON containers. As such
assignment changed from : to = and a...

github.com/RSS-Bridge/rss-bridge - 8924722b934e9a59f848fda9aedfab1550cf3978 authored about 8 years ago
[index] Initialize variable before using it

github.com/RSS-Bridge/rss-bridge - 5790ebc6ba98cd563758dddb563d332f92f4ae95 authored over 8 years ago
Update README.md

github.com/RSS-Bridge/rss-bridge - 38f197fb60bd4f90e6d18c0cd1539b2fe766691c authored over 8 years ago
Merge pull request #422 from JeremyRand/duckduckgo-not-by-date

[DuckDuckGoBridge] Add ability to sort by relevance instead of date.

github.com/RSS-Bridge/rss-bridge - 6a6ccee3cdd95d79942a4ed35fb19b2baf84252e authored over 8 years ago
[index] Fixes a bug where requests could result in same cache file names

Previously the cache file name was only build upon bridge
parameters. If two bridges don't make ...

github.com/RSS-Bridge/rss-bridge - 85149add6150cc925c558a3e6e422e1fc1eceec0 authored over 8 years ago
[DuckDuckGoBridge] Add ability to sort by relevance instead of date.

github.com/RSS-Bridge/rss-bridge - 5258551a9812a9e399dcb81d6675d671ad86ac7f authored over 8 years ago
Merge branch 'FeedExpander' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 6c4d28c849116c3b30e451b7247972791ca9d91d authored over 8 years ago
[FeedExpander] Remove orphan getDescription function

github.com/RSS-Bridge/rss-bridge - 49281a2ed36933421626de78cbaa740c2fc66978 authored over 8 years ago
Merge branch 'ImproveCaching' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - ffb584f7de14e330ff1a8410ef6aaa18ed7693ca authored over 8 years ago
[FileCache] Change output format to JSON

JSON format does not serialize object instances, which we don't
want anyways, and improves reada...

github.com/RSS-Bridge/rss-bridge - 82ed2c5ffbde90e7c1fa386ecf9e110829ffa043 authored over 8 years ago
Merge branch 'ImproveCaching' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 46ce0f85d7fc5491d2f4ef66d53d18a994ddf557 authored over 8 years ago
[contents] Use FileCache for getSimpleHTMLDOMCached

github.com/RSS-Bridge/rss-bridge - b6feda2377e2ffe5ae5f9b8812a28a6a0203360d authored over 8 years ago
[index] Introduce CACHE_DIR

github.com/RSS-Bridge/rss-bridge - 8fb4db8914db03b3c6a0589ba8fd807574fdb027 authored over 8 years ago
[cache] Specify cache duration for 'purgeCache'

github.com/RSS-Bridge/rss-bridge - 5c309e93dc82e3af8b465944961b48fc4f685759 authored over 8 years ago
[FileCache] Add property to define cache folder

github.com/RSS-Bridge/rss-bridge - 2d56b717cf85e9429a03690a645d237178325853 authored over 8 years ago
[FileCache] Change parameters to lower-case

This prevents creating multiple cache files for the same request.

github.com/RSS-Bridge/rss-bridge - 5639b158e77479dd4e47548bdd0e0bdddd53e76a authored over 8 years ago
[index] Initialize cache before loading to bridge

Previously BridgeAbstract needed to know which exact implementation
of CacheInterface was used (...

github.com/RSS-Bridge/rss-bridge - 5de4a59d412aabb68a41aabdfea89547c65434be authored over 8 years ago
[FileCache] Remove 'isPrepareCache'

There is no need to check the absense of the parameters in
all functions. Instead 'getCacheName'...

github.com/RSS-Bridge/rss-bridge - d941fa41f6a353ad8eefa2e210c105cc545a1938 authored over 8 years ago
[FileCache] Build file name solely on given parameters

Previously the cache file name was build on the original request URI
which also included the par...

github.com/RSS-Bridge/rss-bridge - ac0a9a90ad13049d503a4c4e222d7ca3f1bde6d3 authored over 8 years ago
[FileCache] Rename 'prepare' to 'setParameters'

This is a cosmetic change to use the same naming convention for
all methods.

github.com/RSS-Bridge/rss-bridge - 5ccde61a19cb61281928f9b89145efdbe1d6a0e0 authored over 8 years ago
[cache] Directly implement CacheInterface in FileCache

The function 'prepare' previously implemented in CacheAbstract
is specifically required for File...

github.com/RSS-Bridge/rss-bridge - 0998cbde9d5edca546149320c5af2c7da17e2775 authored over 8 years ago
[FileCache] Implement recursive directory creation

github.com/RSS-Bridge/rss-bridge - 5f1c4e1c55dbf58f7972cd44dbf39e9305f2dbd4 authored over 8 years ago
[FileCache] Assign same permission to group as others

It makes no sense for the group to get less access rights
than anyone else

github.com/RSS-Bridge/rss-bridge - ad825aa88a1b5e76421dd1253e4a5a8f5ae471a7 authored over 8 years ago
[FileCache] Don't store folder creation status

The results of the function is_dir are already cached.
See http://php.net/manual/en/function.is-...

github.com/RSS-Bridge/rss-bridge - 45890d5969c0f615852c6ea28123d64e6907e043 authored over 8 years ago
[FileCache] Build path using function instead of constant

github.com/RSS-Bridge/rss-bridge - 5fdb3b2fd900f6ccf759307c174718113662e80e authored over 8 years ago
[Cache] Move 'purge' function to implementations

The purge function is cache specific and thus belongs
to the specific implementation.

github.com/RSS-Bridge/rss-bridge - 9ac678aac50845674b8eb836e232fa236a2d8ca5 authored over 8 years ago
[Cache] Remove orphan function utf8_encode_deep

github.com/RSS-Bridge/rss-bridge - 51ff8de3464c6497fbe5a9352b63f675d58c5f0b authored over 8 years ago
Merge branch 'WebfailBridge' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 0e9fb31986daffcd8814d8bf9a6168599372804a authored over 8 years ago
Update README.md

github.com/RSS-Bridge/rss-bridge - 3e82a82499dcc4cb586063fa2a79640cd0b41b35 authored over 8 years ago
Merge pull request #420 from niawag/patch-2

Create ReadComicsBridge.php

github.com/RSS-Bridge/rss-bridge - 381a452047aeb921a0f5dd97d1d236902e7ec8c2 authored over 8 years ago
[Webfail] Fix titles with single quotes

github.com/RSS-Bridge/rss-bridge - aa2442602a914abe4fad1b5d629309aab0016c3b authored over 8 years ago
Update ReadComicsBridge.php

github.com/RSS-Bridge/rss-bridge - f8dafe6b10a6c1124ca7e913e0a5986bf90a61b5 authored over 8 years ago
Update ReadComicsBridge.php

github.com/RSS-Bridge/rss-bridge - 952bde0425f3750c6c9921691d0c6f9ce411a2d4 authored over 8 years ago
Create ReadComicsBridge.php

Hi, I created a Bridge for ReadComics.tv website, I put myself as "maintainer" but I'm not sure ...

github.com/RSS-Bridge/rss-bridge - 41e85bd4a684550d7baa5f50d1435dc495ca6151 authored over 8 years ago
[Webfail] Fix titles with umlauts

github.com/RSS-Bridge/rss-bridge - 5662dff5cbc7da64a387195bf7716508487ef004 authored over 8 years ago
[TheOatMeal] Remove bridge

RSS feeds are provided on the main page at http://theoatmeal.com/

github.com/RSS-Bridge/rss-bridge - 9e209608c8b4796842e6d7727ddbb4473c081dfa authored over 8 years ago
[TwitchApi] Remove bridge

Since August 6th, 2016 Twitch requires a client ID
(oauth token) to do API requests, which makes...

github.com/RSS-Bridge/rss-bridge - c0df82c303ca41580f83a46f081be6571802a42c authored over 8 years ago
Merge branch 'WebfailBridge' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 95bd44e3fb3bb29d3349960839387152a75bbfed authored over 8 years ago
[Webfail] Add new bridge

github.com/RSS-Bridge/rss-bridge - 885198d8d24978602da5f0103153476e420309bd authored over 8 years ago
Merge branch 'VisualizeDebugMode' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 8b6ee19aba6ff49bef75d932371f1a2521b023b5 authored over 8 years ago
[index] Show debug status on main page

github.com/RSS-Bridge/rss-bridge - b61ea849506bb9df520a254f22e9f876393843ff authored over 8 years ago
[FeedExpander] Fix SimplXMLElement serialization error

Previously FeedExpander stored SimpleXMLElement objects into
the items array. These objects cann...

github.com/RSS-Bridge/rss-bridge - ee7ddcf992fce4d4665e95145922bcf235ac7a1e authored over 8 years ago
Merge branch 'DebugDisableCaching' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - f0f0ffb96abb33d8dca749368f4fa3d8b1932216 authored over 8 years ago
[index] Explicitly define DEBUG with Boolean value

github.com/RSS-Bridge/rss-bridge - b32cfd5dc3df072657d76f77a23413461aecfa2c authored over 8 years ago
[BridgeAbstract] Don't load cache file in DEBUG mode

github.com/RSS-Bridge/rss-bridge - b0784e5a427417f17fe525a489657a532a6433d1 authored over 8 years ago
[index] Define cache even in DEBUG mode

github.com/RSS-Bridge/rss-bridge - 978e5cdbf5b3554bc7bf2b950c2af01df06d3304 authored over 8 years ago
Merge branch 'fixIndividualBridges' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 4b171f8f46f389f5a426af288f7f5a9bcd548acf authored over 8 years ago
Merge branch 'methods2functions' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 970e216c1fc7a10550cf4288fd2197255557324f authored over 8 years ago
Merge branch 'sysadminstory-patch-AllocineFRBridge' of https://github.com/sysadminstory/rss-bridge

github.com/RSS-Bridge/rss-bridge - 9020b09fc2481e1edc5e6842561fa5dc89243f33 authored over 8 years ago
Merge pull request #413 from niawag/patch-1

Add category and uploader feed

github.com/RSS-Bridge/rss-bridge - 7bb464350c02cbc90e333a2396b0c246a94398b5 authored over 8 years ago
Merge branch 'cacheConstant' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 177d3d1c5f1793ba978823e39c7de40c6ae0a543 authored over 8 years ago
Add user feed, category feed and search in category feed

I tested it and everything is working, I incorporated the changes suggested by mitsukarenai, tha...

github.com/RSS-Bridge/rss-bridge - a4db8dc4959ee5e6ebcf08f052dc15d85bebf6f0 authored over 8 years ago
Add category and uploader feed

I made some changes to returne category and uploader feed. I also changed the URI to the magnet ...

github.com/RSS-Bridge/rss-bridge - b50652e6ac2772450fdedbe66f60ae2ea4c5ecec authored over 8 years ago
[CourrierInternationalBridge] fix content parsing

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

github.com/RSS-Bridge/rss-bridge - 3dcdaa1595a80ff78222e622a544d469af51acc5 authored over 8 years ago
[core] extract BridgeAbstract methods to make them functions

Method validateData is now afunction in lib/validation.php
validateTextValue, validateNumberValu...

github.com/RSS-Bridge/rss-bridge - a1ef589ffe61d21c8c8c351d7aa8be29529a3419 authored over 8 years ago
[core] extract HTMLUtils methods to make them functions

Methods displayBridgeCard, sanitize, defaultImageSrcTo are now
functions in lib/html.php
getHelp...

github.com/RSS-Bridge/rss-bridge - 747be1384944c48420e946c1b09d3fc7996a2fd1 authored over 8 years ago
[core] extract BridgeAbstract methods to make them functions

- returnError, returnServerError, returnClientError ,debugMessage are
moved to lib/error.php

...

github.com/RSS-Bridge/rss-bridge - f1fb95b2575dd57ec2f9d0fbb844762b7cb21cb3 authored over 8 years ago
[BridgeAbstract] replace getCacheDuration method by CACHE_TIMEOUT class constant

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

github.com/RSS-Bridge/rss-bridge - 235c9859012887bda40c0f024c72975223256610 authored over 8 years ago
Update AllocineFRBridge.php

github.com/RSS-Bridge/rss-bridge - 41540e24ef60cf9fa9b2ab195e29f8092da4b27d authored over 8 years ago
Fix URL & Change to the lastest Season

The leading slash was missing for the Bridge URL (URL where therefore malformed)
Changed the UR...

github.com/RSS-Bridge/rss-bridge - 69d30ad1254e883cc276a523784865f96d2b1ac1 authored over 8 years ago
Merge pull request #2 from RSS-Bridge/master

Update from base

github.com/RSS-Bridge/rss-bridge - c5831e384f93cc7dfccf9376288b9b3bb2c4014f authored over 8 years ago
Merge pull request #407 from sysadminstory/leboncoin-toute-la-france

Allow "Toute la France" as a "Région"

github.com/RSS-Bridge/rss-bridge - ad534444fa621963005b617f22699416621c553a authored over 8 years ago
Merge branch 'fixIndividualBridges' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 43aeb61a7b580713012fd5e551ec599687363b99 authored over 8 years ago
Merge pull request #1 from sysadminstory/leboncoin-toute-la-france

Allow "Toute la France" as a "Région"

github.com/RSS-Bridge/rss-bridge - 47200752fb513c02bfa3623e9370aebb9ece9acd authored over 8 years ago
Allow "Toute la France" as a "Région"

The way Leboncoin.fr handles "Toute la France" is weird, but the value is "ile_de_france/occasions"

github.com/RSS-Bridge/rss-bridge - 5547de1785b8bbc6d8d58a0291875f5db1c42efa authored over 8 years ago
[GithubIssueBridge] add issue events to the feed

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

github.com/RSS-Bridge/rss-bridge - b3a36a26978d673695a03a96b2dd6311bf3e58cd authored over 8 years ago
[GithubIssueBridge] fix comments page cache duration

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

github.com/RSS-Bridge/rss-bridge - 957ae5d37980da05e02fa087a70e35cbc355d58a authored over 8 years ago
add LegifranceJOBridge

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

github.com/RSS-Bridge/rss-bridge - 0eeb511676db7648c6c64870beb0ab8fbc9379b8 authored over 8 years ago
[SexActuBridge] remove useless code

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

github.com/RSS-Bridge/rss-bridge - 691d4ad0ee7f59f6c1888e56c09ccb159d07cef4 authored over 8 years ago
[GithubIssueBridge] fix entities in titles

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

github.com/RSS-Bridge/rss-bridge - 120247256df38dc72bf4abc98c3bdc09e67d0ef6 authored over 8 years ago
[GithubIssueBridge] return comments for all issues

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

github.com/RSS-Bridge/rss-bridge - 19a4880c861dc5fb24fa2bba869a345be67e10f5 authored over 8 years ago
[bridges] Remove compatible WordPress bridges

The WordPressBridge should be used for all those sites

github.com/RSS-Bridge/rss-bridge - ec3824e2841b8549b5b171adbdc80539c829c384 authored over 8 years ago
[FeedExpander] Align logical operators in next line

This is a cosmetic change to apply the same standard as
in HTMLUtils

github.com/RSS-Bridge/rss-bridge - 351eb0040004284d80e8262c1712b52771260200 authored over 8 years ago
Merge branch 'bridges2feeds' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 2331c4fbab5b94e3000a31935974b60e484de085 authored over 8 years ago
[BridgeAbstract] Fix typos

github.com/RSS-Bridge/rss-bridge - ac3a2b8e6e805fe58217b56e44fc40a8b528c09a authored over 8 years ago
[index] Fix another github URL

github.com/RSS-Bridge/rss-bridge - 3438b961970fb78dfc3e4f06ba47adc22ba2115d authored over 8 years ago
Merge branch 'core' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - ce92edb0ba7200f423b3b3da6972a867877e567b authored over 8 years ago
Merge branch 'fixIndividualBridges' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - c5e7a18c5e8a2811f3b969f2c55bdf0cd0c7e52a authored over 8 years ago
Merge branch 'FixPinterestBridge' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - e0407326c38deb16df93d66ca1c2b8e316d4e7d7 authored over 8 years ago
[Pinterest] Add implementation for user/board

The data is no longer provided in HTML upon request,
but rather encoded as JSON in a SCRIPT sect...

github.com/RSS-Bridge/rss-bridge - c3a1cbe98a36dbb0229b0ef79270bc7e9f28d581 authored over 8 years ago
[FierPandaBridge] fix title extraction

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

github.com/RSS-Bridge/rss-bridge - 3fa965cf3cb7150b1262b22ff58a415191dcdad0 authored over 8 years ago
[SexactuBridge] add Bridge suffix to class name

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

github.com/RSS-Bridge/rss-bridge - 294d89bd3693fb385ec25a9b98e81a73ed42497b authored over 8 years ago
[ZoneTelechargementBridge] fix feed url

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

github.com/RSS-Bridge/rss-bridge - 7ae64fcd0533368b116cec06c50e47c4b6e992ac authored over 8 years ago
[BridgeAbstract] handle compressed data

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

github.com/RSS-Bridge/rss-bridge - 70c490d6ef1f0aa973d21a7279a350f537d28398 authored over 8 years ago
[core] fix user agent url to rss-bridge github project

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

github.com/RSS-Bridge/rss-bridge - 2ca7129e221349f5ef2411b368d3a85612ff39c5 authored over 8 years ago
[WordPressBridge] remove useless code and fix description

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

github.com/RSS-Bridge/rss-bridge - 10ac8085804e11d8e6d43d4e75e6466dabf28967 authored over 8 years ago
[WordPressBridge] add another case of content extraction

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

github.com/RSS-Bridge/rss-bridge - 43ac961284fb836319316b55eaea035cbb0eed60 authored over 8 years ago
[bridges] make them FeedExpander

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

github.com/RSS-Bridge/rss-bridge - 8f58c9f86bc7bbb384430e42f45228d5f75be3e6 authored over 8 years ago
[GizmodoFRBridge => GizmodoBridge] rename and make it a FeedExpander

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

github.com/RSS-Bridge/rss-bridge - 244516f0a29329f47c7eb9953b66b91cc218a5a8 authored over 8 years ago
[bridges] make them WordPressBridge derivatives

The specific content filtering used in these bridges will need to
be reintegrated later as part ...

github.com/RSS-Bridge/rss-bridge - 3f64d2d65a747504992dda951aaa616827c0db04 authored over 8 years ago
[bridges] removed since they just parse the site feed

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

github.com/RSS-Bridge/rss-bridge - 6f8b93fb46a02d7c2b059be94ed1d9c8b8b4081a authored over 8 years ago
[FeedExpander] widen guid use as uri provider

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

github.com/RSS-Bridge/rss-bridge - ca0842ccf8f0c3990f3d55731d60a9921a573405 authored over 8 years ago
[WordPressBridge] allow other bridges to use it as a parent class

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

github.com/RSS-Bridge/rss-bridge - b6245a90c8d4724155973eca7852f9e2830c50e7 authored over 8 years ago
[WordPressBridge] fix fatal errors

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

github.com/RSS-Bridge/rss-bridge - 4c3b80fca915267336efd0defc0e6eb761da9924 authored over 8 years ago
[WordPressBridge] make it FeedExpander

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

github.com/RSS-Bridge/rss-bridge - b5358d6ceaf2bfb9325164aee0924edb5323589b authored over 8 years ago
[FeedExpander] fix feeds using guid tag as item uri provider

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

github.com/RSS-Bridge/rss-bridge - 2744c13735b483c0048fbcf0e2642c04ffc730ec authored over 8 years ago
[Pinterest] Move all existing code into 'From search' section

'By username and board' requires a different search algorithm

github.com/RSS-Bridge/rss-bridge - f8e0a4afbc96abfa2517982323811785314e86f8 authored over 8 years ago
[Pinterest] Cleanup code

github.com/RSS-Bridge/rss-bridge - c1cc4da8ef66253d6bde57d6e577f8cca800604d authored over 8 years ago
[FeedExpander] Write debug message for custom build function

github.com/RSS-Bridge/rss-bridge - 18199434512e5e70490930ddec900af29dff4e1a authored over 8 years ago