Go to file
Sinuhe 53dc6a84cc organization: just create a opds package 2018-03-03 15:31:42 -05:00
opds organization: just create a opds package 2018-03-03 15:31:42 -05:00
vendor updating vendor folder 2017-05-11 19:17:49 -04:00
.gitignore acquisition is better handled 2017-03-23 20:11:58 -04:00
LICENSE Initial commit 2017-03-03 21:05:37 -05:00
README.md fix typo in readme 2017-03-24 01:28:42 -04:00
main.go organization: just create a opds package 2018-03-03 15:31:42 -05:00

README.md

dir2opds

OPDS is an extension of Atom, to serve books. For more information: http://opds-spec.org

dir2opds runs an OPDS server using a directory to generate the feeds.

Installation

go get github.com/dubyte/dir2opds

#usage

dir2opds -dir ./books -port 8080