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 [2015/02/21 19:43] cedricprojects:pyaggr3g470r [2015/08/05 18:04] – [Resources] cedric
Line 1: Line 1:
 ====== pyAggr3g470r ====== ====== pyAggr3g470r ======
-pyAggr3g470r is a web-based news aggregator. It can be deployed on Heroku or on a traditional server.+[[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/485459/widgets/project_factoids_stats.js"></script> +
-</html>+
  
-===== Links =====+Python 3.4 is recommended. 
 + 
 +===== Resources =====
   * [[https://bitbucket.org/cedricbonhomme/pyaggr3g470r | Home page]];   * [[https://bitbucket.org/cedricbonhomme/pyaggr3g470r | Home page]];
-  * Getting pyAggr3g470r: +  * last stable version[[https://bitbucket.org/cedricbonhomme/pyaggr3g470r/get/6.7.tar.gz | 6.7]]; 
-    * git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git //(main)// +  source code: https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git
-    * git clone https://github.com/cedricbonhomme/pyAggr3g470r.git //(backup)// +
-    git clone https://git.gitorious.org/pyaggr3g470r/pyaggr3g470r.git //(backup)//+
   * [[https://git.cedricbonhomme.org/?p=pyaggr3g470r.git;a=blob_plain;f=NEWS.rst;hb=HEAD | project news]];   * [[https://git.cedricbonhomme.org/?p=pyaggr3g470r.git;a=blob_plain;f=NEWS.rst;hb=HEAD | project news]];
 +  * [[https://pyaggr3g470r.readthedocs.org | documentation]].
 +
 +===== Links =====
   * [[https://www.openhub.net/p/pyAggr3g470r | Open Hub page]] of pyAggr3g470r;   * [[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.