-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
142 lines (123 loc) · 5.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html lang=ru id=project-main>
<meta charset=utf-8>
<title>OpenBSD</title>
<meta name="description" content="the main OpenBSD page">
<link rel="canonical" href="https://www.openbsd.org/">
<link rel="stylesheet" href="openbsd.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<main>
<nav>
<header>Проект OpenBSD</header>
<ul>
<li><a href="goals.html">Цели проекта</a>
<li><a href="plat.html">Платформы</a>
<li><a href="security.html">Безопасность</a>
<a href="crypto.html">Криптография</a>
<li><a href="https://www.openbsd.org/events.html">Встречи и доклады</a>
<li><a href="innovations.html">Инновации</a>
</ul>
<header>Скачать OpenBSD</header>
<ul>
<li><a href="faq/faq4.html#Download">Загрузка</a>
</ul>
<header>Исходники</header>
<ul>
<li><a href="anoncvs.html">AnonCVS</a>
<li><a href="https://cvsweb.openbsd.org/">CVSWeb</a>
<li><a href="https://github.com/openbsd">GitHub зеркало</a>
</ul>
<header>Информация</header>
<ul>
<li><a href="https://www.openbsd.org/plus.html">Changelog</a>
<li><a href="faq/index.html">FAQ</a>
<li><a href="https://man.openbsd.org">Man-страницы</a>
<li><a href="https://www.openbsd.org/errata76.html">Патчи</a>
<li><a href="report.html">Сообщить об ошибке</a>
<li><a href="mail.html">Почтовые рассылки</a>
<li><a href="https://www.openbsd.org/lyrics.html">Песни</a> &
<a href="artwork.html">Иллюстрации</a>
<li><a href="hackathons.html">Хакатоны</a>
<li><a href="https://www.openbsd.org/groups.html">Группы пользователей</a>
<li><a href="https://www.openbsd.org/support.html">Поддержка</a>
</ul>
<header>Поддержка OpenBSD</header>
<ul>
<li><a href="https://www.openbsd.org/donations.html">Пожертвования</a><br>
<li><a href="https://openbsdstore.com/">Art Merchandise</a>
<li><a href="https://www.openbsdfoundation.org/"><i>OpenBSD Foundation</i></a>
</ul>
<header>Русское сообщество</header>
<ul>
<li><a href="ru-community/articles.html">Статьи</a>
<li><a href="https://webchat.freenode.net?channels=%23openbsd-russian">freenode IRC канал</a>
<li><a href="https://t.me/openbsd_ru">telegram канал</a>
<li><a href="https://vk.com/openbsd_hackers">Группа в VK</a>
<li><a href="https://github.com/openbsd-ru">Проект на GitHub</a>
<li><a href="https://openbsd.org.ru">openbsd.org.ru</a>
</ul>
</nav>
<article>
<h2>
<a href="https://www.openbsd.org/76.html">
<img src="images/puffy76.gif" alt="[OpenBSD 7.6]" height=198 width=599>
</a>
</h2>
<p id="callout">
Всего две удаленные уязвимости в стандартной установке
за черт знает сколько лет!
<p>
В рамках проекта OpenBSD разрабатывается
<strong>СВОБОДНАЯ</strong>, мультиплатформенная, основанная
на коде 4.4BSD, UNIX-подобная операционная система.
Мы придаем большое внимание
переносимости, следованию стандартам, точности,
<a href="security.html">безопасности</a> и
<a href="crypto.html">криптографии</a>.
В качестве примера успеха проекта можно назвать
<a href="openssh/index.html">OpenSSH</a>,
первоначально написанную для OpenBSD.
<p>
OpenBSD доступна для скачивания с нашей
<a href="faq/faq4.html#Download">страницы загрузок</a>.
<p>
Последняя версия,
<a href="https://www.openbsd.org/76.html">OpenBSD 7.6</a>,
вышла 8 октября 2024 года. Это 57'й релиз.
<p>
OpenBSD разрабатывается добровольцами. Процесс разработки,
а также <a href="hackathons.html">встречи разработчиков</a>,
возможны благодаря финансовым взносам, собранным
<a href="https://www.openbsdfoundation.org">OpenBSD Foundation</a>.
Эти пожертвования гарантируют
<a href="https://www.openbsd.org/policy.html">свободу</a>
и дальнейшую разработку OpenBSD.
</article>
</main>
<footer>
<figure>
<a href="images/rack2009.jpg">
<img width="60" height="90" src="images/rack2009-s.png" alt="rack"></a>
</figure>
<aside>
<hr>
Дочерние проекты:
<a href="openssh/index.html">OpenSSH</a>,
<a href="openbgpd/index.html">OpenBGPD</a>,
<a href="rpki-client/index.html">rpki-client</a>,
<a href="openntpd/index.html">OpenNTPD</a>,
<a href="opensmtpd/index.html">OpenSMTPD</a>,
<a href="openiked/index.html">OpenIKED</a>,
<a href="https://mandoc.bsd.lv">mandoc</a>,
<a href="libressl/index.html">LibreSSL</a>
<br>
<small>
<em>
This site is a translated version of <a href="https://www.openbsd.org/">openbsd.org</a>.
Translation project is organized by <a href="https://github.com/alexander-naumov">Alexander Naumov</a>
and is going with the support of
<a href="https://github.com/openbsd-ru/openbsd-ru.github.io/graphs/contributors">volunteers</a>.
</em>
</small>
</aside>
</footer>