]> Sergey Matveev's repositories - sgblog.git/blobdiff - README.texi
Less panic
[sgblog.git] / README.texi
index a3de85bb05c804d9dcf073de0de8323781c3c3e3..adc60739a1a2e92c91f45883214eb0e599381c4a 100644 (file)
@@ -7,7 +7,7 @@ Copyright @copyright{} 2020 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
-@top
+@top SGBlog
 
 SGBlog is minimalistic and simple Git-backed CGI/inetd
 @url{https://en.wikipedia.org/wiki/Blog, blogging} and
@@ -56,13 +56,6 @@ SGBlog is free software, licenced under
 @url{https://www.gnu.org/licenses/agpl-3.0.html, GNU AGPLv3}:
 see the file COPYING for copying conditions.
 
-@menu
-* Comments::
-* Topics::
-* Installation::
-* Configuration::
-@end menu
-
 @node Comments
 @unnumbered Comments
 
@@ -110,6 +103,7 @@ add/change comments with commands like:
 
 @example
 $ git notes --ref=topics add -m "linux hate" @@
+$ git push origin mybranch refs/notes/topics
 @end example
 
 To reset incorrectly added topic:
@@ -176,7 +170,7 @@ Example @command{UCSPI-TCP} service running under
 uid=\`id -u lighttpd\`
 gid=\`id -g git\`
 addr=2001::123
-exec tcpserver -DRH -u $uid -g $gid -l 0 $addr gopher \
+exec tcpserver -DHR -u $uid -g $gid -l 0 $addr gopher \
   sgblog -gopher /path/to/gopher.hjson
 EOF