2017-03-04 02:05:37 +00:00
|
|
|
# dir2opds
|
2017-03-24 04:30:57 +00:00
|
|
|
OPDS is an extension of Atom, to serve books. For more information: http://opds-spec.org
|
2017-03-04 03:41:48 +00:00
|
|
|
|
2017-03-24 05:28:42 +00:00
|
|
|
dir2opds runs an OPDS server using a directory to generate the feeds.
|
2017-03-04 03:41:48 +00:00
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
go get github.com/dubyte/dir2opds
|
|
|
|
|
|
|
|
#usage
|
|
|
|
|
|
|
|
dir2opds -dir ./books -port 8080
|
|
|
|
|