aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:24:16 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:24:16 +0000
commit64c36dcef8ab1c0b985d79da627cecd30fd50336 (patch)
tree5ed247b1504734dc76901ee4821d8a8244d72748 /README.md
parent1b433819cbfc084836ee05e338d06f159e77a3d1 (diff)
Update READMEarchive/old
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 813372e..db896d2 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,9 @@ The application will be listening on port 3000.
This website is essentially built like a wiki system, though there are some drawbacks with this compared to actual wiki software, considering this is a highly specific use case of it. In no particular order:
* re-rendering pages are a pain after edits
* files are read from <code>/static/image</code> rather than <code>/pages/file</code> (which breaks the point of the entire namespace system)
-* templates can't transclude other templates
-* the Template namespace is the only transcludable namespace
+* ~~templates can't transclude other templates~~ (✅ fixed [144fec4](https://github.com/LMBishop/website/commit/144fec46aff02621d53fa1a101d879adaaf6126d))
+* ~~the Template namespace is the only transcludable namespace~~ (✅ fixed [144fec4](https://github.com/LMBishop/website/commit/144fec46aff02621d53fa1a101d879adaaf6126d))
+* ~~circular dependencies cause infinite recursion~~ (✅ fixed [951984f](https://github.com/LMBishop/website/commit/951984fb55d552d9c816a30069e2321f3602d305))
* code is a bit wack in places
* I'm never happy with the visual design
* I don't actually know what to fill this website with