amber d479e29aee Fixed some file types
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14 16:18:26 +00:00
..
2004-11-14 16:18:26 +00:00
2004-11-14 16:18:26 +00:00

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.