{
"info": {
"author": "Thomas Jost",
"author_email": "thomas.jost@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.6",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary",
"Topic :: Internet :: WWW/HTTP :: Site Management"
],
"description": "Golbarg is a static blog generator written in Python. It is heavily inspired by\nJekyll_, but is is (obviously!) better (at least in my opinion).\n\nYou can see it in action on `my own blog`_, (source code on Github_ too).\n\nGolbarg is free software, available under the terms of the GNU GPLv3_ license.\n\n.. _Jekyll: http://wiki.github.com/mojombo/jekyll/\n.. _my own blog: http://schnouki.net/\n.. _Github: http://github.com/Schnouki/schnouki.net\n.. _GPLv3: http://www.fsf.org/licensing/licenses/gpl.html\n\nFeatures\n========\n\n* Markdown_ synax for editing posts\n* `Jinja 2`_ template engine\n* YAML_ standard for configuration and posts metadata (similar to Jekyll's\n `YAML front matter`_)\n* Written in Python_\n* Well-documented and easily hackable\n* Built-in support for tags and archive generation\n\n.. _Markdown: http://daringfireball.net/projects/markdown/\n.. _Jinja 2: http://jinja.pocoo.org/2/\n.. _YAML: http://www.yaml.org/\n.. _YAML front matter: http://wiki.github.com/mojombo/jekyll/yaml-front-matter\n.. _Python: http://www.python.org/\n\nDependencies\n============\n\n* `python-markdown `_\n* `Jinja 2 `_\n* `PyYAML `_\n\n\nInstallation\n============\n\n1. Install Python (version 2.6, Golbarg is *not* compatible with Python 3 yet)\n#. Install the dependencies\n#. Install Golbarg: you can use Python tools (``easy_install Golbarg`` or ``pip\n install Golbarg``) or, if you are a Linux user, the tools from your\n distribution(``pacman``, ``aptitude``, ``emerge``...) if someone packaged\n Golbarg for it\n#. Create a directory where you will put all your files\n#. Create your configuration file and templates; you may want to look at \n `mine `_ for examples\n#. Write your posts in the content/posts directory, using the Markdown syntax,\n with a YAML header for metadata (again, see my blog for examples)\n#. Run ``golbarg`` to generate the full site\n#. Upload it somewhere and enjoy your blog!\n\n\n``golbarg-mode`` for Emacs\n==========================\n\nIf you use Emacs, you may want to use ``golbarg-mode``. Simply add the directory\nwhere ``golbarg.el`` is located to your ``load-path``, add ``(require\n'golbarg)`` in your ``.emacs``, and you are done. You can now use ``M-x\ngolbarg-mode`` to switch a buffer to the Golbarg major mode, and use other\ncommands such as ``golbarg-new-draft``, ``golbarg-publish-post``, and\n``golbarg-preview`` (after customizing the ``golbarg-drafts-dir`` and\n``golbarg-posts-dir`` variables).\n\nYou can see a full configuration on my `emacs-config\n`_\nrepository.\n\n``golbarg-mode`` requires ``markdown-mode`` and ``yaml-mode`` to work, so be\nsure to install these modes first.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/Schnouki/Golbarg",
"keywords": null,
"license": "UNKNOWN",
"maintainer": null,
"maintainer_email": null,
"name": "Golbarg",
"package_url": "https://pypi.org/project/Golbarg/",
"platform": "any",
"project_url": "https://pypi.org/project/Golbarg/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/Schnouki/Golbarg"
},
"release_url": "https://pypi.org/project/Golbarg/0.2/",
"requires_dist": null,
"requires_python": null,
"summary": "A static blog generator",
"version": "0.2"
},
"last_serial": 784448,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "865c6214a02e5e2c6542b30ff3cd0ee0",
"sha256": "b8d2b6b18c1b1d6a732e3a6398d6b09a1077510586bb73494a6df58bb2d451a9"
},
"downloads": -1,
"filename": "Golbarg-0.1-py2.6.egg",
"has_sig": true,
"md5_digest": "865c6214a02e5e2c6542b30ff3cd0ee0",
"packagetype": "bdist_egg",
"python_version": "2.6",
"requires_python": null,
"size": 4332,
"upload_time": "2010-02-27T13:35:09",
"url": "https://files.pythonhosted.org/packages/d4/2f/6528af8b0505586e843b50d3c7bc9a5c4b687b64919512de3c4455153851/Golbarg-0.1-py2.6.egg"
},
{
"comment_text": "",
"digests": {
"md5": "736b20e391222256ca34e212bc9d2a50",
"sha256": "9828f80c34ab1093654de668b8315d8788ee23034a998c3abaef32aa3684e3bd"
},
"downloads": -1,
"filename": "Golbarg-0.1.tar.gz",
"has_sig": true,
"md5_digest": "736b20e391222256ca34e212bc9d2a50",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5252,
"upload_time": "2010-02-27T13:34:53",
"url": "https://files.pythonhosted.org/packages/70/81/bbd8d41e3a50df6ee185bbd7198d13772dfab84489ac926defa799cabb7f/Golbarg-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "39f3ceaa180752993db3e56e003f91d7",
"sha256": "cc6f81fb95f2081d669e9f0f15aa26ae1a0fb32654a9ddff56b9fedb34d24d36"
},
"downloads": -1,
"filename": "Golbarg-0.2-py2.6.egg",
"has_sig": true,
"md5_digest": "39f3ceaa180752993db3e56e003f91d7",
"packagetype": "bdist_egg",
"python_version": "2.6",
"requires_python": null,
"size": 22445,
"upload_time": "2010-03-03T16:57:59",
"url": "https://files.pythonhosted.org/packages/18/c3/b293430641713b59ad05ee31d6f149899194bf8dca88b532377cbfafbe6e/Golbarg-0.2-py2.6.egg"
},
{
"comment_text": "",
"digests": {
"md5": "c9e518908f3960d9b16738effdacd693",
"sha256": "34a680acdbf346681bf1279a12d5f20a07ff6876549983a6bcee68382ecbea5f"
},
"downloads": -1,
"filename": "Golbarg-0.2.tar.gz",
"has_sig": true,
"md5_digest": "c9e518908f3960d9b16738effdacd693",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20261,
"upload_time": "2010-03-03T16:57:53",
"url": "https://files.pythonhosted.org/packages/1c/44/413e1a4132b6ae74db60d439dd5bcb086bfc44fed1564da2d240114612ff/Golbarg-0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "39f3ceaa180752993db3e56e003f91d7",
"sha256": "cc6f81fb95f2081d669e9f0f15aa26ae1a0fb32654a9ddff56b9fedb34d24d36"
},
"downloads": -1,
"filename": "Golbarg-0.2-py2.6.egg",
"has_sig": true,
"md5_digest": "39f3ceaa180752993db3e56e003f91d7",
"packagetype": "bdist_egg",
"python_version": "2.6",
"requires_python": null,
"size": 22445,
"upload_time": "2010-03-03T16:57:59",
"url": "https://files.pythonhosted.org/packages/18/c3/b293430641713b59ad05ee31d6f149899194bf8dca88b532377cbfafbe6e/Golbarg-0.2-py2.6.egg"
},
{
"comment_text": "",
"digests": {
"md5": "c9e518908f3960d9b16738effdacd693",
"sha256": "34a680acdbf346681bf1279a12d5f20a07ff6876549983a6bcee68382ecbea5f"
},
"downloads": -1,
"filename": "Golbarg-0.2.tar.gz",
"has_sig": true,
"md5_digest": "c9e518908f3960d9b16738effdacd693",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20261,
"upload_time": "2010-03-03T16:57:53",
"url": "https://files.pythonhosted.org/packages/1c/44/413e1a4132b6ae74db60d439dd5bcb086bfc44fed1564da2d240114612ff/Golbarg-0.2.tar.gz"
}
]
}