{ "info": { "author": "Samuel Colvin", "author_email": "S@muelColvin.com", "bugtrack_url": null, "classifiers": [], "description": "Donkey Simple\r\n=============\r\n\r\nCopyright (C) 2013-2014 `Samuel Colvin `__\r\nS@muelColvin.com\r\n\r\nLicense: The MIT License (MIT)\r\n\r\nDonkey Simple is an extremely simple platform for building static\r\nwebsites either from a web interface or the command line.\r\n\r\nIt uses `Werkzeug `__,\r\n`Jinja2 `__, `Ace Code\r\nEditor `__ and\r\n`Markdown `__ to make\r\nwriting the site as painless as possible.\r\n\r\nThe pages, templates, static files and config files which make up the\r\nsite are stored in a git repository so you can easily manage the version\r\nhistory of your site.\r\n\r\nOnce you've written your site, it is generated **ONCE** and then saved\r\nas static files, meaning the site is **FAST**, **REALLY FAST** in a way\r\ndynamic sites build from templates using lots of database calls and slow\r\ninterpretted languages so rarely are.\r\n\r\nDonkeySimple was built to work with Apache (it comes with .htaccess\r\nfiles) but it should be extremely simple to use it with other server.\r\nSimilarly it has only been tested on Linux and Mac OS, however there's\r\nnothing fundamental to stop it running on windows.\r\n\r\nView the code and download it at\r\n`github.com/samuelcolvin/donkey-simple `__.\r\nDonkey Simple is available through PyPi\r\n`pypi.python.org/pypi/DonkeySimple `__.\r\n\r\nQuick Start\r\n~~~~~~~~~~~\r\n\r\n::\r\n\r\n sudo pip install DonkeySimple\r\n donkeysimple create my_new_site\r\n cd ./my_new_site\r\n donkeysimple runserver\r\n # go to localhost:4000\r\n\r\nThen edit ``./my_new_site/settings.py``.\r\n\r\nIf you're running this on a server **set REQUIRE\\_AUTH = True** and\r\n**change your username/password** from the defaults: donkey/simple.\r\n\r\nDocumentation\r\n~~~~~~~~~~~~~\r\n\r\n(These docs assume you're setting up Donkey Simple to work with Apache\r\non Ubuntu, but they should give you the gist of the process on other\r\nlinux variants and Mac OS, even Windows and other web servers (like\r\nnginx and lighttpd) shouldn't be that different. However you might have\r\nproblems with windows paths.)\r\n\r\nTo Install run:\r\n\r\n::\r\n\r\n [sudpo] pip install DonkeySimple\r\n\r\nYou should then be able to use the command line utility\r\n``donkeysimple``, to show options:\r\n\r\n::\r\n\r\n donkeysimple --help\r\n\r\nTo build a new site run\r\n\r\n::\r\n\r\n donkeysimple create my_new_site\r\n\r\nwhich will create a new site template at\r\n``working/directory/my_new_site``. Eg. you might think of running this\r\ncommand from ``/var/www/home/`` to create ``/var/www/my_new_site``.\r\n\r\n(More details on what the donkeysimple utility can do can be found by\r\nrunning ``donkeysimple --help``.)\r\n\r\nYou can then use the system on a dev server by running\r\n\r\n::\r\n\r\n donkeysimple runserver\r\n\r\nfrom within the new site directory.\r\n\r\nYou might also think about changing the password for the default user,\r\nyou can do this by going into ``my_new_site`` and running.\r\n\r\n::\r\n\r\n donkeysimple edituser\r\n\r\nOnce you've run \"generate site\" you can host the resulting site\r\nanywhere.\r\n\r\nTo host the donkey simple web interface is only a little more\r\ncomplicated, it's a standard Werkzeug application so it can run via cgi,\r\nwsgi or the dev server as above.\r\n\r\nExample ``.htaccess`` are generated on ``create`` (see above).\r\n\r\nBuilding (You can probably ignore this)\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nIf you download the source (eg. from github as opposed to installing\r\nwith pip) you should run ``python mini_build.py`` prior to installing.\r\nAll this does is download the static files for the web interface and\r\ngenerate the docs.txt file for PyPi's ``long_description``, for this you\r\nwill require pandoc and pyandoc.", "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/samuelcolvin/donkey-simple", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "DonkeySimple", "package_url": "https://pypi.org/project/DonkeySimple/", "platform": "any", "project_url": "https://pypi.org/project/DonkeySimple/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/samuelcolvin/donkey-simple" }, "release_url": "https://pypi.org/project/DonkeySimple/0.20.03/", "requires_dist": null, "requires_python": null, "summary": "Super Simple python system for building and deploying static websites", "version": "0.20.03" }, "last_serial": 1044769, "releases": { "0.11": [ { "comment_text": "", "digests": { "md5": "8db142bc206aa3af67601e5e2f5de973", "sha256": "9fe1c8de17daa132d9156b91c4d64c17b396b1aa53664d81e668c05d7e06bfd4" }, "downloads": -1, "filename": "DonkeySimple-0.11.tar.gz", "has_sig": false, "md5_digest": "8db142bc206aa3af67601e5e2f5de973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1198325, "upload_time": "2014-03-17T15:26:05", "url": "https://files.pythonhosted.org/packages/2a/9a/e3228b87064ae05440bc64016758d4154bce2573c81eab3b936c96f71feb/DonkeySimple-0.11.tar.gz" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "ae85d1f30adeaefaed25c6d2bd5a7439", "sha256": "9f517e3be6a9a62687ab8bb677f028971b103dfe38560f0083c6640480fdd538" }, "downloads": -1, "filename": "DonkeySimple-0.15.tar.gz", "has_sig": false, "md5_digest": "ae85d1f30adeaefaed25c6d2bd5a7439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1201206, "upload_time": "2014-03-17T17:42:25", "url": "https://files.pythonhosted.org/packages/4e/ae/c2f288db882af718f17ffd065153a5ad8f7ec2d700b81efc021cb83b85e4/DonkeySimple-0.15.tar.gz" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "28f5252ac5b4752c783ce37bf40a04a5", "sha256": "aea07ecd5b79c75d6df307173f46fbbb5e40f30d72b66be8c8a82a9acdc7114a" }, "downloads": -1, "filename": "DonkeySimple-0.16.tar.gz", "has_sig": false, "md5_digest": "28f5252ac5b4752c783ce37bf40a04a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1209739, "upload_time": "2014-03-18T23:01:47", "url": "https://files.pythonhosted.org/packages/bd/bd/8ba41ffff15f6cbff835104916e631fe49242e9271ad35a18a3f96e8745f/DonkeySimple-0.16.tar.gz" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "41164e082a4d85996bad4e8522a792b0", "sha256": "687de89cfb757abf1c0c88ea73af6e9792a289ebdce33e142dc94ce3c972574e" }, "downloads": -1, "filename": "DonkeySimple-0.17.tar.gz", "has_sig": false, "md5_digest": "41164e082a4d85996bad4e8522a792b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1210742, "upload_time": "2014-03-20T17:30:56", "url": "https://files.pythonhosted.org/packages/5a/d7/fe51313d09745d5925fc008c7d95152753986fb62e993f8617166f5a0e2b/DonkeySimple-0.17.tar.gz" } ], "0.18": [ { "comment_text": "", "digests": { "md5": "fd52d03a55debb7b22618a2ab623972a", "sha256": "1a1b2994c2b27da47d84c38a16801f7a9c5498de12a2ed78314fe9e120c24d0a" }, "downloads": -1, "filename": "DonkeySimple-0.18.tar.gz", "has_sig": false, "md5_digest": "fd52d03a55debb7b22618a2ab623972a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1210948, "upload_time": "2014-03-21T15:01:10", "url": "https://files.pythonhosted.org/packages/da/cf/7f89d53dcc859b3d3f43df0c4de2c6389114b3f4d3cf2c85713c4bc5763c/DonkeySimple-0.18.tar.gz" } ], "0.20": [ { "comment_text": "", "digests": { "md5": "5b6d39476362f8d6a041d1c3676eebe0", "sha256": "8c8e8d089f28f0ec071664fdb1cefc00b13f84d5990fcf24f412a4234c144834" }, "downloads": -1, "filename": "DonkeySimple-0.20.tar.gz", "has_sig": false, "md5_digest": "5b6d39476362f8d6a041d1c3676eebe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1214168, "upload_time": "2014-03-27T22:48:29", "url": "https://files.pythonhosted.org/packages/c8/16/dc14a9ee75794bf236e37204a92425d2eec8aec230dd5ed9e22748ccb745/DonkeySimple-0.20.tar.gz" } ], "0.20.01": [ { "comment_text": "", "digests": { "md5": "e4bc9ea300a1049dd67d18021062cd39", "sha256": "994e6263a0de09f55954f04eb8987811d9c4e3cd0d9da07af9adafde28fbfe4a" }, "downloads": -1, "filename": "DonkeySimple-0.20.01.tar.gz", "has_sig": false, "md5_digest": "e4bc9ea300a1049dd67d18021062cd39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1214210, "upload_time": "2014-03-27T22:54:00", "url": "https://files.pythonhosted.org/packages/49/58/d9a97adcff52e53e6a616cd04d4a029234ad1a7f98b47156b0b54a433e81/DonkeySimple-0.20.01.tar.gz" } ], "0.20.02": [ { "comment_text": "", "digests": { "md5": "31bb635075bf658dce5b38be8b499114", "sha256": "eeab90f3db2bef38a32297106acf319ec4eb74cceb0436b2d859455b88dbd3da" }, "downloads": -1, "filename": "DonkeySimple-0.20.02.tar.gz", "has_sig": false, "md5_digest": "31bb635075bf658dce5b38be8b499114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1215816, "upload_time": "2014-03-28T19:16:28", "url": "https://files.pythonhosted.org/packages/4a/04/d3195932a810aff2618386f7ddeb440310b0e0d8f4dcb5d47e923398f771/DonkeySimple-0.20.02.tar.gz" } ], "0.20.03": [ { "comment_text": "", "digests": { "md5": "f1681b4b4ffc52fa348090ee5a79f38b", "sha256": "ceff2f9337ba01fa0776ae8441d88b00fe5b89f119173ed76a53367c8c7939f4" }, "downloads": -1, "filename": "DonkeySimple-0.20.03.tar.gz", "has_sig": false, "md5_digest": "f1681b4b4ffc52fa348090ee5a79f38b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1215861, "upload_time": "2014-03-28T19:28:18", "url": "https://files.pythonhosted.org/packages/f2/e4/03fc5f884fdb14b391fa82924ed27638a2efb66424cb99f1485e394a55e5/DonkeySimple-0.20.03.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f1681b4b4ffc52fa348090ee5a79f38b", "sha256": "ceff2f9337ba01fa0776ae8441d88b00fe5b89f119173ed76a53367c8c7939f4" }, "downloads": -1, "filename": "DonkeySimple-0.20.03.tar.gz", "has_sig": false, "md5_digest": "f1681b4b4ffc52fa348090ee5a79f38b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1215861, "upload_time": "2014-03-28T19:28:18", "url": "https://files.pythonhosted.org/packages/f2/e4/03fc5f884fdb14b391fa82924ed27638a2efb66424cb99f1485e394a55e5/DonkeySimple-0.20.03.tar.gz" } ] }