mirror of https://github.com/nealey/woozle.org.git
robots.txt, change top links, mail back to cgi
This commit is contained in:
parent
78e3d7aafe
commit
3dabd858a1
|
@ -7,8 +7,3 @@ held by folks who know the right person to ask.
|
|||
<!--
|
||||
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
|
||||
-->
|
||||
|
||||
November 4: Webmail Back
|
||||
------------------------
|
||||
|
||||
It was too difficult to live without it.
|
||||
|
|
|
@ -35,7 +35,7 @@ main(int argc, char *argv[])
|
|||
if (0 == strcmp(ext, ".php")) {
|
||||
setenv("SCRIPT_FILENAME", filename, 1);
|
||||
setenv("REDIRECT_STATUS", "fuck me", 1);
|
||||
execl("/usr/bin/cgi-fcgi", "cgi-fcgi", "-bind", "-connect", ":8823", NULL);
|
||||
execl("/usr/bin/php-cgi", filename, NULL);
|
||||
} else if (strstr(filename, "/config/") ||
|
||||
strstr(filename, "/logs/") ||
|
||||
strstr(filename, "/temp/")) {
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li><a href="/derby/">Roller Derby</a></li>
|
||||
<li><a href="/lists.cgi">Email lists</a></li>
|
||||
<li><a href="https://woozle.org/mail.cgi/">Webmail</a></li>
|
||||
<li><a href="/people.html">Homepages</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
divert(1)
|
||||
|
|
|
@ -3,6 +3,7 @@ COPY += icon.png style.css style-black.css lists.cgi wishlist.cgi set.cgi $(TEMP
|
|||
COPY += mail.cgi ilohamail.cgi l.cgi
|
||||
COPY += google7f698b9893809122.html
|
||||
HTML += people.html
|
||||
COPY += robots.txt
|
||||
|
||||
$(DESTDIR)/people.html: people.sh template.html.m4
|
||||
sh $< | $(MDWNTOHTML) > $@
|
||||
|
|
Loading…
Reference in New Issue