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:
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
|
@ -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
24
pt_BR/FAQ/index.html
Normal 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ão está mais disponível neste
|
||||
endereç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çá-lo. Você será
|
||||
automaticamente redirecionado para lá em alguns segundos.
|
||||
Em caso negativo; por favor, siga o link e atualize seus
|
||||
bookmarks. Pedimos desculpas pela inconveniência.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue