Add translated version of homepages.sgml
This commit is contained in:
parent
f169c76b93
commit
0f8a72efa7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6749
2 changed files with 35 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/ru/internal/Makefile,v 1.1 2000/02/28 12:56:52 phantom Exp $
|
||||
# $FreeBSD: www/ru/internal/Makefile,v 1.2 2000/03/02 15:00:30 phantom Exp $
|
||||
# Original version: 1.20
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
|
@ -17,18 +17,21 @@ INDEXLINK= internal.html
|
|||
|
||||
# build the list of personal homepages of FreeBSD developers only
|
||||
# on the main FreeBSD machines
|
||||
#hostname!= hostname
|
||||
#.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org"
|
||||
#DOCS+= homepage.sgml
|
||||
#.PHONY: homepage.inc
|
||||
hostname!= hostname
|
||||
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org"
|
||||
DOCS+= homepage.sgml
|
||||
.PHONY: homepage.inc
|
||||
|
||||
#homepage.inc:
|
||||
# perl homepage.pl > ${.TARGET}
|
||||
SCRIPTDIR= ../../en/internal
|
||||
GENHOMEPAGE= $(SCRIPTDIR)/homepage.pl
|
||||
|
||||
#homepage.sgml: homepage.inc
|
||||
#CLEANFILES+= homepage.inc
|
||||
#.endif
|
||||
homepage.inc:
|
||||
perl $(GENHOMEPAGE) > ${.TARGET}
|
||||
|
||||
#DATA+= README.mirror
|
||||
homepage.sgml: $(GENHOMEPAGE) homepage.inc
|
||||
CLEANFILES+= homepage.inc
|
||||
.endif
|
||||
|
||||
DATA+= README.mirror
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
21
ru/internal/homepage.sgml
Normal file
21
ru/internal/homepage.sgml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD.org: ÄÏÍÁÛÎÉÅ ÓÔÒÁÎÉÃÙ">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY homepage SYSTEM "homepage.inc">
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- Original version: 1.4 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<ol>
|
||||
&homepage;
|
||||
</ol>
|
||||
|
||||
<p></p><A HREF="internal.html">äÏÍ FreeBSD</a>
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue