Main Page: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 10: Line 10:
| [[File:Development.png|link=http://openkore.svn.sourceforge.net/]]
| [[File:Development.png|link=http://openkore.svn.sourceforge.net/]]
[https://openkore.svn.sourceforge.net/svnroot/openkore/ SVN repository]
[https://openkore.svn.sourceforge.net/svnroot/openkore/ SVN repository]
<span style="font-size:smaller;">[http://openkore.svn.sourceforge.net/ Browser]</span>
<div style="font-size:smaller;">[http://openkore.svn.sourceforge.net/ Browser]</div>
<div style="font-size:smaller;">[http://cia.vc/stats/project/openkore Commit Log]</div>
| [[File:Bugtracker.png|link=http://bugtracker.openkore.com/]]
| [[File:Bugtracker.png|link=http://bugtracker.openkore.com/]]
[http://bugtracker.openkore.com/ Bugtracker]
[http://bugtracker.openkore.com/ Bugtracker]

Revision as of 01:44, 23 June 2010

Community

IRC chat

Manual

Links

SVN repository

Bugtracker

About OpenKore

control

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 of any page.

Current Wiki TODO's

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