diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-03-19 00:45:05 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-03-19 00:45:05 +0100 |
commit | 2540ab909da4b5c61e9f779f6ce443d155eccd66 (patch) | |
tree | b13c3dbc46976599edc2482b6c8e89488ff4f2b0 | |
parent | 6e6f8a68e5d0aa51dc906151aa8c62de3e907ae8 (diff) | |
download | cgi-2540ab909da4b5c61e9f779f6ce443d155eccd66.zip |
Update TODO; Remove some links
-rwxr-xr-x | main.c | 40 |
1 files changed, 1 insertions, 39 deletions
@@ -19,6 +19,7 @@ #/ #/ To-Do list #/ +#/ - HTTP basic auth. #/ - Hierarchical tags. #/ - Blacklist and throttling. #/ - Redirects for cgit and git-http-backend. @@ -2007,19 +2008,6 @@ static Doc docs[NUM_DOCS] = { }, { .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 = "<br>", }, { .type = TAG_CAPTION, @@ -2044,32 +2032,6 @@ static Doc docs[NUM_DOCS] = { }, { .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 = "<br>", }, { .type = TAG_CAPTION, |