diff options
Diffstat (limited to 'webserver/doc/README')
-rw-r--r-- | webserver/doc/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webserver/doc/README b/webserver/doc/README new file mode 100644 index 000000000..edcabf1eb --- /dev/null +++ b/webserver/doc/README @@ -0,0 +1,11 @@ +This readme is intended for the programmers of eAthena.
+
+This webserver's apis are in API.txt.
+
+To make this simple, generate.c should handle most of the work this sever does
+in terms of what people see.
+
+When a request is made the server shoots it off to generate.c.
+
+You are welcome to create more functions used by generate.c to generate pages
+though, so don't feel limited by that one file.
|