From 3082162a8a22313efc350111918eba159dcd2d5d Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:15:07 +0000 Subject: [PATCH 01/13] Update 'mail.html' --- mail.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mail.html b/mail.html index 355be68..b8e394c 100644 --- a/mail.html +++ b/mail.html @@ -93,7 +93,20 @@ + +

Cock.li

+

+ Сервис, поддерживающий множество доменов на выбор, включая такие замечательные, как cocaine.ninja, + rape.lol, cock.li и море других. Существует на добровольные пожертвования пользователей, которые + принимаются в том числе и криптовалютами. Быстр, бесплатен и надёжен. Как и в случае с Posteo, + отдельных приложений не требуется - POP3, IMAP, SMTP поддерживаются. +

+

Где зарегистрироваться?

+ +

FastMail

Австралийская компания, содержащаяся исключительно на деньги пользователей, без рекламы и отслеживания. -- 2.45.1 From ffff5b08e555e3b94ca57d734df2951a99c08017 Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:17:11 +0000 Subject: [PATCH 02/13] Update 'info.html' --- info.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/info.html b/info.html index 98aaed8..59d87c9 100644 --- a/info.html +++ b/info.html @@ -84,7 +84,22 @@ И, наконец, YouTube заменяется PeerTube — видео здесь, как и сообщения перечисленных выше сетей, расходятся по всему Федивёрсу и доступны (при желании автора) всем. - + + +

+ Ну и коль скоро мы затронули тему мессенджеров, стоит кратко упомянуть достойные альтернативы перечисленным в + начале статьи корпоративным следилкам, радосто сотрудничающим со спецслужбами (или кто-то до сих пор верит, что + коммерческая контора Telegram LLC будет тратить кучу ресурсов на защиту Васи от товарища майора?). Мессенджеры + непосредственно в Fediverse не входят, но в большинстве своём (речь, опять же идёт о рекомендованых) основаны на + принципах федерации либо на peer-to-peer. вот здесь вы можете подобрать себе подходящую + альтернативу. +

+ +

+ Смело проходите по ссылкам выше, мы ждём вас в Fediverse. Новичкам тут всегда помогут, а несогласных не забанят. + Вливайтесь! +

+ \ No newline at end of file -- 2.45.1 From 892a35b56ee0dd30e587500993d8842662dfb785 Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:19:36 +0000 Subject: [PATCH 03/13] Update 'info.html' --- info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.html b/info.html index 59d87c9..7d0db0e 100644 --- a/info.html +++ b/info.html @@ -91,7 +91,7 @@ начале статьи корпоративным следилкам, радосто сотрудничающим со спецслужбами (или кто-то до сих пор верит, что коммерческая контора Telegram LLC будет тратить кучу ресурсов на защиту Васи от товарища майора?). Мессенджеры непосредственно в Fediverse не входят, но в большинстве своём (речь, опять же идёт о рекомендованых) основаны на - принципах федерации либо на peer-to-peer. вот здесь вы можете подобрать себе подходящую + принципах федерации либо на peer-to-peer. вот здесь вы можете подобрать себе подходящую альтернативу.

-- 2.45.1 From dfddb54d6dd48aa87679335234b817dcef6e4bb0 Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:29:31 +0000 Subject: [PATCH 04/13] Add 'grey.css' --- grey.css | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 grey.css diff --git a/grey.css b/grey.css new file mode 100644 index 0000000..44e7ae1 --- /dev/null +++ b/grey.css @@ -0,0 +1,205 @@ +/*!** reset ***/ + +* { + + padding: 0; + margin: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; + box-sizing: border-box; + position: relative; +} + +*:before, +*:after { + box-sizing inherit; +} + +*:focus { + outline none; +} + +html, body { + margin: 0; + padding: 0; + font-family: sans-serif; +} + +html { + box-sizing border-box; +} + +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section + display block; + +a { + background-color transparent; +} + +a:active, +a:hover { + outline none; +} + +b, +strong { + font-weight bold; +} + +img { + border 0; +} + +.clearfix { + *zoom: 1; +} + +.clearfix:before, +.clearfix:after { + content: ''; + display: table; + line-height: 0; +} + +.clearfix:after { + clear: both; +} + +.header { + width: 100%; + min-height: 50px; + + padding: 5px 20px; + + background-color: rgba(10, 10, 10, .2); + + line-height: 40px; + + font-size: 28px; + font-weight: 800; + color: #fff; +} + +.footer { + width: 100%; + min-height: 30px; + + padding: 10px 20px; + + background-color: rgba(10, 10, 10, .1); + + font-size: 14px; + color: #777; + + text-align: left; +} + +.wrap { + width: 1024px; + min-height: 100vh; + + margin: 0 auto; + + background-color: rgba(200,200,200,.2); +} + +.top-nav { + width: 100%; + + padding: 10px 5px; + + background-color: rgba(200,200,200,.2); +} + +.top-nav__item { + display: block; + + float: left; + + padding: 10px 15px 12px; + + border-radius: 2px; + + transition: .2s ease; + + font-size: 18px; + color: #333; +} + +.top-nav__item:hover { + background-color: #3ce; + + color: #fff; +} + +.content { + padding: 20px; + + font-size: 14px; + color: #333; + + text-align: left; +} + +.content h1 { + margin: 10px 0; + + font-size: 24px; + font-weight: 600; + color: #000; +} + +.content h2 { + margin: 10px 0; + + font-size: 22px; + font-weight: 600; + color: #000; +} + +.content h3 { + margin: 10px 0; + + font-size: 18px; + font-weight: 600; + color: #000; +} + +.content h4 { + margin: 10px 0; + + font-size: 14px; + font-weight: 600; + color: #000; +} + + +.content p { + margin: 10px 0; +} + +.content strong { + font-weight: 600; +} + +.content ul, +.content ol { + margin: 10px 0; + + list-style-position: inside; +} + +.content ul li { + margin: 5px 0; +} + +.content img { + margin: 10px; +} + + + +/*!** end-reset ***/ -- 2.45.1 From 2c136cd65761e9fc4886c89b9c9215ea6212775f Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:30:04 +0000 Subject: [PATCH 05/13] Update 'info.html' --- info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.html b/info.html index 7d0db0e..eb00982 100644 --- a/info.html +++ b/info.html @@ -4,7 +4,7 @@ Альтернативы - +
-- 2.45.1 From 2808ff2a6b483536474d848f0c85e2dc3e675d7f Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:30:25 +0000 Subject: [PATCH 06/13] Update 'mail.html' --- mail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail.html b/mail.html index b8e394c..9cd3916 100644 --- a/mail.html +++ b/mail.html @@ -4,7 +4,7 @@ Почтовые сервисы - +
-- 2.45.1 From 9488eb973c34ff85aeee5430b897be7e1ff97721 Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:30:45 +0000 Subject: [PATCH 07/13] Update 'search.html' --- search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.html b/search.html index e53d0db..3209e1e 100644 --- a/search.html +++ b/search.html @@ -4,7 +4,7 @@ Поисковые сервисы - +
-- 2.45.1 From 829356a1f04d0a6c7019bfb8b082697817b546db Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:31:07 +0000 Subject: [PATCH 08/13] Update 'social.html' --- social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social.html b/social.html index 39100c0..5503632 100644 --- a/social.html +++ b/social.html @@ -4,7 +4,7 @@ Социальные сети - +
-- 2.45.1 From 5ef1340a0df076e51e9d1d7be6bbf1f06b29fc82 Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Sun, 28 Jul 2019 07:31:33 +0000 Subject: [PATCH 09/13] Update 'im.html' --- im.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im.html b/im.html index 37dc1c3..e6f97c6 100644 --- a/im.html +++ b/im.html @@ -4,7 +4,7 @@ Сервисы мгновенных сообщений - +
-- 2.45.1 From af5a253a38ebdacad512746bc2edd12390e26fdb Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Jul 2019 10:36:18 +0300 Subject: [PATCH 10/13] css --- grey.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/grey.css b/grey.css index 44e7ae1..b8551cd 100644 --- a/grey.css +++ b/grey.css @@ -135,7 +135,7 @@ img { color: #fff; } -.content { +.mainContainer { padding: 20px; font-size: 14px; @@ -144,7 +144,7 @@ img { text-align: left; } -.content h1 { +.mainContainer h1 { margin: 10px 0; font-size: 24px; @@ -152,7 +152,7 @@ img { color: #000; } -.content h2 { +.mainContainer h2 { margin: 10px 0; font-size: 22px; @@ -160,7 +160,7 @@ img { color: #000; } -.content h3 { +.mainContainer h3 { margin: 10px 0; font-size: 18px; @@ -168,7 +168,7 @@ img { color: #000; } -.content h4 { +.mainContainer h4 { margin: 10px 0; font-size: 14px; @@ -177,26 +177,26 @@ img { } -.content p { +.mainContainer p { margin: 10px 0; } -.content strong { +.mainContainer strong { font-weight: 600; } -.content ul, -.content ol { +.mainContainer ul, +.mainContainer ol { margin: 10px 0; list-style-position: inside; } -.content ul li { +.mainContainer ul li { margin: 5px 0; } -.content img { +.mainContainer img { margin: 10px; } -- 2.45.1 From 433e434a2a868565d75412fb0b848761ab9ddd17 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Jul 2019 10:42:33 +0300 Subject: [PATCH 11/13] i --- im.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/im.html b/im.html index e6f97c6..633553c 100644 --- a/im.html +++ b/im.html @@ -7,7 +7,8 @@ -
+
+

Сервисы мгновенных сообщений

Альтернативы WhatsApp, Viber, Skype

XMPP (он же Jabber)

@@ -186,6 +187,7 @@ +
- \ No newline at end of file + -- 2.45.1 From 88255b8748931fa644e92c9980465953b6ba1595 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Jul 2019 10:57:16 +0300 Subject: [PATCH 12/13] css --- grey.css | 11 ++++++----- im.html | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/grey.css b/grey.css index b8551cd..7916b5e 100644 --- a/grey.css +++ b/grey.css @@ -169,7 +169,7 @@ img { } .mainContainer h4 { - margin: 10px 0; + margin: 10px 0 5px 0; font-size: 14px; font-weight: 600; @@ -178,7 +178,8 @@ img { .mainContainer p { - margin: 10px 0; + margin: 5px 5px 0 10px; + } .mainContainer strong { @@ -187,13 +188,13 @@ img { .mainContainer ul, .mainContainer ol { - margin: 10px 0; + margin: 5px 5px 10px 10px; - list-style-position: inside; + list-style-position: outside; } .mainContainer ul li { - margin: 5px 0; + margin: 5px 5px 0 15px; } .mainContainer img { diff --git a/im.html b/im.html index 633553c..d477362 100644 --- a/im.html +++ b/im.html @@ -8,7 +8,7 @@
-
+

Сервисы мгновенных сообщений

Альтернативы WhatsApp, Viber, Skype

XMPP (он же Jabber)

-- 2.45.1 From 1055fc0fd0ae864b5b62d3dcc0557dfc59237131 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Jul 2019 11:05:24 +0300 Subject: [PATCH 13/13] wrap --- grey.css | 6 +++--- mail.html | 6 ++++-- search.html | 6 ++++-- social.html | 11 +++++++---- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/grey.css b/grey.css index 7916b5e..3b9c000 100644 --- a/grey.css +++ b/grey.css @@ -145,7 +145,7 @@ img { } .mainContainer h1 { - margin: 10px 0; + margin: 10px 0 5px 0; font-size: 24px; font-weight: 600; @@ -153,7 +153,7 @@ img { } .mainContainer h2 { - margin: 10px 0; + margin: 10px 0 5px 0; font-size: 22px; font-weight: 600; @@ -161,7 +161,7 @@ img { } .mainContainer h3 { - margin: 10px 0; + margin: 10px 0 5px 0; font-size: 18px; font-weight: 600; diff --git a/mail.html b/mail.html index 9cd3916..db01b12 100644 --- a/mail.html +++ b/mail.html @@ -7,7 +7,8 @@ -
+
+

Почтовые сервисы

Альтернативы Gmail/Яндекс.почте/mail.ru

@@ -181,6 +182,7 @@ +
- \ No newline at end of file + diff --git a/search.html b/search.html index 3209e1e..4883b9a 100644 --- a/search.html +++ b/search.html @@ -7,7 +7,8 @@ -
+
+

Поисковые сервисы

DuckDuckGo

@@ -204,6 +205,7 @@ anonymousengine.com +

- \ No newline at end of file + diff --git a/social.html b/social.html index 5503632..46ed3b9 100644 --- a/social.html +++ b/social.html @@ -5,9 +5,11 @@ Социальные сети + -
+
+

Социальные сети

Альтернативы Вконтакте/Facebook и Twitter

Mastodon

@@ -52,10 +54,10 @@ себе инстанцию под ваши предпочтения!

Основные отличия между разными инстанциями, на которые стоит обратить внимание:

- +
  • Максимальное количество символов, которые инстанция позволяет включать в один пост;
  • Для какого круга людей создана инстанция - от этого зависит, насколько вам будет интересна локальная лента.
  • - +

Например, qoto.org - инстанция Мастодон, которая позволяет своим пользователям публиковать посты до 65,535 знаков (обычно в других инстанциях лимит 500 знаков). Вместе с тем, эта инстанция @@ -216,6 +218,7 @@ +

- \ No newline at end of file + -- 2.45.1