diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-22 22:00:56 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-22 22:00:56 +0000 |
commit | 64aaa63d9086ccc5ab181cc0ea2e697e9b61a6cb (patch) | |
tree | 4f3880747d0087b719b91f2c0ea91d40a14792a4 /src/webserver/doc/README | |
parent | 7b1a03e77740ebcdf6d646fd7f3b94f92ec01da8 (diff) | |
download | hercules-64aaa63d9086ccc5ab181cc0ea2e697e9b61a6cb.tar.gz hercules-64aaa63d9086ccc5ab181cc0ea2e697e9b61a6cb.tar.bz2 hercules-64aaa63d9086ccc5ab181cc0ea2e697e9b61a6cb.tar.xz hercules-64aaa63d9086ccc5ab181cc0ea2e697e9b61a6cb.zip |
Updated the eol style
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1271 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/webserver/doc/README')
-rw-r--r-- | src/webserver/doc/README | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/webserver/doc/README b/src/webserver/doc/README index edcabf1eb..0e94ff2ae 100644 --- a/src/webserver/doc/README +++ b/src/webserver/doc/README @@ -1,11 +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.
+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. |