TextNet is closely based on several existing Python libraries. The most central of these include: * Bazaar: A full-featured distributed revision control system written in Python and designed for source code management. * web.py: A web framework written in Python and designed to be lightweight and as simple as possible. * Jinja: A templating system written in Python and designed to fast and flexible. Installation and Dependencies ================================ To install TextNet, you will need to install a series of library dependencies. These include: Python library dependencies of textnet: * bzr (>= 1.00) [Bazaar] * python-webpy (>= 0.200) * python-jinja (>= 1.1) * python-beaker * python-markdown