Metadata-Version: 1.1
Name: pyrone
Version: 0.2.13
Summary: pyrone
Home-page: https://bitbucket.org/cancel/pyrone
Author: Sergei Stolyarov
Author-email: sergei.stolyarov@regolit.com
License: New BSD License
Description: Pyrone
        ======
        
        Pyrone is a lightweight and simple personal blog-like CMS
        application written in Python and Pyramid framework.
        
        Features
        --------
        
        * basic blog functions: writing new articles, article discussions;
        * internal files storage;
        * backup & restore functions;
        * Markdown language support for articles and discussions;
        * external authentication: twitter, openid etc.
        
        First run
        ---------
        
        Default administrator login is: ``admin`` and password is ``setup``.
        
        License
        -------
        
        Pyrone is licensed under `New BSD License <http://www.opensource.org/licenses/BSD-3-Clause>`_ license terms.
        
        Authors
        -------
        
        Pyrone is written by `Sergei Stolyarov <mailto:sergei@regolit.com>`_.
        
        
        0.2.13
        ------
        
        * fixed issue #34, also completely rewritten caching (using uwsgi caching framework)
        * limit to article length increased up to 16 MB (use MEDIUMTEXT for mysql db)
        * UI improvements (new font, new dynamic headers and control links)
        
        0.2.12
        ------
        
        * translation fixes
        * issue #34: pages widget not working properly
        
        0.2.11
        ------
        
        * added python markdown extension def_list to support definitions lists (html DL tags)
        
        0.2.10
        ------
        
        * dummy version to fix package building issues
        
        0.2.9
        -----
        * issue #33: wrong headers passed to WSGI server
        
        0.2.8
        -----
        
        * minor CSS update: article preview in edit mode rendered incorrectly
        
        0.2.7
        -----
        
        * default style slightly changed
        * translation fixes
        * issue #28: Comments counter not decreased after removing a comment
        * issue #32: Not approved comments are still visible to everyone
        * issue #29: Display error 404 not 503 while accessing non existing blog page
        * issue #30: Substitution variables in notification email are not replaced with actual values
        
        0.2.6
        -----
        
        * issue #24: draft article are still accessible for all users
        * issue #26: footnotes markup break article preview
        * issue #20: cookie expiration date is not set
        * issue #25: saving page is being edited without redirectint to another page
        * issue #27: some i18n issues
        * issue #11: favicons support added
        
        0.2.5
        -----
        
        * translations updated
        * ussue #19: time conversion problems between timezones
        * issue #21: devision by zero exception in case of equal tags counts
        
        0.2.4
        -----
        
        * translations updated
        * issue #18: setup.py fixed
        
        0.2.3
        -----
        
        * issue #10: RSS support added
        * issue #17: new widget: pages
        * issue #14: added javascript localization
        * issue #1: comments moderation queue added
        * translations updated
        * default local login and password are now configurable via .ini file (see development.ini for details)
        
        0.2.2
        -----
        
        * issue #15: incorrect tag links
        * issue #6: Google Analytics support
        
        0.1
        ---
        
        * Initial version
        
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Pylons
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
