{"id":13898080,"url":"https://github.com/dbohdan/fossil-wiki-export","last_synced_at":"2025-04-12T19:31:04.186Z","repository":{"id":68307378,"uuid":"385163064","full_name":"dbohdan/fossil-wiki-export","owner":"dbohdan","description":"Export a Fossil SCM wiki to Git preserving the revision history","archived":false,"fork":false,"pushed_at":"2024-05-09T15:17:01.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T04:21:25.820Z","etag":null,"topics":["converter","exporter","fossil","fossil-scm","git"],"latest_commit_sha":null,"homepage":"","language":"Tcl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbohdan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-12T07:34:33.000Z","updated_at":"2024-05-09T15:17:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b733344-413e-41de-bbc8-9aff9770907e","html_url":"https://github.com/dbohdan/fossil-wiki-export","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/dbohdan%2Ffossil-wiki-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbohdan%2Ffossil-wiki-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbohdan%2Ffossil-wiki-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbohdan%2Ffossil-wiki-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbohdan","download_url":"https://codeload.github.com/dbohdan/fossil-wiki-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248620888,"owners_count":21134706,"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":["converter","exporter","fossil","fossil-scm","git"],"created_at":"2024-08-06T18:04:03.629Z","updated_at":"2025-04-12T19:31:04.152Z","avatar_url":"https://github.com/dbohdan.png","language":"Tcl","funding_links":[],"categories":["Tcl"],"sub_categories":[],"readme":"# fossil-wiki-export\n\nExport a Fossil SCM wiki to Git preserving (recreating) the revision history.\n\nThis program is the missing exporter for the [wiki feature](https://fossil-scm.org/home/doc/trunk/www/wikitheory.wiki) of Fossil SCM.  It exports every Fossil wiki page to a file in a chosen subdirectory of a new or existing Git repository.  Every wiki page revision becomes a Git commit.  The commits are in correct chronological order (globally, not just by page).  The appropriate author date is set for each commit through `GIT_AUTHOR_DATE`.\n\n## Known bugs and limitations\n\n* Each of the characters `\u003c \u003e : \" / \\ | ? *` is replaced with `_` in the filename.  This means that the pages `Foo: Bar` and `Foo? Bar` will be exported to the same file.\n\n## Requirements\n\n* Git 2.x.  The program has been tested with version 2.25.1.\n* Fossil 2.14.2 or later.  (Earlier versions may work but haven't been tested.)\n* Tcl 8.6 or later.\n\n## Usage\n\n```sh\n./fossil-wiki-export.tcl /path/to/repo.fossil /path/to/git-repo subdir-for-wiki-files\n```\n\n### Environment variable settings\n\nBesides the command line arguments, you can customize the behavior of FWE with environment variables.\n\n* `FWE_AFTER` (string, default `1900-01-01T00:00:00`) — only export modifications after this timestamp (non-inclusive).\n* `FWE_INIT` (boolean, default true) — run `git init` in the target Git repository path.\n* `FWE_TEMPLATE` (string, default `wiki($page): $action`) — the commit message template.  `$page` is replaced with the Fossil wiki page name (`L` in the card); `$action`, with \"create\", \"update\", or \"delete\".\n* `FWE_VERBOSE` (boolean, default false) — be verbose and print debug information.\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbohdan%2Ffossil-wiki-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbohdan%2Ffossil-wiki-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbohdan%2Ffossil-wiki-export/lists"}