{"id":26711482,"url":"https://github.com/trac-hacks/tracdocs","last_synced_at":"2025-04-13T19:50:55.448Z","repository":{"id":57476807,"uuid":"639276","full_name":"trac-hacks/tracdocs","owner":"trac-hacks","description":"Subversion-backed wiki plugin for Trac.","archived":false,"fork":false,"pushed_at":"2017-02-01T17:48:44.000Z","size":222,"stargazers_count":14,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T10:34:39.082Z","etag":null,"topics":["trac-plugin"],"latest_commit_sha":null,"homepage":"http://trac-hacks.org/wiki/TracDocsPlugin","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trac-hacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-30T02:46:07.000Z","updated_at":"2023-11-03T12:34:33.000Z","dependencies_parsed_at":"2022-09-12T15:22:33.275Z","dependency_job_id":null,"html_url":"https://github.com/trac-hacks/tracdocs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftracdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftracdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftracdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftracdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trac-hacks","download_url":"https://codeload.github.com/trac-hacks/tracdocs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248773706,"owners_count":21159516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["trac-plugin"],"created_at":"2025-03-27T10:28:41.408Z","updated_at":"2025-04-13T19:50:55.429Z","avatar_url":"https://github.com/trac-hacks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrac-hacks%2Ftracdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrac-hacks%2Ftracdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrac-hacks%2Ftracdocs/lists"}