diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 10:18:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 10:18:54 +0000 |
commit | f9c065abb9059f32dd0bdd6b64160eff7e589c80 (patch) | |
tree | 12c4170825ecaa46ce7475e13ac4733f2e0af9c7 /www/Makefile | |
parent | edf39c3d39b676a87e639111829a9e4393c16137 (diff) |
Anyterm provides a terminal emulator on a Web page using Javascript and a
server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell
and communicates with the script using XMLHTTP on port 80 or securely using
SSL. This provides you with shell access to your machine from almost any Web
browser, even when firewalls are in the way.
WWW: http://anyterm.org/
PR: ports/140740
Submitted by: Douglas Thrift
Notes
Notes:
svn path=/head/; revision=244585
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7f657c100729..03cdd4b2f81f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -12,6 +12,7 @@ SUBDIR += amphetadesk SUBDIR += analog SUBDIR += anyremote2html + SUBDIR += anyterm SUBDIR += aolserver SUBDIR += aolserver-xotcl SUBDIR += apache-contrib |