From 8ec6d6afb3aedc8a980ffc7387d20509fa024113 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 28 Aug 2022 15:45:13 -0400 Subject: [PATCH] Add to-do items --- site/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/index.html b/site/index.html index 26c6369..0585ab6 100644 --- a/site/index.html +++ b/site/index.html @@ -497,6 +497,8 @@ can get involved.
  • Parse the Telodendria config file
  • Add license/documentation comments to all source files
  • Implement a simple HTTP server
  • +
  • Implement HTTP param parser
  • +
  • Properly decode paths
  • Design the server architecture