aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-08-29 15:58:18 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-08-29 15:58:18 +0000
commita6cd4a38ea5f50bf32e6cb1fc301161774df18c9 (patch)
treedb368b0f4fda40400faf76a56b80817013c8844b /src/gns
parent09eb17d12aea3f9e8bfa10900da1bb1c22b44ad7 (diff)
downloadgnunet-a6cd4a38ea5f50bf32e6cb1fc301161774df18c9.tar.gz
gnunet-a6cd4a38ea5f50bf32e6cb1fc301161774df18c9.zip
-real tmp fix
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index 01ea35a47..5c2e99294 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -42,7 +42,7 @@
42/** 42/**
43 * Front page. (/) 43 * Front page. (/)
44 */ 44 */
45#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>" 45#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>"
46 46
47/** 47/**
48 * Second page (/S) 48 * Second page (/S)
@@ -54,7 +54,7 @@
54 */ 54 */
55#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>" 55#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>"
56 56
57#define FCFS_ZONEINFO_URL "/fcfs/Zoneinfo" 57#define FCFS_ZONEINFO_URL "/Zoneinfo"
58 58
59/** 59/**
60 * Mime type for HTML pages. 60 * Mime type for HTML pages.