Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 546 Bytes

OPDS 2.0 Library

This Go library is meant for applications that want to manipulate OPDS 1.x or 2.0 feeds.

Using the app

In addition to libraries, this project can be compiled into a binary that converts OPDS 1.x into OPDS 2.0.

The converter simply takes an OPDS 1.X URI as an argument and prints an OPDS 2.0 feed.

Example : ./libopds2-go http://www.feedbooks.com/store/recent.atom

Features

  • OPDS 2.0 model
  • OPDS 1.x model
  • Parsing OPDS 1.x
  • Generating OPDS 2.0
  • Parsing OPDS 2.0
  • Helpers for OPDS 2.0