Changeset 684266
- Timestamp:
- 03/19/2013 03:22:37 PM (13 years ago)
- Location:
- wurfl-capabilities/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (4 diffs)
-
wurfl-capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wurfl-capabilities/trunk/README.txt
r684262 r684266 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0.3. 17 Stable tag: 0.3.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 16 16 17 17 Some initial methods that are exposed are: 18 19 20 18 21 19 * is\_wireless\_device … … 40 38 41 39 <div> 42 Please be aware of the licensing at <a href=\"http://wurfl.sourceforge.net/license.php\" target=\"_blank\">http://wurfl.sourceforge.net/license.php</a>40 Please be aware of the licensing at <a href=\"http://wurfl.sourceforge.net/license.php\" target=\"_blank\">http://wurfl.sourceforge.net/license.php</a> 43 41 </div> 44 42 45 46 47 43 *WURFL is the registered trademark of ScientiaMobile, Inc., Reston, VA, USA* 48 49 50 44 51 45 == Installation == … … 56 50 2. Download the most recent WURFL database from <a href=\"http://sourceforge.net/projects/wurfl/files/WURFL/\" target=\"_blank\">http://sourceforge.net/projects/wurfl/files/WURFL/</a> 57 51 3. Place the downloaded zip file in the WURFL Capabilities plugin folder 58 4. Rename the zip file to **wurfl.zip** 59 5. Active the plugin. Note: activation may, depending on your server, take about a minute, do not refresh or close your browser. The WURFL API is caching the data based off the XML that is in zip file. 52 4. Rename the zip file to **wurfl.zip** 53 5. Active the plugin. Note: activation may, depending on your server, take about a minute, do not refresh or close your browser. The WURFL API is caching the data based off the XML that is in zip file. 54 60 55 == Frequently Asked Questions == 61 56 62 57 = How do I update the database? = 63 58 64 Follow steps 2 to 4 of the installation steps, the WURFL API checkes the zip for last modifed and, if changed, will update the cache. Again, be aware the initial change will probably take about a minute depending on your server.59 Follow steps 2 to 4 of the installation steps, the WURFL API checkes the zip for last modifed and, if changed, will update the cache. Again, be aware the initial change will probably take about a minute depending on your server. -
wurfl-capabilities/trunk/wurfl-capabilities.php
r684262 r684266 5 5 Plugin URI: https://github.com/bmsterling/WURFL-Capabilities 6 6 Description: Using WURFL to expose capabilities of your users browser. 7 Version: 0.3. 17 Version: 0.3.2 8 8 Author: Benjamin Sterling 9 9 Author URI: http://www.benjaminsterling.com
Note: See TracChangeset
for help on using the changeset viewer.