Differences From
Artifact [bd4297f1d2]:
1 1 # parsav
2 2
3 -**parsav** is a lightweight fediverse server
3 +**parsav** is a lightweight social media server written in [terra](https://terralang.org), intended to integrate to some degree with the fediverse. it is named for the [Ranuir](http://ʞ.cc/fic/spirals/ranuir) words *par* "speech, communication" and *sav* "unity, togetherness, solidarity".
4 4
5 5 ## backends
6 6 parsav is designed to be storage-agnostic, and can draw data from multiple backends at a time. backends can be enabled or disabled at compile time to avoid unnecessary dependencies.
7 7
8 8 * postgresql
9 9
10 10 ## dependencies
................................................................................
130 130 * sqlite3
131 131 * generic odbc
132 132 * lua
133 133 * ldap for auth (and maybe actors?)
134 134 * cdb (for static content, maybe?)
135 135 * mariadb/mysql
136 136 * the various nosql horrors, e.g. redis, mongo, and so on
137 +
138 +parsav urgently needs an internationalization framework as well. right now everything is just hardcoded in english. yuck.