Skip to content

RSS-Bridge 2018-10-15

Compare
Choose a tag to compare
@teromene teromene released this 15 Oct 16:56
· 2240 commits to master since this release

General changes

  • The Wiki was updated to better support you in creating your own bridge!
  • The README file was generally updated.
    It now includes two additional badges: debian release and guix release
  • Fixed a bug that caused open_basedir warnings after updating to RSS-Bridge 2018-09-09 (#832)
  • Adjusted styles to improve readability for bridge parameters (#763)
  • Atom format
    • Fixed PHP notice when running in CLI mode (#824)
  • Mrss format
    • Fixed double quotes in XML attributes breaking the feed (#813)
  • Improved performance considerably in certain situations (e3a5a6a)
  • Error messages for invalid parameter values now include the affected parameter names (f853ffc)
  • RSS-Bridge now returns an error message if it fails loading remote contents (13bd7fe)
  • HTML format now includes feed URLs which can automatically be detected by feed readers and browsers (93e7ea9)
  • Errors are now returned in the requested feed format for feed readers to show in your time line (#841)
    (i.e. feeds in Atom format will return errors in Atom format, Mrss in Mrss format and so forth)
    Please notice that error messages are re-issued after 24 hours, so expect your feed reader to report issues once per day, even if it is the same error.
  • Fixed an issue where RSS-Bridge would respond with a PHP Notice when running in CLI mode, requesting the Mrss format (#858)

New bridges

Modified bridges

  • Arte7
    • Added support for collections (#819)
  • Dealabs
    • Fixed a bug that caused the bridge to return error 500 because Dealabs changed the URL of the category Maison & jardin (#821).
      Notice: Existing feeds must be updated to the new RSS Feed URL!
    • Follow website changes (#852)
  • ETTV
    • Fixed typo with status field (#682)
    • Change the uri element of an item to point, not on the magnet link (#682)
    • Return name & uri matching with query (#682)
  • Facebook
    • Uses an alternative URI to return more posts (fcc9f9f)
    • Added a new parameter limit to specify the maximum number of items to return (i.e. &limit=10). The default limit is &limit=-1 (no limit) (5779f64)
  • FB2
    • Fixed a bug that caused the bridge to fail after updating to RSS-Bridge 2018-09-09 (458b826)
    • Fixed Facebook links starting with two slashes and ending in quotes (#831)
    • Headers <h3> and <h4> are retained to make the feed more readable (#836)
  • Kununu
    • Fixed broken bridge and general improvements (e6476a6)
  • LeBonCoin
    • Fixed multiple warnings (622802e)

Removed bridges

  • Sexactu (replaced by GQMagazine)