1TinyOWS is a simple WFS-T server based on PostGIS spatial database.
2
3TinyOWS was written with the following things in mind:
4- KISS approach !
5- As OGC standard compliant as possible, aiming to support:
6   - WFS (1.0 and 1.1)
7   - FE (1.0 and 1.1)
8- Performance is a matter, maps are cool as they're quick to display
9- Clean source code
10
11
12Code quality policy:
13All code must meet the following rules :
14- gcc -c99 -pedantic -Wall compile without any warning (make)
15- Unit test with Valgrind error and leak free (make valgrind)
16- Pass trought OGC CITE WFS-T tests (1.0.0 and 1.1.0 SF-0)
17
18Code dynamically linked with the following other librairies:
19- PostgreSQL 8.x and 9.x
20- libxml 2.8.x
21- flex
22