{ "info": { "author": "Torsten Irl\u00e4nder", "author_email": "torsten.irlaender@googlemail.com", "bugtrack_url": null, "classifiers": [], "description": "# News extension for the Ringo webframework\nThis extension can be used to extend a Ringo based web application with a\nnewsboard. News can be displayed in the application. News can be administrated\neither throuh the webinterface or a command line client.\n\n## Installation\nFor details on how to install this extension in your application please refer\nto [The ringo documentation for extensions](http://ringo.readthedocs.org/en/latest/development/extension.html)\n\n## CLI\nThe extension provides some additional CLI options to manage new directly on\nthe server:\n\n* ringo-admin news add ``\n (The add command can be used to either add new or update existing news\n items.)\n* ringo-admin news delete ``\n\nJSON:\n\n```json\n{\"subject\": \"Foo\", \"date\": \"YYYY-MM-DD\", \"text\": \"Foo text the body of the\nmessage\"}\n```\n\nIf the json contains an `id` then the command will try to load the item with\nthe given id and update the news in the database. In all other cases\n(including giving no id at all) will create a new news item with a new `id`\nwill be generated.\n\nOn default the added news will be added to all users in the system. Later\nenhancements might be giving a list of usernames, filtering by groups and\nroles etc.\n\nAs this command basically utilize the import of ringo like the `ringo-admin db\nloadata` command it is capable of doing almost the same things (e.g defining\nrelation)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ringo-framework/ringo_news", "keywords": "ringo pyramid extension", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "ringo_news", "package_url": "https://pypi.org/project/ringo_news/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ringo_news/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ringo-framework/ringo_news" }, "release_url": "https://pypi.org/project/ringo_news/1.0/", "requires_dist": null, "requires_python": null, "summary": "News extension for the ringo framework", "version": "1.0" }, "last_serial": 2235588, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4bbef2c25da03d2c021d2c92b92d8937", "sha256": "884589d2876c69607647135c9cd0a2cb8ef55e2e61362e668c4dce186a0bc55d" }, "downloads": -1, "filename": "ringo_news-1.0.tar.gz", "has_sig": false, "md5_digest": "4bbef2c25da03d2c021d2c92b92d8937", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19978, "upload_time": "2016-07-21T11:51:51", "url": "https://files.pythonhosted.org/packages/f5/e1/8939697c77ccec3bd691bf05ef96211cb48e16f2aad30a0a8afa884ce626/ringo_news-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4bbef2c25da03d2c021d2c92b92d8937", "sha256": "884589d2876c69607647135c9cd0a2cb8ef55e2e61362e668c4dce186a0bc55d" }, "downloads": -1, "filename": "ringo_news-1.0.tar.gz", "has_sig": false, "md5_digest": "4bbef2c25da03d2c021d2c92b92d8937", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19978, "upload_time": "2016-07-21T11:51:51", "url": "https://files.pythonhosted.org/packages/f5/e1/8939697c77ccec3bd691bf05ef96211cb48e16f2aad30a0a8afa884ce626/ringo_news-1.0.tar.gz" } ] }