{"id":17246729,"url":"https://github.com/xaizek/vimdoc2html","last_synced_at":"2025-04-14T04:41:15.921Z","repository":{"id":140081008,"uuid":"49523017","full_name":"xaizek/vimdoc2html","owner":"xaizek","description":"Converts Vim-style documentation into HTML","archived":false,"fork":false,"pushed_at":"2024-04-05T11:44:06.000Z","size":54,"stargazers_count":10,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T18:50:03.788Z","etag":null,"topics":["conversion","converter","html","vimdoc"],"latest_commit_sha":null,"homepage":"https://reversed.top/2016-01-13/converting-vim-doc-to-html/","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/xaizek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2016-01-12T19:15:14.000Z","updated_at":"2024-12-26T10:55:50.000Z","dependencies_parsed_at":"2024-03-18T15:10:31.989Z","dependency_job_id":"e54f6864-e32c-49ba-901b-c78b6413f58d","html_url":"https://github.com/xaizek/vimdoc2html","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/xaizek%2Fvimdoc2html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvimdoc2html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvimdoc2html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaizek%2Fvimdoc2html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaizek","download_url":"https://codeload.github.com/xaizek/vimdoc2html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824655,"owners_count":21167343,"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":["conversion","converter","html","vimdoc"],"created_at":"2024-10-15T06:34:59.750Z","updated_at":"2025-04-14T04:41:15.901Z","avatar_url":"https://github.com/xaizek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Overview ###\n\nThis is a script to convert Vim documentation file into HTML.\n\n### Dependencies ###\n\n* Perl\n* Python\n\n### Description ###\n\nThe basic usage is:\n\n```bash\n./vimdoc2html.py plugin.txt\n```\n\nor if the script is somewhere in the `$PATH`:\n\n```bash\nvimdoc2html.py plugin.txt\n```\n\nThe only \"advanced\" usage is currently enabled by `-r` or `--raw` flag, in which\ncase instead of outputting complete standalone HTML page only minimal output is\nproduced.  This way after customizing style/template only the contents can be\nreplaced.\n\n### Credit ###\n\nHTML formatting is performed via modified version of\n[vimh2h.py](https://github.com/c4rlo/vimhelp/blob/master/vimh2h.py) by Carlo\nTeubner \u003c(first name) dot (last name) at gmail dot com\u003e.  This one is simplified\nto remove unused here code and a bit improved to add anchors to each tag\ndefinition.  CSS style is from\n[there too](https://github.com/c4rlo/vimhelp/blob/master/static/vimhelp.css).\n\nTags are extracted via `helpztags` tool written by Jakub Turski\n\u003cyacoob@chruptak.plukwa.net\u003e and Artur R. Czechowski \u003carturcz@hell.pl\u003e.  It's\nsupplied alongside for convenience and to provide a couple of changes, see\nthere.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaizek%2Fvimdoc2html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaizek%2Fvimdoc2html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaizek%2Fvimdoc2html/lists"}