diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 6f2f6b25d..eb0436cb3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6131,21 +6131,20 @@ in Perl but is not nearly as capable as @code{HTML::Tidy}.") `(#:make-flags (list "CC=gcc" (string-append "PREFIX=" (assoc-ref %outputs "out"))) - #:tests? #f ;No tests - #:phases - (modify-phases %standard-phases - (delete 'configure)))) + #:tests? #f ;no tests + #:phases (modify-phases %standard-phases + (delete 'configure)))) (home-page "http://git.r-36.net/geomyidae") - (synopsis "Small gopher server") + (synopsis "Small Gopher server") (description - "Geomyidae is a gopherd for GNU/Linux and BSD. -Its features include: + "Geomyidae is a server for distributed hypertext protocol Gopher. Its +features include: @enumerate -@item gopher menus (see index.gph for an example) -@item dir listings (if no index.gph was found) -@item cgi support (.cgi files are executed) -@item search support in CGI files -@item logging (-l option) and loglevels (-v option) +@item Gopher menus (see @file{index.gph} for an example); +@item directory listings (if no @file{index.gph} was found); +@item CGI support (@file{.cgi} files are executed); +@item search support in CGI files; +@item logging with multiple log levels. @end enumerate\n") - (license l:x11))) + (license l:expat)))