diff --git a/Telodendria.html b/Telodendria.html index 6522e97..1d3ab5f 100644 --- a/Telodendria.html +++ b/Telodendria.html @@ -44,8 +44,9 @@ Is written with minimalism as a primary design goal. Whenever possible and practical, no third-party libraries are pulled in to the source code. Everything Telodendria needs is custom written. As a result, Telodendria depends only on a standard C compiler and -library to be built, and only a web server with CGI capabilities to -run. +POSIX C library to be built, both of which are built in to a good +Unix-style operating system already, which means you shouldn't have +to install anything extra.
  • Uses a flat-file directory structure to store data instead of a @@ -63,10 +64,9 @@ there's a lot less code running on the system.
  • -Runs as a CGI application. Telodendria is delivered as a single -small, highly-optimized binary that can be dropped in a web server's -web root to be executed. This allows it to consume very few resources -and be very easy to set up. +Is packaged as a single small, statically-linked and highly-optimized +binary that can be run just about anywhere. It is designed to be +extremely easy to set up and consume as few resources as possible.
  • @@ -134,6 +134,7 @@ Submit code patches to the Telodendria project.

  • Rationale
  • Project Goals
  • Getting Support
  • +
  • Contributing