From owner-svn-doc-head@freebsd.org Sat Jun 27 02:36:20 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1CB298C914; Sat, 27 Jun 2015 02:36:20 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84CAA1023; Sat, 27 Jun 2015 02:36:20 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5R2aKk8038210; Sat, 27 Jun 2015 02:36:20 GMT (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5R2aHua038176; Sat, 27 Jun 2015 02:36:17 GMT (envelope-from peter@FreeBSD.org) Message-Id: <201506270236.t5R2aHua038176@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: peter set sender to peter@FreeBSD.org using -f From: Peter Wemm Date: Sat, 27 Jun 2015 02:36:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46874 - in head: en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/cgi/GnatsPR en_US.ISO8859-1/htdocs/layout/css en_US.ISO8859-1/htdocs/platforms/ia64 en_US.ISO8859-1/htdocs/search en_... X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2015 02:36:20 -0000 Author: peter (src committer) Date: Sat Jun 27 02:36:16 2015 New Revision: 46874 URL: https://svnweb.freebsd.org/changeset/doc/46874 Log: Tidy up some loose ends that no longer work after the apache-1.x server on hub.freebsd.org and the supporting 15 year old binaries have gone away. Highlights: - Sync up the cgi scripts to be closer to the standard page look and feel and the canonical url locations. - Adjust the search controls to include the docs.freebsd.org doc set. - Replace the remaining wais search references. - Fix up the embedded paths that depended on a symlink and/or nfs jungle on hub. These aren't present in the jail this now runs in. - Fix a typo (stray backtick) in one of the header entities. - Remove the remaining no-longer-functional gnats components - they ran on hub and no longer exist. Build tested by: gjb Brought to you by: lots of coffee, profanity and confusion. Deleted: head/en_US.ISO8859-1/htdocs/cgi/Gnats.pm head/en_US.ISO8859-1/htdocs/cgi/GnatsPR/ head/en_US.ISO8859-1/htdocs/cgi/GnatsPR.pm head/en_US.ISO8859-1/htdocs/cgi/confirm-code.cgi head/en_US.ISO8859-1/htdocs/cgi/dosendpr.cgi head/en_US.ISO8859-1/htdocs/cgi/missing_handler.cgi head/en_US.ISO8859-1/htdocs/cgi/query-pr-lib.pl head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi head/en_US.ISO8859-1/htdocs/cgi/search.cgi head/en_US.ISO8859-1/htdocs/layout/css/query-pr.css head/en_US.ISO8859-1/htdocs/search/opensearch/query-pr.xml head/en_US.ISO8859-1/htdocs/search/opensearch/web-all.xml head/en_US.ISO8859-1/htdocs/search/opensearch/web.xml Modified: head/en_US.ISO8859-1/htdocs/cgi/Makefile head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl head/en_US.ISO8859-1/htdocs/cgi/getmsg.cgi head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi head/en_US.ISO8859-1/htdocs/cgi/mid.cgi head/en_US.ISO8859-1/htdocs/cgi/ports.cgi head/en_US.ISO8859-1/htdocs/layout/css/Makefile head/en_US.ISO8859-1/htdocs/platforms/ia64/index.xml head/en_US.ISO8859-1/htdocs/search/opensearch/Makefile head/en_US.ISO8859-1/htdocs/search/opensearch/opensearch.xml head/en_US.ISO8859-1/htdocs/search/search.xml head/share/xml/header.ent Modified: head/en_US.ISO8859-1/htdocs/cgi/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/Makefile Sat Jun 27 00:25:33 2015 (r46873) +++ head/en_US.ISO8859-1/htdocs/cgi/Makefile Sat Jun 27 02:36:16 2015 (r46874) @@ -8,28 +8,17 @@ .endif DATA= -DATA+= Gnats.pm -DATA+= GnatsPR.pm DATA+= cgi-lib.pl DATA+= cgi-style.pl -DATA+= query-pr-lib.pl CGI= -CGI+= confirm-code.cgi -CGI+= dosendpr.cgi CGI+= getmsg.cgi CGI+= mailindex.cgi CGI+= man.cgi CGI+= mid.cgi CGI+= mirror.cgi -CGI+= missing_handler.cgi CGI+= monthly.cgi CGI+= ports.cgi -CGI+= query-pr.cgi -CGI+= query-pr-summary.cgi -CGI+= search.cgi - -SUBDIR= GnatsPR .SUFFIXES: .C .cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Sat Jun 27 00:25:33 2015 (r46873) +++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Sat Jun 27 02:36:16 2015 (r46874) @@ -14,7 +14,7 @@ if (!defined($hsty_base)) { # However, if we aren't running as a cgi, or if we're # running on cgi, hub, docs or people, use the absolute home path. if (!defined($ENV{'HTTP_HOST'}) || - $ENV{'HTTP_HOST'} =~ /(cgi|hub|docs|people).freebsd.org/i) { + $ENV{'HTTP_HOST'} =~ /(cgi|hub|docs|people|mailarchive.ysv).freebsd.org/i) { $hsty_base = '//www.FreeBSD.org' } else { @@ -22,7 +22,7 @@ if (!defined($hsty_base)) { } } if (!defined($hsty_email)) { - $hsty_email = 'www@FreeBSD.org'; + $hsty_email = 'Contact'; } if (!defined($hsty_author)) { $hsty_author = "$hsty_email"; @@ -83,7 +83,7 @@ $i_topbar = qq`