diff --git a/site/index.html b/site/index.html
index 8599c5f..c73f920 100644
--- a/site/index.html
+++ b/site/index.html
@@ -296,6 +296,7 @@ can get involved.
Implement configuration file parsing using the hash map
Base64 encoding/decoding with padded/unpadded support
Write a release script
+UTF-8 encoder/decoder (UTF-8 codepoint chars to int, vice versa)
Implement a JSON library using the hash map and array
@@ -303,8 +304,19 @@ Implement a JSON library using the hash map and array
- Basic decoding to HashMap/Array/strings, etc.
Proper string encoding
Proper string decoding
+-
+"Canonical JSON"
+
+- Keys are sorted lexicographically by Unicode code point
+(4bytes)
+- Floats are not allowed (fail on encountering a float)
+- Encode as UTF-8 instead of using
\u
escapes
+
+
+Write a TelodendriaServerTs
that gets the current
+Unix timestamp in milliseconds.
Figure out how to wWrite unit tests for array/hashmap/etc
Parse the Telodendria config file
Add license/documentation comments to all source files