summaryrefslogtreecommitdiff
path: root/readme/setup.html
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-15 12:48:11 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-15 12:48:11 +0000
commitf58856d5ab5a79e09e4aad906cecd7aa931a2224 (patch)
tree578e7012b84df2bae3bbcb524e378ed41dd4aad3 /readme/setup.html
parent46b6685fa8ab480705cdd818adf283b3778e3fcc (diff)
downloadhercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.gz
hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.bz2
hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.tar.xz
hercules-f58856d5ab5a79e09e4aad906cecd7aa931a2224.zip
* Some readme clean-ups (related r14711).
- Normalized whitespace and made the html files validate properly. - Moved faq-content content to faq. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14973 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/setup.html')
-rw-r--r--readme/setup.html66
1 files changed, 34 insertions, 32 deletions
diff --git a/readme/setup.html b/readme/setup.html
index 7f91852b8..8bd829af8 100644
--- a/readme/setup.html
+++ b/readme/setup.html
@@ -1,12 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>eAthena | Setup</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
- <div id="template">
+ <div id="template">
<div id="header">
- <div class="logo">eAthena<br /><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
+ <div class="logo">eAthena<br><span class="subtitle">- RAGNAROK Online Server Emulator</span></div>
<div class="title">Setup</div>
</div>
<div id="navcontainer">
@@ -19,44 +21,44 @@
<li><a href="resources.html">Resources</a></li>
</ul>
</div>
-
- <div class="body-container">
- <strong>Character Server:<br></strong>
- <ol>
- <li>Open /conf/char_athena.conf</li>
+
+ <div class="body-container">
+ <strong>Character Server:</strong>
+ <ol>
+ <li>Open /conf/char_athena.conf</li>
<li>Change userid and passwd (s1/p1) to what you want your server's communication details to be.</li>
<li>Change Server_Name to what you want to call your server.</li>
<li>Remove the <strong>//</strong> before login_ip.
<li>Remove the <strong>//</strong> before char_ip and change 127.0.0.1 to your <a href="http://www.whatismyip.com" target="_new">WAN IP</a>.
- </ol>
-
- <strong>Map Server:<br></strong>
- <ol>
- <li>Open /conf/map_athena.conf</li>
+ </ol>
+
+ <strong>Map Server:</strong>
+ <ol>
+ <li>Open /conf/map_athena.conf</li>
<li>Change userid and passwd to the same thing you set in char_athena.</li>
<li>Remove the <strong>//</strong> before char_ip.</li>
<li>Remove the <strong>//</strong> before map_ip and change 127.0.0.1 to your <a href="http://www.whatismyip.com" target="_new">WAN IP</a>.
- </ol>
-
- <strong>Subnet:<br></strong>
- <ol>
- <li>Open /conf/subnet_athena.conf</li>
+ </ol>
+
+ <strong>Subnet:</strong>
+ <ol>
+ <li>Open /conf/subnet_athena.conf</li>
<li>Change 255.0.0.0 to your <strong>"Subnet Mask"</strong>, change the two 127.0.0.1 to your <strong>LAN IP</strong>.
- </ol>
-
- <strong>MySQL Settings:<br></strong>
- <ol>
- <li>Open /conf/inter_athena.conf</li>
+ </ol>
+
+ <strong>MySQL Settings:</strong>
+ <ol>
+ <li>Open /conf/inter_athena.conf</li>
<li>Find the "Global SQL Settings" and change them to your SQL server's settings.</li>
- </ol>
-
- <strong>Message of the Day:<br></strong>
- <ol>
- <li>Open /conf/motd.txt and edit it to change the in-game MOTD.</li>
- </ol>
- </div>
-
- <div id="footer">"Read Me" Created & Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
- </div>
+ </ol>
+
+ <strong>Message of the Day:</strong>
+ <ol>
+ <li>Open /conf/motd.txt and edit it to change the in-game MOTD.</li>
+ </ol>
+ </div>
+
+ <div id="footer">"Read Me" Created &amp; Designed by <a href="http://www.kisuka.com" target="_new">Kisuka</a></div>
+ </div>
</body>
</html> \ No newline at end of file