Added lots of options to saf_http_out to let the source file
be used to figure out file type for determining filter and
tool menus. Changed Makefiles to pass the original source file
name in to saf_http_out.
Added --PRE to saf_http_out. This is good for displaying plain
text versions of HTML files.
Improved the tool and filter logic in Safari::Edit::p4.pm to work
with original file type to determine what makes sense for what kind
of file. This really needs to be generalized in to a config file
instead of being buried in a module.
Increased usage of HTML::Entities::encode_entities instead of s///g .
Moved Content-type: header to after the edit() routine call and
now we pass and recover mime-type as an option.
Added SAF_TARGET to environment under cgimake,
Fixed updirectory counting, which broke when cgimake started
parsing the project name from PATH_INFO.
Removed all edit routines from saf_http_out.conf files.
NOTE: we can now fall back to a single cgimake.conf file. Any day now.