summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,