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:
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
32
ru_RU.KOI8-R/books/porters-handbook/Makefile
Normal file
32
ru_RU.KOI8-R/books/porters-handbook/Makefile
Normal 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"
|
4596
ru_RU.KOI8-R/books/porters-handbook/book.sgml
Normal file
4596
ru_RU.KOI8-R/books/porters-handbook/book.sgml
Normal file
File diff suppressed because it is too large
Load diff
42
ru_RU.KOI8-R/books/porters-handbook/freebsd.dsl
Normal file
42
ru_RU.KOI8-R/books/porters-handbook/freebsd.dsl
Normal 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>
|
Loading…
Reference in a new issue