{ "info": { "author": "Neil Faclly", "author_email": "nyufac@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "======================\nZima imageboard engine\n======================\n\nZima is an imageboard engine that trys to keep all good things from\n`wakaba http://wakaba.c3.cx/`_ on the one side and introduces a couple\nof differences on the another.\n\n**Note Bene!** This is very early version of this software. Do not\n expect production quality, use it at your own risk.\n\nInstallation\n============\n\nDownload source tarball unpack it and run::\n\n python setup.py install\n\nThis will install ``zimabbs`` python package, ``zima.py`` and\n``zwipe.py`` scripts in your ``local/bin`` directory and creates two\ndirectories:\n\n* ``/var/zima`` -- contains imageboard resources;\n* ``/etc/zima.d`` -- where configuration stores.\n\nTo start server type::\n\n zima.py\n\nUsing mongoDB and CherryPy\n==========================\n\nBy default zima uses it's own ad-hoc ``memory`` backend which keeps\nall data in ram and has no data persistency. This is useful for\ndeveloping but not for production.\n\nAlternatively you can use mongoDb which keeps data more reliable. To\nplug mongoDb to zima you need to install ``pyMongo`` package. After\nthat change ``db`` section of your config (which is\n``/etc/zima.d/config.py``) in the following way::\n\n 'db': {\n ...\n 'backend': 'mongo',\n 'iface': 'localhost:27017',\n },\n\nTo use ``CherryPy`` server instead of bottle.py standart development\nserver ``WSGIRefServer`` install CherryPy package and modify config in\nthe following way::\n\n from bottle import CherryPyServer\n\n server = {\n ... \n 'frontend': CherryPyServer,\n }", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/zima/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "zima", "package_url": "https://pypi.org/project/zima/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zima/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/zima/" }, "release_url": "https://pypi.org/project/zima/0.1.106/", "requires_dist": null, "requires_python": null, "summary": "Zima image board", "version": "0.1.106" }, "last_serial": 802293, "releases": { "0.1.104": [ { "comment_text": "", "digests": { "md5": "4a50426913a782b5a4cda117e74f988b", "sha256": "90f2dd820423cd1109d9edbe6c522b468d296569ad5724cb95c0b67fab5e4e5e" }, "downloads": -1, "filename": "zima-0.1.104.zip", "has_sig": false, "md5_digest": "4a50426913a782b5a4cda117e74f988b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228116, "upload_time": "2011-03-26T20:07:23", "url": "https://files.pythonhosted.org/packages/f0/02/f87a33d7080e6357051a265a8b33877a523e93173a7fc4487ba7a74181a9/zima-0.1.104.zip" } ], "0.1.105": [ { "comment_text": "", "digests": { "md5": "06c05d3dd01c72723b37b83799c3a486", "sha256": "b6d3211b46f2d9090ef7124320e0e61d2f6bade23ad74b2163b5fba745653344" }, "downloads": -1, "filename": "zima-0.1.105.zip", "has_sig": false, "md5_digest": "06c05d3dd01c72723b37b83799c3a486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228124, "upload_time": "2011-03-26T20:12:33", "url": "https://files.pythonhosted.org/packages/cf/7a/56b6c2cdaabdb980a6486d4daa098bed3fff675b957aba7f34131fe575b4/zima-0.1.105.zip" } ], "0.1.106": [ { "comment_text": "", "digests": { "md5": "168516aac982eae8bf0efe2d01b02426", "sha256": "a54b1b5e08f0a10ada238e3a3f799170097b1bf6144487f08b1ca3f2ceedc7a8" }, "downloads": -1, "filename": "zima-0.1.106.zip", "has_sig": false, "md5_digest": "168516aac982eae8bf0efe2d01b02426", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228130, "upload_time": "2011-03-26T20:13:41", "url": "https://files.pythonhosted.org/packages/7f/84/2939d78c3aefa4e5c69e5c76601b6656718068781d5b6d245c47ae23b13e/zima-0.1.106.zip" } ], "0.1.52": [], "0.1.54": [ { "comment_text": "", "digests": { "md5": "61c83bec926131263dfb5de0b47b49c7", "sha256": "444a68247b71a0d7d444f2d632c617925af6d96c98bace145dd744ff2f8870e0" }, "downloads": -1, "filename": "zima-0.1.54.zip", "has_sig": false, "md5_digest": "61c83bec926131263dfb5de0b47b49c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227067, "upload_time": "2011-03-26T10:18:50", "url": "https://files.pythonhosted.org/packages/f2/d9/c157b5cc55b449ac7f4810add0fd0e015057a984f770385bb08af1e76250/zima-0.1.54.zip" } ], "0.1.65": [ { "comment_text": "", "digests": { "md5": "e9d7faf9ca6dc9833a85a0104314fba5", "sha256": "d9840aacc50924d97087d091a2df0666fe0c958fc26dcee328d64244dd5375c9" }, "downloads": -1, "filename": "zima-0.1.65.zip", "has_sig": false, "md5_digest": "e9d7faf9ca6dc9833a85a0104314fba5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227516, "upload_time": "2011-03-26T13:00:55", "url": "https://files.pythonhosted.org/packages/8e/c4/8be044e641d8c0d62ea2ffa83341e83e0de666c290c7e3cfea8344036ebd/zima-0.1.65.zip" } ], "0.1.75": [ { "comment_text": "", "digests": { "md5": "4f7b156f1ad46a687516ff80a2a114a8", "sha256": "e5f08f9174dc06e90b95f5e37f33d7f0f2e30b04ab4bc81ad32f1dc7d8659de6" }, "downloads": -1, "filename": "zima-0.1.75.zip", "has_sig": false, "md5_digest": "4f7b156f1ad46a687516ff80a2a114a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227765, "upload_time": "2011-03-26T13:13:22", "url": "https://files.pythonhosted.org/packages/f7/ee/dbb3415e1e4a2d644e7c60a32a73fc90c2f1537379eb3eb739004dd62ab0/zima-0.1.75.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "168516aac982eae8bf0efe2d01b02426", "sha256": "a54b1b5e08f0a10ada238e3a3f799170097b1bf6144487f08b1ca3f2ceedc7a8" }, "downloads": -1, "filename": "zima-0.1.106.zip", "has_sig": false, "md5_digest": "168516aac982eae8bf0efe2d01b02426", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228130, "upload_time": "2011-03-26T20:13:41", "url": "https://files.pythonhosted.org/packages/7f/84/2939d78c3aefa4e5c69e5c76601b6656718068781d5b6d245c47ae23b13e/zima-0.1.106.zip" } ] }