diff --git a/TODO.md b/TODO.md index 55e1748..57503b0 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,22 @@ - [x] Fac command: POST to https://elijah-dev.tk/fa.php with the fa parameter being some code -- - Used to have it, removed it on 2022/10/20 -- [ ] Chat subdomain using WebRTC -- [ ] Store files in IndexedDB + - Used to have it, removed it on 2022/10/20 +- [x] Chat subdomain using WebRTC + - We have [CaO](https://user.ari-web.xyz/), not going to implement +- [x] Store files in IndexedDB + - [Overly complex API, i dont want to deliver this much JS, i already deliver quite a package](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) - [x] Export/Import - [ ] Python code runner -- [ ] Minimal UI framework - - [ ] Convert some of the pages to use that framework -- [ ] WASM +- [x] Minimal UI framework + - [x] Convert some of the pages to use that framework + - Stupid idea ngl +- [x] WASM + - Fun challenge, but will ruin browser support, although keeping this idea for some commands :) + - [ ] Custom ari-web assembler ? + - Ari-web ASM -> (WAT ?) -> WASM -> run +- [ ] More theme generators + - [ ] ViM themes + - [ ] Suckless themes + - [ ] Dmenu + - [ ] St + - [ ] DWM + - [ ] Emacs themes diff --git a/api/usage.json b/api/usage.json index 1ff89c6..7f73e36 100644 --- a/api/usage.json +++ b/api/usage.json @@ -38,5 +38,13 @@ "blog.ari-web.xyz": 24.3, "ari-web.xyz": 20.3 } + }, + "2022-12-15": { + "total": 69.0, + "top": { + "blog.ari-web.xyz": 27.5, + "ari-web.xyz": 20.1, + "files.ari-web.xyz": 12.9 + } } }