summaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/share
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize with FreeBSD Russian Documentation Project's CVS RepositoryAlexey Zelkin2001-07-253-34/+38
| | | | Notes: svn path=/head/; revision=10041
* Move mailing-lists.ent out of the Handbook and into the language-specificChris Costello2001-06-212-1/+118
| | | | | | | | | | | share/sgml directories, create a public identifier for it and replace all SYSTEM references to the file with PUBLIC references. There was no repo-copy made of these files as there is no important history to preserve. Notes: svn path=/head/; revision=9659
* Spelling fixesAlexey Zelkin2000-10-171-3/+3
| | | | | | | Obtained from: The FreeBSD Russian Doc Project CVS (http://www.FreeBSD.org.ua/) Notes: svn path=/head/; revision=8162
* Submitted by: <dec@freebsd.org>David E. Cross2000-10-111-2/+2
| | | | | | | | | | | | Approved by: nik (ages ago) Obtained from: other freebsd.dsl files in the doc tree The commit for the Russian documentation was incomplete. The result was the path changing, but the "SYSTEM" -> "PUBLIC" keyword did not. This fix changes only this. At this point I beleive 'make release' will once again function for 4.1.1-STABLE. Notes: svn path=/head/; revision=8133
* a) "Fix" out-of-tree builds by not hard-coding locations of dsl filesNeil Blakey-Milner2000-09-282-2/+11
| | | | | | | | | | | | | | with SYSTEM, and using instead PUBLIC entities gained from the catalog in the directory of the language the document belongs to, or the language-neutral entity. Now we always use default.dsl as our dsl master, and it grabs the necessary magic from the catalogs. b) Fix the always-out-of-date imagelib problem with some make(1)-fu. Approved by: nik (ages ago) Notes: svn path=/head/; revision=8040
* Add Legal Notice (Russian Translation)Alexey Zelkin2000-07-082-0/+64
| | | | | | | | Translated by: Sergey A. Osokin <ozz@FreeBSD.org.ru> Obtained from: The FreeBSD Russian Documentation Project CVS Repository Notes: svn path=/head/; revision=7535
* Correct russian language SGML defintions. Russian FAQ is building correctly now.Alexey Zelkin2000-04-031-2/+5
| | | | Notes: svn path=/head/; revision=6980
* Give each language and encoding it's own freebsd.dsl, to contain styleNik Clayton2000-03-231-0/+17
sheet definitions for that language only. Each file reads in the defaults from the master share/sgml/freebsd.dsl file, and adds overrides, or new definitions, as necessary. Move the per-language hacks from share/sgml/freebsd.dsl in to <lang>/share/sgml/freebsd.dsl as necessary. Add links to the -questions and -doc mailing lists to the bottom of the generated HTML output for some languages. The -questions link will become a link to Greg's "Getting the most from questions" document when I bring that in, but I haven't done that yet, and I didn't want these patches hanging around my local tree. This was the real reason for making freebsd.dsl language local, as it makes it much easier to translate generated text, such as the text of the links, without polluting share/sgml/freebsd.dsl. Update doc.docbook.mk to use the new, per-language freebsd.dsl file when building the docs. While I'm here, update .pdb generation so that it creates a symlink to ${CURDIR:T}.pdb as well (e.g., the Handbook generates "book.pdb" and "handbook.pdb"). This makes it easier to install more than one document on a Palm, because two docs called "book.pdb" or "article.pdb" can not co-exist. Notes: svn path=/head/; revision=6844