README 395 B

1234567891011
  1. This readme is intended for the programmers of eAthena.
  2. This webserver's apis are in API.txt.
  3. To make this simple, generate.c should handle most of the work this sever does
  4. in terms of what people see.
  5. When a request is made the server shoots it off to generate.c.
  6. You are welcome to create more functions used by generate.c to generate pages
  7. though, so don't feel limited by that one file.