Main Page: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
Manticora (talk | contribs)
mNo edit summary
Line 84: Line 84:
== Current Wiki TODO's ==
== 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)
* [[OpenKore]] and [[Template:OpenKore Contributors]] need some updating  
* complete [[:Category:config.txt|config.txt]] pages that are conform with [[char]] and add appropriate categories (ex. [[:Category:Connection]] for [[char]]) from [http://web.archive.org/web/20080730033657/www.openkore.com/wiki/index.php/Category:Config old manual] and [http://hakore.bot.nu/openkore/manual/view.php?p=config.txt# older manual]
* complete [[:Category:config.txt|config.txt]] pages that are conform with [[char]] and add appropriate categories (ex. [[:Category:Connection]] for [[char]]) from [http://web.archive.org/web/20080730033657/www.openkore.com/wiki/index.php/Category:Config old manual] and [http://hakore.bot.nu/openkore/manual/view.php?p=config.txt# older manual]
* bug reporting guide? Can be built in FAQ
* Where is [[XKore|XKore Guide]]?
* wiki as a place for macro/plugin/configuration howtos/examples/sharing?
* Where is [[XKore Guide]]?
* commands discussion: [[Category_talk:Console_Command]]
* commands discussion: [[Category_talk:Console_Command]]
* Config.txt options: [[loginPinCode]], [[repairAuto_list]].
* Config.txt options: [[loginPinCode]], [[repairAuto_list]].
* config.txt general block option: [[label]]
* config.txt general block option: [[label]]
* Console command "[[quest]] '''info'''".
* redirect http://openkore.sourceforge.net/manual/ to this wiki
* redirect http://openkore.sourceforge.net/manual/ to this wiki
* Track down orphan pages and link the appropriately, esp to main page
* Track down orphan pages and link the appropriately, esp to main page
Line 100: Line 97:
* disable forced uppercase for page titles
* disable forced uppercase for page titles
* remove 'index.php?title=' from wiki view URLs
* 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 http://ragbot.ru/wiki/config]
=== Deletion list ===
=== Deletion list ===

Revision as of 01:56, 30 July 2010


OpenKore — Custom Ragnarok Online client

Forums

IRC

Manual

Links

Subversion

Bugtracker

About OpenKore

Guides

Advanced

References

control

plugins

Development

Developer Documentation

Current Wiki TODO's

Deletion list