Sitix is written in C++ without any frameworks or anything. It doesn't muck about with Node.JS or Ruby or any such stuff. This means native-level performance,
diff --git a/site/pages/noteboard.html b/site/pages/noteboard.html
index 2c75423..75ece5f 100644
--- a/site/pages/noteboard.html
+++ b/site/pages/noteboard.html
@@ -1,6 +1,6 @@
[!][@on minify]
-[=title Noteboard]
-[=isSimple ]
+[=title "Noteboard"]
+[=isSimple true]
[=content-]
This is where I'll post miscellaneous notes on Sitix stuff. If you're using Sitix (or just interested in the project), you should check back here
diff --git a/site/pages/todo.html b/site/pages/todo.html
index 6408142..0a4fbbb 100644
--- a/site/pages/todo.html
+++ b/site/pages/todo.html
@@ -1,6 +1,6 @@
[!]
-[=title Todo]
-[=isSimple ]
+[=title "Todo"]
+[=isSimple true]
[=content-]
Sitix is still a pretty young piece of software, so if there's a missing feature that isn't on this list, don't hesitate to submit a feature request on the issues page.
@@ -11,7 +11,6 @@
Rework the project structure to use Make and have more files rather than larger files.
Stress-test seggies (maybe build a large "stresstest" project that uses the most cursed possible permutations of all the sitix features).
Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.
- Use Evals more widely.
[/]
diff --git a/site/pages/usage.html b/site/pages/usage.html
index fcfd95a..c4adc4e 100644
--- a/site/pages/usage.html
+++ b/site/pages/usage.html
@@ -1,6 +1,6 @@
[!]
-[=title Usage]
-[=isSimple ]
+[=title "Usage"]
+[=isSimple true]
[=content-]
Sitix is a KISS program, so there's not a lot of setup. Once you've got it installed (see for information on that),