{ "info": { "author": "Yohann Lepage", "author_email": "yohann@lepage.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: Freely Distributable", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "===========================\nPelican Delicious bookmarks\n===========================\n\n.. image:: https://travis-ci.org/2xyo/pelican-delicious.png?branch=master\n :target: https://travis-ci.org/2xyo/pelican-delicious\n.. image:: https://coveralls.io/repos/2xyo/pelican-delicious/badge.png?branch=master \n :target: https://coveralls.io/r/2xyo/pelican-delicious?branch=master\n\nPelican Delicious Bookmarks is a library to make it easy to add your Delicious bookmarks in your Pelican_ blogs.\n\nInstallation\n------------\n\nTo install pelican-delicious, simply:\n\n.. code-block:: bash\n\n $ pip install pelican-delicious\n\nThen add a bit of code to your blog configuration:\n\n.. code-block:: python\n\n PLUGINS = [\n # ...\n 'pelican_delicious',\n # ...\n ]\n\nUsage\n-----\n\nIn your articles, just add lines to your posts that look like:\n\n.. code-block:: html\n\n [delicious:tags=tag1 tage2]\n\nThis will tell the plugin to insert links withs tag1 and tag2 into your post. The resulting HTML will look like:\n\n.. code-block:: html\n\n
\n\n\n\nSettings\n--------\nCreate the file pelican-creds.py with your credentials :\n\n.. code-block:: python\n\n DELICIOUS_USERNAME = 'Your Delicious username'\n DELICIOUS_PASSWORD = 'Your Delicious password'\n\n\nImport this config in your pelicanconf.py :\n\n.. code-block:: python\n\n import pelican-delicious\n from pelican-delicious import *\n\nYou can also modify the default template:\n\n.. code-block:: html\n\n DELICIOUS_TEMPLATE = \"\"\"\n \"\"\"\n\n\nDon't forget to add pelican-creds.py to your .gitignore!\n\nLicense\n-------\n\nUses the `BEER-WARE`_ license.\n\n\n.. _Pelican: http://blog.getpelican.com/\n.. _BEER-WARE: http://people.freebsd.org/~phk/\n.. _pelican-gist: https://github.com/streeter/pelican-gist", "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/2xyo/pelican-delicious", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pelican-delicious", "package_url": "https://pypi.org/project/pelican-delicious/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pelican-delicious/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/2xyo/pelican-delicious" }, "release_url": "https://pypi.org/project/pelican-delicious/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Easily embed delicious bookmarks in your Pelican articles.", "version": "0.0.1" }, "last_serial": 925524, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5f3a617fc4f015eaa9436c947805d2aa", "sha256": "f51848edc6fb6f1e06e68ddd96d6a5a125ecb00123731b11f45eeb0b4dcef73a" }, "downloads": -1, "filename": "pelican-delicious-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5f3a617fc4f015eaa9436c947805d2aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3866, "upload_time": "2013-11-21T13:04:24", "url": "https://files.pythonhosted.org/packages/5b/ee/b87c17683211d258e15fa0488b0d6fb96caf75b12bc5dbea6356d55bc64f/pelican-delicious-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f3a617fc4f015eaa9436c947805d2aa", "sha256": "f51848edc6fb6f1e06e68ddd96d6a5a125ecb00123731b11f45eeb0b4dcef73a" }, "downloads": -1, "filename": "pelican-delicious-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5f3a617fc4f015eaa9436c947805d2aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3866, "upload_time": "2013-11-21T13:04:24", "url": "https://files.pythonhosted.org/packages/5b/ee/b87c17683211d258e15fa0488b0d6fb96caf75b12bc5dbea6356d55bc64f/pelican-delicious-0.0.1.tar.gz" } ] }