{"id":20606678,"url":"https://github.com/dpobel/opml-utils","last_synced_at":"2026-03-07T18:03:12.115Z","repository":{"id":145403414,"uuid":"167222388","full_name":"dpobel/opml-utils","owner":"dpobel","description":"A set of XSLT stylesheets to transform OPML files","archived":false,"fork":false,"pushed_at":"2020-12-28T16:42:38.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T17:17:42.886Z","etag":null,"topics":["opml","xslt"],"latest_commit_sha":null,"homepage":"","language":"XSLT","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/dpobel.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":"2019-01-23T17:15:17.000Z","updated_at":"2024-09-15T11:00:28.000Z","dependencies_parsed_at":"2023-06-12T01:00:25.256Z","dependency_job_id":null,"html_url":"https://github.com/dpobel/opml-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpobel/opml-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpobel%2Fopml-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpobel%2Fopml-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpobel%2Fopml-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpobel%2Fopml-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpobel","download_url":"https://codeload.github.com/dpobel/opml-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpobel%2Fopml-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30225447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["opml","xslt"],"created_at":"2024-11-16T09:34:24.403Z","updated_at":"2026-03-07T18:03:12.071Z","avatar_url":"https://github.com/dpobel.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OPML Utils\n\nOPML? According to http://dev.opml.org/\n\n\u003e OPML an XML-based format that allows exchange of outline-structured\n\u003e information between applications running on different operating systems and\n\u003e environments.\n\nOPML files are used as a way to export (and import) subscriptions in feed reader\napplications.\n\nThose XSLT files have been tested with\n[xslproc](http://xmlsoft.org/XSLT/xsltproc2.html) but should work with any XSLT\n1.0 processor. Given you have an OPML file called `feeds.opml`, here is how to\nuse them.\n\n## Convert an OPML file to an HTML page\n\n`convert-to-html.xsl` is able to convert the OPML file to an HTML5 document.\n\n```\nxslproc convert-to-html.xsl feeds.opml\n```\n\n## Convert an OPML file to an HTML fragment\n\n`convert-to-html-fragment.xsl` does pretty much the same of\n`convert-to-html.xsl` except that it omits the `html`, `head` and `body`\nelements.\n\n```\nxslproc convert-to-html-fragment.xsl feeds.opml\n```\n\n## Filter feeds from a category\n\n`filter.xsl` allows you to filter feeds from a category to produce another OPML\nfile. Feeds from sub-categories are also included. This stylesheet expects the\nname of the category in parameter.\n\n```\nxsltproc --stringparam text \"My category\" filter.xsl feeds.opml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpobel%2Fopml-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpobel%2Fopml-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpobel%2Fopml-utils/lists"}