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
- Host: GitHub
- URL: https://github.com/renaudgweb/wap
- Owner: renaudgweb
- License: apache-2.0
- Created: 2024-04-22T07:54:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T15:45:12.000Z (4 months ago)
- Last Synced: 2025-03-03T16:40:56.274Z (4 months ago)
- Topics: php, wap, wml
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WAP

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
```