{ "info": { "author": "Samuel MEYNARD", "author_email": "samuel@meyn.fr", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# snotra_rss\nWagtail extension for add RSS aggregator feature\n\n## Big news\nNow full support Fever API !\nPlease configure your account in Feed account\n\n\nNew in 0.2 twitter aggregator\nand now on pypi just install snotra-rss with pip\n\n![feed account](doc/feed%20account.png)\n\n\n## Capture\n![capture](doc/entries.png)\n\n\n![capture of article](doc/article.png)\n\n\n\n## installation\nadd the following line to your requirements.txt file :\n````\nsnotra-rss\n````\n\nafter that add snotra_rss to INSTALLED_APPS section of your wagtail settings:\n````\nINSTALLED_APPS = [\n 'home',\n 'snotra_rss',\n 'corbeille',\n 'search',\n 'wagtail.contrib.forms',\n 'wagtail.contrib.redirects',\n 'wagtail.embeds',\n 'wagtail.sites',\n 'wagtail.users',\n 'wagtail.snippets',\n 'wagtail.documents',\n 'wagtail.images',\n 'wagtail.search',\n 'wagtail.contrib.modeladmin',\n 'wagtail.contrib.table_block', # ajout support des tableaux\n 'wagtail.core',\n 'wagtail.admin',\n 'modelcluster',\n 'wagtail.contrib.styleguide',\n 'taggit',\n 'wagtail.contrib.postgres_search',\n 'django.contrib.admin',\n 'django.contrib.auth',\n 'django.contrib.contenttypes',\n 'django.contrib.sessions',\n 'django.contrib.messages',\n 'django.contrib.staticfiles'\n]\n````\n\nafter that add urls of snotra_rss to your urls section of your wagtail apps\n\n````\nfrom snotra_rss import urls as snotra_urls\n\n\nurlpatterns = [\n url(r'^django-admin/', admin.site.urls),\n\n url(r'^admin/', include(wagtailadmin_urls)),\n url(r'^documents/', include(wagtaildocs_urls)),\n\n url(r'^search/$', search_views.search, name='search'),\n\n # For anything not caught by a more specific rule above, hand over to\n # Wagtail's page serving mechanism. This should be the last pattern in\n # the list:\n url(r'', include(wagtail_urls)),\n url(r'', include(snotra_urls))\n\n # Alternatively, if you want Wagtail pages to be served from a subpath\n # of your site, rather than the site root:\n # url(r'^pages/', include(wagtail_urls)),\n]\n````\n\n## Usage\n1. First create feeds in your admin section, you should see Rss feeds section\n2. after that, go to your app url /update uri\n3. entries is updated, you can see them in the rss entries section\n\ngood usage\n\n\n# Release note\n - 0.2.2 and 0.2.3\n * Add twitter hashtag followup\n - You can add hashtag in RSS feed in the name field (don't forget to check the twit box)\n \n - 0.2.1\n * Add twitter followup for person\n - You can add twitter person in RSS feed in the name field (don't forget to check the name field)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/olopost/snotra_rss", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "snotra-rss", "package_url": "https://pypi.org/project/snotra-rss/", "platform": "", "project_url": "https://pypi.org/project/snotra-rss/", "project_urls": { "Homepage": "https://github.com/olopost/snotra_rss" }, "release_url": "https://pypi.org/project/snotra-rss/0.2.3/", "requires_dist": null, "requires_python": "", "summary": "Wagtail app - with rss aggregator and tweeter aggregator feature", "version": "0.2.3" }, "last_serial": 5196767, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "97f7590391f56b270467a3afccf7d3c3", "sha256": "de989582bdcde8a57c09e8cf45d9033dc98a43b2d2a80a13511f1c76e46b5411" }, "downloads": -1, "filename": "snotra_rss-0.2.1.tar.gz", "has_sig": false, "md5_digest": "97f7590391f56b270467a3afccf7d3c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12010, "upload_time": "2019-04-21T13:19:59", "url": "https://files.pythonhosted.org/packages/d7/84/85b72e8f84520abf6ead2fd9fbe1841b0ac83652cd6f02c438b06b821b82/snotra_rss-0.2.1.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "e4072cd9ca92e94408be267ac87c5070", "sha256": "cfe9e9f4c14e521850e62c6dae1eea6e3651341205590407b63dee2219d99f95" }, "downloads": -1, "filename": "snotra_rss-0.2.3.tar.gz", "has_sig": false, "md5_digest": "e4072cd9ca92e94408be267ac87c5070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12372, "upload_time": "2019-04-27T14:05:29", "url": "https://files.pythonhosted.org/packages/40/27/4be727a35c542861d386a6eb42b9936218e740c89bb2a087065a34d077e4/snotra_rss-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e4072cd9ca92e94408be267ac87c5070", "sha256": "cfe9e9f4c14e521850e62c6dae1eea6e3651341205590407b63dee2219d99f95" }, "downloads": -1, "filename": "snotra_rss-0.2.3.tar.gz", "has_sig": false, "md5_digest": "e4072cd9ca92e94408be267ac87c5070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12372, "upload_time": "2019-04-27T14:05:29", "url": "https://files.pythonhosted.org/packages/40/27/4be727a35c542861d386a6eb42b9936218e740c89bb2a087065a34d077e4/snotra_rss-0.2.3.tar.gz" } ] }