This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobileesp.xml
44 lines (40 loc) · 2.14 KB
/
mobileesp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
<name>System - MobileESP</name>
<author>Robert Gerald Porter, Anthony Hand</author>
<creationDate>2014-02-07</creationDate>
<copyright>
Joomla Plugin authored by Robert Gerald Porter,
The MobileESP Project is Copyright (C) 2010-2014 Anthony Hand
</copyright>
<license>GPLv3</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.weeverapps.com/</authorUrl>
<version>2.0</version>
<description>MobileESP plugin for Joomla, detects smartphones to redirect to web app site or specific landing URL in Joomla.</description>
<scriptfile>mobileesp.install.php</scriptfile>
<files>
<filename plugin="mobileesp">mobileesp.php</filename>
<filename plugin="mobileesp">mdetect.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="Settings">
<field name="appService" type="list" default="weever" label="Mobile App Service" description="Select which mobile app service you are using.">
<option value="none">none / custom (use settings below)</option>
<option value="weever">Weever App (use settings from Weever Apps component)</option>
</field>
<field name="forwardingEnabled" type="radio" default="0" label="Mobile Forwarding" description="Forward any visitors to specified URL">
<option value="0">Disabled</option>
<option value="1">Enabled</option>
</field>
<field name="forwardingUrl" type="text" default="" size="35" label="Forwarding URL" description="URL to forward selected mobile users to."/>
<field name="devicesForwarded" rows="5" cols="35" type="textarea" default="" label="Device Detection Functions Used" description="A comma-seperated list of detection functions from mdetect.php to run. If any one of them are correct, the device will forward to the forwarding URL. "/>
<field name="webkitOnly" type="radio" default="1" label="WebKit only" description="Forward only when WebKit browser is detected?">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset>
</fields>
</config>
</extension>