Main Page: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
<div style="text-align:center;">OpenKore — Custom Ragnarok Online client</div>


{|width="100%" style="table-layout:fixed; text-align:center;"
{|width="100%" style="table-layout:fixed; text-align:center;"
| [[File:Home.png|link=http://openkore.com/]]
| [[File:Home.png|link=http://openkore.com/]]
[http://openkore.com/ Community]
[http://openkore.com/ Forums]
| [[File:Irc.png|link=irc://irc.openkore.com/openkore]]
| [[File:Irc.png|link=irc://irc.openkore.com/openkore]]
[irc://irc.openkore.com/openkore IRC chat]
[irc://irc.openkore.com/openkore IRC]
| [[File:Help.png|link=Manual]]
| [[File:Help.png|link=Manual]]
[[Manual]]
[[Manual]]
Line 11: Line 13:
[[Links]]
[[Links]]
| [[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/ Subversion]
<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]
Line 58: Line 58:
|}
|}


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.
== Development ==
 
* [https://openkore.svn.sourceforge.net/svnroot/openkore/ Subversion Repository]
** [http://openkore.svn.sourceforge.net/ Browser]
** [http://cia.vc/stats/project/openkore Commit Log @cia.vc]
** [[Repository Structure]]
* [[Roadmap]]
* [[:Category:Feature Request|Feature Requests and TODOs]]
* [[:Category:Work in Progress|Current Developments]]
* [[:Category:New Feature|New Features since last release]]


== Current Wiki TODO's ==
== Current Wiki TODO's ==

Revision as of 08:22, 13 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

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