]> git.armaanb.net Git - bin.git/blobdiff - man/scoop-cgi.1.scd
rss: implement parallel downloads
[bin.git] / man / scoop-cgi.1.scd
index e3b6ee0487e0048eab9f6da6bcf1ceb13568110a..812eaf1e10a461c22aa8f6b2d01ae551de203935 100644 (file)
@@ -9,7 +9,8 @@ Run with your favorite web server
 # DESCRIPTION
 june's scooper is a great, full-featured web interface to litterbox, however it
 is relatively complex. The plaintext output of scoop is good enough for me. This
-script just makes it accesible via the web. Requires scoop and litterbox.
+script just makes it accesible via the web. It can also support logbot
+archive files. Requires scoop and litterbox.
 
 # URL SCHEME
 */*
@@ -24,10 +25,16 @@ script just makes it accesible via the web. Requires scoop and litterbox.
        will work, however for portability, using ISO8601 (YYYY-MM-DD) is safest.
 
 # CONFIGURATION
-There are two config files that go in /etc/scoop-cgi/channels, and
-/etc/scoop-cgi/database. The channels file has a list of channels for which
-public logging is enabled, and the database file has the path to the litterbox
-database file.
+*/etc/scoop-cgi/channels*
+       Contains a newline delimited list of channels to be publicly logged
+       from scoop.
+
+*/etc/scoop-cgi/database*
+       Contains the path to the litterbox database file.
+
+*/etc/scoop-cgi/logbot*
+       Contains a newline delimited list of channels to be publicly logged
+       from logbot archive files in /srv/www/scoop-cgi/.
 
 # DRAWBACKS
 - No built-in search functionality. Combine with YaCy or scoot for a searching
@@ -36,8 +43,8 @@ database file.
 - Homepage text is hard coded
 
 # SEE ALSO
-scoop(1), litterbox(1)
+*scoop*(1), *litterbox*(1)
 
 # COPYRIGHT
 This is free and unencumbered software released into the public domain. For more
-information, please refer to <https://unlicense.org/>.
\ No newline at end of file
+information, please refer to <https://unlicense.org/>.