{"id":13761035,"url":"https://github.com/curiousdannii/parchment","last_synced_at":"2025-10-08T03:14:08.286Z","repository":{"id":38419169,"uuid":"451789","full_name":"curiousdannii/parchment","owner":"curiousdannii","description":"The Interactive Fiction web app","archived":false,"fork":false,"pushed_at":"2025-05-27T06:28:14.000Z","size":111245,"stargazers_count":446,"open_issues_count":40,"forks_count":65,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-06-01T01:59:47.461Z","etag":null,"topics":["emulator","interactive-fiction"],"latest_commit_sha":null,"homepage":"https://iplayif.com","language":"TypeScript","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/curiousdannii.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}},"created_at":"2009-12-29T03:38:18.000Z","updated_at":"2025-05-29T16:08:42.000Z","dependencies_parsed_at":"2023-02-17T04:46:07.863Z","dependency_job_id":"822e90b8-8d8c-4634-a010-454aadb59f37","html_url":"https://github.com/curiousdannii/parchment","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/curiousdannii/parchment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousdannii%2Fparchment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousdannii%2Fparchment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousdannii%2Fparchment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousdannii%2Fparchment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curiousdannii","download_url":"https://codeload.github.com/curiousdannii/parchment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curiousdannii%2Fparchment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278882506,"owners_count":26062294,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["emulator","interactive-fiction"],"created_at":"2024-08-03T13:01:33.881Z","updated_at":"2025-10-08T03:14:08.244Z","avatar_url":"https://github.com/curiousdannii.png","language":"TypeScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"Parchment\n=========\n\nParchment is the Interactive Fiction player for the web. To play a story with Parchment go to \u003chttps://iplayif.com\u003e!\n\n![IFTF logo](tools/iftf-logo.png)\n\nParchment is made with the support of [a grant](https://blog.iftechfoundation.org/2024-02-18-announcing-iftf-grant-recipients.html) from the [Interactive Fiction Technology Foundation](https://iftechfoundation.org/).\n\nParchment for Inform 7\n----------------------\n\n[Inform 7](http://inform7.com/) includes Parchment, allowing you to produce [personal websites for your stories](http://inform7.com/book/WI_25_11.html). If you want to update the version of Parchment used by Inform 7, get it [from the releases page](https://github.com/curiousdannii/parchment/releases) and unzip it into the Templates subfolder of your project's Materials folder.\n\nSite Generator\n--------------\n\nFor those who aren't using Inform 7 (or who can no longer recompile their storyfile), the [Parchment Site Generator](https://iplayif.com/api/sitegen) allows you to make a single file version of Parchment. This supports any of the formats supported by Parchment (Adrift 4, Glulx, Hugo, TADS 2/3, Z-Code).\n\nSingle File Build\n-----------------\n\nParchment is also available as a single file, suitable for downloading and using offline. [Download from the releases page](https://github.com/curiousdannii/parchment/releases).\n\nFree Software\n-------------\n\nParchment is MIT licensed, and incorporates the following upstream projects:\n\nName    | Upstream repo | License\n------- | ------------- | -------\nAsyncGlk | [curiousdannii/asyncglk](https://github.com/curiousdannii/asyncglk) | [MIT](https://github.com/curiousdannii/asyncglk/blob/master/LICENSE)\nBocfel  | [garglk/garglk](https://github.com/garglk/garglk) | [GPL-2.0](https://github.com/garglk/garglk/blob/master/terps/bocfel/COPYING.GPLv2)/[GPL-3.0](https://github.com/garglk/garglk/blob/master/terps/bocfel/COPYING.GPLv3)\nEmglken | [curiousdannii/emglken](https://github.com/curiousdannii/emglken) | [MIT](https://github.com/curiousdannii/emglken/blob/master/LICENSE)\nGit     | [DavidKinder/Git](https://github.com/DavidKinder/Git) | [MIT](https://github.com/DavidKinder/Git/blob/master/README.txt)\nGlulxe  | [erkyrath/glulxe](https://github.com/erkyrath/glulxe) | [MIT](https://github.com/erkyrath/glulxe/blob/master/LICENSE)\nHugo    | [hugoif/hugo-unix](https://github.com/hugoif/hugo-unix) | [BSD-2-Clause](https://github.com/hugoif/hugo-unix/blob/master/License.txt)\nIosevka | [be5invis/Iosevka](https://github.com/be5invis/Iosevka) | [OFL](https://github.com/be5invis/Iosevka/blob/master/LICENSE.md)\njQuery  | [jquery/jquery](https://github.com/jquery/jquery) | [MIT](https://github.com/jquery/jquery/blob/main/LICENSE.txt)\nRemGlk-rs | [curiousdannii/remglk-rs](https://github.com/curiousdannii/remglk-rs) | [MIT](https://github.com/curiousdannii/remglk-rs/blob/master/LICENSE)\nScare   | [garglk/garglk](https://github.com/garglk/garglk) | [GPL-2.0](https://github.com/garglk/garglk/blob/master/terps/scare/COPYING)\nTADS    | [tads-intfic/tads-runner](https://github.com/tads-intfic/tads-runner) | [GPL-2.0](https://github.com/tads-intfic/tads-runner/blob/master/COPYING)\n\nBuilding Instructions\n---------------------\n\nParchment is only designed for building in Linux and may not work in other OSes. You'll need to install Git and Node version \u003e= 16.\n\nThe upstream projects are included as Git submodules. Start by cloning the Git repository:\n\n```\ngit clone --recurse-submodules https://github.com/curiousdannii/parchment.git\ncd parchment\n```\n\nInstall the `npm` dependencies, and then build Parchment:\n\n```\nnpm install\nnpm run build\n```\n\nYou can now open `index.html` on a web server. But... it won't work when you run it on your filesystem as a `file:///` URL. You can instead launch a simple web server like this:\n\n```\nnpm start\n```\n\nThen you can view Parchment at `http://localhost:8080` to see your handiwork.\n\nIn addition, each time you change code in the `src` folder, the server will automatically rebuild the web code! Refresh to see your changes.\n\nYou can also build your own `dist/inform/parchment-for-inform7.zip` like this:\n\n```\nnpm run inform7\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuriousdannii%2Fparchment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuriousdannii%2Fparchment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuriousdannii%2Fparchment/lists"}