|
Revision 213, 0.7 kB
(checked in by ol, 22 months ago)
|
|
Grammar corrections. Apply Christopher Bertels (Intevation) patch.
|
| Line | |
|---|
| 1 | TinyOWS is a simple WFS-T server based on PostGIS spatial database. |
|---|
| 2 | |
|---|
| 3 | TinyOWS 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 | |
|---|
| 12 | Code quality policy: |
|---|
| 13 | All code must meet the following rules : |
|---|
| 14 | - gcc -ansi -pedantic -Wall compile without any warning (make) |
|---|
| 15 | - Unit test with Valgrind error and leak free (make valgrind) |
|---|
| 16 | - Doxygen comments (make doxygen) |
|---|
| 17 | - Extensive use of assertions |
|---|
| 18 | |
|---|
| 19 | Code dynamically linked with the following other libriaries: |
|---|
| 20 | - postgresql 8.x |
|---|
| 21 | - libxml2.x |
|---|