Difference between revisions of "Main Page"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 41: Line 41:
 
|style="vertical-align:top;"|
 
|style="vertical-align:top;"|
  
==References==
+
== References ==
 
* [[:Category:Console Command|Console commands]]
 
* [[:Category:Console Command|Console commands]]
 
'''[[:Category:control|control]]'''
 
'''[[:Category:control|control]]'''
Line 57: Line 57:
  
 
|}
 
|}
 +
 +
{|width="100%" style="table-layout:fixed;"
 +
|style="vertical-align:top;"|
  
 
== Development ==
 
== Development ==
Line 65: Line 68:
 
** [[Repository Structure]]
 
** [[Repository Structure]]
 
* [[Roadmap]]
 
* [[Roadmap]]
 +
* [[:Category:New Feature|New Features since last release]]
 +
* [[:Category:Work in Progress|Current Developments]]
 
* [[:Category:Feature Request|Feature Requests and TODOs]]
 
* [[:Category:Feature Request|Feature Requests and TODOs]]
* [[:Category:Work in Progress|Current Developments]]
+
 
* [[:Category:New Feature|New Features since last release]]
+
|style="vertical-align:top;"|
 +
 
 +
== Developer Documentation ==
 +
 
 +
* [[Debugging]]
 +
* [[bus|Bus System]]
 
* [[Porting plugins from OpenKore 1.6 to 2.0.1 and higher]]
 
* [[Porting plugins from OpenKore 1.6 to 2.0.1 and higher]]
 +
 +
|}
  
 
== Current Wiki TODO's ==
 
== Current Wiki TODO's ==

Revision as of 11:43, 14 July 2010


OpenKore — Custom Ragnarok Online client
Home.png

Forums

Irc.png

IRC

Help.png

Manual

Downloads.png

Links

Development.png

Subversion

Bugtracker.png

Bugtracker

Credits.png

About OpenKore

Guides

Advanced

References

control

plugins

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

Deletion list