GNU bug report logs -
#21836
[PATCH] Add details about http server example
Previous Next
Reported by: Boris Egorov <egorov <at> linux.com>
Date: Thu, 5 Nov 2015 05:20:03 UTC
Severity: normal
Tags: patch
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 07 Aug 2016 12:45:27 +0200
with message-id <87twewrh6g.fsf <at> pobox.com>
and subject line Re: bug#21836: [PATCH] Add details about http server example
has caused the debbugs.gnu.org bug report #21836,
regarding [PATCH] Add details about http server example
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
21836: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21836
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
--
2.6.2
[Message part 3 (message/rfc822, inline)]
merge 21837 21836
thanks
Thanks for the patch, applied :)
Andy
On Thu 05 Nov 2015 04:54, Boris Egorov <egorov <at> linux.com> 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
This bug report was last modified 8 years and 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.