Index: head/en_US.ISO8859-1/htdocs/index.css =================================================================== --- head/en_US.ISO8859-1/htdocs/index.css (revision 45722) +++ head/en_US.ISO8859-1/htdocs/index.css (nonexistent) @@ -1,50 +0,0 @@ -/* - * $FreeBSD$ - * Copyright (c) 2004 Ceri Davies - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - */ - -html { - color: #000000; -} - -body { - background-color: #ffffff; -} - -a:active {color: #0000ff;} -a:link {color: #0000ff;} -a:visited {color: #840084;} - -h1, h2, h3 { - color: #990000; -} - -table.panel { - background-color: #ffcc66; - border: thin solid black; - width: 100%; -} - Property changes on: head/en_US.ISO8859-1/htdocs/index.css ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/en_US.ISO8859-1/htdocs/Makefile =================================================================== --- head/en_US.ISO8859-1/htdocs/Makefile (revision 45722) +++ head/en_US.ISO8859-1/htdocs/Makefile (revision 45723) @@ -1,116 +1,115 @@ # $FreeBSD$ .if exists(Makefile.conf) .include "Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. DOCS= about.xml DOCS+= administration.xml DOCS+= applications.xml DOCS+= art.xml DOCS+= docs.xml DOCS+= features.xml DOCS+= internet.xml DOCS+= logo.xml DOCS+= mailto.xml DOCS+= privacy.xml DOCS+= publish.xml DOCS+= relnotes.xml DOCS+= send-pr.xml DOCS+= support.xml DOCS+= where.xml DOCS+= 4xx.xml DOCS+= 5xx.xml XMLDOCS= index:xsl:${XML_NEWS_NEWS}: DEPENDSET.index=transtable mirrors news press events \ advisories notices XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}: DEPENDSET.usergroups=transtable usergroups PARAMS.usergroups= --param pagename "'FreeBSD User Groups'" XMLDOCS+= community::${XML_EVENTS_EVENTS}: DEPENDSET.community=usergroups events # These will be directly installed. DATA= favicon.ico DATA+= freebsd.css DATA+= google6bb24ed0b804d5e9.html -DATA+= index.css DATA+= robots.txt # Subdirectories # XML SUBDIR+= advocacy SUBDIR+= commercial SUBDIR+= community SUBDIR+= copyright SUBDIR+= developers SUBDIR+= docproj SUBDIR+= docs SUBDIR+= donations SUBDIR+= events SUBDIR+= gnome SUBDIR+= handbook SUBDIR+= internal SUBDIR+= ipv6 SUBDIR+= java SUBDIR+= marketing SUBDIR+= multimedia SUBDIR+= news SUBDIR+= platforms SUBDIR+= portmgr SUBDIR+= projects SUBDIR+= prstats SUBDIR+= releases SUBDIR+= releng SUBDIR+= search SUBDIR+= security SUBDIR+= snapshots SUBDIR+= support .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= doc SUBDIR+= ports .endif .if defined(BUILD_RELNOTES) SUBDIR+= relnotes .endif # Non-XML SUBDIR+= cgi SUBDIR+= gifs SUBDIR+= layout SUBDIR+= logo .if !defined(WEB_LANG) || empty(WEB_LANG) WEB_LANG= da_DK.ISO8859-1 \ de_DE.ISO8859-1 \ el_GR.ISO8859-7 \ es_ES.ISO8859-1 \ fr_FR.ISO8859-1 \ hu_HU.ISO8859-2 \ it_IT.ISO8859-15 \ ja_JP.eucJP \ mn_MN.UTF-8 \ nl_NL.ISO8859-1 \ pt_BR.ISO8859-1 \ ru_RU.KOI8-R \ zh_CN.UTF-8 \ zh_TW.UTF-8 .endif .if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY) .for _D in ${WEB_LANG} SUBDIR+= ../../${_D}/htdocs .endfor .endif WEBDIR?= data .include "${DOC_PREFIX}/share/mk/web.site.mk"