Main Page: Difference between revisions
Jump to navigation
Jump to search
Technology (talk | contribs) mNo edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
* [[Frequently Asked Questions]] | * [[Frequently Asked Questions]] | ||
* [[:Category:Plugins]] - How to use plugins. | * [[:Category:Plugins]] - How to use plugins. | ||
* Want to improve something here, leave (useful) notes or ask for further elaboration of something? You're welcome. Look for ''edit'' and ''discussion'' links at top. | |||
== Current Wiki TODO's == | == Current Wiki TODO's == | ||
* 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] | ||
* 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: | In the LocalSettings.php file add the following code: |
Revision as of 21:35, 9 May 2010
- Quick Start Guide - obtaining, installing and running OpenKore
- Connectivity Guide - how to configure connection to your server
- Overview of console commands and configuration options
- References
- Frequently Asked Questions
- Category:Plugins - How to use plugins.
- Want to improve something here, leave (useful) notes or ask for further elaboration of something? You're welcome. Look for edit and discussion links at top.
Current Wiki TODO's
- complete config.txt pages that are conform with char and add appropriate categories (ex. Category:Connection for char) from old manual and older manual
- 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
- 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