.gitignore | ||
LICENSE | ||
main.go | ||
README.md |
dir2opds
OPDS is an extension of Atom, to serve books. For more information: http://opds-spec.org
dir2opds runs a OPDS server using a directory to generate the feeds.
Installation
go get github.com/dubyte/dir2opds
#usage
dir2opds -dir ./books -port 8080