2023-01-13 05:35:01 +00:00
|
|
|
/* clang-format off */
|
|
|
|
|
|
|
|
#define MAINCSS "/nilfm.css?v=20220112.1"
|
2022-02-12 23:06:47 +00:00
|
|
|
#define DOMAIN "https://nilfm.cc"
|
2023-01-13 05:35:01 +00:00
|
|
|
#define LEXICON_SIZE 1024
|
2023-01-12 07:19:55 +00:00
|
|
|
#define TWTXT "/twtxt.txt"
|
2023-01-13 05:35:01 +00:00
|
|
|
#define FRONTCSS "/nilfm.css?v=20220112.1"
|
|
|
|
#define CONTACT_HTML "contact: <a href='mailto:nilix@nilfm.cc' class='mono'>nilix@nilfm.cc</a> [<a href='/serv/90587A740FA4FFA0971575383B7FBC22144E6398.asc' class='mono'>0x90587A740FA4FFA0</a>]<br/>\n" \
|
|
|
|
""
|
|
|
|
#define NAME "nilFM"
|
|
|
|
#define TAG_BODY_SIZE 4096
|
|
|
|
#define ABOUT_HTML "Derek Stevens <<a class='mono' href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>><br/>\n" \
|
|
|
|
"software artisan, digital philosopher<br/><br/>\n" \
|
|
|
|
"[<a href='/serv/90587A740FA4FFA0971575383B7FBC22144E6398.asc' class='mono'>0x90587A740FA4FFA0</a>]\n" \
|
|
|
|
""
|
|
|
|
#define FOOTER_HTML "<a href='/git/'><img src='/img/git.svg' alt='nilFM hack lab'/></a> \n" \
|
|
|
|
"<a href='https://webring.xxiivv.com'><img src='/img/webring.svg' alt='xxiivv webring'/></a> \n" \
|
|
|
|
"<a href='https://lightcrystal.systems'><img src='/img/lightcrystal_bw_small.svg' alt='lightcrystal.systems'/><br/>\n" \
|
|
|
|
"<a href='/sitemap.html'>sitemap</a><br/>\n" \
|
|
|
|
""
|
|
|
|
#define LICENSE_HTML "<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 LOGO_HTML "<img src='/img/nilfm_blackHole_128.png' alt='blackhole://nilFM'/>"
|
|
|
|
#define DESC "lair of drkste aka nilix: software artisan, digital philosopher"
|
|
|
|
#define SITEROOT "../www/"
|
|
|
|
|
|
|
|
/* clang-format on */
|