{ "info": { "author": "Marco Pantaleoni", "author_email": "m.pantaleoni@softwarefabrica.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. _topics-overview:\n\n===========================\nSoftwarefabrica Django Wiki\n===========================\n\n.. admonition:: About this document\n\n This document provides an overview of what Softwarefabrica Django Wiki is.\n\n.. contents::\n :depth: 3\n\nWhat is this?\n=============\n\nThis is a flexible wiki application for the `Django`_ web framework.\n\nThis is meant to be used as a component in developing full-fledged wiki\napplications, but it also provides a fully working stand-alone application. \n\nYour help and feedback is precious. Suggestions and contributions are very much\nappreciated. See below on how you can contribute.\n\nIf you want to actively collaborate and provide code, documentation, tests or\nbug fixes, please feel free to create a new Bazaar branch in Launchpad, and tell\nus about it! See the collaboration_ section for more information.\n\n.. _`Django`: http://www.djangoproject.com\n\nFeature overview\n----------------\n\nWiki features:\n\n- **simple**\n- **fast**\n- *standard* markup, based on `Markdown`_\n- *attachment support*\n- *ergonomic*\n- automatically creates backups of all page changes (*full history*)\n- **multiple wikis**\n- **hierarchycal wikis**\n- **hierarchycal pages**\n- *unicode support*\n- **remote wiki synchronization** support (you can work on your wikis on mobile, disconnected, devices)\n- *structured documents* support, with links for *previous*, *next* and *upper* pages\n- easy access to *linked* and *linking* pages\n- fast **search** functionality\n- **download** of pages in *text* and *HTML* formats\n- easily embeddable in other `Django`_ applications\n- *TWiki* import tool\n- fully working *complete* demo application included\n\nUpcoming features:\n\n- *PDF* generation\n- *RSS feed* for recent changes\n- *page templates*\n- download of a **whole** wiki in HTML\n- advanced *ACL* support\n\n.. _`Markdown`: http://daringfireball.net/projects/markdown/syntax\n.. _`Django`: http://www.djangoproject.com\n.. _`forms library`: http://docs.djangoproject.com/en/dev/topics/forms/\n\nPre-requisites and installation\n===============================\n\nSee the `installation guide document`_.\n\n.. _`installation guide document`: install.html\n\n.. _collaboration:\n\nHow can I contribute?\n=====================\n\nAs said, your help is precious. We'll warmly appreciate any help you'll want to\ngive. Just using this library is a reward for us, but if you want to become more\nactively involved, you are welcome!\n\nThe project has a `development home page`_ at `LaunchPad`_:\n\n https://launchpad.net/sf-django-wiki\n\nThere you can file `bugs`_, suggest `enhancements`_, follow development or ask\nto become an active `team`_ member.\n\nYou can checkout the development branch using `Bazaar`_:\n\n::\n\n bzr branch lp:sf-django-wiki\n\nWe'll appreciate very much if you'll want to contribute back any changes. Just\nregister your branch with `LaunchPad`_ and tell us!\n\nSource code can also be browsed `online`_.\n\n.. _`development home page`: https://launchpad.net/sf-django-wiki\n.. _`LaunchPad`: http://launchpad.net\n.. _`Bazaar`: http://bazaar-vcs.org/\n.. _`online`: http://bazaar.launchpad.net/~softwarefabrica/sf-django-wiki/trunk/changes\n.. _`Softwarefabrica`: https://edge.launchpad.net/softwarefabrica\n.. _`team`: https://edge.launchpad.net/softwarefabrica\n.. _`bugs`: https://bugs.launchpad.net/sf-django-wiki\n.. _`enhancements`: https://bugs.launchpad.net/sf-django-wiki\n\n\nContacts\n========\n\nIt's possible to contact the author by e-mail at the following addresses:\n\n m.pantaleoni at softwarefabrica.org\n\n panta at elasticworld.org\n\n marco.pantaleoni at gmail.com\n\n\nLICENSE\n=======\n\nThis software is covered by the GNU General Public License version 2.\nIf you want to use this software in a closed source application, you\nneed to buy a commercial license from the author.\n\nThis open source version is:\n\n Copyright (C) 2007-2008 Marco Pantaleoni. All rights reserved.\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License version 2 as\n published by the Free Software Foundation.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License along\n with this program; if not, write to the Free Software Foundation, Inc.,\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\n\nCHANGES\n-------\n\n2009-10-21 Marco Pantaleoni \n\n\t* integrated find_package_data() by Ian Bicking from\n http://svn.pythonpaste.org/Paste/trunk/paste/util/finddata.py\n This should solve package issues with python 2.6\n (specifically lack of templates in egg).\n\n2008-12-19 Marco Pantaleoni \n\n\t* added doc bundle generation.\n\n\t* docs/install.txt: improved installation instructions.\n\n2008-12-17 Marco Pantaleoni \n\n\t* docs/install.txt: fixed typo.\n\tFixed another typo.\n\n\t* setup.py: Added missing dependency on BeautifulSoup.\n\n2008-12-16 Marco Pantaleoni \n\n\t* Makefile (commit): added 'commit' target, which updates\n\tlaunchpad bzr repo.\n\n\t* docs/install.txt: added info about jscalendar.\n\n\t* removed demo.db\n\n\t* softwarefabrica/django/wiki/wikiparse.py\n\t(WikiParser.markup_parse): Removed bogus reference to obsolete\n\tmdx_sfwiki.\n\n\t* BIG CHANGE. Complete reorganization of the source, switched to\n\tnested package layout (`softwarefabrica.django.wiki`),\n\tre-organized demo project, added documentation, created setuptools\n\tbased distribution. Also fixed some bugs.\n\n2008-11-24 Marco Pantaleoni \n\n\t* switched to 'softwarefabrica.django.utils'\n\n2008-10-22 Marco Pantaleoni \n\n\t* testproj/static_media/css/wiki-screen.css: CSS changes.\n\n\t* templates/wiki/base.html: switched to perfect 3-column layout\n\t(http://matthewjamestaylor.com/blog/perfect-3-column.htm)\n\n2008-10-09 Marco Pantaleoni \n\n\t* models.py (Wiki.homepage): it's now possible to specify an home\n\tpage for a Wiki.\n\n2008-09-26 Marco Pantaleoni \n\n\t* testproj/importer/twiki-import.py: added support for attachments.\n\n\t* testproj/importer/twiki-import.py: great code reorganization. \n\n\t* wikiparse.py (wikiparse): correctly handle unicode and markdown.\n\n\t* wikiparse.py (parse_wiki_tags): fixed and added detailed wiki\n\tlinks and attachments.\n\n\t* urls.py: generalized urls.\n\n\t* testproj/importer/twiki-import.py: greatly improved, added write\n\tto DB. Now it is almost complete.\n\n\t* templates/wiki/search_results.html: now pagecontents point to\n\tproper revisions.\n\n\t* templates/wiki/base.html: changed DOCTYPE switching from xhtml\n\tto html, switched to utf8\n\n\t* sanitize.py (sanitize_html): generalized.\n\n\t* models.py: added an HACK to support correct handling of 'linked'\n\tManyToMany when not using forms.\n\n2008-09-25 Marco Pantaleoni \n\n\t* fixed default parent separator in models get_parent.\n\tSmall layout and css change.\n\n\t* added linked pages and linked by boxes to the sidebar\n\n\t* added linked and referenced pages to PageContent model, and\n\thandled properly in save() and wiki filter.\n\n2008-09-24 Marco Pantaleoni \n\n\t* attachments are now saved in a path referring to the page UUID\n\tinstead of the name.\n\n\t* now it's possible to go to a specific revision from the history\n\tpage.\n\n\t* moved info about page content rev. and dates to history page.\n\n\t* page history now uses pagelink.\n\n\t* moved 'add attachment' link to page icons box.\n\tSmall css change.\n\n\t* limited recently modified pages to current wiki, when\n\tapplicable.\n\n\t* added 'txt' and 'HTML' download links for pages.\n\n\t* simplified left sidebar.\n\n\t* wiki links css changes.\n\n\t* fixed 'wiki' templatetag (sanitized text before markdown processing).\n\n\t* added wikimenu templatetag, which generates a hierarchical menu.\n\n\t* fixed missing closing HTML tags for page text in search results\n\tand page history (using truncate_html instead of truncate).\n\n\t* added icons for edit and new page in page detail.\n\n2008-09-22 Marco Pantaleoni \n\n\t* added 'wikilink' and 'pagelink' templatetags (removing the\n\t'get_hier_href()' functions from models.)\n\n\t* added initial rough support for sub-wikis and sub-pages\n\tin url handling and views.\n\n\t* added publish, publish_from, publish_to fields.\n\tAdded sub-wiki and sub-page support to db models.\n\n2008-09-20 Marco Pantaleoni \n\n\t* Improved search, adding search in pages and wikis.\n\n\t* implemented a basic search functionality.\n\n2008-09-19 Marco Pantaleoni \n\n\t* Added initial attachment support.\n\tFixed some related names for foreign keys.", "description_content_type": null, "docs_url": "https://pythonhosted.org/softwarefabrica.django.wiki/", "download_url": "http://pypi.python.org/packages/source/s/softwarefabrica.django.wiki/softwarefabrica.django.wiki-1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/softwarefabrica.django.wiki/", "keywords": "django wiki softwarefabrica", "license": "GNU GPL v2", "maintainer": null, "maintainer_email": null, "name": "softwarefabrica.django.wiki", "package_url": "https://pypi.org/project/softwarefabrica.django.wiki/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/softwarefabrica.django.wiki/", "project_urls": { "Download": "http://pypi.python.org/packages/source/s/softwarefabrica.django.wiki/softwarefabrica.django.wiki-1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h.tar.gz", "Homepage": "http://pypi.python.org/pypi/softwarefabrica.django.wiki/" }, "release_url": "https://pypi.org/project/softwarefabrica.django.wiki/1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h/", "requires_dist": null, "requires_python": null, "summary": "A simple but very flexible django wiki application", "version": "1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h" }, "last_serial": 799816, "releases": { "1.0dev-BZR-r32-panta-elasticworld.org-20081216123746-27ou118wthuzrnsb": [ { "comment_text": "", "digests": { "md5": "5404160a3064e3d084192dab828e3eb8", "sha256": "6051b570e3b5508d393e6a48738673fde61af0592a89e0924d1776b4ced3d99c" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r32_panta_elasticworld.org_20081216123746_27ou118wthuzrnsb-py2.5.egg", "has_sig": false, "md5_digest": "5404160a3064e3d084192dab828e3eb8", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 152378, "upload_time": "2008-12-16T14:03:51", "url": "https://files.pythonhosted.org/packages/ab/04/fdc77d14b789e25b726cc53a46fd290f5f1739dddaa35df83ae21e91b71c/softwarefabrica.django.wiki-1.0dev_BZR_r32_panta_elasticworld.org_20081216123746_27ou118wthuzrnsb-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "db5e13777236870a3ec9662f08a7e1f0", "sha256": "0a8cff9fa0269483da24d87dec9db273dbdc4555d3590b37372f74e692ec76f8" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r32-panta-elasticworld.org-20081216123746-27ou118wthuzrnsb.tar.gz", "has_sig": false, "md5_digest": "db5e13777236870a3ec9662f08a7e1f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130520, "upload_time": "2008-12-16T14:03:49", "url": "https://files.pythonhosted.org/packages/c9/53/aa74b7003906e25ef9db2f2825132c16a0af36e4e69525e76afe9070d0f4/softwarefabrica.django.wiki-1.0dev-BZR-r32-panta-elasticworld.org-20081216123746-27ou118wthuzrnsb.tar.gz" } ], "1.0dev-BZR-r33-panta-elasticworld.org-20081216153619-v4ejdq9onvtrqkia": [ { "comment_text": "", "digests": { "md5": "40e618c538b7169ae735db3a20251c3c", "sha256": "81cab3c13f3692405f05dbafec204c6ec83dd13b40f1e1e354b3f594c5ebf3f6" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r33_panta_elasticworld.org_20081216153619_v4ejdq9onvtrqkia-py2.5.egg", "has_sig": false, "md5_digest": "40e618c538b7169ae735db3a20251c3c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 152436, "upload_time": "2008-12-16T15:36:51", "url": "https://files.pythonhosted.org/packages/36/f3/0e6f9405b7e075f62dc700e9ef8f82d944721abed2a40ff9c96ee86a33e3/softwarefabrica.django.wiki-1.0dev_BZR_r33_panta_elasticworld.org_20081216153619_v4ejdq9onvtrqkia-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "dd992a9fadadb3df4dcd73981bbad0c5", "sha256": "19b61004fcee767d01e2fce4504f75b384533f0b7111fa56eedebcb11afc3e6e" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r33-panta-elasticworld.org-20081216153619-v4ejdq9onvtrqkia.tar.gz", "has_sig": false, "md5_digest": "dd992a9fadadb3df4dcd73981bbad0c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122161, "upload_time": "2008-12-16T15:36:53", "url": "https://files.pythonhosted.org/packages/7b/2f/f49cec45c9a8ebb6a7fdb84cf3c55d5e331bea8bdaf73a70a01b397627c8/softwarefabrica.django.wiki-1.0dev-BZR-r33-panta-elasticworld.org-20081216153619-v4ejdq9onvtrqkia.tar.gz" } ], "1.0dev-BZR-r34-panta-elasticworld.org-20081216131356-smv4nkyb7t6lq0dg": [ { "comment_text": "", "digests": { "md5": "304f39ff412b13273a51f0d46a3eb5c9", "sha256": "1f35e4a19bbc7fb9e6c70b4f0a420a0a2ee55049916fffe269c42236e95ced07" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r34_panta_elasticworld.org_20081216131356_smv4nkyb7t6lq0dg-py2.4.egg", "has_sig": false, "md5_digest": "304f39ff412b13273a51f0d46a3eb5c9", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 143936, "upload_time": "2008-12-17T09:47:38", "url": "https://files.pythonhosted.org/packages/92/24/321e8154a311232ac7453186d3bcc85731b85c2c2d667764e4c02e34c560/softwarefabrica.django.wiki-1.0dev_BZR_r34_panta_elasticworld.org_20081216131356_smv4nkyb7t6lq0dg-py2.4.egg" } ], "1.0dev-BZR-r35-panta-elasticworld.org-20081217101049-st8sar058ur36g6i": [ { "comment_text": "", "digests": { "md5": "2cda36f917424787fc9dcabaeb21a0a0", "sha256": "86b18bcacb672d030b9582fb7f8df8eb5dfc7488bf71b58ce46357a9c8b7c20b" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r35_panta_elasticworld.org_20081217101049_st8sar058ur36g6i-py2.5.egg", "has_sig": false, "md5_digest": "2cda36f917424787fc9dcabaeb21a0a0", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 143226, "upload_time": "2008-12-17T10:11:19", "url": "https://files.pythonhosted.org/packages/70/4d/f6cbfa1d187375b9f0ffec0fc0a7009dee7b1b47d788cf0b65f3714822f9/softwarefabrica.django.wiki-1.0dev_BZR_r35_panta_elasticworld.org_20081217101049_st8sar058ur36g6i-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "ec758e48386748dc118741c255cc3709", "sha256": "0a6c60efbe4c677c022e4e7119bf22d9a55d4a2cff0f02b291938c0025cbdb75" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r35-panta-elasticworld.org-20081217101049-st8sar058ur36g6i.tar.gz", "has_sig": false, "md5_digest": "ec758e48386748dc118741c255cc3709", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122431, "upload_time": "2008-12-17T10:11:21", "url": "https://files.pythonhosted.org/packages/f0/b2/40553d4e30f9e7cc07d036cc0a32e9b219d3b9ed7b8a05564cb3c703cbf5/softwarefabrica.django.wiki-1.0dev-BZR-r35-panta-elasticworld.org-20081217101049-st8sar058ur36g6i.tar.gz" } ], "1.0dev-BZR-r36-panta-elasticworld.org-20081217101134-9m0nzk4d8mqhuxdu": [ { "comment_text": "", "digests": { "md5": "dd1ed7bb7b9ec78adc5997183a4bb0b0", "sha256": "a02086a9a2b22c9c1bb0cc4a5fd0a6b0611e0f6412e427122a0bee5cd7472e29" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r36_panta_elasticworld.org_20081217101134_9m0nzk4d8mqhuxdu-py2.5.egg", "has_sig": false, "md5_digest": "dd1ed7bb7b9ec78adc5997183a4bb0b0", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 143237, "upload_time": "2008-12-17T10:11:54", "url": "https://files.pythonhosted.org/packages/4f/f1/56af7ef755bf730abf359fb096b6e196b5d057c5f5ea1887e0f96eb056ee/softwarefabrica.django.wiki-1.0dev_BZR_r36_panta_elasticworld.org_20081217101134_9m0nzk4d8mqhuxdu-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "0af6b6d97263b17831aa7c2e0b6a36bc", "sha256": "14b1bcef58f45b2e6dfc4347138f6ea1c5416121502b3c57106f190ad854fa98" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r36-panta-elasticworld.org-20081217101134-9m0nzk4d8mqhuxdu.tar.gz", "has_sig": false, "md5_digest": "0af6b6d97263b17831aa7c2e0b6a36bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122442, "upload_time": "2008-12-17T10:11:56", "url": "https://files.pythonhosted.org/packages/1c/ec/0dd35e748ab99b821514b0ae508c6f9d8666ed50cb4989c6d0dc8bdf5445/softwarefabrica.django.wiki-1.0dev-BZR-r36-panta-elasticworld.org-20081217101134-9m0nzk4d8mqhuxdu.tar.gz" } ], "1.0dev-BZR-r37-panta-elasticworld.org-20081217101306-eo4gz8f5vr1kfear": [ { "comment_text": "", "digests": { "md5": "0c715c9023cd573535978cb7c9ca5e84", "sha256": "bf9b8666928e6f1f178b48858f3cc2ce7884d4de0235a36b51ff2d3aa598639d" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r37_panta_elasticworld.org_20081217101306_eo4gz8f5vr1kfear-py2.4.egg", "has_sig": false, "md5_digest": "0c715c9023cd573535978cb7c9ca5e84", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 85015, "upload_time": "2008-12-17T11:01:46", "url": "https://files.pythonhosted.org/packages/77/dd/a7c43432a5635703581352a25b6a100872b803d6d9e565bf9a75182940b8/softwarefabrica.django.wiki-1.0dev_BZR_r37_panta_elasticworld.org_20081217101306_eo4gz8f5vr1kfear-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "25937544cbb3312f5fcb6f230815e07d", "sha256": "6761cb78ce7eae5cfd0b5aa3850bc19725ad35ef02c7480c3828ad7c511f3525" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r37_panta_elasticworld.org_20081217101306_eo4gz8f5vr1kfear-py2.5.egg", "has_sig": false, "md5_digest": "25937544cbb3312f5fcb6f230815e07d", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 143243, "upload_time": "2008-12-17T10:13:24", "url": "https://files.pythonhosted.org/packages/b2/04/8592beb1b4a17a131693ffb6f4fcefb03dc59c4cedb7756b89b1cec5d318/softwarefabrica.django.wiki-1.0dev_BZR_r37_panta_elasticworld.org_20081217101306_eo4gz8f5vr1kfear-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "bde384871e8321c23aefa97437fb2c57", "sha256": "5b981559df3fac41619430dcd028efb85abb1bd28cda64b4a4f18c4a1fd5c509" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r37_panta_elasticworld.org_20081217101306_eo4gz8f5vr1kfear-py2.6.egg", "has_sig": false, "md5_digest": "bde384871e8321c23aefa97437fb2c57", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 84229, "upload_time": "2008-12-17T15:25:00", "url": "https://files.pythonhosted.org/packages/35/ae/e747acd801148ac8858c8cd7e2f0bfe89fe1b90b5963a763827c17fd68f0/softwarefabrica.django.wiki-1.0dev_BZR_r37_panta_elasticworld.org_20081217101306_eo4gz8f5vr1kfear-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "372764c2c483064fd237c8890912d70c", "sha256": "3685352418ec6d838bcae6681b0eb0bbf00f877375f06d84171273178ac02110" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r37-panta-elasticworld.org-20081217101306-eo4gz8f5vr1kfear.tar.gz", "has_sig": false, "md5_digest": "372764c2c483064fd237c8890912d70c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122350, "upload_time": "2008-12-17T10:13:26", "url": "https://files.pythonhosted.org/packages/8d/c2/a53600e43344f36b88df4946529cbfa6aabb74a36722cbfad7f0ba03d601/softwarefabrica.django.wiki-1.0dev-BZR-r37-panta-elasticworld.org-20081217101306-eo4gz8f5vr1kfear.tar.gz" } ], "1.0dev-BZR-r39-panta-elasticworld.org-20081219125050-dvyhd6a4s9nfsjr7": [ { "comment_text": "", "digests": { "md5": "ce8e3a36f1e84b106e53077926157bb0", "sha256": "f7a967e66fa07c64243067b2911b066a0878215b2d762236de39354065a39053" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r39_panta_elasticworld.org_20081219125050_dvyhd6a4s9nfsjr7-py2.4.egg", "has_sig": false, "md5_digest": "ce8e3a36f1e84b106e53077926157bb0", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 85050, "upload_time": "2008-12-19T12:55:57", "url": "https://files.pythonhosted.org/packages/06/72/694dabd4c517429c352a45bc0382ffae6b933be88540279d85ab7b333a64/softwarefabrica.django.wiki-1.0dev_BZR_r39_panta_elasticworld.org_20081219125050_dvyhd6a4s9nfsjr7-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8df5ecdbc3b1ac8ac90ceb98d0723297", "sha256": "3ea0754b8f8ab3811c9304d4509d5fc3a401b3b5973d71fe8bc024d53e9acd8a" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r39_panta_elasticworld.org_20081219125050_dvyhd6a4s9nfsjr7-py2.5.egg", "has_sig": false, "md5_digest": "8df5ecdbc3b1ac8ac90ceb98d0723297", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 143286, "upload_time": "2008-12-19T12:55:55", "url": "https://files.pythonhosted.org/packages/32/a5/31e07a59b95a5145031d6b7245d2ba84e5144092adacee1b73ab0dcf30fe/softwarefabrica.django.wiki-1.0dev_BZR_r39_panta_elasticworld.org_20081219125050_dvyhd6a4s9nfsjr7-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "9d98243fbb6c4e8ba4e98dca6da4edc2", "sha256": "c439b23af1f70405385f541f69e4ef871198a0fb9a1d38d036d1bfe0f68943de" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r39_panta_elasticworld.org_20081219125050_dvyhd6a4s9nfsjr7-py2.6.egg", "has_sig": false, "md5_digest": "9d98243fbb6c4e8ba4e98dca6da4edc2", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 84203, "upload_time": "2008-12-19T12:56:05", "url": "https://files.pythonhosted.org/packages/66/3b/e46a75d0cbc6c51bfbdbd9bdfeeedd19c2046044ce4160e16a9a2f82542c/softwarefabrica.django.wiki-1.0dev_BZR_r39_panta_elasticworld.org_20081219125050_dvyhd6a4s9nfsjr7-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "4cbf081fd3cbbfcbf2b09e2c822097bd", "sha256": "a64112f60591331ee158589f62b1600918e77e6319886b1867175323366d8ea7" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r39-panta-elasticworld.org-20081219125050-dvyhd6a4s9nfsjr7.tar.gz", "has_sig": false, "md5_digest": "4cbf081fd3cbbfcbf2b09e2c822097bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124505, "upload_time": "2008-12-19T12:55:53", "url": "https://files.pythonhosted.org/packages/f3/75/9c82ca92b26a606c209020a6747f3559c364d89586b185fbed5067b87824/softwarefabrica.django.wiki-1.0dev-BZR-r39-panta-elasticworld.org-20081219125050-dvyhd6a4s9nfsjr7.tar.gz" } ], "1.0dev-BZR-r40-panta-elasticworld.org-20090108095450-sq8sz20twuagiob1": [ { "comment_text": "", "digests": { "md5": "e5bc62efaa9b54997c83d0f433ed47bb", "sha256": "a841822bc5f56b7a7f3d3b5ecd4bdf97427880b7f3a9c5d5a16e768680df69a2" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r40_panta_elasticworld.org_20090108095450_sq8sz20twuagiob1-py2.4.egg", "has_sig": false, "md5_digest": "e5bc62efaa9b54997c83d0f433ed47bb", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 85033, "upload_time": "2009-03-06T11:37:15", "url": "https://files.pythonhosted.org/packages/45/f0/98b74aa0afd349fd3e0f2265cc5edf68d79548ff4435472136b2d18eb206/softwarefabrica.django.wiki-1.0dev_BZR_r40_panta_elasticworld.org_20090108095450_sq8sz20twuagiob1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0470386158be245d0dd0e8d1382eb41f", "sha256": "a1990e276171d279070344dde1ee14c01affce7b6093d5b54fd494335a5b6a66" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r40_panta_elasticworld.org_20090108095450_sq8sz20twuagiob1-py2.5.egg", "has_sig": false, "md5_digest": "0470386158be245d0dd0e8d1382eb41f", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 143290, "upload_time": "2009-03-06T11:37:12", "url": "https://files.pythonhosted.org/packages/3c/72/f783414c55413f43250019503416b809929b9bdd59455736889792ebe4d9/softwarefabrica.django.wiki-1.0dev_BZR_r40_panta_elasticworld.org_20090108095450_sq8sz20twuagiob1-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "57c8b3ce7194d77a13840da902bbdadc", "sha256": "5559c48d3b3db5b67b94a595840d1d5357e61a522090e0c356290fa1d4ac8ffb" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r40_panta_elasticworld.org_20090108095450_sq8sz20twuagiob1-py2.6.egg", "has_sig": false, "md5_digest": "57c8b3ce7194d77a13840da902bbdadc", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 84193, "upload_time": "2009-03-06T11:37:25", "url": "https://files.pythonhosted.org/packages/4a/3c/472d97feeecd5f956079bb0196b2d732452fdb646a150e2f0d16bc4b3fc9/softwarefabrica.django.wiki-1.0dev_BZR_r40_panta_elasticworld.org_20090108095450_sq8sz20twuagiob1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "f2263397ed856b5e48c9b90ed59758be", "sha256": "cb42dc28bfc02af5f341d1d3ddb7f1a81d99452435ba6f0462824a73079d3e54" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r40-panta-elasticworld.org-20090108095450-sq8sz20twuagiob1.tar.gz", "has_sig": false, "md5_digest": "f2263397ed856b5e48c9b90ed59758be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118913, "upload_time": "2009-03-06T11:37:08", "url": "https://files.pythonhosted.org/packages/04/2e/92a803322a1b6e578a9cc6fffeee0a9c5875cc08e1ca16d5fc738184781c/softwarefabrica.django.wiki-1.0dev-BZR-r40-panta-elasticworld.org-20090108095450-sq8sz20twuagiob1.tar.gz" } ], "1.0dev-BZR-r41-panta-elasticworld.org-20091021142923-1pr063zdcx4129ba": [ { "comment_text": "", "digests": { "md5": "ab8233aa688bc6eb68f79270c59a48ba", "sha256": "7d195438f8031d45906566a27e8316969239deb86736d4b312a266c5bd5d3fe8" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r41_panta_elasticworld.org_20091021142923_1pr063zdcx4129ba-py2.6.egg", "has_sig": false, "md5_digest": "ab8233aa688bc6eb68f79270c59a48ba", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 949340, "upload_time": "2009-10-21T16:30:52", "url": "https://files.pythonhosted.org/packages/25/b0/d16c185cb030c5b86b10348a5befeb937a617ac7505d35efbcac3b9b6582/softwarefabrica.django.wiki-1.0dev_BZR_r41_panta_elasticworld.org_20091021142923_1pr063zdcx4129ba-py2.6.egg" } ], "1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h": [ { "comment_text": "", "digests": { "md5": "ea43a964b9ff66fa4401389915d91f22", "sha256": "569f7d1e50afbea65cbd92b6024b72f6d393fd6c2477ef0a9b18f8087ff558b5" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.4.egg", "has_sig": false, "md5_digest": "ea43a964b9ff66fa4401389915d91f22", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 154764, "upload_time": "2009-11-18T09:48:50", "url": "https://files.pythonhosted.org/packages/45/69/f4fc40261e73c1506b7ad4e29de45db1d7ad05d4949bb6437d54f2f36940/softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f0e983d0552ad4290719391cecc12198", "sha256": "74a567ec09e0a61a78776a872f4241eaeb93eebdfee779aedb96b63b9e55ca66" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.5.egg", "has_sig": false, "md5_digest": "f0e983d0552ad4290719391cecc12198", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 143955, "upload_time": "2009-10-21T17:40:32", "url": "https://files.pythonhosted.org/packages/09/99/1abb0f30aa458c058220f58cd56eab46a933a008718649fd546cec4a2152/softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "94ddb3ad8b1c522a80d04b8f9a117d3b", "sha256": "60ea63a3344cc659b08b95d3f38cce66e5fef6317459f3bd7c72c565ca3ddae4" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.6.egg", "has_sig": false, "md5_digest": "94ddb3ad8b1c522a80d04b8f9a117d3b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 949890, "upload_time": "2009-10-21T17:41:09", "url": "https://files.pythonhosted.org/packages/19/6a/d81d54626817742ea09c4dbf687a3c894c2d04bd9fc45d44f9dbd5b275e2/softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "076cb8d5f77a5f870ea4928313c7191d", "sha256": "8f045af2171a5b2d578d78d2f4946feb1ac4ddafce922c9671a6a5fb03828963" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h.tar.gz", "has_sig": false, "md5_digest": "076cb8d5f77a5f870ea4928313c7191d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119406, "upload_time": "2009-10-21T17:40:21", "url": "https://files.pythonhosted.org/packages/48/d5/027360eef88d67442651cbdd0377870a0e4b287b0f5c84de813bf00eb803/softwarefabrica.django.wiki-1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea43a964b9ff66fa4401389915d91f22", "sha256": "569f7d1e50afbea65cbd92b6024b72f6d393fd6c2477ef0a9b18f8087ff558b5" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.4.egg", "has_sig": false, "md5_digest": "ea43a964b9ff66fa4401389915d91f22", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 154764, "upload_time": "2009-11-18T09:48:50", "url": "https://files.pythonhosted.org/packages/45/69/f4fc40261e73c1506b7ad4e29de45db1d7ad05d4949bb6437d54f2f36940/softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f0e983d0552ad4290719391cecc12198", "sha256": "74a567ec09e0a61a78776a872f4241eaeb93eebdfee779aedb96b63b9e55ca66" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.5.egg", "has_sig": false, "md5_digest": "f0e983d0552ad4290719391cecc12198", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 143955, "upload_time": "2009-10-21T17:40:32", "url": "https://files.pythonhosted.org/packages/09/99/1abb0f30aa458c058220f58cd56eab46a933a008718649fd546cec4a2152/softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "94ddb3ad8b1c522a80d04b8f9a117d3b", "sha256": "60ea63a3344cc659b08b95d3f38cce66e5fef6317459f3bd7c72c565ca3ddae4" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.6.egg", "has_sig": false, "md5_digest": "94ddb3ad8b1c522a80d04b8f9a117d3b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 949890, "upload_time": "2009-10-21T17:41:09", "url": "https://files.pythonhosted.org/packages/19/6a/d81d54626817742ea09c4dbf687a3c894c2d04bd9fc45d44f9dbd5b275e2/softwarefabrica.django.wiki-1.0dev_BZR_r42_panta_elasticworld.org_20091021153851_6ijlut5dkxndxw1h-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "076cb8d5f77a5f870ea4928313c7191d", "sha256": "8f045af2171a5b2d578d78d2f4946feb1ac4ddafce922c9671a6a5fb03828963" }, "downloads": -1, "filename": "softwarefabrica.django.wiki-1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h.tar.gz", "has_sig": false, "md5_digest": "076cb8d5f77a5f870ea4928313c7191d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119406, "upload_time": "2009-10-21T17:40:21", "url": "https://files.pythonhosted.org/packages/48/d5/027360eef88d67442651cbdd0377870a0e4b287b0f5c84de813bf00eb803/softwarefabrica.django.wiki-1.0dev-BZR-r42-panta-elasticworld.org-20091021153851-6ijlut5dkxndxw1h.tar.gz" } ] }