From 18825a1f46c806ddddffb14dbd90cdbfcb612ddb Mon Sep 17 00:00:00 2001
From: Jordan Bancino
+The Telodendria roadmap is organized into phases, with each phase +representing a new milestone in the project's lifetime. +
+A new open-source project needs a few basic things before development +can begin. This phase covers the pre-development stage of Telodendria. +
+Matrix homeservers require a few prerequisites. In this phase, we build up +all the tools required to properly implement a Matrix homeserver. This includes +basic data structures, exchange format parsers, and more. We also build up a +command line application, multi-threaded HTTP server, and architect a flat-file +database framework. +
++When the foundations are laid, we can start implementing a real Matrix +homeserver. This phase tracks our current progress in implementing the Matrix +specification. +
+The Matrix specification is only a part of what it takes to be a production-ready +Matrix homeserver. While the spec details how clients and homeservers interact with +each other, we still need a way to administer our homeserver. This phase tracks our +progress on getting Telodendria packaged, as well as writing some useful +administrative tools. Only when these things are completed can we call Telodendria +"production-ready." +