{"id":18728729,"url":"https://github.com/rubyonworld/opds","last_synced_at":"2025-10-19T12:18:31.811Z","repository":{"id":174008015,"uuid":"540253378","full_name":"RubyOnWorld/opds","owner":"RubyOnWorld","description":"This gem provides a parsing library for OPDS Catalogs.","archived":false,"fork":false,"pushed_at":"2022-09-23T02:45:43.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T14:24:41.517Z","etag":null,"topics":["catalog","gem","library","opds","provide"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/RubyOnWorld.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}},"created_at":"2022-09-23T02:45:28.000Z","updated_at":"2022-09-27T21:00:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ceb8967c-f3bb-4e6a-84e5-fffc087e196b","html_url":"https://github.com/RubyOnWorld/opds","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"efe63fddee1e24c620b3f81695231acc49521f1e"},"previous_names":["rubyonworld/opds"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fopds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fopds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fopds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fopds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubyOnWorld","download_url":"https://codeload.github.com/RubyOnWorld/opds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239599039,"owners_count":19665911,"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":["catalog","gem","library","opds","provide"],"created_at":"2024-11-07T14:23:56.726Z","updated_at":"2025-10-19T12:18:31.733Z","avatar_url":"https://github.com/RubyOnWorld.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"OPDS Parsing library\n====================\n\nThis gem provides a parsing library for [OPDS Catalogs](http://opds-spec.org).\n\nIt also has the ability to discover catalogs in html feeds.\n\nInstallation\n------------\n\n\tgem install opds\n\n\nUsage\n-----\n\nParsing a feed is simply done. \n\n\trequire \"opds\"\n\tOPDS.access(\"http://catalog.com/catalog.atom\")\n\nThis method will return an instance of the Feed or Entry classes. Each Atom element is accessible directly via a dedicated method (ex: `feed.title`). Entry also provides a method to directly access any embeded Dublin Core metadata (`dcmeta`). The `raw_doc` attribute gives access to the Nokogiri parsed source.\n\nAPI documentation can be found on [rdoc.info](http://rdoc.info/github/zetaben/opds/master/frames)\n\n### Complete atom entries ###\n\nComplete atom entries are available if detected as another instance of the Entry class. Just call `entry.complete` on the partial entry to access it.\n\n### Links ###\n\nEvery links are automatically parsed in feeds and entries. They are made available in a collection called `links`. Relative links should be transformed in their absolute equivalent. On each link there is a `navigate` method which will proxy a call to OPDS::Feed.parse_url.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fopds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyonworld%2Fopds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fopds/lists"}