diff --git a/README.md b/README.md index a99705b..f07e0f3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,22 @@ In Which, Somehow, A Centralized, Highly Connected Service Is Turned Into A Decentralized And Open One +## TODO + +In no particular order. + +- Theming. Probably via config variables. +- Domain name. Every instance of `snipt.net` should be replaced by a variable, + and `snipt.s3.amazonaws` media should also be made into a separate variable. +- De-minify everything and add a Python-based minifier. +- Make deploys easier by automating the database creation. Probably make a + Python script which does this along with the resource and minifying stuff. +- Turn remaining environment vars into config vars. +- Some tiny issues with the decoupling of systems. +- Code re-organization. +- Locally stored avatars. +- Add SystemD and Nginx example configs. + ## Environment Variables - `DISABLE_SIGNUP` if set to `true` will disable account registration.