An open API service indexing awesome lists of open source software.

https://github.com/renaudgweb/wap

An experimental PHP website of W@P technology from the 2000s
https://github.com/renaudgweb/wap

php wap wml

Last synced: 2 months ago
JSON representation

An experimental PHP website of W@P technology from the 2000s

Awesome Lists containing this project

README

        

# WAP

![WAP screenshot](docs/wap.png)

An experimental PHP website of WAP technology from the 2000s

## Debian based WAP gateway installation

`sudo apt update && sudo apt install kannel`

./htaccess :

```
# MIME Types for WAP
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc
AddType application/xhtml+xml .xhtml
```