Add prstats/ translation.

This commit is contained in:
Alexander Nedotsukov 2010-01-14 06:56:09 +00:00
parent d8e983afe6
commit 4b852914ce
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35186
3 changed files with 69 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#
# The FreeBSD Russian Documentation Project
#
# $FreeBSD: www/ru/Makefile,v 1.54 2009/12/21 02:08:11 bland Exp $
# $FreeBSD: www/ru/Makefile,v 1.55 2009/12/21 09:39:18 bland Exp $
# $FreeBSDru: frdp/www/ru/Makefile,v 1.53 2006/02/18 18:46:43 gad Exp $
#
# Original revision: 1.146
@ -73,7 +73,7 @@ SUBDIR+= news
SUBDIR+= platforms
SUBDIR+= portmgr
SUBDIR+= projects
#SUBDIR+= prstats
SUBDIR+= prstats
SUBDIR+= releases
SUBDIR+= releng
SUBDIR+= search

13
ru/prstats/Makefile Normal file
View file

@ -0,0 +1,13 @@
# $FreeBSD$
# Original revision: 1.5
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

54
ru/prstats/index.sgml Normal file
View file

@ -0,0 +1,54 @@
<!--
FreeBSD Russian Documentation Project
Original revision: 1.12
-->
<!doctype HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD$">
<!ENTITY email 'freebsd-www'>
<!ENTITY base CDATA "..">
<!ENTITY title "Статистика PR">
<!ENTITY % navinclude.support "INCLUDE">
]>
<html>
&header;
<hr>
<h2>Возьмите и исправьте/закройте PR!</h2>
<p>Это легко. Всё, что вам нужно сделать, - это перейти пo
<a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">
данной ссылке на базу данных GNATS</a>,
найти PR, выяснить, что необходимо сделать, и сделать это.</p>
<p>Если вы коммитер, то используйте команду <tt>edit-pr</tt>
для закрытия PRов.</p>
<p>Если нет, то вам следует добавить сообщение,
содержащее следующий текст:</p>
<center><pre>This PR can be closed</pre></center>
<p>расположенный на отдельной строке, что упростит его обработку коммитером
позже.</p>
<p>Для получения различных сведений по базе данных PR, смотрите следующие <a
href="http://people.freebsd.org/~edwin/gnats/">графики и
отчёты</a>.
</p>
&footer;
</body>
</html>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->