unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Boris Egorov <egorov@linux.com>
To: 21836@debbugs.gnu.org
Cc: Boris Egorov <egorov@linux.com>
Subject: bug#21836: [PATCH] Add details about http server example
Date: Thu,  5 Nov 2015 09:54:19 +0600	[thread overview]
Message-ID: <1446695659-7461-2-git-send-email-egorov@linux.com> (raw)
In-Reply-To: <1446695659-7461-1-git-send-email-egorov@linux.com>

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






  reply	other threads:[~2015-11-05  3:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-05  3:54 bug#21837: [PATCH] Add details about http server example Boris Egorov
2015-11-05  3:54 ` Boris Egorov [this message]
2016-08-07 10:45   ` bug#21836: " Andy Wingo
2016-08-07 10:53 ` bug#21837: Status: " Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446695659-7461-2-git-send-email-egorov@linux.com \
    --to=egorov@linux.com \
    --cc=21836@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).