Import of russian translation of the Porters Handbook

Status of imported files:

	Name		Synchronized with eng. rev.
	----		---------------------------
	book.sgml	1.132
	Makefile	1.1
	freebsd.dsl	1.2

Special Thanks to: Andrey Zakhvatov <andy@FreeBSD.org.ua>
                   for his work on this translation
Obtained from: The FreeBSD Russian Doc Project CVS (http://www.FreeBSD.org.ua/)
This commit is contained in:
Alexey Zelkin 2000-10-17 17:25:01 +00:00
parent 00c9b591c1
commit 0d424a5836
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8164
3 changed files with 4670 additions and 0 deletions

View file

@ -0,0 +1,32 @@
#
# $FreeBSD$
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/porters-handbook/Makefile,v 1.2 2000/09/17 15:15:41 phantom Exp $
#
# Build the FreeBSD Porter's Handbook.
#
MAINTAINER=andy@FreeBSD.org.ua
DOC?= book
FORMATS?= html-split
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
NO_TIDY= YES
#
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#
# SGML content
SRCS= book.sgml
# Use the local DSSSL file
DSLHTML?= ${.CURDIR}/freebsd.dsl
DSLPRINT?= ${.CURDIR}/freebsd.dsl
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,42 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/porters-handbook/freebsd.dsl,v 1.2 2000/09/17 15:14:10 phantom Exp $ -->
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
a link to the -ports mailing list at the bottom of the HTML files,
rather than the -questions mailing list. -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY freebsd.dsl SYSTEM "../../share/sgml/freebsd.dsl" CDATA DSSSL>
]>
<style-sheet>
<style-specification use="docbook">
<style-specification-body>
<![ %output.html; [
(define ($email-footer$)
(make sequence
(literal "ðÏ ×ÏÐÒÏÓÁÍ Ó×ÑÚÁÎÎÙÍ Ó ÓÉÓÔÅÍÏÊ ÐÏÒÔÏ× ÄÌÑ FreeBSD, ÐÉÛÉÔÅ ÐÏ ÁÄÒÅÓÕ <")
(make element gi: "a"
attributes: (list (list "href" "mailto:ports@freebsd.org"))
(literal "ports@freebsd.org"))
(literal ">.")
(make empty-element gi: "br")
(literal "ðÏ ×ÏÐÒÏÓÁÍ Ó×ÑÚÁÎÎÙÍ Ó ÜÔÏÍ ÄÏËÕÍÅÎÔÁÃÉÅÊ, ÐÉÛÉÔÅ ÐÏ ÁÄÒÅÓÕ <")
(make element gi: "a"
attributes: (list (list "href" "mailto:doc@freebsd.org"))
(literal "doc@freebsd.org"))
(literal ">.")))
<!-- Convert " ... " to `` ... '' in the HTML output. -->
(element quote
(make sequence
(literal "``")
(process-children)
(literal "''")))
]]>
</style-specification-body>
</style-specification>
<external-specification id="docbook" document="freebsd.dsl">
</style-sheet>