Translate the /FAQ redirection page to Greek.
This commit is contained in:
parent
49d870b7ef
commit
bea8b43f17
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34199
3 changed files with 33 additions and 2 deletions
12
el/FAQ/Makefile
Normal file
12
el/FAQ/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.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"
|
16
el/FAQ/index.html
Normal file
16
el/FAQ/index.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="5;url=../doc/el_GR.ISO8859-7/books/faq/index.html">
|
||||
<title>Οι Λίστα Συχνών Ερωτήσεων έχει Μετακινηθεί</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<p>Η Λίστα Συχνών Ερωτήσεων δεν είναι προσβάσιμη από αυτή τη
|
||||
διεύθυνση πλέον. Η νέα της διεύθυνση είναι:
|
||||
<a href="../doc/el_GR.ISO8859-7/books/faq/index.html">../doc/el_GR.ISO8859-7/books/faq/index.html</a>.
|
||||
Ο φυλλομετρητής σας θα φορτώσει αυτόματα αυτή τη σελίδα σε λίγα
|
||||
δευτερόλεπτα. Αν δε γίνει αυτόματα αυτό, ακολουθήστε τον παραπάνω
|
||||
σύνδεσμο και ενημερώστε τους σελιδοδείκτες σας να δείχνουν στη νέα
|
||||
διεύθυνση.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/el/Makefile,v 1.1 2008/02/10 09:40:20 keramida Exp $
|
||||
|
||||
#
|
||||
# The FreeBSD Greek Documentation Project
|
||||
|
@ -14,8 +14,11 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
SUBDIR= FAQ
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR= doc
|
||||
SUBDIR+= doc
|
||||
.endif
|
||||
|
||||
WEBDIR?= data/el
|
||||
|
|
Loading…
Reference in a new issue