Remove vendors, availability, tutorial redirects which don't add much value.
Discussed on: -doc Approved by: jkois (mentor)
This commit is contained in:
parent
fee37ba27e
commit
860f64ae87
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41060
5 changed files with 0 additions and 87 deletions
en_US.ISO8859-1/htdocs
|
@ -13,7 +13,6 @@ DOCS= about.xml
|
|||
DOCS+= administration.xml
|
||||
DOCS+= applications.xml
|
||||
DOCS+= art.xml
|
||||
DOCS+= availability.xml
|
||||
DOCS+= docs.xml
|
||||
DOCS+= features.xml
|
||||
DOCS+= internet.xml
|
||||
|
@ -45,7 +44,6 @@ DATA+= freebsd.css
|
|||
DATA+= google6bb24ed0b804d5e9.html
|
||||
DATA+= index.css
|
||||
DATA+= robots.txt
|
||||
DATA+= vendors.html
|
||||
|
||||
# Subdirectories
|
||||
# XML
|
||||
|
@ -76,7 +74,6 @@ SUBDIR+= search
|
|||
SUBDIR+= security
|
||||
SUBDIR+= snapshots
|
||||
SUBDIR+= support
|
||||
SUBDIR+= tutorials
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= doc
|
||||
SUBDIR+= ports
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "About FreeBSD's availability">
|
||||
]>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="5;url=&base;/index.html"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="navinclude.about">
|
||||
|
||||
<p>The content of this page has been integrated into the <a
|
||||
href="&base;/index.html">main FreeBSD webpage</a>. You should
|
||||
be automatically redirected there in a few seconds. If not,
|
||||
please follow the link and update your bookmarks.</p>
|
||||
|
||||
<p>We apologize for the inconvenience.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,16 +0,0 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD tutorials/articles outside of the www tree, and then
|
||||
# install them in to the right place.
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS = index.xml
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "FreeBSD Tutorials">
|
||||
]>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
</head>
|
||||
|
||||
<body class="navinclude.about">
|
||||
|
||||
<p>A complete list of documentation pertaining to FreeBSD is now
|
||||
available at <a href="../docs.html">../docs.html</a>. Please see
|
||||
that list for further information.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!-- $FreeBSD$ -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="5;url=doc/en_US.ISO8859-1/books/handbook/mirrors.html" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Vendors who provide FreeBSD</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<p>The list of vendors who carry FreeBSD is available <a
|
||||
href="doc/en_US.ISO8859-1/books/handbook/mirrors.html">as part of
|
||||
the FreeBSD Handbook</a>. You should be automatically redirected
|
||||
there in a few seconds. If not, please follow the link and update
|
||||
your bookmarks. We apologize for the inconvenience.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue