[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r23505 - gnunet/src/gns
From: |
gnunet |
Subject: |
[GNUnet-SVN] r23505 - gnunet/src/gns |
Date: |
Wed, 29 Aug 2012 17:58:18 +0200 |
Author: schanzen
Date: 2012-08-29 17:58:18 +0200 (Wed, 29 Aug 2012)
New Revision: 23505
Modified:
gnunet/src/gns/gnunet-gns-fcfsd.c
Log:
-real tmp fix
Modified: gnunet/src/gns/gnunet-gns-fcfsd.c
===================================================================
--- gnunet/src/gns/gnunet-gns-fcfsd.c 2012-08-29 15:57:10 UTC (rev 23504)
+++ gnunet/src/gns/gnunet-gns-fcfsd.c 2012-08-29 15:58:18 UTC (rev 23505)
@@ -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? (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\" /><br/><a href=/Zoneinfo> List of all registered
names </a></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\" /><br/><a href=/fcfs/Zoneinfo> List of all
registered names </a></body></html>"
/**
* Second page (/S)
@@ -54,7 +54,7 @@
*/
#define ZONEINFO_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>%s</title></head><body><h1>
FCFS Zoneinfo </h1><table
border=\"1\"><th>name</th><th>PKEY</th>%s</table></body></html>"
-#define FCFS_ZONEINFO_URL "/fcfs/Zoneinfo"
+#define FCFS_ZONEINFO_URL "/Zoneinfo"
/**
* Mime type for HTML pages.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r23505 - gnunet/src/gns,
gnunet <=