Green < Skins > JH (talk? | users | test page | RWD? | set as default | unset | validate: HTML, CSS)
The 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:
Copy 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:
# $Skin = 'pmwiki';
after:
include_once("$FarmD/cookbook/detect_mobile.php"); if(detect_mobile_device()) { $Skin = 'ipmwiki'; # iphone mobile skin } else { $Skin = 'pmwiki'; # the default skin }
- Basically, I have what I desire. - If you have any ideas for the skin, feel free to contact me at moolder@gmx.net
I 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 +3: If you use, used or reviewed "IPMWiki", you can add your name. These statistics appear in the Skins listings and will help newcomers browsing through the wiki.