AMF Main Page
From AMF Wiki
Contents |
Apache Mobile Filter
AMF is a suite of instruments created by Idel Fuschini, that allow access to a Device Repository (such as 51Degrees, WURFL, DetectRight or others) directly from Apache: now you can detect devices no matter what language your website uses.
The module detects the mobile device and passes the WURFL capabilities on to the other web application as environment variables. It can also be used to resize images on the fly to adapt to the screen size of the mobile device.
Another use of AMF is to use it as a switcher to identify mobile devices, and are directed to their websites on the most appropriate.
The AMF is included in the Apache Modules Registry (https://modules.apache.org/search.php?id=1787)
Last AMF version
The last official version of AMF is v3.52 the download version are available at the usual places.
Here is place the CHANGE file
Official site
The official site of AMF is: http://www.apachemobilefilter.org
AMF is a suite
The AMF suite is composed of this modules:
- AMFLiteDetectionFilter
- AMFDetectRightFilter
- AMFDetectRightFilterMemcached
- AMFWURFLFilter
- AMFWURFLFilterMemcached
- AMFImageRendering
- AMFSwitcher
- AMFWebService
- AMFTrace
- AMFCarrierDetection
- AMFMobileCachingMemcached
- AMFDeviceMonitor
The AMF goals
- help developer to detect easily any type of device
- have one solution for any platform (Unix, linux, OS X, Windows)
- give a simple solution for any programming language (PHP, Python, JSP, Ruby, Perl etc....)
- Manage Images easily
- high performane
- quick installation of the tool