summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0d32a43)
The data displayed by darkstat is probably not something which you want
to appear on Google and friends. Just have a try:
http://www.google.com/search?q=intitle:darkstat+inurl:666
http://www.google.com/search?q=intitle:darkstat+inurl:667
str_appendf(buf, "<title>%s (darkstat3 : %s)</title>\n"
"<meta name=\"generator\" content=\"%s\" />\n", title, interface,
PACKAGE_STRING);
str_appendf(buf, "<title>%s (darkstat3 : %s)</title>\n"
"<meta name=\"generator\" content=\"%s\" />\n", title, interface,
PACKAGE_STRING);
+ str_append(buf, "<meta name=\"robots\" content=\"noindex, noarchive\" />\n");
str_appendf(buf, "<link rel=\"stylesheet\" href=\"%s%s\" type=\"text/css\"/>\n",
base_url, "style.css");
if (header_callback != NULL)
str_appendf(buf, "<link rel=\"stylesheet\" href=\"%s%s\" type=\"text/css\"/>\n",
base_url, "style.css");
if (header_callback != NULL)
"Content-Type: %s\r\n"
"Content-Length: %d\r\n"
"Content-Encoding: %s\r\n"
"Content-Type: %s\r\n"
"Content-Length: %d\r\n"
"Content-Encoding: %s\r\n"
+ "X-Robots-Tag: noindex, noarchive\r\n"