gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22706 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r22706 - gnunet/src/gns
Date: Mon, 16 Jul 2012 19:50:51 +0200

Author: grothoff
Date: 2012-07-16 19:50:51 +0200 (Mon, 16 Jul 2012)
New Revision: 22706

Modified:
   gnunet/src/gns/gnunet-gns-fcfsd.c
Log:
-clarifying inputs

Modified: gnunet/src/gns/gnunet-gns-fcfsd.c
===================================================================
--- gnunet/src/gns/gnunet-gns-fcfsd.c   2012-07-16 17:29:15 UTC (rev 22705)
+++ gnunet/src/gns/gnunet-gns-fcfsd.c   2012-07-16 17:50:51 UTC (rev 22706)
@@ -42,7 +42,7 @@
 /**
  * Front page. (/)
  */
-#define MAIN_PAGE "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 
Transitional//EN\" 
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\";><html lang=\"en\" 
xmlns=\"http://www.w3.org/1999/xhtml\";><html><head><title>GNUnet FCFS Authority 
Name Registration Service</title></head><body><form action=\"S\" 
method=\"post\">What is your desired domain name? <input type=\"text\" 
name=\"domain\" /> <p> What is your public key? <input type=\"text\" 
name=\"pkey\" /> <input type=\"submit\" value=\"Next\" /></body></html>"
+#define MAIN_PAGE "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 
Transitional//EN\" 
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\";><html lang=\"en\" 
xmlns=\"http://www.w3.org/1999/xhtml\";><html><head><title>GNUnet FCFS Authority 
Name Registration Service</title></head><body><form action=\"S\" 
method=\"post\">What is your desired domain name? (63 characters, no dots 
allowed.) <input type=\"text\" name=\"domain\" /> <p> What is your public key? 
(Copy from gnunet-setup.) <input type=\"text\" name=\"pkey\" /> <input 
type=\"submit\" value=\"Next\" /></body></html>"
 
 /**
  * Second page (/S)




reply via email to

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