User Tools

Site Tools


projects:pyaggr3g470r

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:pyaggr3g470r [2014/07/23 13:43] cedricprojects:pyaggr3g470r [2015/08/05 18:04] – [Resources] cedric
Line 1: Line 1:
 ====== pyAggr3g470r ====== ====== pyAggr3g470r ======
-news aggregator with a Web interface.+[[https://bitbucket.org/cedricbonhomme/pyaggr3g470r | pyAggr3g470r]] is a web-based news aggregator.
  
-Some features: +===== Features ===== 
-  * can be deployed both on Heroku and on a traditional server; +  * can be deployed on Heroku or on a traditional server; 
-  * HTTP proxy support+  * multiple users can use the platform
-  * fast full-text indexing and searching thanks the [[https://bitbucket.org/mchaput/whoosh/ | Whoosh]] library+  * a RESTful API to manage your articles
-  * find an article with history+  * data liberation: export and import all your account with a JSON file
-  * e-mail notification;+  * export and import feeds with OPML files;
   * export articles to HTML;   * export articles to HTML;
-  * mark or unmark articles as favorites+  * favorite articles
-  * share articles with Google +, Pinboardand reddit.+  * detection of inactive feeds
 +  * share articles with Google +, Pinboard and reddit
 +  * HTTP proxy support.
  
-<html> +The core technologies are Flask, asyncio and SQLAlchemy. 
-<script type="text/javascript" src="http://www.openhub.net/p/485458/widgets/project_factoids_stats.js"></script> + 
-</html>+Python 3.4 is recommended. 
 + 
 +===== Resources ===== 
 +  * [[https://bitbucket.org/cedricbonhomme/pyaggr3g470r | Home page]]; 
 +  * last stable version: [[https://bitbucket.org/cedricbonhomme/pyaggr3g470r/get/6.7.tar.gz | 6.7]]; 
 +  * source code: https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git 
 +  * [[https://git.cedricbonhomme.org/?p=pyaggr3g470r.git;a=blob_plain;f=NEWS.rst;hb=HEAD | project news]]; 
 +  * [[https://pyaggr3g470r.readthedocs.org | documentation]].
  
 ===== Links ===== ===== Links =====
-  * [[https://bitbucket.org/cedricbonhomme/pyaggr3g470r/ | Home page]]; +  * [[https://www.openhub.net/p/pyAggr3g470r | Open Hub page]] of pyAggr3g470r;
-  * Getting pyAggr3g470r: +
-    * git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git //(main)// +
-    * git clone https://github.com/cedricbonhomme/pyAggr3g470r.git //(backup)// +
-    * git clone https://git.gitorious.org/pyaggr3g470r/pyaggr3g470r.git //(backup)// +
-  * [[http://git.cedricbonhomme.org/?p=pyaggr3g470r.git;a=blob_plain;f=NEWS.rst;hb=HEAD | project news]]; +
-  * [[https://www.openhub.net/p/pyAggr3g470r| Open Hub page]] of pyAggr3g470r;+
   * [[http://freecode.com/projects/pyaggr3g470r | Freecode page]] of pyAggr3g470r.   * [[http://freecode.com/projects/pyaggr3g470r | Freecode page]] of pyAggr3g470r.