TIDY-PROXY(1) | tidy-proxy manual | TIDY-PROXY(1) |
NAME¶
tidy-proxy - small http proxy which tidies html
SYNOPSIS¶
tidy-proxy [ --host hostname] [ -p port] [ -d] [ -l {1|2}] [ --action {t|v}] [ --tidy-cmd tidy-command] [ --validate-cmd validate-command] [ --pid pid-file]
DESCRIPTION¶
tidy-proxy is a small proxy server written in perl. using this proxy web-pages are checked for HTML errors with tidy or validate while they are downloaded. The results are displayed on top of that page. tidy-proxy is mainly intended for developing dynamic web-pages.
OPTIONS¶
--host *host*
-p, --port *port*
-d, --nodaemon
-l, --level *level*
--action *t|v*
--tidy-cmd *cmd*
--validate-cmd *cmd*
--pid *pid-file*
--dest-host *destination host*
--loc-rewrite
-h, -?, --help
SEE ALSO¶
tidy(1), validate(1)
AUTHOR¶
This manual page was written by Jonas Meurer <jonas@freesources.org> for the Debian distribution of tidy-proxy.
COPYRIGHT¶
Copyright (C) 2003-2008: Jonas Meurer <jonas@freesources.org> This manual page is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
2021-01-08 | tidy-proxy 0.97-4.1 |