{"id":15548364,"url":"https://github.com/mongodben/rst-parser","last_synced_at":"2026-01-20T07:01:32.019Z","repository":{"id":132733926,"uuid":"445663687","full_name":"mongodben/rst-parser","owner":"mongodben","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-23T21:28:09.000Z","size":5647,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T02:30:09.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-01-07T22:02:05.000Z","updated_at":"2023-03-04T03:35:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"8aacdf87-3520-479f-8f6c-db07bf848bbd","html_url":"https://github.com/mongodben/rst-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mongodben/rst-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodben%2Frst-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodben%2Frst-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodben%2Frst-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodben%2Frst-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodben","download_url":"https://codeload.github.com/mongodben/rst-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodben%2Frst-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":[],"created_at":"2024-10-02T13:21:19.971Z","updated_at":"2026-01-20T07:01:32.007Z","avatar_url":"https://github.com/mongodben.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RST Converter\n\nThis repo contains a variety of scripts for working with MongoDB's Snooty flavor of RST.\n\n## Installation\n\n- Run `npm install`\n- There are scripts call CLI applications. You can install these CLI applications as errors arise or install them now. These CLI apps are:\n  - [httrack](https://www.httrack.com/page/2/)\n  - [pandoc](https://pandoc.org/)\n\n## Getting Started\n\nWhile there are currently no hard and fast rules for these scripts,\nthe repo has been designed with the following principles:\n\n1. Any script that can be used more generally than your specific project should go in the\n   `parser` directory.\n2. All scripts in the `parser` directory should have their own folder,\n   with their own `index.js` file containing the public export scripts.\n3. Scripts in the `parser` directory should take a string--**not** a file--as input. Scripts should also\n   return strings. Any file-level manipulation should either take place in your specific project or\n   in another directory of this repository.\n4. Don't commit generated files.\n\n## Projects\n\n- Keep specific projects in the `projects` directory.\n- Try to be clear what you're doing in there for the benefit of other users of this repo.\n- Try to keep things as replicable and automated as possible.\n  If you can't/don't keep something replicable, then try to explain what you did and why somewhere.\n  Even if no one else will ever use your script, it helps your work serve as a reference\n  for future work.\n\n## Roadmap\n\n1. Add Typescript to project. Eventually everything should be converted into Typescript.\n2. Create a framework for new projects. This'll probably require making one or a few classes.\n   For a first pass, it'll probably be easiest to create classes that are wrappers around the\n   scripts in the `parser` directory. This may evolve over time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodben%2Frst-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongodben%2Frst-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongodben%2Frst-parser/lists"}