diff options
Diffstat (limited to 'doc/man/man1/sternenblog.cgi.1')
-rw-r--r-- | doc/man/man1/sternenblog.cgi.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/man/man1/sternenblog.cgi.1 b/doc/man/man1/sternenblog.cgi.1 index 10df672..48c1bee 100644 --- a/doc/man/man1/sternenblog.cgi.1 +++ b/doc/man/man1/sternenblog.cgi.1 @@ -18,10 +18,12 @@ The Request URL .Ql /sternenblog.cgi results in the index page being served, .Ql /sternenblog.cgi/rss.xml -returns a RSS feed with the same contents as the index page and -.Ql /sternenblog.cgi/my-entry +returns a RSS feed with the same contents as the index page, likewise +.Ql /sternenblog.cgi/atom.xml +an atom feed and finally +.Ql /sternenblog.cgi/<my-entry> serves the single entry page for -.Pa /path/to/entry/directory/my-entry . +.Pa /path/to/entry/directory/<my-entry> . .Pp Every entry is a regular file in the configured entry directory that meets certain criteria (see |