Go to file
Sinuhe Tellez ce288cef9e Moving dir2opds from opds repo 2017-03-03 22:41:48 -05:00
.gitignore Initial commit 2017-03-03 21:05:37 -05:00
LICENSE Initial commit 2017-03-03 21:05:37 -05:00
README.md Moving dir2opds from opds repo 2017-03-03 22:41:48 -05:00
main.go Moving dir2opds from opds repo 2017-03-03 22:41:48 -05:00

README.md

dir2opds

Serve an OPDS server based on a directory

Some times you only have a directory with books and you want an OPDS, but to get from dir to OPDS you maybe need to do some work, this project aim to simplely works.

It didn't pass the opds validator yet. But the plan is to get to that point.

Installation

go get github.com/dubyte/dir2opds

#usage

dir2opds -dir ./books -port 8080