summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-03-19 00:45:05 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-03-19 00:45:05 +0100
commit2540ab909da4b5c61e9f779f6ce443d155eccd66 (patch)
treeb13c3dbc46976599edc2482b6c8e89488ff4f2b0
parent6e6f8a68e5d0aa51dc906151aa8c62de3e907ae8 (diff)
downloadcgi-2540ab909da4b5c61e9f779f6ce443d155eccd66.zip
Update TODO; Remove some links
-rwxr-xr-xmain.c40
1 files changed, 1 insertions, 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.
@@ -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,