]> git.armaanb.net Git - bin.git/blobdiff - man/scoop-cgi.1.scd
Fix small man issues
[bin.git] / man / scoop-cgi.1.scd
index 0a12a7b0da2cc30de3b3800d62c0b5e0909d5969..75a051d516ceb5ed5989127c4297c5cbbdedd98c 100644 (file)
@@ -11,6 +11,18 @@ 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.
 
+# URL SCHEME
+*/*
+       Home page
+
+*/channel*
+       Logs from channel from today
+
+*/channel/date*
+       Logs from channel from specified date. The date is passed through the date
+       command so on systems running the GNU coreutils, keywords like "last-thursday"
+       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
@@ -24,8 +36,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/>.