{"id":43481803,"url":"https://github.com/r74tech/wdpr","last_synced_at":"2026-02-21T15:11:00.524Z","repository":{"id":335623275,"uuid":"1143658046","full_name":"r74tech/wdpr","owner":"r74tech","description":"Wikidot markup parser and renderer.","archived":false,"fork":false,"pushed_at":"2026-02-17T03:05:20.000Z","size":857,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-02-17T09:07:54.309Z","etag":null,"topics":["ast","markup","parser","renderer","wikidot"],"latest_commit_sha":null,"homepage":"https://r74tech.github.io/wdpr/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r74tech.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"RTa-technology","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2026-01-27T21:09:26.000Z","updated_at":"2026-02-17T03:05:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1735b71-6d83-4e59-98c8-4fcceabb5a97","html_url":"https://github.com/r74tech/wdpr","commit_stats":null,"previous_names":["r74tech/wdpr"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/r74tech/wdpr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r74tech%2Fwdpr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r74tech%2Fwdpr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r74tech%2Fwdpr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r74tech%2Fwdpr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r74tech","download_url":"https://codeload.github.com/r74tech/wdpr/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r74tech%2Fwdpr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29684237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T14:31:22.911Z","status":"ssl_error","status_checked_at":"2026-02-21T14:31:22.570Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ast","markup","parser","renderer","wikidot"],"created_at":"2026-02-03T08:33:43.987Z","updated_at":"2026-02-21T15:11:00.507Z","avatar_url":"https://github.com/r74tech.png","language":"TypeScript","funding_links":["https://github.com/sponsors/RTa-technology"],"categories":[],"sub_categories":[],"readme":"# wdpr\n\nWikidot markup parser and renderer.\n\n## Packages\n\n| Package | Description |\n|---------|-------------|\n| [@wdprlib/ast](./packages/ast) | AST types for Wikidot markup |\n| [@wdprlib/parser](./packages/parser) | Parser for Wikidot markup |\n| [@wdprlib/render](./packages/render) | HTML renderer for Wikidot markup |\n| [@wdprlib/decompiler](./packages/decompiler) | Decompiler for Wikidot markup |\n| [@wdprlib/runtime](./packages/runtime) | Client-side runtime for Wikidot markup |\n\n## Installation\n\n```bash\nnpm install @wdprlib/parser @wdprlib/render\n```\n\n## Usage\n\n```ts\nimport { parse } from '@wdprlib/parser'\nimport { renderToHtml } from '@wdprlib/render'\n\nconst ast = parse('**Hello** world')\nconst html = renderToHtml(ast)\n```\n\n## Development\n\n```bash\nbun install\nbun run build\nbun test\n```\n\n## Acknowledgments\n\nThis project is inspired by [ftml](https://github.com/scpwiki/ftml) and the original [Wikidot Text_Wiki](https://github.com/gabrys/wikidot/tree/master/lib/Text_Wiki/Text).\n\n## License\n\nAvailable under the terms of the GNU Affero General Public License. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr74tech%2Fwdpr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr74tech%2Fwdpr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr74tech%2Fwdpr/lists"}