From 2540ab909da4b5c61e9f779f6ce443d155eccd66 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Wed, 19 Mar 2025 00:45:05 +0100 Subject: Update TODO; Remove some links --- main.c | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/main.c b/main.c index 9f96e3a..4e43925 100755 --- a/main.c +++ b/main.c @@ -19,6 +19,7 @@ #/ #/ To-Do list #/ +#/ - HTTP basic auth. #/ - Hierarchical tags. #/ - Blacklist and throttling. #/ - Redirects for cgit and git-http-backend. @@ -2006,19 +2007,6 @@ static Doc docs[NUM_DOCS] = { .type = TAG_END, }, { .type = TAG_END, - }, { - .type = TAG_BEGIN, - .layout = LAYOUT_CENTER, - }, { - .type = TAG_BEGIN, - .action = ACTION_BLANK, - .href = "/twitch", - }, { - .text = "Twitch", - }, { - .type = TAG_END, - }, { - .type = TAG_END, }, { .text = "
", }, { @@ -2043,32 +2031,6 @@ static Doc docs[NUM_DOCS] = { .type = TAG_END, }, { .type = TAG_END, - }, { - .type = TAG_BEGIN, - .layout = LAYOUT_CENTER, - }, { - .type = TAG_BEGIN, - .action = ACTION_BLANK, - .href = "/bandcamp", - }, { - .text = "Bandcamp", - }, { - .type = TAG_END, - }, { - .type = TAG_END, - }, { - .type = TAG_BEGIN, - .layout = LAYOUT_CENTER, - }, { - .type = TAG_BEGIN, - .action = ACTION_BLANK, - .href = "/spotify", - }, { - .text = "Spotify", - }, { - .type = TAG_END, - }, { - .type = TAG_END, }, { .text = "
", }, { -- cgit v1.2.3