REMOTY(8)

NAME
	remoty

SYNOPSIS
	remoty path

DESCRIPTION
	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.

INSTALLATION
	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			# 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

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

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