vendor | ||
.gitignore | ||
author_builder.go | ||
entry_builder.go | ||
feed_builder.go | ||
LICENSE | ||
link_builder.go | ||
main.go | ||
README.md | ||
text_builder.go |
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