Main Page: Difference between revisions
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/ | [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 | [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/ | [https://openkore.svn.sourceforge.net/svnroot/openkore/ Subversion] | ||
| [[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: | ||
|} | |} | ||
== 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
Development
- Subversion Repository
- Roadmap
- Feature Requests and TODOs
- Current Developments
- New Features since last release
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