guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28127] [PATCH 2/2] web: Add NGinx documentation.


From: Ludovic Courtès
Subject: [bug#28127] [PATCH 2/2] web: Add NGinx documentation.
Date: Wed, 04 Oct 2017 16:48:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Christopher Baines <address@hidden> skribis:

> * gnu/packages/web.scm (nginx): Add comment about deleting the documentation.
>   (nginx-xslscript): New variable.
>   (nginx-docs): New variable.

That’s a good idea!

> +(define-public nginx-docs
> +  ;; This documentation should be relevant for nginx-1.12.0
> +  (let ((revision 1961)
> +        (changeset "dd4b6c564e10"))
> +    (package
> +      (name "nginx-docs")

Maybe “nginx-doc” (singular)?

> +      (home-page "https://nginx.org";)
> +      (synopsis "Documentation for NGinx")
> +      (description
> +       "The documentation for the NGinx web server.")

“This package provides HTML documentation for the NGINX web server.” (?)

Also, s/NGinx/NGINX/ if I’m not mistaken.

Thanks!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]