{ "info": { "author": "Klaus Laube", "author_email": "kplaube@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-seohelper\n================\n\n![Travis CI](https://secure.travis-ci.org/kplaube/django-seohelper.png)\n\n**Django SeoHelper** is a pluggable application that helps you to add\nmeta-information to your Django templates.\n\nSoon, more information about usage.\n\n\nInstallation\n------------\n\nUsing pip:\n\n pip install django-seohelper\n\nUsing the source code:\n\n git clone https://github.com/kplaube/django-seohelper.git\n cd django-seohelper/\n python setup.install\n\nConfiguring\n\n* Add `seohelper` to your `INSTALLED_APPS`\n* Run `syncdb` to create all necessary tables\n\nAdding the code to your Template\n--------------------------------\n\nYou need to put the code below in your template file:\n \n {% load seo_helper %}\n {% seo_helper request.path as meta %}\n\n \n \n {{ meta.title }}\n\n \n \n \n \n\n ...\n\n \n\nWhere `seo_helper` is the templatetag, `request.path` is the complete path of the document and `meta` is the variable where SeoHelper will keep the document's metadata.\n\nUsing the admin\n---------------\n\nLet's suppose we want to add metadata to `http://myblog.com/2013/01/01/hello/`. So,\nwe need to access `/admin/seohelper/document/add/` and create a record with these parameters:\n\n* **URL:** /2013/01/01/hello-world/\n* **Title:** Hello World!\n* **Description:** My first post.\n* **Keywords:** index,follow\n\nNow, when we access the `http://myblog.com/2013/01/01/hello/`, SeoHelper will restore those data from database and will show these in your page.", "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/kplaube/django-seohelper/", "keywords": "web django apps seo seohelper", "license": "GNU Lesser General Public License (LGPL), Version 3", "maintainer": null, "maintainer_email": null, "name": "django-seohelper", "package_url": "https://pypi.org/project/django-seohelper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-seohelper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kplaube/django-seohelper/" }, "release_url": "https://pypi.org/project/django-seohelper/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Manager the meta information of your pages in Django", "version": "0.0.1" }, "last_serial": 790568, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a982a39109200fe334433e1e1b868be8", "sha256": "a5e3663e0c0d0eff99364edbbd5603b280afe2decb4b2a54d612ff1a2f12ee57" }, "downloads": -1, "filename": "django-seohelper-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a982a39109200fe334433e1e1b868be8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6624, "upload_time": "2013-01-14T23:38:23", "url": "https://files.pythonhosted.org/packages/82/bb/4894e6fac29dec5d63e8f52d047d773d5b41fba212f3cd9a427158729fc6/django-seohelper-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a982a39109200fe334433e1e1b868be8", "sha256": "a5e3663e0c0d0eff99364edbbd5603b280afe2decb4b2a54d612ff1a2f12ee57" }, "downloads": -1, "filename": "django-seohelper-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a982a39109200fe334433e1e1b868be8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6624, "upload_time": "2013-01-14T23:38:23", "url": "https://files.pythonhosted.org/packages/82/bb/4894e6fac29dec5d63e8f52d047d773d5b41fba212f3cd9a427158729fc6/django-seohelper-0.0.1.tar.gz" } ] }