{ "info": { "author": "Alessandro Molina", "author_email": "alessandro.molina@axant.it", "bugtrack_url": null, "classifiers": [], "description": "About TGApp-Smallpress\n-------------------------\n\nSmallPress is a Pluggable Minimalistic Blog for TurboGears2.\nIt implements articles with Attachments and Tags support.\nUses CKEditor for content editing.\n\nInstalling\n-------------------------------\n\ntgapp-smallpress can be installed both from pypi or from bitbucket::\n\n easy_install tgapp-smallpress\n\nshould just work for most of the users\n\nPlugging Smallpress\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 smallpress::\n\n plug(base_config, 'smallpress')\n\nRun **paster setup-app development.ini** again to create\nthe tables related to smallpress and start the application.\nYou will be able to access the blog section at\n*http://localhost:8080/smallpress*. Management gui\nwill be available when logged with an user inside\nthe *smallpress* Group.\n\nEnabling Whoosh Indexing\n----------------------------\n\nSmallPress has bult in posts indexing whoosh based.\nIf you have Whoosh installed it will be used to perform indexing of\nthe articles for better lookup in search functions.\n\nWhen enabled Whoosh will store its index into */tmp/smallpress_whoosh*\nyou can change this path by changing the `smallpress_whoosh_index`\nvariable in your configuration file.\n\nMultiple Blogs Support\n---------------------------\n\nBy default smallpress 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 */smallpress/blogs* and create a new one,\nyou will then be able to access the subblog and manage it by accessing\n*/smallpress/blogname*\n\nExposed Partials\n----------------------\n\nSmallpress exposed a bunch of partials which can be used\nto render pieces of the blogging system anywhere in your\napplication:\n\n * **smallpress.partials:articles** -> Renders the list of articles\n\n * **smallpress.partials:article_preview** -> Renders the preview of an article\n\n * **smallpress.partials:tagcloud** -> Renders the blog tagcloud section\n\n * **smallpress.partials:search** -> Renders the blog search section\n\n * **smallpress.partials.excerpts** -> Renders excerpts of a list of articles\n\n * **smallpress.partials.excerpt** -> Renders the excerpt of an article\n\nAvailable Hooks\n----------------------\n\nSmallpress 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 *smallpress.lib.forms.ArticleForm* is used.\n\nThe hooks that can be used with TurboGears2 *register_hook* are:\n\n * **smallpress.before_create_article(article, values)** -> Runs before the creation of an article\n\n * **smallpress.after_create_article(article, values)** -> Runs after the creation of an article, makes possible to set additional data for newly created articles\n\n * **smallpress.before_edit_article(article, values)** -> Runs before displaying the edit article form, makes possible to load additional form values\n\n * **smallpress.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/_amol_/tgapp-smallpress", "keywords": "turbogears2.application", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tgapp-smallpress", "package_url": "https://pypi.org/project/tgapp-smallpress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tgapp-smallpress/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/_amol_/tgapp-smallpress" }, "release_url": "https://pypi.org/project/tgapp-smallpress/0.6.2/", "requires_dist": null, "requires_python": null, "summary": "Pluggable Minimalistic Blog for TurboGears2 with Attachments and Tags", "version": "0.6.2" }, "last_serial": 5486087, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "435d3aad1bfdad80492edbc0cd7083e6", "sha256": "0ebb89d07fb73195e3e95660951229c4a74cd50ce562bb188ea191cae9590c54" }, "downloads": -1, "filename": "tgapp-smallpress-0.1.tar.gz", "has_sig": false, "md5_digest": "435d3aad1bfdad80492edbc0cd7083e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 685263, "upload_time": "2012-01-13T15:39:09", "url": "https://files.pythonhosted.org/packages/70/bc/e3da25d976e12cc1908a7d4e13b20268fe1325bcfec7ba693bf311edd493/tgapp-smallpress-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0fa97b900f941b19ee903131d33bde48", "sha256": "0f14dbcf883ee05dbdc50e13c72e3bbe1eef9521236074628cba66a52a628673" }, "downloads": -1, "filename": "tgapp-smallpress-0.2.tar.gz", "has_sig": false, "md5_digest": "0fa97b900f941b19ee903131d33bde48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 693798, "upload_time": "2012-03-28T17:32:16", "url": "https://files.pythonhosted.org/packages/3a/a8/a3a44844bfa5eed335201ae96ed11e17e0a96945c08c16e15d72596a22dc/tgapp-smallpress-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2567dbf8161cf59c4966bc061752b261", "sha256": "d5def06bf25e0e8aea7602e53899c0dcc25fdd3851fa38fcf8c48a562d300d2e" }, "downloads": -1, "filename": "tgapp-smallpress-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2567dbf8161cf59c4966bc061752b261", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 693838, "upload_time": "2012-03-28T17:58:24", "url": "https://files.pythonhosted.org/packages/0b/8d/4a2df09c9f4fc8cd9fe03085ca8c9805c2276293191cd98f1ac3f536d97d/tgapp-smallpress-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "baa52dd02d99779efbbbf265e175df0e", "sha256": "ef2de0388a08c8a5a4c7edf36fb3eb41cf1ff959b375273769c774e3d5cbc84d" }, "downloads": -1, "filename": "tgapp-smallpress-0.3.0.tar.gz", "has_sig": false, "md5_digest": "baa52dd02d99779efbbbf265e175df0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 700909, "upload_time": "2012-08-10T12:37:32", "url": "https://files.pythonhosted.org/packages/17/60/53b8b0ade2cdd4e027ac65c36b7db0b12699059de5fa106b33420e25b75f/tgapp-smallpress-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "e79f3cdaa00234182c7e60cc679a5b44", "sha256": "263e0d18464bf273fc9d6276fc478a9d6d46bc07b669953cd5b221e95c1de454" }, "downloads": -1, "filename": "tgapp-smallpress-0.3.1.tar.gz", "has_sig": false, "md5_digest": "e79f3cdaa00234182c7e60cc679a5b44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 701206, "upload_time": "2012-08-17T16:23:09", "url": "https://files.pythonhosted.org/packages/56/58/b07dfc92f870d2d104a5d6a91886be8b1fa221f9fe7b67e25a1bc2f9fde2/tgapp-smallpress-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "c0ed9adcbda74d1f111d27094ae1ae94", "sha256": "08f0980866950e92786cba6a208d4b2674608878d5fbb2e8479ffb29d54792dd" }, "downloads": -1, "filename": "tgapp-smallpress-0.3.2.tar.gz", "has_sig": false, "md5_digest": "c0ed9adcbda74d1f111d27094ae1ae94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 701182, "upload_time": "2012-08-17T16:27:09", "url": "https://files.pythonhosted.org/packages/7d/1a/95474647f9a675f43667b202ef5f5ef707eeefe061c977d7cc8a9d3b5868/tgapp-smallpress-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "49d6965332879b2cebe43904564c3406", "sha256": "6022a5cfe5745e1870a044f7f77c4488af51f7faf7ce9c28ffcf58678a2629e7" }, "downloads": -1, "filename": "tgapp-smallpress-0.3.3.tar.gz", "has_sig": false, "md5_digest": "49d6965332879b2cebe43904564c3406", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 704199, "upload_time": "2012-08-22T14:11:12", "url": "https://files.pythonhosted.org/packages/52/27/331bada2ba253309e08aeda6c23579038cb0481bcf7fc8da4b635cd945be/tgapp-smallpress-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "695de1abe78a1b70ed503eb61188de75", "sha256": "6663cf3fb531abfc17bf5e7315dad8088f23f8d3835d7f061957ecb69dd95bb1" }, "downloads": -1, "filename": "tgapp-smallpress-0.3.4.tar.gz", "has_sig": false, "md5_digest": "695de1abe78a1b70ed503eb61188de75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 704599, "upload_time": "2012-08-24T14:22:06", "url": "https://files.pythonhosted.org/packages/41/b0/7fb825e37ece69a1d3d9edd17c178b9cb1c03573a7057d737d61dd8da831/tgapp-smallpress-0.3.4.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "4e0f472386394ec8414c16299d5701cc", "sha256": "2e8eaa8a4038c21001f996300c368f8118963c68b986da022b3f5da471de367e" }, "downloads": -1, "filename": "tgapp-smallpress-0.4.0.tar.gz", "has_sig": false, "md5_digest": "4e0f472386394ec8414c16299d5701cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 704443, "upload_time": "2012-09-05T20:11:58", "url": "https://files.pythonhosted.org/packages/6e/7b/64a0d3251c4ae7933139a4fcefa74f5d0d39f1f0974b3ae9b2796df7460d/tgapp-smallpress-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "73cf76a972e0b8f1775ac2e79a9e64d4", "sha256": "479bac04b13f0a1504af5b72e12b92a8f86c999e5758c08d06d9fa8cd2346d9d" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.0.tar.gz", "has_sig": false, "md5_digest": "73cf76a972e0b8f1775ac2e79a9e64d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 708648, "upload_time": "2012-09-06T22:48:26", "url": "https://files.pythonhosted.org/packages/9d/c8/ef85ffaf14ba93440ca9243a5300df9e7693bbb82f083277979cf98e69e3/tgapp-smallpress-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "4d666f452a86f656e279dee257f51681", "sha256": "4dc4e214bc8cf921831a815975771f0fe03cafbc0902f22dcb168b9716aa91f6" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.1.tar.gz", "has_sig": false, "md5_digest": "4d666f452a86f656e279dee257f51681", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 708669, "upload_time": "2012-09-07T16:49:38", "url": "https://files.pythonhosted.org/packages/75/78/18c7c8e70a561cacbd891f682a4aeb16d91e1fc7e775d9522cce1bf97bd1/tgapp-smallpress-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "62273766e8bb5c3e2635ead41166b0de", "sha256": "510511c438b02e9636a04e44d35214073ba46201d5fa47c0e2d244575621f0f1" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.2.tar.gz", "has_sig": false, "md5_digest": "62273766e8bb5c3e2635ead41166b0de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 708689, "upload_time": "2012-09-08T12:45:37", "url": "https://files.pythonhosted.org/packages/51/d5/09f08357f9d7fc833410bd8170eeaf3cffdd7bd1a8d12fd72ed5e200fe7e/tgapp-smallpress-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "a7b71d618b7bbfa8c2ce812cb0758b2a", "sha256": "46af083e703770f75477fda14240e2e40ac3c0920b2f12afac7118e4c2822b6c" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.3.tar.gz", "has_sig": false, "md5_digest": "a7b71d618b7bbfa8c2ce812cb0758b2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 708765, "upload_time": "2012-09-17T12:19:56", "url": "https://files.pythonhosted.org/packages/dd/92/8e0cd7f5a9db8a64c7d2753a5bfcacd3720226200a20d2621e4387070f02/tgapp-smallpress-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "80094af8ab9d7db97e6afe09f666ace9", "sha256": "28d2351130b3d3326a62bf936d9dc5db63fd5a85fa58e7a010159957cb33ef81" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.4.tar.gz", "has_sig": false, "md5_digest": "80094af8ab9d7db97e6afe09f666ace9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 708801, "upload_time": "2012-10-23T20:32:58", "url": "https://files.pythonhosted.org/packages/ec/32/286c61cbbb8542cd6d07d384d4db2ff4cf52d86de7e91bbc4e312aa1983e/tgapp-smallpress-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "7a040d3c28aabe50cb1517fbc2046001", "sha256": "27c47b63078038a7ec960731146978d74e1d7a835a0804bb473cfe020139defa" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.5.tar.gz", "has_sig": false, "md5_digest": "7a040d3c28aabe50cb1517fbc2046001", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 708895, "upload_time": "2012-11-07T12:00:23", "url": "https://files.pythonhosted.org/packages/b0/88/e40188d1e22003accfe5a5517fbcba036aa1334cdddd4d0205311a16c83b/tgapp-smallpress-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "7a1b6f938cdf7ac9b930dd18c10e70be", "sha256": "57bb507cddd971f6dbeef4fb1f9250fb42ea2fa3423007cc5b4aa58daef38940" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.6.tar.gz", "has_sig": false, "md5_digest": "7a1b6f938cdf7ac9b930dd18c10e70be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709102, "upload_time": "2012-11-07T14:25:18", "url": "https://files.pythonhosted.org/packages/1d/5e/c04a6119fef489501c669146d6687c03f0afc51e126daa907ca3f16fde5e/tgapp-smallpress-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "66e25a8d1396a6f48a2a604b782d8ac2", "sha256": "c4bee370157d508bc1d9d6c4f8efaa360c98afdddc4c6ea3a2294bc624569832" }, "downloads": -1, "filename": "tgapp-smallpress-0.5.7.tar.gz", "has_sig": false, "md5_digest": "66e25a8d1396a6f48a2a604b782d8ac2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709299, "upload_time": "2012-11-26T15:54:24", "url": "https://files.pythonhosted.org/packages/32/aa/e397a3dfe9915913a507374cf321b37a62d47fc7ce9bb3c164207835d48a/tgapp-smallpress-0.5.7.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "6b3e4879f6c6536fc96d914dd3b6cfe5", "sha256": "265a5915ff2a3a33c1fe3142d9dc498bb2e135297a57804c7742c68339bd7f38" }, "downloads": -1, "filename": "tgapp-smallpress-0.6.0.tar.gz", "has_sig": false, "md5_digest": "6b3e4879f6c6536fc96d914dd3b6cfe5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709578, "upload_time": "2013-06-28T18:15:17", "url": "https://files.pythonhosted.org/packages/63/38/bd3c2cd78252e9d986393150a8fb7b265fb49888dc54bd909e4f1113b41f/tgapp-smallpress-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "1d3a10fc1182c3638983be17331f8ed3", "sha256": "477233910d031728751d5fc5a205e9e58762b2ebfb155dd5698f90f1aa4e2ef4" }, "downloads": -1, "filename": "tgapp-smallpress-0.6.1.tar.gz", "has_sig": false, "md5_digest": "1d3a10fc1182c3638983be17331f8ed3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709605, "upload_time": "2013-07-03T15:28:47", "url": "https://files.pythonhosted.org/packages/a1/bf/9aa39541b868cac12de25a4a6607617ad4c2a0039124faa99898df111222/tgapp-smallpress-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "1252daf70c0cdb4fbc26a4c89a904f88", "sha256": "647d0dae496e82500d56c5d9b773ce7e1ad4f9a7156adc77d43a23b78534f7a1" }, "downloads": -1, "filename": "tgapp-smallpress-0.6.2.tar.gz", "has_sig": false, "md5_digest": "1252daf70c0cdb4fbc26a4c89a904f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709692, "upload_time": "2013-08-22T13:08:24", "url": "https://files.pythonhosted.org/packages/59/e9/d7d8988cd58f01a4de149c12efbafbb0e3d8f8abde07ec490e223e7a0efd/tgapp-smallpress-0.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1252daf70c0cdb4fbc26a4c89a904f88", "sha256": "647d0dae496e82500d56c5d9b773ce7e1ad4f9a7156adc77d43a23b78534f7a1" }, "downloads": -1, "filename": "tgapp-smallpress-0.6.2.tar.gz", "has_sig": false, "md5_digest": "1252daf70c0cdb4fbc26a4c89a904f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709692, "upload_time": "2013-08-22T13:08:24", "url": "https://files.pythonhosted.org/packages/59/e9/d7d8988cd58f01a4de149c12efbafbb0e3d8f8abde07ec490e223e7a0efd/tgapp-smallpress-0.6.2.tar.gz" } ] }