.TH REMOTY 8

.SH NAME
.EX
remoty

.SH SYNOPSIS
.EX
remoty path

.SH DESCRIPTION
.EX
Remoty is a CGI application for Pegasus.
Remoty enables (via Web browsers):
(a) editing files in Web server.
(b) excution of commands
(c) uploading files (drag&drop support)
...

Please look comment in remoty.

.SH INSTALLATION
.EX
Please install Remoty to
	/usr/web/bin/rc/remoty

Remoty uses "miniajax1.js", a small modification of "miniajax.js".
Please get the code from my server:
	http://ar.aichi-u.ac.jp/lib/miniajax1.jp

Prerequisite tools:
	formparse	# http://plan9.aichi-u.ac.jp/netlib/cgitools/
	hfmt		# http://plan9.aichi-u.ac.jp/netlib/cgitools/
	cpdir		# http://plan9.aichi-u.ac.jp/netlib/cmd/cpdir/cpdir-1.8.tgz
	rit ver.1.5a	# http://plan9.aichi-u.ac.jp/netlib/cmd/rit/rit-1.5a.tgz
	mimetype	# http://plan9.aichi-u.ac.jp/netlib/cmd/mimetype.tgz
Optional tools:
	ptt		# http://plan9.aichi-u.ac.jp/netlib/lua/Lua-app-2014/

Those dependency is complicated. So netget command is attached.
Using netget, you can install remoty simply by
	netget remoty

More information is available in
	http://plan9.aichi-u.ac.jp/remoty3/
	http://plan9.aichi-u.ac.jp/remoty3/index.en.html


You need to add a line in the CGI handler of Pegasus:
	/remoty/*	-	+	/bin/remoty /doc

.SH SOURCE
.EX
http://plan9.aichi-u.ac.jp/netlib/webappls/remoty

.SH AUTHOR
.EX
Kenji Arisawa
arisawa@aichi-u.ac.jp
