summaryrefslogtreecommitdiff
path: root/src/webserver/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/webserver/doc/README')
-rw-r--r--src/webserver/doc/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/webserver/doc/README b/src/webserver/doc/README
deleted file mode 100644
index 0e94ff2..0000000
--- a/src/webserver/doc/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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.