Stop creating symlinks for /FAQ from the actual doc/ faq directory.

Use a redirection page to the new correct location so old links
pointing to this location do not break.

File		->	Original English Revision
Makefile	->	1.8 (Merge from English Version)
index.html	->	1.1 (English Original Revision)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-01-05 02:54:14 +00:00
parent 74eb9a7be7
commit a5f92faa95
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19482
2 changed files with 36 additions and 5 deletions

View file

@ -1,13 +1,20 @@
# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# $FreeBSD$
# Original version: 1.8
#
# $FreeBSD: www/pt_BR/FAQ/Makefile,v 1.1 2002/10/05 16:03:59 lioux Exp $
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.
all install clean:
(cd ../../../doc/pt_BR.ISO8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/pt_BR/FAQ ${.TARGET})
.if make(install)
(cd ${DESTDIR}/data/pt_BR/FAQ; ln -sf index.html FAQ.html)
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= index.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"

24
pt_BR/FAQ/index.html Normal file
View file

@ -0,0 +1,24 @@
<!--
The FreeBSD Documentation Project
The FreeBSD Brazilian Portuguese Documentation Project
Original revision: 1.1
$FreeBSD$
-->
<html>
<head>
<meta http-equiv="refresh" content="5;url=../doc/pt_BR.ISO8859-1/books/faq/index.html">
<title>O FAQ foi movido</title>
</head>
<body bgcolor="#ffffff">
<p>O FAQ n&atilde;o est&aacute; mais dispon&iacute;vel neste
endere&ccedil;o. Por favor, use <a
href="../doc/pt_BR.ISO8859-1/books/faq/index.html">../doc/pt_BR.ISO8859-1/books/faq/index.html</a>
para alcan&ccedil;&aacute;-lo. Voc&ecirc; ser&aacute;
automaticamente redirecionado para l&aacute; em alguns segundos.
Em caso negativo; por favor, siga o link e atualize seus
bookmarks. Pedimos desculpas pela inconveni&ecirc;ncia.</p>
</body>
</html>