GitXplorerGitXplorer
k

iWiki

public
5 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
b5619f32307b0972b591b0346b3adb96ac296c02

specify the license (inherited from monobook)

kkirb committed 7 years ago
Verified
65fdab5c3e3d352d06d9f33176f80294f71b1120

discontinue the project. sorry

kkirb committed 7 years ago
Unverified
1599695f8086563a2aa161dbb885f5a410c9aa28

i suck at markdown.

kkirb committed 13 years ago
Unverified
c788bbf77f23a7d24084f2ad8fffb5fcb0e4b9ac

updated readme for optional jqt theme; updated jquery; deleted unneeded images

kkirb committed 13 years ago
Unverified
8f10f0aab1bdae13003b98ea3b0d7582b1ef60b8

updated jquery, deleted unneded logos, easier way of detecting mobiles, added android and wp7

kkirb committed 13 years ago
Unverified
eb17f0ead88fd1f553abb53a32d0522c1d62a776

fixed oversight in readme

kkirb committed 13 years ago

README

The README file for this repository.

iWiki

iPhone theme for MediaWiki

Version 2.2

Discontinued

This theme will not work with MediaWiki 1.17 or later, instead it will just show the PHP error Call to undefined method Skin::makeGlobalVariablesScript(). I’ve decided to discontinue this as I don’t adminster a wiki any more. Try Jony instead, which you can preview live on The iPhone Wiki. This project will be kept up for archival purposes, or if someone wants to fork and continue it.

Installation

  1. cd to your MediaWiki's skins folder.
  2. git clone --recursive git://github.com/kirbylover4000/iWiki.git .
  3. rm -rf .git README.md
  4. Open your LocalSettings.php and add the following code:
if (preg_match("/mobile|ipad|iphone|ipod|blackberry|opera mini|opera mobile|nokia|windows phone|android/i", $_SERVER['HTTP_USER_AGENT'])) {
	$wgDefaultSkin = "iwiki";
}

Optionally, you can also install a jQTouch theme to your skins/iwiki/jqtouch/themes folder and set it as default like so, changing apple to the theme you want:

$wgTouchTheme = "apple";
  1. Test on an iDevice. Enjoy ;)

License

Licensed under the GNU General Public License, version 2.0. Refer to LICENSE.md.