use nilfm.cc address
This commit is contained in:
parent
6ed6221461
commit
eff63b8b95
1 changed files with 3 additions and 2 deletions
5
main.c
5
main.c
|
@ -20,7 +20,7 @@ WITH REGARD TO THIS SOFTWARE.
|
||||||
#define NAME "nilFM"
|
#define NAME "nilFM"
|
||||||
#define DOMAIN "https://nilfm.cc"
|
#define DOMAIN "https://nilfm.cc"
|
||||||
#define ABOUT "Derek Stevens <"\
|
#define ABOUT "Derek Stevens <"\
|
||||||
"<a href='mailto://drkste@zoho.com'>drkste@zoho.com</a>><br/>"\
|
"<a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a>><br/>"\
|
||||||
"artist, programmer, philosopher<br/><br/>"\
|
"artist, programmer, philosopher<br/><br/>"\
|
||||||
"verify my signature: <a href='/serv/signingKey.pub'>signing public key</a><br/>"\
|
"verify my signature: <a href='/serv/signingKey.pub'>signing public key</a><br/>"\
|
||||||
"send me an encrypted message: <a href='/serv/encryptionKey.pub'>encrypted public key</a>"
|
"send me an encrypted message: <a href='/serv/encryptionKey.pub'>encrypted public key</a>"
|
||||||
|
@ -104,6 +104,7 @@ int gettwtxt(FILE* f) {
|
||||||
scat(buf, "<br/>");
|
scat(buf, "<br/>");
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
scat(buf, "<a href='/twtxt.txt'>see all</a>");
|
||||||
scat(buf, "</div>");
|
scat(buf, "</div>");
|
||||||
fputs(buf, f);
|
fputs(buf, f);
|
||||||
return 1;
|
return 1;
|
||||||
|
@ -322,7 +323,7 @@ int fpfooter(FILE* f, char* name, char* path) {
|
||||||
if (!ismetanav(name)) {
|
if (!ismetanav(name)) {
|
||||||
fpedited(f, path);
|
fpedited(f, path);
|
||||||
fputs(
|
fputs(
|
||||||
"contact: <a href='mailto://drkste@zoho.com'>drkste@zoho.com</a> ",
|
"contact: <a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a> ",
|
||||||
f);
|
f);
|
||||||
fputs("(<a href='keys.html'>keys</a>)<br/>", f);
|
fputs("(<a href='keys.html'>keys</a>)<br/>", f);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue