Metadata-Version: 1.1
Name: leselys
Version: 0.1.5
Summary: I'm Leselys, your very elegant RSS reader.
Home-page: https://github.com/socketubs/leselys
Author: socketubs
Author-email: geoffrey@lehee.name
License: Leselys
Copyright (C) 2013 Geoffrey Lehée [http://socketubs.net/]

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Description: Leselys
        =======
        
        I'm Leselys, your very elegant RSS reader. No bullshit Android, iPhone apps, just a responsive design for every device.
        
        Leselys is Heroku ready and easy to install. It can be used with your very own storage backend. Take a look at the `MongoDB`_ example.
        
        There is a `demo here`_ (demo/demo).
        
        Leselys is in heavy development right now, and feedback is welcome.
        
        Installation
        ------------
        
        Quick local setup (with sofart backend):
        
        Ubuntu
        ~~~~~~
        
        ::
        
        	apt-get install build-essential python-dev
        	apt-get install libxslt1-dev libxml2-dev python-libxml2 python-libxslt1
        
        And finally: ::
        
        	pip install leselys
        	pip install sofart
        	leselys init --config leselys.ini
        	leselys adduser --config leselys.ini
        	leselys serve --config leselys.ini
        
        Open your browser at ``http://localhost:5000``.
        
        Import your Google Reader OPML file right now!
        
        Heroku
        ~~~~~~
        
        Advanced setup with MongoDB for storage and Redis for session on Heroku.
        All Heroku dependencies like ``Pymongo`` and ``redis`` are automagically installed with ``heroku.sh``: ::
        
        	git clone git@github.com:socketubs/leselys.git
        	cd leselys
        	heroku create
        	heroku addons:add mongohq:sandbox
        	heroku addons:add redistogo:nano
        	git push heroku master
        
        Don't forget to create a Leselys account with ``heroku run "bash heroku.sh && leselys adduser --config heroku.ini"``.
        
        License
        -------
        
        License is `AGPL3`_. See `LICENSE`_.
        
        .. _demo here: https://leselys.herokuapp.com
        .. _MongoDB: https://github.com/socketubs/leselys/blob/master/leselys/backends/_mongodb.py
        .. _AGPL3: http://www.gnu.org/licenses/agpl.html
        .. _LICENSE: https://raw.github.com/socketubs/leselys/master/LICENSE
Keywords: rss reader greader
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
