bug-guile
[Top][All Lists]
Advanced

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

bug#21836: [PATCH] Add details about http server example


From: Andy Wingo
Subject: bug#21836: [PATCH] Add details about http server example
Date: Sun, 07 Aug 2016 12:45:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

merge 21837 21836

thanks

Thanks for the patch, applied :)

Andy

On Thu 05 Nov 2015 04:54, Boris Egorov <address@hidden> writes:

> Taken from 
> https://www.gnu.org/software/guile/manual/html_node/Web-Examples.html#Hello_002c-World_0021
>
> ---
>  website/apps/base/index-page.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/website/apps/base/index-page.scm 
> b/website/apps/base/index-page.scm
> index f4b5057..68864ee 100644
> --- a/website/apps/base/index-page.scm
> +++ b/website/apps/base/index-page.scm
> @@ -157,7 +157,8 @@
>             (span (@ (class "punctuation")) ")"))
>            (h3 "Hello HTTP server")
>            (p "Run a Web server that will return a response with the text "
> -             "\"Hello World!\" to every request sent by HTTP clients.")))
> +             "\"Hello World!\" to every request sent by HTTP clients."
> +             "Open http://localhost:8080 to see result")))
>          (section
>           (@ (class "info-box text-right"))
>           (div





reply via email to

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