Skip to content

A barebones Webserver for serving perldoc locally on an android device using SL4A and perl

License

Notifications You must be signed in to change notification settings

samveen/perldoc-webserver-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

The perldoc-webserver-android is a very basic webserver written in perl which
implements just the GET method of the HTTP 1.0 protocol and that too in a very
incomplete manner.

It is geared for one task and one task only: serve out perldoc pages as
downloaded from the perldoc website (http://perldoc.perl.org).

The genesis of the project was when I discovered that Opera mobile on my Toshiba
AC100 would not open perldoc pages from local storage. That is urls of the form
'file:///...' would not open in Opera, while they opened just fine on the
build-in android browser. So, spending an evening with Terminal Emulator, Opera
mobile, netcat, vim and perl from SL4A on a Toshiba AC100 travelling in a train
from Bangalore to Hyderabad for a wedding, I wrote up this webserver to allow me
to view perldoc locally.

This project is released under the HIRE ME/PAY ME License, the text for which is
available in the LICENSE file.

About

A barebones Webserver for serving perldoc locally on an android device using SL4A and perl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages