Commit Graph

11 Commits (429b39cf08ecc6dcf45909392b3197aad8d65a7c)

Author SHA1 Message Date
Brett 429b39cf08 dynamic logic based control inside html files using mustash syntax
{{%bool1 && bool2 || (bool3 && !bool4)}}
must be closed exactly as stated!!
{{/bool1 && bool2 || (bool3 && !bool4)}}
2023-08-23 15:27:27 -04:00
Brett 2f4b2a8c98 refine token parser + menu bar
pages can now be dynamically loaded with the template prefix '@'
2023-08-20 21:33:36 -04:00
Brett dd96940c67 Upgrade StringLexer with better design principles.
Strings are now processed in a much clearer, more intuitive way
2023-08-20 20:24:11 -04:00
Brett 22a89031c3 login/logout + /login.html already logged in will redirect to home 2023-08-18 20:00:47 -04:00
Brett 1011152fbe session storage
cookies are a todo along with tokens / token storage
2023-08-17 01:38:48 -04:00
Brett 2d2ccc2567 fix post data url encoding 2023-08-16 20:59:49 -04:00
Brett 793ee5ecbe push 2023-08-16 20:15:34 -04:00
Brett 1a456c5d73 basic login post 2023-08-16 02:23:44 -04:00
Brett 94036bcd3a get / post requests with curl 2023-08-15 02:45:27 -04:00
Brett 50e6299c7b working on curl 2023-08-09 21:56:11 -04:00
Brett 2f43804557 website 2023-07-22 20:54:15 -04:00