{"id":26711480,"url":"https://github.com/trac-hacks/tracsubpages","last_synced_at":"2025-03-27T10:28:41.956Z","repository":{"id":57476852,"uuid":"752652","full_name":"trac-hacks/TracSubPages","owner":"trac-hacks","description":"Trac plugin for embedding wiki pages in other wiki pages","archived":false,"fork":false,"pushed_at":"2018-09-17T00:59:36.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-20T09:16:11.163Z","etag":null,"topics":["trac-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trac-hacks.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES","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-07-02T03:03:22.000Z","updated_at":"2018-09-17T00:59:37.000Z","dependencies_parsed_at":"2022-09-15T17:21:13.674Z","dependency_job_id":null,"html_url":"https://github.com/trac-hacks/TracSubPages","commit_stats":null,"previous_names":["jetheis/tracsubpages"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2FTracSubPages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2FTracSubPages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2FTracSubPages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2FTracSubPages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trac-hacks","download_url":"https://codeload.github.com/trac-hacks/TracSubPages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245826027,"owners_count":20678704,"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.267Z","updated_at":"2025-03-27T10:28:41.948Z","avatar_url":"https://github.com/trac-hacks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Overview\n========\n\nTracSubPages is a Trac plugin that supplies a macro allowing full wiki pages to be displayed inside of other wiki pages. This is useful if there is a piece of content (such as a contact table or log) that needs to be displayed in multiple places, as it eliminates the need for each instance of this content to be maintained.\n\nUsage\n-----\n\nThe syntax for the subpage macro is simple::\n\n[[subpage(wiki_page, [show_link])]]\n\nWhere `wiki_page` is the wiki page (No url is needed here, nor 'wiki/', just the page). The macro supports pages that aren't top-level, too ('BigCategory/SpecificSubject'). The second argument, `showlink` is an optional argument (`true` or `false`) that determines whether or not a link to edit the rendered page will be shown at the bottom of the subpage section (The link reads 'Edit Section' and provides a link directly to the edit page of the referenced wiki page). \n\nFor example, if a user had created a wiki pages called 'Minutes' and wanted to display it inline in another wiki page without a link to edit it, he or she would add the following entry to the wiki page that is intended to display the extra content::\n\n[[subpage(Minutes, False)]]\n\nIf the user later decided that he or she wanted a link to be placed at the bottom of the inline section for quick editing, the entry should be changed as follows::\n\n[[subpage(Minutes)]]\n\nNote that the second boolean argument 'True' is not needed, as it is assumed by default.\n\nLimitations\n-----------\n\n * A wiki page needs to exist before you link to it with a subpage macro. This may seem obvious, but the error caused by a broken link isn't very descriptive (yet).\n * Please use only wiki formatting for subpages. The use of macros can (and probably will) cause errors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrac-hacks%2Ftracsubpages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrac-hacks%2Ftracsubpages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrac-hacks%2Ftracsubpages/lists"}