• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Site › Site Feedback and Questions v
« Previous 1 ... 21 22 23 24 25 26 Next »

Dolphin Wiki
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin Wiki
02-07-2010, 06:49 PM (This post was last modified: 04-18-2010, 11:24 PM by John Peterson.)
#1
John Peterson Offline
Member
***
Posts: 111
Threads: 15
Joined: May 2009
Dolphin Wiki logo

It has been suggested that a wiki is placed alongside the forums, at dolphin-emu.com/wiki. Here's a logo that can be used for it. Update: Here's another Dolphin Wiki thread that I didn't see before.

MediaWiki Installation
  1. Unzip mediawiki-1.15.1.tar.gz to the target directory ./w/ (relative to DocumentRoot)
  2. Unzip the attached wiki.zip to ./w/. It has the logo, icon and the extensions ParserFunctions-MW1.15-r50579.tar.gz, StringFunctions-MW1.15-r47913.tar.gz, CharInsert-MW1.15-r47913.tar.gz, Cite-MW1.15-r48711.tar.gz, Extension:VideoFlash, StubManager-1.3.2.tgz, HttpImage.0.1.tar.gz.
  3. Visit the wiki and configure it for the first time
  4. Copy ./w/config/LocalSettings.php to ./w/LocalSettings.php
  5. Edit ./w/LocalSettings.php as shown below
  6. Add "Alias /wiki /var/www/w/index.php" to httpd.conf. Or these mod_rewrite commands to the root .htaccess to be able to use the standard address.
  7. Install rsvg with "sudo apt-get install librsvg2-bin" if it's not already installed. Inkscape will also work, "sudo apt-get install inkscape", although an .inkscape and .gnome2 dir is needed because of a bug.
PHP Code:
$wgSitename         = "Dolphin Wiki";
$wgLogo                = "$wgScriptPath/skins/dolphin/Logo.png";
$wgFavicon            = "$wgScriptPath/skins/dolphin/dolphinlogo.ico";

$wgScriptPath       = "/w";
$wgArticlePath         = "/wiki/$1";  # Virtual path. This directory must be different from the one used in $wgScriptPath
$wgUsePathInfo         = true;        # Enable use of pretty URLs

# Permissions
$wgGroupPermissions['*']['createaccount']    = true;
$wgGroupPermissions['*']['createpage']        = false;
$wgGroupPermissions['*']['createtalk']        = false;
$wgGroupPermissions['*']['edit']             = false;
# Allow file uploads
$wgEnableUploads       = true;
array_push($wgFileExtensions, 'svg', 'patch', 'zip', 'rar');
# Change svg converter
$wgSVGConverter = 'rsvg';
# Allow external images
$wgAllowExternalImages = true;

# Extensions
require_once("$IP/extensions/ParserFunctions/ParserFunctions.php");
require_once(
"$IP/extensions/StringFunctions/StringFunctions.php");
require_once(
"$IP/extensions/CharInsert/CharInsert.php");
require_once(
"$IP/extensions/Cite/Cite.php");
require_once(
"$IP/extensions/VideoFlash/VideoFlash.php");
require_once(
"$IP/extensions/StubManager/StubManager.php");
require_once(
"$IP/extensions/HttpImage/HttpImage.php"); 


Attached Files Thumbnail(s)
   

.zip   Logo.zip (Size: 176.64 KB / Downloads: 176)
.zip   wiki.zip (Size: 203.94 KB / Downloads: 136)
.zip   Dolphin+Wiki-20100418132025.zip (Size: 6.53 KB / Downloads: 143)
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Dolphin Wiki - John Peterson - 02-07-2010, 06:49 PM
RE: Dolphin Wiki - RupeeClock - 02-07-2010, 06:50 PM
RE: Dolphin Wiki - John Peterson - 02-07-2010, 06:54 PM
RE: Dolphin Wiki - omegadox - 02-07-2010, 10:28 PM
RE: Dolphin Wiki - John Peterson - 02-07-2010, 10:31 PM
RE: Dolphin Wiki - nosound97 - 02-08-2010, 12:41 AM
RE: Dolphin Wiki - James333 - 02-08-2010, 01:43 AM
RE: Dolphin Wiki - Starscream - 02-10-2010, 08:46 AM
RE: Dolphin Wiki - James333 - 02-10-2010, 09:35 AM
RE: Dolphin Wiki - omegadox - 02-08-2010, 07:55 AM
RE: Dolphin Wiki - LuisR14 - 02-08-2010, 03:18 PM
RE: Dolphin Wiki - Starscream - 02-10-2010, 09:49 AM
RE: Dolphin Wiki - James333 - 02-10-2010, 10:03 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode