{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "cmsplugin-blog-images\n=====================\n\nAn extension for `cmsplugin-blog `_\nwhich adds images to blog entries. This extension relies on django-filer.\n\n\nInstallation\n------------\n\nYou need to install the following prerequisites in order to use this app::\n\n pip install Django\n pip install django-cms\n pip install cmsplugin-blog\n pip install django-filer\n pip install simple-translation\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install cmsplugin-blog-images\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/cmsplugin-blog-images.git#egg=cmsplugin_blog_images\n\nAdd ``cmsplugin_blog_images`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'cmsplugin_blog_images',\n )\n\n\nUsage\n-----\n\nJust go to the ``Entry`` admin and you will see an inline admin to add images.\n\n\nTemplatetag: get_entry_images\n+++++++++++++++++++++++++++++\n\nIn order to iterate over your blog entry's images, use the ``get_entry_images``\ntag::\n\n {% load cmsplugin_blog_images_tags %}\n {% get_entry_images entry as entry_images %}\n {% for image in entry_images %}\n \n {% endfor %}\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps::\n\n # Fork this repository\n # Clone your fork\n $ mkvirtualenv -p python2.7 cmsplugin-blog-images\n $ pip install -r requirements.txt\n $ ./logger/tests/runtests.sh\n # You should get no failing tests\n\n $ git co -b feature_branch master\n # Implement your feature and tests\n # Describe your change in the CHANGELOG.txt\n $ git add . && git commit\n $ git push origin feature_branch\n # Send us a pull request for your feature branch\n\nWhenever you run the tests a coverage output will be generated in\n``tests/coverage/index.html``. When adding new features, please make sure that\nyou keep the coverage at 100%.\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "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/bitmazk/cmsplugin-blog-images", "keywords": "django,blog,django-cms,app,plugin,apphook,images,gallery", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-blog-images", "package_url": "https://pypi.org/project/cmsplugin-blog-images/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-blog-images/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/cmsplugin-blog-images" }, "release_url": "https://pypi.org/project/cmsplugin-blog-images/0.1/", "requires_dist": null, "requires_python": null, "summary": "Extension for cmsplugin-blog which adds images to blog entries.", "version": "0.1" }, "last_serial": 787540, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "63b9b7c7a18017fe3facfc47da6d8885", "sha256": "66f425758232e72305112218b5d35419fa60f704c8dcabb2a679d89d1ca3eeaf" }, "downloads": -1, "filename": "cmsplugin-blog-images-0.1.tar.gz", "has_sig": false, "md5_digest": "63b9b7c7a18017fe3facfc47da6d8885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7844, "upload_time": "2013-02-11T11:30:57", "url": "https://files.pythonhosted.org/packages/2c/c9/c690b6985e19797942240b4bae58fca59dd437ca4d8176f98c91dc1002fc/cmsplugin-blog-images-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63b9b7c7a18017fe3facfc47da6d8885", "sha256": "66f425758232e72305112218b5d35419fa60f704c8dcabb2a679d89d1ca3eeaf" }, "downloads": -1, "filename": "cmsplugin-blog-images-0.1.tar.gz", "has_sig": false, "md5_digest": "63b9b7c7a18017fe3facfc47da6d8885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7844, "upload_time": "2013-02-11T11:30:57", "url": "https://files.pythonhosted.org/packages/2c/c9/c690b6985e19797942240b4bae58fca59dd437ca4d8176f98c91dc1002fc/cmsplugin-blog-images-0.1.tar.gz" } ] }