Difference between revisions of "Main Page"

From Hercules Wiki
Jump to: navigation, search
 
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
+
{| style="width: 100%;" cellspacing="5" cellpadding="0"
 +
| colspan="3" |
 +
|-
 +
| style="background: #FCFCFC; border: 1px solid #AAA; vertical-align: top;" |
 +
<div style="background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;">About Hercules</div>
 +
<div style="padding-left: 1em;">
 +
[[Hercules]] is an [[wikipedia:Open_source|open-source]] project, emulating a [[wikipedia:Ragnarok_Online|Ragnarok Online]] [[wikipedia:Server|Server]]. It is written in [[wikipedia:C_(programming_language)|C]] and is currently version controlled via [[Subversion|SVN]].
  
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
Hercules currently runs on most common [[wikipedia:Operating_system|Operating Systems]] currently available today. For a full list, please see the [[System Requirements]].
  
== Getting started ==
+
</div>
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
 
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
<div style="background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;">Editing the Wiki</div>
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
<div style="padding-left: 1em;">
 +
All users must login to the wiki using their forum account. Any member with more than 1 post on the forums can edit the wiki, but please keep in mind that the Hercules wiki is released under the [[wikipedia:GNU_Free_Documentation_License|GNU Free Documentation License]] Version 1.2. This means that the wiki and any works put on it can be edited at will. They may also be distributed, provided all history and copylefts remain intact. Please see [[Editing the wiki]] for more information.
 +
 
 +
Don't know where to start? Check the [[Special:WantedPages]] page and create a page that is listed there!
 +
 
 +
Please do not create pages for custom content, such as custom projects not relating to Hercules in any way. A full list of content that should not be on the wiki is listed at [[Editing the wiki]].
 +
 
 +
Please see [[:Category:Wiki_Projects|Wiki Projects]] for any ongoing projects that you might be able to help with!
 +
 
 +
</div>
 +
 
 +
<div style="background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;">Quick Tips</div>
 +
<div style="padding-left: 1em;">
 +
*Spell check your work and make sure the grammar is correct.
 +
*Use English.
 +
*Do not vandalize the wiki. Vandalization will come with harsh punishment.
 +
*Please see [[mw:Help:Formatting|Formatting a wiki]] for tips on wiki formats and syntaxes.
 +
</div>
 +
 
 +
| style="background: #FCFCFC; border: 1px solid #AAA; vertical-align: top;" |
 +
<div style="width: 260px; background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;"><div style="float: right; padding: 0 20px;">[[Image:poring1.gif]]</div>Installation</div>
 +
<div style="padding-left: 1em;">
 +
; [[Getting Started]]
 +
: [[System Requirements]]
 +
; [[:Category:Installation|Installation]]
 +
: [[Installing_Precompiled|Using Pre-compiled Hercules]]
 +
; [[Compiling]]
 +
; [[Connecting|Connecting and Starting]]
 +
; [[:Category:Configuration|Configuration]]
 +
</div>
 +
<div style="background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;"><div style="float: right;">[[Image:develing1.gif]]</div>Server Side</div>
 +
<div style="padding-left: 1em;">
 +
; [[Scripting]]
 +
: [[Basic Scripting]]
 +
: [[:Category:Script_Command|Script Commands]]
 +
: [[Permanent Monster Spawn]]
 +
: [[Instancing]]
 +
:
 +
; [[Server Modification]]
 +
: [[:Category:Source_Functions|Source Functions]]
 +
: [[:Category:Source Snippets|Source Snippets]]
 +
: [[Packets]]
 +
:
 +
; [[:Category:Database|Database]]
 +
: [[Custom Items]]
 +
: [[Custom Mobs]]
 +
: [[Custom weapons]]
 +
</div>
 +
<div style="background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;"><div style="float: right;">[[Image:angeling1.gif]]</div>Client Side</div>
 +
<div style="padding-left: 1em;">
 +
; [[:Category:Data|Data]]
 +
; [[Spriting]]
 +
: [[Palettes]]
 +
: [[Acts]]
 +
:
 +
; [[:Category:Mapping|Mapping]]
 +
: [[Modeling]]
 +
: [[Texture]]
 +
:
 +
; [[:Category:Client_Configuration|Client Stuff]]
 +
;
 +
; [[:Category:Patchers|Patchers]]
 +
</div>
 +
|}

Revision as of 01:56, 13 January 2013

About Hercules

Hercules is an open-source project, emulating a Ragnarok Online Server. It is written in C and is currently version controlled via SVN.

Hercules currently runs on most common Operating Systems currently available today. For a full list, please see the System Requirements.

Editing the Wiki

All users must login to the wiki using their forum account. Any member with more than 1 post on the forums can edit the wiki, but please keep in mind that the Hercules wiki is released under the GNU Free Documentation License Version 1.2. This means that the wiki and any works put on it can be edited at will. They may also be distributed, provided all history and copylefts remain intact. Please see Editing the wiki for more information.

Don't know where to start? Check the Special:WantedPages page and create a page that is listed there!

Please do not create pages for custom content, such as custom projects not relating to Hercules in any way. A full list of content that should not be on the wiki is listed at Editing the wiki.

Please see Wiki Projects for any ongoing projects that you might be able to help with!

Quick Tips
  • Spell check your work and make sure the grammar is correct.
  • Use English.
  • Do not vandalize the wiki. Vandalization will come with harsh punishment.
  • Please see Formatting a wiki for tips on wiki formats and syntaxes.
Poring1.gif
Installation
Develing1.gif
Server Side
Angeling1.gif
Client Side