zPlus
|
13e68e2
|
Remove broken OPDS support from the library.
|
20 hours ago
|
5
|
+0/-215
|
zPlus
|
cf95e4e
|
Move license queries from templates to controllers.
|
20 hours ago
|
3
|
+29/-20
|
zPlus
|
ee4ad5c
|
Change JVM_ARGS from 16G to 8G.
|
20 hours ago
|
1
|
+1/-1
|
zPlus
|
91213d6
|
Add Gunicorn --workers and -threads arguments to SystemD service file,
for handling parallel requests.
|
1 week ago
|
1
|
+1/-1
|
zPlus
|
b6c1cbf
|
Add FUSEKI_ENDPOINT instruction to README.
|
5 months ago
|
1
|
+2/-0
|
zPlus
|
33f6c91
|
Add FUSEKI_ENDPOINT environment variable.
The URI to the Fuseki endpoint was hard coded, so it's been moved to an
environment variable.
|
5 months ago
|
2
|
+10/-1
|
zPlus
|
7be84ef
|
Add example configurations for Fuseki, both for single database and
multiple databases.
|
5 months ago
|
3
|
+69/-39
|
zPlus
|
193c9aa
|
Update README instructions.
- Add -Xmx for Fuseki
- Remove wget2 since it's no longer used
|
5 months ago
|
1
|
+4/-6
|
zPlus
|
d3cd1d5
|
Set default content for robots.txt
|
11 months ago
|
1
|
+5/-1
|
zPlus
|
b7a2011
|
Add route for robots.txt
|
11 months ago
|
1
|
+4/-3
|
zPlus
|
39dd63b
|
Change location of library txt files.
|
11 months ago
|
1
|
+1/-1
|
zPlus
|
a2024a5
|
Add library filters.
Add filters for searching the library.
|
11 months ago
|
2
|
+120/-38
|
zPlus
|
69bf847
|
Adapt manpages to new graph.
The graph for manpages has changed. This commit changes all the queries
for the new graph.
|
11 months ago
|
8
|
+143/-102
|
zPlus
|
d0da939
|
Change default address of Fuseki endpoint.
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
9f6cab4
|
Use Fuseki default port (3030).
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
cf9a33a
|
Add basic configuration for Fuseki.
|
1 year ago
|
3
|
+104/-3
|
zPlus
|
f8930ea
|
Add default-graph-uri=urn:x-arq:UnionGraph to endpoint URL.
The graph has been split into multiple datasets for manageability. In
Fuseki it's not currently possible to configure it in a way to execute
queries over the union of multiple datasets by default. The only viable
options are:
- add ?default-graph-uri=urn:x-arq:UnionGraph to the endpoint URL, or
- query the special graph "SELECT .. FROM <urn:x-arq:UnionGraph>"
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
07d3715
|
Show plaintext by default.
|
1 year ago
|
1
|
+1/-1
|
zPlus
|
6cbc4da
|
Add OPDS link in library page.
|
1 year ago
|
2
|
+5/-1
|
zPlus
|
4cba382
|
Add covers to OPDS feeds.
|
1 year ago
|
2
|
+2/-0
|