services: cgit: Allow file-like objects for ‘root-readme’.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Accept 'file-object' instead of only 'string' Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
859928fc99
commit
4cf4bd1ebe
|
@ -581,7 +581,7 @@ removed for the URL and name.")
|
||||||
(string "a fast webinterface for the git dscm")
|
(string "a fast webinterface for the git dscm")
|
||||||
"Text printed below the heading on the repository index page.")
|
"Text printed below the heading on the repository index page.")
|
||||||
(root-readme
|
(root-readme
|
||||||
(string "")
|
(file-object "")
|
||||||
"The content of the file specified with this option will be included
|
"The content of the file specified with this option will be included
|
||||||
verbatim below the \"about\" link on the repository index page.")
|
verbatim below the \"about\" link on the repository index page.")
|
||||||
(root-title
|
(root-title
|
||||||
|
|
Reference in New Issue