changeset 804:83540574ee49

removed whitespace from URLs
author Raphael Borun Das Gupta <hg@raphael.dasgupta.ch>
date Sat, 18 Apr 2009 17:38:07 +0200
parents 3b640272a966
children 743dc55775fe
files en/ch05-collab.xml
diffstat 1 files changed, 15 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/en/ch05-collab.xml	Sun Apr 12 00:05:30 2009 -0700
+++ b/en/ch05-collab.xml	Sat Apr 18 17:38:07 2009 +0200
@@ -959,11 +959,11 @@
 	<title>What could <emphasis>possibly</emphasis> go
 	  wrong?</title>
 
-	<para id="x_4c7">Once you've copied the CGI script into place, go into a
-	  web browser, and try to open the URL <ulink
-	    url="http://myhostname/
-	    myuser/hgweb.cgi">http://myhostname/
-	    myuser/hgweb.cgi</ulink>, <emphasis>but</emphasis> brace
+	<para id="x_4c7">Once you've copied the CGI script into place,
+	  go into a web browser, and try to open the URL <ulink
+	    url="http://myhostname/myuser/hgweb.cgi"
+	    >http://myhostname/myuser/hgweb.cgi</ulink>,
+	  <emphasis>but</emphasis> brace
 	  yourself for instant failure.  There's a high probability
 	  that trying to visit this URL will fail, and there are many
 	  possible reasons for this.  In fact, you're likely to
@@ -1114,9 +1114,10 @@
 chmod 755 ~/public_html ~/public_html/hgwebdir.cgi</programlisting>
 
       <para id="x_4d7">With basic configuration out of the way, try to
-	visit <ulink url="http://myhostname/
-	  myuser/hgwebdir.cgi">http://myhostname/
-	  myuser/hgwebdir.cgi</ulink> in your browser.  It should
+	visit <ulink
+	  url="http://myhostname/myuser/hgwebdir.cgi"
+	  >http://myhostname/ myuser/hgwebdir.cgi</ulink>
+	in your	browser.  It should
 	display an empty list of repositories.  If you get a blank
 	window or error message, try walking through the list of
 	potential problems in <xref
@@ -1156,12 +1157,12 @@
 	  class="directory">/my/root</filename> from the name, and
 	publish the repository with a virtual path of <filename
 	  class="directory">this/repo</filename>.  If the base URL for
-	our CGI script is <ulink url="http://myhostname/
-	  myuser/hgwebdir.cgi">http://myhostname/
-	  myuser/hgwebdir.cgi</ulink>, the complete URL for that
-	repository will be <ulink url="http://myhostname/
-	  myuser/hgwebdir.cgi/this/repo">http://myhostname/
-	  myuser/hgwebdir.cgi/this/repo</ulink>.</para>
+	our CGI script is <ulink
+	  url="http://myhostname/myuser/hgwebdir.cgi"
+	  >http://myhostname/myuser/hgwebdir.cgi</ulink>, the complete URL
+	for that repository will be <ulink
+	  url="http://myhostname/myuser/hgwebdir.cgi/this/repo"
+	  >http://myhostname/myuser/hgwebdir.cgi/this/repo</ulink>.</para>
 
       <para id="x_4dc">If we replace <filename
 	  class="directory">/my/root</filename> on the left hand side