/opml

A package to manipulate OPML files in Go

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

opml

A package to manipulate OPML files in Go. It is based on the spec as described at http://dev.opml.org/spec2.html. It includes a demonstration command line utilities

opmlsort : sorts an OPML outline by text attribute values

,opmlcat : Concatenates one or more OPML outlines

opml2json : Converts an OPML file into a JSON document

url2opml : Converts a list of urls into OPML XML

Copying

The opml package is copyright (c) 2021 by R. S. Doiel and released under the BSD 3-Clause license.

References