2022-06-13 13:53:12 +00:00
|
|
|
#define DESC "lair of drkste aka nilix: artist, programmer, philosopher"
|
2022-02-12 23:31:45 +00:00
|
|
|
#define LEXICON_SIZE 1024
|
2022-06-13 13:53:12 +00:00
|
|
|
#define MAINCSS "/new.css"
|
|
|
|
#define FOOTER \
|
|
|
|
"<a href='/git/'><img src='/img/git.svg' alt='visit the nilFM hack " \
|
|
|
|
"lab.'/></a> \n" \
|
|
|
|
"<a rel='me' href='https://cafe.nilfm.cc/u/nilix'><img src='/img/honk.svg' " \
|
|
|
|
"alt='visit me on the Fediverse.'/></a> \n" \
|
|
|
|
"<a href='https://webring.xxiivv.com'><img src='/img/webring.svg' " \
|
|
|
|
"alt='visit the Webring.'/></a><br/>\n" \
|
|
|
|
"<a href='/sitemap.html'>sitemap</a><br/>\n"
|
|
|
|
#define LICENSE \
|
|
|
|
"<a rel='license' " \
|
|
|
|
"href='https://creativecommons.org/licenses/by-nc/4.0/" \
|
|
|
|
"legalcode.txt'>CC-BY-NC 4</a><br/>\n" \
|
|
|
|
"<a href='/legal_disclaimer.html'>opinions are my own</a>"
|
|
|
|
#define SITEROOT "../www/"
|
2022-02-12 23:31:45 +00:00
|
|
|
#define TAG_BODY_SIZE 4096
|
2022-06-13 13:53:12 +00:00
|
|
|
#define CONTACT \
|
|
|
|
"contact: <a href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a> (<a " \
|
|
|
|
"href='keys.html'>keys</a>)<br/>\n" \
|
|
|
|
""
|
2022-02-12 23:06:47 +00:00
|
|
|
#define DOMAIN "https://nilfm.cc"
|
|
|
|
#define FRONTCSS "/front.css"
|
2022-06-13 13:53:12 +00:00
|
|
|
#define ABOUT \
|
|
|
|
"Derek Stevens <<a " \
|
|
|
|
"href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>><br/>\n" \
|
|
|
|
"artist, programmer, philosopher<br/><br/>\n" \
|
|
|
|
"verify my signature: <a " \
|
|
|
|
"href='/serv/90587A740FA4FFA0971575383B7FBC22144E6398.asc'>signing public " \
|
|
|
|
"key</a><br/>\n" \
|
|
|
|
"send me an encrypted message: <a " \
|
|
|
|
"href='/serv/F5672E001CC962BE3B6C8887C65B677280C66DE5.asc'>encryption " \
|
|
|
|
"public key</a>\n" \
|
|
|
|
""
|
|
|
|
#define LOGO "<img src='/img/nilfm_blackHole_96.png' alt='blackHole://server'/>"
|
|
|
|
#define NAME "nilFM"
|