{"id":16721525,"url":"https://github.com/jdormit/open-read-later","last_synced_at":"2026-01-28T09:36:52.572Z","repository":{"id":72492264,"uuid":"98465081","full_name":"jdormit/open-read-later","owner":"jdormit","description":"An open specification for URL read-later lists","archived":false,"fork":false,"pushed_at":"2017-08-02T03:05:44.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T11:50:32.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/jdormit.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":"2017-07-26T20:54:16.000Z","updated_at":"2024-02-11T15:40:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e7c849f-cb73-429b-88ff-b852a20ca75e","html_url":"https://github.com/jdormit/open-read-later","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdormit/open-read-later","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdormit%2Fopen-read-later","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdormit%2Fopen-read-later/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdormit%2Fopen-read-later/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdormit%2Fopen-read-later/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdormit","download_url":"https://codeload.github.com/jdormit/open-read-later/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdormit%2Fopen-read-later/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28843949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-12T22:31:02.813Z","updated_at":"2026-01-28T09:36:52.557Z","avatar_url":"https://github.com/jdormit.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Read-Later\n\u003e An open specification for URL read-later lists\n\nThe Open Read-Later specification defines a single-file data format for storing read-later lists of URLs. The goal of the specification is to provide a common storage mechanism to store read-later lists, and one that is human-readable (and human-editable), can easily be stored locally, transferred to a different machine, synchronized between machines, or encrypted if desired.\n\nA common format prevents vendor lock-in by allowing users to migrate their lists between apps without friction. It also has to the potential to encourage an ecosystem of intercompatible read-later list apps and addons, allowing users to choose the apps that best meet their needs (or to easily create on that does).\n\n## The data format\nOpen Read-Later data files are plain text. Here's an example file:\n\n```\ntitle: Dev Docs\nurl: https://devdocs.io\ntags: tools, programming\n---\ntitle: A Taste of Rust\nurl: http://evanmiller.org/a-taste-of-rust.html\ntags: programming, rust\n---\ntitle: IANA Example Webpage\nurl: http://example.com\n```\n\nThe format is quite straightforward. Each link entry consists of a `title` field, a `url` field, and an optional `tags` field. Entries are separated the delimiter `---`.\n\nA field consists of a key followed by a colon, an optional space, then a value. This means that `key:value` and `key: value` are both valid representations of the same field.\n\nEvery entry must have the `title` and `url` fields; the `tags` field is optional, and client apps are free to add other optional fields as they see fit. However, clients should not rely on optional fields being present - the only fields that can reliably be counted on are `title` and `url`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdormit%2Fopen-read-later","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdormit%2Fopen-read-later","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdormit%2Fopen-read-later/lists"}