You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/images/docker-cops.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
---
2
2
title: cops
3
+
tags:
4
+
- Books
5
+
description: "[Cops](https://github.com/mikespub-org/seblucas-cops) by Sébastien Lucas, now maintained by MikesPub, stands for Calibre OPDS (and HTML) Php Server.
6
+
7
+
COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.
8
+
9
+
Changes in your Calibre library are reflected immediately in your COPS pages.
10
+
11
+
See : [COPS's home](https://github.com/mikespub-org/seblucas-cops) for more details.
12
+
13
+
Don't forget to check the [Wiki](https://github.com/mikespub-org/seblucas-cops/wiki).
14
+
15
+
## Why? (taken from the author's site)
16
+
17
+
In my opinion Calibre is a marvelous tool but is too big and has too much
18
+
dependencies to be used for its content server.
19
+
20
+
That's the main reason why I coded this OPDS server. I needed a simple
21
+
tool to be installed on a small server (Seagate Dockstar in my case).
22
+
23
+
I initially thought of Calibre2OPDS but as it generate static file no
24
+
search was possible.
25
+
26
+
Later I added an simple HTML catalog that should be usable on my Kobo.
27
+
28
+
So COPS's main advantages are :
29
+
* No need for many dependencies.
30
+
* No need for a lot of CPU or RAM.
31
+
* Not much code.
32
+
* Search is available.
33
+
* With Dropbox / owncloud it's very easy to have an up to date OPDS server.
34
+
* It was fun to code.
35
+
36
+
If you want to use the OPDS feed don't forget to specify /feed at the end of your URL."
0 commit comments