Skip to content

pierre-alain-owr/OpenWebReader

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
OWR
April 19, 2020 15:19
June 16, 2015 11:44
November 23, 2009 02:18
April 19, 2020 18:01
November 23, 2009 02:18
November 23, 2009 02:18
November 23, 2009 02:18
May 24, 2015 12:18
July 10, 2010 14:03

OpenWebReader is a PHP, multi-user feed aggregator. It is designed for becoming a RIA and uses AJAX technology as main rich interface amplifyer. It is released under the GPL license, see COPYING. Copyright (c) 2009, Pierre-Alain Mignot pierre-alain@openwebreader.org

  • Features :
    • Support for ATOM, RSS 0.92, RSS 1 (RDF), RSS 2 formats
    • Import/export feeds in OPML format
    • Multi-lingual interface (English and French at the moment), sober and fast, powered by AJAX
    • Feeds tagging, with or without use of drag'n'drop
    • Multi-users, two level of rights (user, administrator)
    • Documented source code
    • REST API
    • Full-text search
    • OpenSearch compatible
    • Gateway system with automatic authentication
    • Mark some news easily into most spreaded services
    • SSL support (HTTPS)
    • Caching system (both templates and SQL results)
    • E-tags support
    • Feeds auto-dicovery
    • 304 HTTP code status (not modified) support
    • Favicons support (requires Imagick if you want to validate the icon's integrity)

Some tricks :

  • adding OpenWebReader in your browser search bar (Firefox example) :

    • click on the button on the left of the search bar in Firefox
    • click on "Add < Search in OWR >"
    • now OWR is in the list, you just have to select it, and enter your keywords !
  • adding a stream externally

  • adding OpenWebReader to your dynamic bookmarks reader (Firefox example)

    • type "about:config" in the url bar
    • READ and accept the warning
    • in the search field, type "browser.contentHandlers.types", you will see examples like google or netvibes
    • add the three lines corresponding at your configuration, like those examples : => name="browser.contentHandlers.types.6.title" value="OpenWebReader" => name="browser.contentHandlers.types.6.type" value="application/vnd.mozilla.maybe.feed" => name="browser.contentHandlers.types.6.uri" value="https://yourdomain.tld/PATH/TO/OWR/?do=add&url=%s"

Thanks to all of them :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published