{ "info": { "author": "John Benediktsson", "author_email": "mrjbq7@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Trac", "License :: OSI Approved :: BSD License" ], "description": "# TracDocs\n\nThe TracDocs project is a plugin for the [trac](https://trac.edgewall.org/)\nproject management tool.\n\nMany documents exists adjacent to the code that is being developed and\nmanaged. These documents are not conveniently stored in a wiki due to the lack\nof offline access and editing. Also, a wiki tends to be less structured than\nthe documentation that lives with source code.\n\nThe TracDocs plugin adds a \"Docs\" tab to the trac project. Underneath this\ntab can be found all of the documentation that the current logged in user has\naccess to.\n\nSome features:\n\n* Uses [RestructuredText](http://docutils.sourceforge.net/rst.html) as a\n markup language.\n\n* Supports inline images and links.\n\n* Highlights source code using google-code-prettify.\n\n* Supports editing through Subversion and the Trac website.\n\n* Handles user permission using Subversion authorization.\n\n* Supports downloading binaries with proper mime-types for non-text files.\n\nNote: this plugin respects the access rights of the user that is logged in.\n\n\n## Installation\n\nThe TracDocs plugin can be installed using standard:\n\n```\n$ pip install tracdocs\n```\n\nOr, grab the sources and build using:\n\n```\n$ python setup.py install\n```\n\n## Configuration\n\nIt is configured in the ``trac.ini`` file by enabling the component and\nconfiguring the path within the Subversion repository to store the wiki\ndocuments:\n\n```ini\n[components]\ntracdocs.* = enabled\n\n[docs]\nroot = wiki/trunk\n```\n\nBy default, it will show the title of the directory that you are navigating,\nbut if you create an ``index.txt`` file in the directory, it will use that\ninstead, allowing you to put additional documentation at the top of a\ndirectory structure.\n\nIt uses the ``WIKI_VIEW`` permissions to control access to the documentation\npages.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/trac-hacks/tracdocs/zipball/master#egg=TracDocs-0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/trac-hacks/tracdocs", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "TracDocs", "package_url": "https://pypi.org/project/TracDocs/", "platform": "", "project_url": "https://pypi.org/project/TracDocs/", "project_urls": { "Download": "http://github.com/trac-hacks/tracdocs/zipball/master#egg=TracDocs-0.3", "Homepage": "http://github.com/trac-hacks/tracdocs" }, "release_url": "https://pypi.org/project/TracDocs/0.3.1/", "requires_dist": null, "requires_python": "", "summary": "A Trac plugin for RCS-backed documentation", "version": "0.3.1" }, "last_serial": 2612177, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "ecef7fdf448ede5a351dde9661de4c35", "sha256": "6df0f53cc3c759734071882253437b8bf2f0bf3e214a648e13b978b3ac9a7714" }, "downloads": -1, "filename": "TracDocs-0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "ecef7fdf448ede5a351dde9661de4c35", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37912, "upload_time": "2017-01-11T15:23:19", "url": "https://files.pythonhosted.org/packages/25/08/f4333e641c6d929aba2a90e52aca10b7d966fe25f6f1b37fc4af7a5c6e4d/TracDocs-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a9141429547111193a83bc1f3ff6026", "sha256": "81e811b9dd0524d4cb3bf27e3b3e5707a4e618de5bedb35a2c0dd5dded2a48cf" }, "downloads": -1, "filename": "TracDocs-0.3.tar.gz", "has_sig": false, "md5_digest": "9a9141429547111193a83bc1f3ff6026", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34450, "upload_time": "2017-01-11T15:23:21", "url": "https://files.pythonhosted.org/packages/4f/cc/ba843d0df4942b6f0450baa4f4d0b80e11deefa1ac850c30b25ec96901cf/TracDocs-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "0ce2a65253830332e27036b77076fe69", "sha256": "4a49d9cb9a668a2bc0f0e841fbf28f84b16ad63d61a97ffe00c7b3db3140f230" }, "downloads": -1, "filename": "TracDocs-0.3.1.tar.gz", "has_sig": false, "md5_digest": "0ce2a65253830332e27036b77076fe69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34051, "upload_time": "2017-02-01T17:43:00", "url": "https://files.pythonhosted.org/packages/b0/09/cfb6221d77baf815374480d3caa27603aacec745ab4b5833752f0edffbae/TracDocs-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ce2a65253830332e27036b77076fe69", "sha256": "4a49d9cb9a668a2bc0f0e841fbf28f84b16ad63d61a97ffe00c7b3db3140f230" }, "downloads": -1, "filename": "TracDocs-0.3.1.tar.gz", "has_sig": false, "md5_digest": "0ce2a65253830332e27036b77076fe69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34051, "upload_time": "2017-02-01T17:43:00", "url": "https://files.pythonhosted.org/packages/b0/09/cfb6221d77baf815374480d3caa27603aacec745ab4b5833752f0edffbae/TracDocs-0.3.1.tar.gz" } ] }