Difference between revisions of "Main Page"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 59: Line 59:
 
== 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)
 
* 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
Line 83: Line 84:
 
=== Deletion list ===
 
=== Deletion list ===
  
[[User talk:Technologyed]], [[Help:Editing]] — wiki is not a place for this.
+
-

Revision as of 02:19, 5 July 2010


Home.png

Community

Irc.png

IRC chat

Help.png

Manual

Downloads.png

Links

Development.png

SVN repository

Bugtracker.png

Bugtracker

Credits.png

About OpenKore

Guides

Advanced

References

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

Deletion list

-