unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#21837: [PATCH] Add details about http server example
@ 2015-11-05  3:54 Boris Egorov
  2015-11-05  3:54 ` bug#21836: " Boris Egorov
  2016-08-07 10:53 ` bug#21837: Status: " Andy Wingo
  0 siblings, 2 replies; 4+ messages in thread
From: Boris Egorov @ 2015-11-05  3:54 UTC (permalink / raw)
  To: 21837; +Cc: Boris Egorov

I tried examples from the new Guile website. They are pretty clear, except the
last one (HTTP server). It is hard to understand where user should look for
result. I found a webpage[1] with details about default port and decided it
would be nice to notice about it in example description.

    1: https://www.gnu.org/software/guile/manual/html_node/Web-Examples.html#Hello_002c-World_0021

Boris Egorov (1):
  Add details about http server example

 website/apps/base/index-page.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.6.2






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21836: [PATCH] Add details about http server example
  2015-11-05  3:54 bug#21837: [PATCH] Add details about http server example Boris Egorov
@ 2015-11-05  3:54 ` Boris Egorov
  2016-08-07 10:45   ` Andy Wingo
  2016-08-07 10:53 ` bug#21837: Status: " Andy Wingo
  1 sibling, 1 reply; 4+ messages in thread
From: Boris Egorov @ 2015-11-05  3:54 UTC (permalink / raw)
  To: 21836; +Cc: Boris Egorov

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






^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#21836: [PATCH] Add details about http server example
  2015-11-05  3:54 ` bug#21836: " Boris Egorov
@ 2016-08-07 10:45   ` Andy Wingo
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Wingo @ 2016-08-07 10:45 UTC (permalink / raw)
  To: Boris Egorov; +Cc: 21836-done

merge 21837 21836

thanks

Thanks for the patch, applied :)

Andy

On Thu 05 Nov 2015 04:54, Boris Egorov <egorov@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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21837: Status: [PATCH] Add details about http server example
  2015-11-05  3:54 bug#21837: [PATCH] Add details about http server example Boris Egorov
  2015-11-05  3:54 ` bug#21836: " Boris Egorov
@ 2016-08-07 10:53 ` Andy Wingo
  1 sibling, 0 replies; 4+ messages in thread
From: Andy Wingo @ 2016-08-07 10:53 UTC (permalink / raw)
  To: 21837-done

Closing this one; dupe of #21836





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-07 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-05  3:54 bug#21837: [PATCH] Add details about http server example Boris Egorov
2015-11-05  3:54 ` bug#21836: " Boris Egorov
2016-08-07 10:45   ` Andy Wingo
2016-08-07 10:53 ` bug#21837: Status: " Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).