{ "info": { "author": "['Abhishek Rai', 'Anshul Thakur']", "author_email": "captain@piratelearner.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====================================\nPirateLearner Blogging App\n=====================================\n\nA Simple Blogging App that enables you to:\n\n- Create/Decide Layout of the post.\n- Arrange them in hierarchy.\n- Write taggeble blog articles.\n\nApart from these stand-alone features this app can be used as Django-CMS apps also providing various plugins e.g.:\n\n- Latest Entries Plugin (with Various view options).\n- Section Views Plugin.\n- Contact Page Plugin.\n- Filter Entries based of Tags.\n\n**Requirements**\n\n- `Python`_ 2.7.\n- `Django`_ 1.5.x or 1.6.x.\n- `Reversion`_ 1.7.x or 1.8.x.\n- `Taggit`_ .\n- `Ckeditor`_ 4.x.\n- `Crispy Forms`_ .\n- `mptt`_ 0.6.1.\n- `django_select2`_\n\n**Installation**\n\nUse pip for installing the app:\n\n `pip install pi-blogging --pre`\n\nor download zip file from github `here`_\n\nafter installation, add blogging to your installed apps and also make sure that requirements are also installed -\n\n | INSTALLED_APPS = (\n | ...\n | 'reversion',\n | 'crispy_forms',\n | 'blogging',\n | 'taggit',\n | 'ckeditor',\n | 'django_select2',\n | ...\n | )\n\nAlso add blogging urls in your projects urls.py -\n\n | urlpatterns = i18n_patterns('',\n | ...\n | url(r'^', include('blogging.urls',namespace='blogging')),\n | ...\n | )\n\nafter this just run ``python manage.py syncdb`` for creation of database tables.\n\n**Usage**\n\nBasic Usage of the Blogging App is creating blog entries and navigate among them. App has three core entities :\n\n- Content Type.\n- Blog Parent.\n- Blog Entries.\n\nThe documentation may be found at `Read The Docs`_.\n\n.. _Python: https://www.python.org/ \n.. _Django: https://www.djangoproject.com/\n.. _Reversion: http://django-reversion.readthedocs.org/en/latest/\n.. _Taggit: https://django-taggit.readthedocs.org/en/latest/\n.. _Ckeditor: https://github.com/django-ckeditor/django-ckeditor/\n.. _`Crispy Forms`: http://django-crispy-forms.readthedocs.org/en/latest/\n.. _mptt: http://django-mptt.github.io/django-mptt/\n.. _django_select2: https://github.com/applegrew/django-select2\n.. _here: https://github.com/PirateLearner/blogging/archive/master.zip\n.. _`Read The Docs`: http://blogging.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/PirateLearner/blogging/archive/0.1.1-beta.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PirateLearner/blogging", "keywords": null, "license": "GPL v2", "maintainer": null, "maintainer_email": null, "name": "pi-blogging", "package_url": "https://pypi.org/project/pi-blogging/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pi-blogging/", "project_urls": { "Download": "https://github.com/PirateLearner/blogging/archive/0.1.1-beta.tar.gz", "Homepage": "https://github.com/PirateLearner/blogging" }, "release_url": "https://pypi.org/project/pi-blogging/0.1.0b1/", "requires_dist": null, "requires_python": null, "summary": "A Simple Blogging App that enables you to create content and content types from frontend itself.", "version": "0.1.0b1" }, "last_serial": 1379464, "releases": { "0.1.0b1": [ { "comment_text": "", "digests": { "md5": "4d6726fac82b0889f78442500d8222d8", "sha256": "b6a9e469c47989c8fea7b3c0bc1c814aaa86c4407464f8953ffdcac1a80e96ef" }, "downloads": -1, "filename": "pi-blogging-0.1.0b1.tar.gz", "has_sig": false, "md5_digest": "4d6726fac82b0889f78442500d8222d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38539, "upload_time": "2015-01-12T13:45:42", "url": "https://files.pythonhosted.org/packages/4c/62/c5e78a91689b39a2ad0216536f72d9e17a03b4b1ffa4fe6f34c90765a446/pi-blogging-0.1.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d6726fac82b0889f78442500d8222d8", "sha256": "b6a9e469c47989c8fea7b3c0bc1c814aaa86c4407464f8953ffdcac1a80e96ef" }, "downloads": -1, "filename": "pi-blogging-0.1.0b1.tar.gz", "has_sig": false, "md5_digest": "4d6726fac82b0889f78442500d8222d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38539, "upload_time": "2015-01-12T13:45:42", "url": "https://files.pythonhosted.org/packages/4c/62/c5e78a91689b39a2ad0216536f72d9e17a03b4b1ffa4fe6f34c90765a446/pi-blogging-0.1.0b1.tar.gz" } ] }