{ "info": { "author": "Thomas Chiroux", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "attowiki\n========\n\nattowiki is a very small wiki engine for personal use.\n\nIts main features are:\n\n* can be started in any directory\n* uses all .rst files in directory structure as \"wiki\" files\n* uses git for revision control\n* automatic background saving\n* history view of old version of pages, including source and diff views\n* added 2 new directives: 'todo' and 'done'\n* some meta pages, including:\n\n * */__index__*: gives a list of all meta pages and normal pages\n * */__cheatsheet__*: docutils reStructuredText cheat sheet\n\n * */__todo__*: gives a list of all todo found in all pages\n * */__done__*: gives a list of all done found in all pages\n * */__xxxxxxx__*: gives a list of all *xxxxxxx* found in all pages, *xxxxxxx*\n represent any reStructure *node*, like all admonitions:\n\n * __todo__\n * __done__\n * __attention__\n * __caution__\n * __danger__\n * __error__\n * __hint__\n * __important__\n * __note__\n * __tip__\n * __warning__\n * __admonition__\n\n * \"admonition\" meta pages for one page only\n using this kind of url: /name of the doc.__admonitionname__\n\nusage\n-----\n\nLaunching a wiki\n\n::\n\n $ attowiki\n\nthat's all.\n\nattowiki will start a small server\n(by default, serving to http://localhost:8080)\n\nall the .rst files inside the current directory will be used for the wiki\n\n\ninstallation\n------------\n\n::\n\n $ pip install attowiki\n\n\nproject dependencies\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\n* bottle\n* docutils\n* gitpython\n\n\n\nVersion History\n---------------\n\nv0.5.1\n\"\"\"\"\"\"\n\n* Bug Corrections\n\n * changed error handling when pdf production fail\n\nv0.5\n\"\"\"\"\n\n* added pdf export button\n\n* added static file serving as fall back (and 404 still fall back of static files-\n It's useful when a reST doc tries to include local files (like images), which\n are now server by attowiki\n\n* Bug Corrections\n\n * git history was not available when serving attowiki in a subdir of a git repo\n\nv0.4\n\"\"\"\"\n\n* added a 'view diff' button when viewing a previous version of a file\n* added a 'view source' button when viewing a previous version of a file\n* added an history view of previous versions of a file\n* added __todo__ meta page which scan all the directory for todo directives\n and display it in one page\n* added more generic __xxxxxxxx__ meta page which scan all the directory\n for the xxxxxxxx admnonition. This may work with any registered node,\n especially admonitions:\n\n * __todo__\n * __done__\n * __attention__\n * __caution__\n * __danger__\n * __error__\n * __hint__\n * __important__\n * __note__\n * __tip__\n * __warning__\n * __admonition__\n\n* added possibility to use the \"admonition\" meta pages for one page only\n using this kind of url: /name of the doc.__admonition_name__\n\n* added __cheatsheet__ meta page which provides locally a docutils reST\n cheatsheet\n* added 'done' directive, in order to work with todo: when a task is done,\n edit the page and change 'todo' to 'done' (it will remove it from\n __todo__ meta page)\n* removed iframe\n* improved docutils css\n* some other refactors\n\nv0.3\n\"\"\"\"\n\n* added todo directive support in rest files (now display correctly a todo)\n* changed a little bit the default docutils css\n* added background saving feature\n\nv0.2\n\"\"\"\"\n\n* start in a dir, looks for .rst files and serve them in html\n* looks for index.rst at first and serve it\n* if index.rst not found serve a page with the list of files\n* simple edition (text area). Save and Cancel buttons\n* git commit when saving\n\n\nv0.1\n\"\"\"\"\n\n* first (non-working) version", "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/ThomasChiroux/attowiki", "keywords": "restructuredText wiki", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "attowiki", "package_url": "https://pypi.org/project/attowiki/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/attowiki/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ThomasChiroux/attowiki" }, "release_url": "https://pypi.org/project/attowiki/v0.5.1/", "requires_dist": null, "requires_python": null, "summary": "small wiki engine based on static reST files in a directory and git for versionning", "version": "v0.5.1" }, "last_serial": 868321, "releases": { "v0.2": [ { "comment_text": "", "digests": { "md5": "6b5825438b4523aaba48c52ff381cd2f", "sha256": "fe7a292715ab4ca9266acce63ba5564caf3607a4d2264902df7358cb58ea74eb" }, "downloads": -1, "filename": "attowiki-v0.2.tar.gz", "has_sig": false, "md5_digest": "6b5825438b4523aaba48c52ff381cd2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5725, "upload_time": "2012-10-12T13:22:59", "url": "https://files.pythonhosted.org/packages/42/58/b1ebe068655a2f4d9426be899b2a82c1ae451abf70fc85ef815c70250651/attowiki-v0.2.tar.gz" } ], "v0.2.1": [ { "comment_text": "", "digests": { "md5": "2e9f686f1d871309d37d4c43733f9d84", "sha256": "85e991dfd3c8ea0ae96f363fc66429dd335a7fa4fabf5f9c6d1324e99a673d82" }, "downloads": -1, "filename": "attowiki-v0.2.1.tar.gz", "has_sig": false, "md5_digest": "2e9f686f1d871309d37d4c43733f9d84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5769, "upload_time": "2012-10-12T13:36:33", "url": "https://files.pythonhosted.org/packages/d1/57/b4b32efff984b6f16ede997c3b5edef421d82ff4dbe619b21512c5911981/attowiki-v0.2.1.tar.gz" } ], "v0.2.2": [ { "comment_text": "", "digests": { "md5": "dc1d3327de5b7349781a2f5fab705f5f", "sha256": "ece9a04bec24b4f363e778a8635736b14305c671f3693d54042bda0b1c787242" }, "downloads": -1, "filename": "attowiki-v0.2.2.tar.gz", "has_sig": false, "md5_digest": "dc1d3327de5b7349781a2f5fab705f5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7336, "upload_time": "2012-10-12T13:46:44", "url": "https://files.pythonhosted.org/packages/a6/8c/7056091edeb23fbc53a23f1757e6824b5244db1a74e9df74f65cec18bbad/attowiki-v0.2.2.tar.gz" } ], "v0.3": [ { "comment_text": "", "digests": { "md5": "a5e4edabc4ee1560c325571a0d09c650", "sha256": "f357ce9c5016660f9bf4b378891c61d6b46d74468387cd8f1e45fd429a9d4995" }, "downloads": -1, "filename": "attowiki-v0.3.tar.gz", "has_sig": false, "md5_digest": "a5e4edabc4ee1560c325571a0d09c650", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10026, "upload_time": "2012-10-14T16:54:14", "url": "https://files.pythonhosted.org/packages/f9/63/d84f2aa1afa8438cae2a044dd392a39da21b07cf68539ec73e005f035825/attowiki-v0.3.tar.gz" } ], "v0.3.1": [ { "comment_text": "", "digests": { "md5": "3240e353f6102f3e445d8b24c701eb4b", "sha256": "f6d6c136596b15c287a13a04e6f01987550adde70e86c70abc71428466e4b163" }, "downloads": -1, "filename": "attowiki-v0.3.1.tar.gz", "has_sig": false, "md5_digest": "3240e353f6102f3e445d8b24c701eb4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11948, "upload_time": "2012-10-14T17:00:28", "url": "https://files.pythonhosted.org/packages/36/dd/740a83d793831c176b5890dd4bc0c054abcbcab23360460a4e473ca7629b/attowiki-v0.3.1.tar.gz" } ], "v0.4": [ { "comment_text": "", "digests": { "md5": "4aa80b9fb80d40b3e451f42c743f8430", "sha256": "506ae3ccdcbd4b8acefbc72068cfca7df592122752ab013021329f5e663d6316" }, "downloads": -1, "filename": "attowiki-v0.4.tar.gz", "has_sig": false, "md5_digest": "4aa80b9fb80d40b3e451f42c743f8430", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18805, "upload_time": "2012-10-17T23:58:50", "url": "https://files.pythonhosted.org/packages/04/b1/60706bce58a09697721e017cd7ee4b0dd9c8e9596af5000f169707268db4/attowiki-v0.4.tar.gz" } ], "v0.4.1": [ { "comment_text": "", "digests": { "md5": "32fcc84c1e1748098820311c508a096d", "sha256": "b62614630ee5efbb180f16e8b26566b5978c90e1619409db34db57a86c4712ba" }, "downloads": -1, "filename": "attowiki-v0.4.1.tar.gz", "has_sig": false, "md5_digest": "32fcc84c1e1748098820311c508a096d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18744, "upload_time": "2012-10-18T00:06:21", "url": "https://files.pythonhosted.org/packages/13/71/ea7165c8eacc339744d273e32539f90cd8a426bd2936a4defa37e95c8fb7/attowiki-v0.4.1.tar.gz" } ], "v0.4.2": [ { "comment_text": "", "digests": { "md5": "04f4b90f03404abb0bd89ef299c6515f", "sha256": "2ff597fd1a0b3857a18c6e913cc37f91a58f0c9713859a322fe1bb9c080d511a" }, "downloads": -1, "filename": "attowiki-v0.4.2.tar.gz", "has_sig": false, "md5_digest": "04f4b90f03404abb0bd89ef299c6515f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18738, "upload_time": "2012-10-18T00:12:48", "url": "https://files.pythonhosted.org/packages/47/f1/688209fdf16b38ecc87d4311588907d010ae323683a11ec9df33bd1f0702/attowiki-v0.4.2.tar.gz" } ], "v0.5": [ { "comment_text": "", "digests": { "md5": "2b47785e4f01d3d0236b9d12c8fab8c2", "sha256": "03435ad3f124fe1fb555bde51ab8d10665197ca7aed4cda0e849286952ec5ed3" }, "downloads": -1, "filename": "attowiki-v0.5.tar.gz", "has_sig": false, "md5_digest": "2b47785e4f01d3d0236b9d12c8fab8c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21497, "upload_time": "2013-09-17T23:13:43", "url": "https://files.pythonhosted.org/packages/46/a2/47e8b3ce2e60db8573b4056756a7b4676cf8a327609cf77432db5b9d9e51/attowiki-v0.5.tar.gz" } ], "v0.5.1": [ { "comment_text": "", "digests": { "md5": "3a13751fba3a412be85c4f416de41128", "sha256": "f6d504dbe983cc8aa221a23bb0bb32bf4d6ff97d75e7e8840dcab728cc63f38d" }, "downloads": -1, "filename": "attowiki-v0.5.1.tar.gz", "has_sig": false, "md5_digest": "3a13751fba3a412be85c4f416de41128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21588, "upload_time": "2013-09-17T23:18:28", "url": "https://files.pythonhosted.org/packages/88/ed/9cd635fe77d51e7bde63bb64a0e9d005043adb726f00e2bc1cc72db01428/attowiki-v0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a13751fba3a412be85c4f416de41128", "sha256": "f6d504dbe983cc8aa221a23bb0bb32bf4d6ff97d75e7e8840dcab728cc63f38d" }, "downloads": -1, "filename": "attowiki-v0.5.1.tar.gz", "has_sig": false, "md5_digest": "3a13751fba3a412be85c4f416de41128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21588, "upload_time": "2013-09-17T23:18:28", "url": "https://files.pythonhosted.org/packages/88/ed/9cd635fe77d51e7bde63bb64a0e9d005043adb726f00e2bc1cc72db01428/attowiki-v0.5.1.tar.gz" } ] }