{ "info": { "author": "AXANT", "author_email": "tech@axant.it", "bugtrack_url": null, "classifiers": [], "description": "About TGApp-turbopress\n-------------------------\n\n.. image:: https://drone.io/bitbucket.org/axant/tgapp-turbopress/status.png\n :target: https://drone.io/bitbucket.org/axant/tgapp-turbopress\n\nturbopress is a Pluggable Minimalistic Blog for TurboGears2.\nIt implements articles with Attachments and Tags support.\nUses CKEditor for content editing.\nIt support both sqla and ming orm.\n\nInstalling\n-------------------------------\n\ntgapp-turbopress can be installed both from pypi or from bitbucket::\n\n pip install tgapp-turbopress\n\nshould just work for most of the users\n\nPlugging turbopress\n----------------------------\n\nIn your application *config/app_cfg.py* import **plug**::\n\n from tgext.pluggable import plug\n\nThen at the *end of the file* call plug with turbopress::\n\n plug(base_config, 'turbopress')\n\nRun **gearbox setup-app development.ini** again to create\nthe tables related to turbopress and start the application.\nYou will be able to access the blog section at\n*http://localhost:8080/press*. Management gui\nwill be available when logged with an user that\nhas the the *turbopress* Permission.\n\nMultiple Blogs Support\n---------------------------\n\nBy default turbopress will work with only one blog, but it supports\na preliminary multiple blogs implementation. Search and TagCloud will\nbe shared by all the blogs, but it is possible to filter the articles\nof only one blog and manage only its articles.\n\nTo create a blog access */press/blogs* and create a new one,\nyou will then be able to access the subblog and manage it by accessing\n*/press/blogname*\n\nExposed Partials\n----------------------\n\nturbopress exposed a bunch of partials which can be used\nto render pieces of the blogging system anywhere in your\napplication:\n\n * **turbopress.partials:articles** -> Renders the list of articles\n\n * **turbopress.partials:article_preview** -> Renders the preview of an article\n\n * **turbopress.partials:tagcloud** -> Renders the blog tagcloud section\n\n * **turbopress.partials:search** -> Renders the blog search section\n\n * **turbopress.partials.excerpts** -> Renders excerpts of a list of articles\n\n * **turbopress.partials.excerpt** -> Renders the excerpt of an article\n\nAvailable Hooks\n----------------------\n\nturbopress exposes some hooks and options to configure its\naspects.\n\nOptions that can be passed to the **plug** call:\n\n * **form** -> Full python path of the form class to use for the Article form. By default *turbopress.lib.forms.ArticleForm* is used.\n\nThe hooks that can be used with TurboGears2 *register_hook* are:\n\n * **turbopress.before_create_article(article, values)** -> Runs before the creation of an article\n\n * **turbopress.after_create_article(article, values)** -> Runs after the creation of an article, makes possible to set additional data for newly created articles\n\n * **turbopress.before_edit_article(article, values)** -> Runs before displaying the edit article form, makes possible to load additional form values\n\n * **turbopress.before_save_article(article, values)** -> Runs before saving the article after it got edited, makes possible to update additional data for the article.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/axant/tgapp-turbopress", "keywords": "turbogears2.application", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tgapp-turbopress", "package_url": "https://pypi.org/project/tgapp-turbopress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tgapp-turbopress/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/axant/tgapp-turbopress" }, "release_url": "https://pypi.org/project/tgapp-turbopress/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Pluggable Blog for TurboGears2 supporting SQLAlchemy and MongoDB", "version": "0.0.5" }, "last_serial": 2212536, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b41355001c92242ea58fc99afe4de970", "sha256": "472eea4d160b469eadaeba5c0ca0aaadd73454ab5695b1defabe89a4c0e5b534" }, "downloads": -1, "filename": "tgapp-turbopress-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b41355001c92242ea58fc99afe4de970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709493, "upload_time": "2015-02-28T11:39:22", "url": "https://files.pythonhosted.org/packages/bd/e2/b68bd9f1ad8455ed3a7227dae5c713a6917bed0b2a962ca545b975e4068f/tgapp-turbopress-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "69ebf828cc477c20c7f586f392fe68bb", "sha256": "ad360b6e908d4edfe2b4d0cc94863dadb682d6b5cca2f26f9c1b84a8ad13e1f5" }, "downloads": -1, "filename": "tgapp-turbopress-0.0.2.tar.gz", "has_sig": false, "md5_digest": "69ebf828cc477c20c7f586f392fe68bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 698020, "upload_time": "2015-06-16T21:39:05", "url": "https://files.pythonhosted.org/packages/98/5b/0f40f4ebc1c44b30123b7d80400e9b6e392abff8844df0511280d4963646/tgapp-turbopress-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "df3a0a366c2899ba2f5b43d511e688cf", "sha256": "c93c81768c153ba780b1f0b159fe3e66dcbafbc660a30bfbcc029462e7369bfe" }, "downloads": -1, "filename": "tgapp-turbopress-0.0.3.tar.gz", "has_sig": false, "md5_digest": "df3a0a366c2899ba2f5b43d511e688cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 699424, "upload_time": "2015-06-18T21:46:17", "url": "https://files.pythonhosted.org/packages/cb/5a/a0b80dcc60533aa8bd3cbff0476de8fac31d155a020b281bc614d83afc85/tgapp-turbopress-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "ab03b2d1bc94fe2330f1881c6b2acc07", "sha256": "f9b9e3c0cca35ba9588f672ff97a1509caf092b1863d8464af30a7f7029504fb" }, "downloads": -1, "filename": "tgapp-turbopress-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ab03b2d1bc94fe2330f1881c6b2acc07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 699789, "upload_time": "2016-07-10T07:56:34", "url": "https://files.pythonhosted.org/packages/9e/44/8266127ec4111b03a6cf6461e1c9fa5665fe8cd68ac1da95d8ed8efb160a/tgapp-turbopress-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "3ba2febc5423a3f7c099e5b366cd36ae", "sha256": "594152ffef20dbcb11b166531e953d35f53d2fd8e89f4eb98b6822d10a83d956" }, "downloads": -1, "filename": "tgapp-turbopress-0.0.5.tar.gz", "has_sig": false, "md5_digest": "3ba2febc5423a3f7c099e5b366cd36ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 700399, "upload_time": "2016-07-10T08:05:01", "url": "https://files.pythonhosted.org/packages/00/dc/3724e99c4902fe1dd77a927b33032d31456fc5f8497ad533819e58fe05e1/tgapp-turbopress-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ba2febc5423a3f7c099e5b366cd36ae", "sha256": "594152ffef20dbcb11b166531e953d35f53d2fd8e89f4eb98b6822d10a83d956" }, "downloads": -1, "filename": "tgapp-turbopress-0.0.5.tar.gz", "has_sig": false, "md5_digest": "3ba2febc5423a3f7c099e5b366cd36ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 700399, "upload_time": "2016-07-10T08:05:01", "url": "https://files.pythonhosted.org/packages/00/dc/3724e99c4902fe1dd77a927b33032d31456fc5f8497ad533819e58fe05e1/tgapp-turbopress-0.0.5.tar.gz" } ] }