Look at this screenshot to get an idea who prt-view works.
# prt-view > some_name.htmland point your browser to the generated file.
Additionally you can use the prt-view.sh script, which starts firefox to show the prt-view page, or open the page in a new tab if firefox is already running.
If you have a cgi enabled web server running, you can run prt-view as an cgi script.
If you are using apache add the following configuration options to your httpd.conf, in order to get the links to /usr/ports work
Alias /usr/ports/ "/usr/ports/" <Directory "/usr/ports"> Options Indexes Order deny,allow Deny from all Allow from localhost </Directory>Also change the default IndexIgnore line
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,tto
IndexIgnore .htaccess *~ *# HEADER* README* RCS CVS *,v *,t
Last modified: Wed Jun 21 18:35:16 CEST 2006 | |
Copyright © 2006 by Jürgen Daubert |