Main Page
OpenKore — Custom Ragnarok Online client
Development | 
Developer Documentation | 
Current Wiki TODO's
- OpenKore and Template:OpenKore Contributors need some updating (preferably without breaking the wonderful story from VCL? Can someone who has been around community long enough write a follow-up and update contributors page? Also, add yourselves if you're not here)
 - complete config.txt pages that are conform with char and add appropriate categories (ex. Category:Connection for char) from old manual and older manual
 - bug reporting guide? Can be built in FAQ
 - wiki as a place for macro/plugin/configuration howtos/examples/sharing?
 - Where is XKore Guide?
 - commands discussion: Category_talk:Console_Command
 - Config.txt options: loginPinCode, repairAuto_list.
 - config.txt general block option: label
 - redirect http://openkore.sourceforge.net/manual/ to this wiki
 - Track down orphan pages and link the appropriately, esp to main page
 - Redo main page so it looks more like irowiki.org; reorganizing pages into different categories and adding overview/introduction pages to each category
 - Write 'foundation pages' for wiki such as Help:Editing which will contain tutorial with information such as manual of style, links to wiki markup explanations.
 - Organization of pages should refer to irowiki.org, OpenTTD wiki
 - disable forced uppercase for page titles
 - remove 'index.php?title=' from wiki view URLs
 
In the LocalSettings.php file add the following code:
$wgScriptPath       = "/wiki";
$wgScript           = "$wgScriptPath/index.php";
$wgRedirectScript   = "$wgScriptPath/redirect.php";
$wgArticlePath      = "$wgScriptPath/$1";
In the root directory of the site create a file whose name ends. htaccess with the following contents:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /wiki/index.php?title=$1 [L,QSA]
example http://ragbot.ru/wiki/config