|
Skins /
IPMWikiGreen < Skins > JH (test page | set as default | unset | validate) Summary: Mobile skin for IPhone viewing and editing of PMWiki
Status: stable
Version: 2010-06-29
Prerequisites: pmwiki-2.2
Maintainer: moolder
Download: ipmwiki.zipΔ
AboutThe iPMWiki Skin enables an IPhone layout for PMWiki. It uses the IWebKit WebApp Framework from iwebkit.net. This is what iPMWiki looks like on an iPhone or iPod Touch: ![]() ![]() ![]() UPDATE: Instead of the "Home" button, there is now a "SideBar" button. However, you can fall back to the "Home" button easily.
DownloadInstallationCopy the contents of the ZIP file to the pub/skins folder of your pmwiki installation, creating the folder pub/skins/ipmwiki. Edit the PMWiki skin configuration: Probably you want the skin to only load when pmwiki is displayed by an iphone. To accomplish this, I have included the detect_mobile.php from DetectMobile
(In case you don't have that file, see "initial setup tasks" in pmwiki documentation. Shown here is the default value from docs/default_config.php.) before:
after: include_once("$FarmD/cookbook/detect_mobile.php");
if(detect_mobile_device()) {
$Skin = 'ipmwiki'; # iphone mobile skin
} else {
$Skin = 'pmwiki'; # the default skin
}
WHATS NEXT- Basically, I have what I desire. - If you have any ideas for the skin, feel free to contact me at moolder@gmx.net USER COMMENTSI just saw the screenshot for this skin and it's beautiful. Good job! - Ian MacGregor I'm looking forward to setting this up. Very nice screenshot! - Nobody important? User notes +4: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Skins listings and will help newcomers browsing through the wiki. |