новая жизнь блога
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.lock
|
||||||
|
public/
|
7
archetypes/categories.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
image:
|
||||||
|
style:
|
||||||
|
background: "#2a9d8f"
|
||||||
|
color: "#fff"
|
||||||
|
---
|
11
archetypes/default.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
description:
|
||||||
|
date: {{ .Date }}
|
||||||
|
image:
|
||||||
|
math:
|
||||||
|
license:
|
||||||
|
hidden: false
|
||||||
|
comments: true
|
||||||
|
draft: true
|
||||||
|
---
|
5
archetypes/tags.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
description:
|
||||||
|
image:
|
||||||
|
---
|
BIN
assets/img/logo.png
Normal file
After Width: | Height: | Size: 20 KiB |
10
assets/jsconfig.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"*": [
|
||||||
|
"../themes/hugo-theme-stack/assets/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
78
content/pages/jabber.md
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
---
|
||||||
|
title: "Jabber"
|
||||||
|
date: 2024-11-03T16:10:32+03:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<a href='https://compliance.conversations.im/server/neonxp.ru'><img src='https://compliance.conversations.im/badge/neonxp.ru'></a>
|
||||||
|
|
||||||
|
## Быстрое вкатывание
|
||||||
|
|
||||||
|
1. Регистрация через клиент или [через веб браузер на этой странице](https://neonxp.ru/pages/jabber/#регистрация)
|
||||||
|
2. Быстрее всего использовать веб клиент: [https://neonxp.ru/chat](https://neonxp.ru/chat) или можно использовать клиент из списка ниже
|
||||||
|
3. Добавить в список меня [i@neonxp.ru](xmpp:i@neonxp.ru) и войти в общий чат сервера [main@conf.neonxp.ru](xmpp:main@conf.neonxp.ru?join)
|
||||||
|
|
||||||
|
## Возможности сервера
|
||||||
|
|
||||||
|
- Аудио и видео звонки (есть свой turn-сервер)
|
||||||
|
- Обмен файлами через сервер (300 мб на файл, 10 гб на пользователя. Пока так, нужно будет больше - подниму лимиты)
|
||||||
|
- Полная совместимость с современными стандартами: https://compliance.conversations.im/server/neonxp.ru/
|
||||||
|
- Мощный, быстрый и, главное, ненагруженный сервер!
|
||||||
|
|
||||||
|
## Современные нативные клиенты:
|
||||||
|
|
||||||
|
- Gajim для PC/Mac/Linux [Ссылка](https://gajim.org/download/)
|
||||||
|
- Dino.im для PC/Mac/Linux [Ссылка](https://dino.im/#download)
|
||||||
|
- Conversations для Android [Ссылка](https://f-droid.org/packages/eu.siacs.conversations/)
|
||||||
|
- Conversations Classic для Android [Ссылка](https://dev.narayana.im/narayana/conversations-classic/releases)
|
||||||
|
- Monal IM для iOS/Mac [Ссылка](https://monal-im.org/)
|
||||||
|
- Siskin IM для iOS/Mac [Ссылка](https://siskin.im/)
|
||||||
|
|
||||||
|
## Регистрация
|
||||||
|
<form action="/register_web" method="POST">
|
||||||
|
<table style="border:0">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th style="border:0">Имя пользователя:</th>
|
||||||
|
<td style="border:0"><input name="username" required>@neonxp.ru</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th style="border:0">Пароль:</th>
|
||||||
|
<td style="border:0"><input name="password" required type="password"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th style="border:0">Повтор пароля:</th>
|
||||||
|
<td style="border:0"><input name="confirm_password" required type="password"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="border:0" colspan="2">
|
||||||
|
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
||||||
|
<div class="g-recaptcha" data-sitekey="6Le-lPwpAAAAAFDh-5V206r0JiravJ9V9tsFe1ju"></div>
|
||||||
|
<noscript>
|
||||||
|
<div style="width: 302px; height: 352px;">
|
||||||
|
<div style="width: 302px; height: 352px; position: relative;">
|
||||||
|
<div style="width: 302px; height: 352px; position: absolute;">
|
||||||
|
<iframe src="https://www.google.com/recaptcha/api/fallback?k=6Le-lPwpAAAAAFDh-5V206r0JiravJ9V9tsFe1ju"
|
||||||
|
frameborder="0" scrolling="no"
|
||||||
|
style="width: 302px; height:352px; border-style: none;">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
<div style="width: 250px; height: 80px; position: absolute; border-style: none;
|
||||||
|
bottom: 21px; left: 25px; margin: 0px; padding: 0px; right: 25px;">
|
||||||
|
<textarea id="g-recaptcha-response" name="g-recaptcha-response"
|
||||||
|
class="g-recaptcha-response"
|
||||||
|
style="width: 250px; height: 80px; border: 1px solid #c1c1c1;
|
||||||
|
margin: 0px; padding: 0px; resize: none;" value="">
|
||||||
|
</textarea>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="border:0" colspan="2"><input type="submit" value="Регистрация"></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</form>
|
16
content/pages/me.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: "Обо мне"
|
||||||
|
date: 2024-11-03T16:10:32+03:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
- E-mail: i@neonxp.ru
|
||||||
|
- Jabber: [i@neonxp.ru](xmpp:i@neonxp.ru)
|
||||||
|
- PGP: 7282 5661 A858 FFBD 0EF3 8BD5 35E3 3E1A B777 6B39
|
||||||
|
- Казань, Татарстан, Российская Федерация
|
||||||
|
|
||||||
|
Другие ссылки:
|
||||||
|
- [Мой git](https://git.neonxp.ru)
|
||||||
|
- [Мои Go пакеты](https://go.neonxp.ru)
|
||||||
|
- [Хранилище ссылок](https://links.neonxp.ru)
|
||||||
|
- [Telegram Канал](https://t.me/neonxplog)
|
11
content/pages/projects.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: "Мои проекты"
|
||||||
|
date: 2024-11-03T16:10:32+03:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
- [Джаббер сервер](/pages/jabber/)
|
||||||
|
- https://sh.org.ru — возрождённый цитатник Рунета [исходники: https://gitrepo.ru/neonxp/ShOrgRu]
|
||||||
|
- https://nixshare.ru — обмен буфером обмена для гиков [исходники: https://gitrepo.ru/neonxp/nixshare]
|
||||||
|
- https://gist.neonxp.ru — мой pastebin
|
||||||
|
- https://pic.neonxp.ru — хостинг картинок
|
13
content/post/2007-11-05.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2007-11-05T16:54:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=90
|
||||||
|
id: 90
|
||||||
|
tags:
|
||||||
|
- из ЖЖ
|
||||||
|
title: прямой эфир — продолжение
|
||||||
|
---
|
||||||
|
|
||||||
|
только что досмотрели с джо все что было с кирком… грустно что больше НИКОГДА не будет продолжения… мне так будет не хватать пафоса ТОСа и лично тов. кирка….
|
13
content/post/2007-11-06.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2007-11-06T16:53:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=88
|
||||||
|
id: 88
|
||||||
|
tags:
|
||||||
|
- из ЖЖ
|
||||||
|
title: прямой эфир — база гамма
|
||||||
|
---
|
||||||
|
|
||||||
|
сегодня лег в 5 утра, встал в 2… хожу как ни от мира сего… Когда вышел под вечер за сигаретами на меня нахлынул поток разных грустных воспоминаний о 2003-2004 годах… еще сегодня написала одна девушка которая достаточно давно перестала со мной разговаривать… странно… до сдачи работы не считая сегодняшнего дня остался один день… а сегодня я нифига не работал. завтра коллоквиум по физике.. почитал лекции три больше не мог… завтра самый ужасный день, среда… ненавижу среды… и почему они бывают чаще чем например четверги…
|
13
content/post/2007-11-08.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2007-11-08T16:51:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=86
|
||||||
|
id: 86
|
||||||
|
tags:
|
||||||
|
- из ЖЖ
|
||||||
|
title: прямой эфир — призрак оперы
|
||||||
|
---
|
||||||
|
|
||||||
|
сегодня с друзьями (не буду показывать пальцем на скудный френд лист) ходили на семинар Opera Software, была прекрасная дружеская атмосфера, обсирание мелкомягких, раздача футболок, дисков и автографов, диалоги “по делу” с разработчиками, умные рассказы, интересные презентации новых продуктов, таких как операмини 4.0 и опера 9.5 бета, которая во время синхронизации умудрилась очень неплохо обвалиться, хотя это не испортило впечатления от новых технологий. кстати, о технологиях, в бете меня больше всего поразила до глубины души поддержка технологии svg(замена флешу на xml) и маленький демо ролик на ней в котором было вставленно 3(!!!) видео ролика и выступающи разработчик вращал их мышкой. собственно семинар удался на славу, даже есть желание к ним идти работать.
|
13
content/post/2007-12-11.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2007-12-11T16:50:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=84
|
||||||
|
id: 84
|
||||||
|
tags:
|
||||||
|
- из ЖЖ
|
||||||
|
title: прямой эфир — подъезд дубль 2
|
||||||
|
---
|
||||||
|
|
||||||
|
стоим в подъезде, джо ненароко сказал слово “проблема”. я бы не придал этому бы этому значения если бы игорь не сказал “проблема….. проблема….. \*ЛЯ!!!” и тут вспомнили про проблемы на учебном фронте….. настроение упало до 0….. сейчас медленно пошло в минус….. и как так жить??!
|
13
content/post/2007-12-26.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2007-12-26T16:49:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=82
|
||||||
|
id: 82
|
||||||
|
tags:
|
||||||
|
- из ЖЖ
|
||||||
|
title: Ну вот и сессия пришла…
|
||||||
|
---
|
||||||
|
|
||||||
|
Хоть и начнется зачетная сессия 28го(!!!! это еще одна особенность моего ВУЗа) числа, но зачеты уже идут во всю. “И на нашей улице будет праздник”. У мну сдано уже 4 зачода есть. Неужели все будет хорошо?…
|
13
content/post/2011-05-10.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-05-10T16:48:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=80
|
||||||
|
id: 80
|
||||||
|
tags:
|
||||||
|
- разное
|
||||||
|
title: Странное д.р.
|
||||||
|
---
|
||||||
|
|
||||||
|
Сегодня было самое странное из моих д.р.! Хоть я и узнал что дофига народа не придет, зато сегодня было запоздалое(или слишком ранее?) отмечание моей д.р.! Владимир(шеф мой) позвал меня после салюта в клуб “Джокер”, где выступали его знакомые (гр. “Листья травы”, “Макс и Ко.”, “Большой куш” и там к моему удивлению по его просьбе группа “Большой Куш” исполнила для меня песню группы Red Hot Chilli Peppers — Can’t stop! Я был поражен, удивлен, рад! Вот только приехал оттуда, еще не совсем трезв, но полон впечатлений! Вау! Это просто почти невероятно!!!! Уже можно сказать, что денюха удалась!! Посмотрим, что будет завтра!
|
15
content/post/2011-09-11-1.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-09-11T16:47:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=76
|
||||||
|
id: 76
|
||||||
|
tags:
|
||||||
|
- разное
|
||||||
|
title: Дождь идёт весь день
|
||||||
|
---
|
||||||
|
|
||||||
|
Люблю такую погоду, она настраивает на рабочий лад. Или на долгие прогулки под ним. Вечером нужно будет обязательно выбраться гулять.
|
||||||
|
|
||||||
|
<figure class="wp-block-image">![](http://localhost:1313/img/posts/1315741048720.png)</figure><figure class="wp-block-image">![](http://localhost:1313/img/posts/1315741048721.png)</figure>
|
13
content/post/2011-09-11-2.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-09-11T16:48:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=78
|
||||||
|
id: 78
|
||||||
|
tags:
|
||||||
|
- из ЖЖ
|
||||||
|
title: Новая жизнь
|
||||||
|
---
|
||||||
|
|
||||||
|
Пора начинать новую жизнь. Вот и блог обновил. Всё старьё выкинул и сделал внешнюю уборку. Только ради всего, буду стараться не забивать на блог. Ибо уже не в первый раз.
|
13
content/post/2011-09-11-3.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-09-11T16:46:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=74
|
||||||
|
id: 74
|
||||||
|
tags:
|
||||||
|
- разное
|
||||||
|
title: Традиционная картинка
|
||||||
|
---
|
||||||
|
|
||||||
|
<figure class="wp-block-image">![](http://localhost:1313/img/posts/76290b19.gif)</figure>
|
17
content/post/2011-09-12.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-09-12T16:45:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=72
|
||||||
|
id: 72
|
||||||
|
tags:
|
||||||
|
- разное
|
||||||
|
title: Очередное начало очередной безумной недели
|
||||||
|
---
|
||||||
|
|
||||||
|
Как же всё это уныло… Буэ… Зато сегодня ждем на собеседование нового человека. По резюме, вроде, адекватный человек. Не как ТОТ. Тьфу тьфу тьфу, чтоб не сглазить!
|
||||||
|
|
||||||
|
*UPD:* Фейл, сглазил.
|
||||||
|
|
||||||
|
*UPD2:* дабл фейл. Оба слились.
|
34
content/post/2011-09-24.md
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-09-24T16:44:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=70
|
||||||
|
id: 70
|
||||||
|
tags:
|
||||||
|
- DozoR
|
||||||
|
title: Отчет за неделю
|
||||||
|
---
|
||||||
|
|
||||||
|
Достаточно давно не писал, да и не о чём было особо писать. Работал, учился, болел. Сейчас на улице опять моя любимая погода: пасмурно и дождь, а я сижу на работе. Решил вот выйти в субботу, чтобы побольше всего сделать. Никого нет, тихо, спокойно, лепота!
|
||||||
|
|
||||||
|
Вчера был на очередной игре DozoR’а. Игра была очень даже ничего. Хорошая, добротная, динамичная. Местами было действительно мало логики, чего только стоили строчки «стиха»:
|
||||||
|
|
||||||
|
```
|
||||||
|
«Большой пирог без пирога
|
||||||
|
Выкину на улицу в траву»
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Логика здесь такая:
|
||||||
|
|
||||||
|
1. Большой пирог без пирога — остаётся слово «большой»
|
||||||
|
2. В строке есть слово «улица»
|
||||||
|
3. В итоге имеем «большую улицу»
|
||||||
|
4. Переводим на татарский язык (зачем? почему? этого я так и не понял), получаем «зур урам»
|
||||||
|
|
||||||
|
И большинство заданий были примерно такими же.
|
||||||
|
|
||||||
|
Ну и картинки оставшиеся в телефоне после игры под катом, если интересно:
|
||||||
|
|
||||||
|
<figure class="wp-block-image">![](http://localhost:1313/img/posts/2011-09-24_00.31.09.jpg)</figure><figure class="wp-block-image">![](http://localhost:1313/img/posts/2011-09-23_22.20.19.jpg)</figure><figure class="wp-block-image">![](http://localhost:1313/img/posts/2011-09-23_22.20.33.jpg)</figure>
|
17
content/post/2011-11-20.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-11-20T16:43:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=68
|
||||||
|
id: 68
|
||||||
|
tags:
|
||||||
|
- разное
|
||||||
|
title: Чем развлечься в субботу
|
||||||
|
---
|
||||||
|
|
||||||
|
Сегодня днём, совершенно неожиданно для себя, был приглашен на игру в пейнтбол. Играл я в первый раз, хотя уже давно имел желание открыть для себя это вид развлечения.
|
||||||
|
|
||||||
|
<figure class="wp-block-image">![](http://localhost:1313/img/posts/paintball.jpg)</figure>Впечатления от игры сложно описать словами, ведь слова не способны передать то обилие положительных эмоций, что я получил. Конечно же, не обошлось и без мелких травм. В частности, на приложенном фото видны последствия для моей многострадальной спины попадания шариков с краской с близкой дистанции. Так же достаточно болезненным оказалось попадание в голову и локоть. Ощущение, как после удара камнем. Но, как ни странно, эти «боевые ранения» никак отрицательно не сказались на общем фане от игры.
|
||||||
|
|
||||||
|
Так же, хотелось поблагодарить людей игравших со мной за отлично проведенное время. Надо будет как-нибудь повторить 😉
|
18
content/post/2011-11-21.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Архив
|
||||||
|
date: "2011-11-21T16:42:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=66
|
||||||
|
id: 66
|
||||||
|
tags:
|
||||||
|
- 2ГИС
|
||||||
|
- wine
|
||||||
|
title: Решение проблемы с 2Гис
|
||||||
|
---
|
||||||
|
|
||||||
|
Из-за особенностей своего хобби мне часто приходится задействовать 2Гис. Но после ноябрьских обновлений данная программа перестала у меня адекватно работать, а именно начала зависать буквально от всего — от движения мыши, нажатия кнопок интерфейса и т.п. Что только я уже не пытался с этим с делать! В один момент уже был готов похоронить его и пытаться найти ему альтернативу.
|
||||||
|
|
||||||
|
Но после упорного гугления проблема таки была решена! Не известно, в чем была проблема, но совместимость у дубля поломалась только с 1.3 веткой wine. Достаточно было откатиться на wine1.2, как всё тут же заработало!
|
||||||
|
|
||||||
|
Казалось бы, такое мелкое решение не достойно такого повествования, но тем не менее, решение проблемы не было очевидным и потенциально, это может пригодится тому, кто как и я столкнется с этой проблемой.
|
49
content/post/2021-02-13-jsonnet.md
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2021-02-13T22:08:19Z"
|
||||||
|
guid: http://14
|
||||||
|
id: 59
|
||||||
|
tags:
|
||||||
|
- go
|
||||||
|
- it
|
||||||
|
- разное
|
||||||
|
title: Jsonnet
|
||||||
|
---
|
||||||
|
|
||||||
|
Редко такое бывает, что случайно натыкаешься на какую-то технологию и она вызывает вау-эффект и буквально переворачивает всё верх дном. На днях для меня такой технологией стал [Jsonnet](https://jsonnet.org/) от Google.
|
||||||
|
|
||||||
|
<figure class="wp-block-image">![Jsonnet logo](/img/jsonnet.svg)</figure>В кратце, это надмножество JSON являющееся языком описания шаблонов. Пока звучит не очень круто, да? На деле это офигенный Тьюринг полный функциональный язык, результатом выполнения которого будет сформированый JSON (и не только) документ([или несколько документов](https://jsonnet.org/learning/getting_started.html#multi)).
|
||||||
|
|
||||||
|
[Если интересно, рекомендую сразу переходить к туториалу.](https://jsonnet.org/learning/tutorial.html)
|
||||||
|
|
||||||
|
## Почему же это круто?
|
||||||
|
|
||||||
|
Ну, во-первых, он реально мощный и простой. С его помощью можно формировать документы любой сложности.
|
||||||
|
|
||||||
|
Во-вторых, его можно встроить в свою программу на Go ([и не только, но на Go — проще всего](https://jsonnet.org/ref/bindings.html)), и это даст бесплатно мощный DSL для написания очень гибких конфигов.
|
||||||
|
|
||||||
|
В третьих, ну камон, приятно же когда компьютер берет на себя рутинную работу по формированию больших и сложных JSON’ов!
|
||||||
|
|
||||||
|
## Пример
|
||||||
|
|
||||||
|
Накидал простенький пример который формирует конфигурацию пайплайна для гипотетической CI системы:
|
||||||
|
|
||||||
|
```
|
||||||
|
local map(arr, predicate) = // определяем функцию map if std.length(arr) == 0 then [] else [predicate(arr[0])] + map(arr[1:], predicate) // функциональненько!;local tasks = [['go1.14', '1.14-alpine'],['go1.15', '1.15-alpine'],['go1.16-RC', '1.16-rc-alpine']];local commands = ['go build', 'go test']; // Общая часть{ // Результирующий JSON pipeline: map(tasks, function (task) { // Вызов map от tasks name: task[0], image: "golang:"+task[1], commands: commands, })}
|
||||||
|
```
|
||||||
|
|
||||||
|
Результат:
|
||||||
|
|
||||||
|
```
|
||||||
|
{ "pipeline": [ { "commands": [ "go build", "go test" ], "image": "golang:1.14-alpine", "name": "go1.14" }, { "commands": [ "go build", "go test" ], "image": "golang:1.15-alpine", "name": "go1.15" }, { "commands": [ "go build", "go test" ], "image": "golang:1.16-rc-alpine", "name": "go1.16-RC" } ]}
|
||||||
|
```
|
||||||
|
|
||||||
|
Круть же!
|
||||||
|
|
||||||
|
Да, на небольшом примере не очень показательно, но даже тут, скажем, при добавлении новой цели сборки будет достаточно слегка подправить массив tasks и автоматически сформируется все остальное, а не копипаст целой секции и ручная правка в нужных местах.
|
||||||
|
|
||||||
|
Я оставил за скобками то, что этот шаблонизатора позволяет формировать не только JSON но и фактически любой другой текстовый формат. И даже из одного скрипта формировать несколько документов разного формата. При этом локальные переменные будут использоваться общие. Теоретически, если упороться, можно одним скриптом сформировать весь /etc на новом сервере. Почему бы и нет?)
|
||||||
|
|
||||||
|
Не знаю смог ли передать ощущение своего восторга, но я охренеть как рад и жду выходных, чтобы с головой нырнуть в эту технологию, которая открывает столько новых интересных перспектив!
|
56
content/post/2021-05-13.md
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2021-05-13T15:37:01Z"
|
||||||
|
guid: http://13
|
||||||
|
id: 58
|
||||||
|
tags:
|
||||||
|
- it
|
||||||
|
- паранойя
|
||||||
|
- разное
|
||||||
|
title: Немного о цифровой гигиене
|
||||||
|
---
|
||||||
|
|
||||||
|
## Вступление
|
||||||
|
|
||||||
|
Как раз вступление тут особо и не нужно. Ни для кого не открою америки, что в современном цифровом обществе все мы являемся товаром для интернет-медиа гигантов, того же фейсбука да гугла. Не скажу что это для меня, как личности опасно или вредно, но мне это неприятно. Решил с этим что-то делать.
|
||||||
|
|
||||||
|
## Вводные
|
||||||
|
|
||||||
|
- В интернетах я уже очень давно и много где и как “наследил” своими данными. И с этим уже ничего не поделать.
|
||||||
|
- У меня в телефоне и на всех компьютерах куча приложений работающих с интернетом, и не только мессенджеры.
|
||||||
|
- У меня достаточно узкий круг людей с кем бы я хотел быть на связи, и не хочу чтобы мои действия как-то ухудшили или усложнили их жизнь.
|
||||||
|
- Вопрос анонимности для меня не стоит, я не анонимен и это моё осознанное решение. Я законопослушный человек и прятаться мне не от кого. И да, я знаю что этот тезис стараниями либерах нынче пытаются выставить как глупость, но нет. Глупость — это слушать либерах, а не иметь свою голову на плечах. И контртезис “Гы гы гы, ну раз тебе нечего скрывать — поставь камеру у себя в спальне и ванной” даже комментировать не буду в силу его ущербности.
|
||||||
|
- Я пользователь техники Apple и с этим уже ничего не поделать, менять целиком экосистему для меня не вариант (это очень дорого, бессмысленно, а местами и невозможно, например, рабочий мак мне поменять не на что). И да, есть наивная надежда что у яблок в плане приватности всё получше чем у ведроидов. Во всяком случае по сравнению со стоком. Гиковские прошивки с вырезанными зондами в расчет не беру, верю что у них совсем всё хорошо.
|
||||||
|
|
||||||
|
## Цели
|
||||||
|
|
||||||
|
1. Уменьшить информационный шум вокруг себя и тем самым улучшить качество жизни.
|
||||||
|
2. Уменьшить свой “информационный след”
|
||||||
|
3. Иметь больше контроля над своими данными, чтобы мои волосы стали мягкими и шелковистыми.
|
||||||
|
|
||||||
|
## Наброски плана
|
||||||
|
|
||||||
|
1. Перейти максимально на собственные ресурсы, которые я контролирую и которые *точно* не сливают ничего налево.Примерно так: социалки => <https://soc.neonxp.ru/> , GitHub => <https://gitrepo.ru/> , Облачные диски => локальный NAS Synology и т.д.
|
||||||
|
2. Мне надо сократить мессенджеры в идеале до одного, не считая корпоративного рабочего. Тут всё просто — оставляю Telegram, остальные сношу.
|
||||||
|
3. Мне надо отказаться от неэтичных социальных сетей, где я не могу полностью контролировать свои данные.
|
||||||
|
4. При отказе от социальных сетей чтобы не доставить проблем моим контактам надо оставить “новый адрес” по которому со мной можно связаться и, например, этот пост. Я не хочу чтобы для всех мои действия были прозрачны и понятны, а не “молча удалиться” оставив кого-то в недоумении.
|
||||||
|
5. Везде где возможно отключить или заблокировать телеметрию, чтобы как можно меньше моих данных неконтролируемо утекало. Да, полностью не перекрыть, но сократить возможно.
|
||||||
|
6. Для связи с “миром” оставить только e-mail как наиболее удобный асинхронный метод коммуникации.
|
||||||
|
|
||||||
|
## Дальнейшие шаги
|
||||||
|
|
||||||
|
1. Превратить наброски плана в цельный план. Написать манифест? Возможно.
|
||||||
|
2. Подготовить “визитку” с актуальными контактами и объяснением что произошло. Причем как в виде изображения, так и текста.
|
||||||
|
3. Вышеуказанную визитку поместить на уже неактуальных для меня местах обитания (инстаграм, вк и проч). Удаляться не хочу. Жалко контент за столько лет, да и пункт 3 предыдущего абзаца.
|
||||||
|
4. Удалить “лишние” приложения от вышеуказанных сервисов.
|
||||||
|
5. Разлогиниться в этих сервисах и очистить браузеры от них, чтобы исключить треккинг на сторонних сайтах.
|
||||||
|
6. ?????
|
||||||
|
7. PROFIT!
|
||||||
|
|
||||||
|
## Обратная связь
|
||||||
|
|
||||||
|
Очень бы хотелось получить обратную связь по моему плану. Комментарии про то что упустил и предложения улучшений приветствуются в комментариях к посту, в комментариях к [телеграм каналу](https://t.me/neonxp), или на почту <a.kiryukhin@mail.ru> (кстати, стоит наверное и почту перевести к себе? Но пока уровень сервиса врядли смогу адекватный обеспечить)
|
||||||
|
|
||||||
|
*UPD:* Да, я знаю что уже данные так и останутся в чужих руках, но со временем они будут всё больше и больше протухать, а мой “цифровой профиль” терять актуальность. Ведь я не скала, я тоже меняюсь и ухожу от этого профиля.
|
25
content/post/2022-05-30.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2022-05-30T23:37:00Z"
|
||||||
|
guid: http://12
|
||||||
|
id: 57
|
||||||
|
tags:
|
||||||
|
- блог
|
||||||
|
- моё
|
||||||
|
title: Возрождение?
|
||||||
|
---
|
||||||
|
|
||||||
|
Определенно, вести блог это не мое. Учитывая, что последний пост был год назад — sad but true.
|
||||||
|
|
||||||
|
Не буду говорить, что “вот сейчас то уж точно буду вести регулярно”. Нет не буду.
|
||||||
|
|
||||||
|
Но раз в полгода-год, наверное все же буду.
|
||||||
|
|
||||||
|
Из новостей, что не писал в канал, наверное, только парочка:
|
||||||
|
|
||||||
|
1. сейчас всё свободное время пилю свой петпроджект 😉 Пока что выходит ух какая красота. Но об этом как-нибудь в другой раз, как говорится, пол работы не показывают 🙂
|
||||||
|
2. в ленивом режиме начали заниматься вопросами улучшения жилищных условий. Давно пора.
|
||||||
|
|
||||||
|
До встречи когда-нибудь потом 🙂
|
36
content/post/2022-05-31-golang-1.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2022-05-31T01:00:00Z"
|
||||||
|
guid: http://11
|
||||||
|
id: 56
|
||||||
|
tags:
|
||||||
|
- go
|
||||||
|
- it
|
||||||
|
title: Golang подборка 1
|
||||||
|
---
|
||||||
|
|
||||||
|
Просто собираю подборку интересных ссылок по гошке на почитать потом.
|
||||||
|
|
||||||
|
<figure class="wp-block-image">![Golang links](/img/go.jpg)</figure>- [Extra](https://github.com/neonxp/extra) — Моё. Пакет с разными полезными функциями без дополнительных зависимостей.
|
||||||
|
- [Серия видосов про создание игры в стиле Animal Crossing на golang с помощью raylib](https://www.youtube.com/watch?v=iWp-mCIQgMU&list=PLVotA8ycjnCsy30WQCwVU5RrZkt4lLgY5&index=1)
|
||||||
|
- [Самописный распределенный типа Postgres](https://notes.eatonphil.com/distributed-postgres.html). Под капотом raft от hashicorp, boltdb и самое интересное — парсинг SQL
|
||||||
|
- Рассчет расстояния между двумя Geo точками:
|
||||||
|
|
||||||
|
```
|
||||||
|
import "math"
|
||||||
|
...
|
||||||
|
// https://en.wikipedia.org/wiki/Haversine_formula
|
||||||
|
func GetDistance(lat1, lon1, lat2, lon2 float64) float64 {
|
||||||
|
lat1 *= math.Pi / 180
|
||||||
|
lon1 *= math.Pi / 180
|
||||||
|
lat2 *= math.Pi / 180
|
||||||
|
lon2 *= math.Pi / 180
|
||||||
|
return 12742 * math.Asin(math.Sqrt(math.Pow(math.Sin((lat2-lat1)/2), 2)+math.Cos(lat1)*math.Cos(lat2)*math.Pow(math.Sin((lon2-lon1)/2), 2)))
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- [god](https://github.com/pioz/god) — Утилита подгатавливающая демоны из go программы. Для меня ценное — что генерит systemd конфиги.
|
55
content/post/2023-01-12-gitrepo.md
Normal file
20
content/post/2023-05-26-gist.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Мои проекты
|
||||||
|
date: "2023-05-26T17:40:21Z"
|
||||||
|
guid: http://9
|
||||||
|
id: 54
|
||||||
|
tags:
|
||||||
|
- it
|
||||||
|
- моё
|
||||||
|
title: Импортозамещение Gist
|
||||||
|
---
|
||||||
|
|
||||||
|
И в догонку к комментариям, запустил на своём серваке свой аналог Gist’ов от GitHub.
|
||||||
|
|
||||||
|
Вот и он: [gist.neonxp.ru](https://gist.neonxp.ru/)
|
||||||
|
|
||||||
|
Пользуйтесь 🙂
|
||||||
|
|
||||||
|
[Другие мои проекты](/projects)
|
48
content/post/2023-07-24-tls.md
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2023-07-24T20:04:17Z"
|
||||||
|
guid: http://8
|
||||||
|
id: 53
|
||||||
|
tags:
|
||||||
|
- it
|
||||||
|
- Россия
|
||||||
|
title: Немного мыслей о TLS (HTTPS) в России
|
||||||
|
---
|
||||||
|
|
||||||
|
Накопилось немного мыслей относительно того, что может грозить нам (и мне) в связи с трендом на “балканизацию” рунета.
|
||||||
|
|
||||||
|
И самое болезненное место — HTTPS который нынче стандарт де-факто в современных интернетах. А болезненное оно потому, что целиком и полностью контролируется другой стороной нынешного противостояния. Все доверенные удостоверяющие центры принадлежат странам “коллективного запада”. Помню, были ещё какие-то китайские, вроде, но с ними был какой-то скандал и не факт что они есть.
|
||||||
|
|
||||||
|
Есть относительно [доверенный УЦ от Минцифры](https://www.gosuslugi.ru/tls). Это здорово и я это всецело поддерживаю. Вот только есть момент. Он не для нас, простых людей, и при попытке его получить видим то, что на скриншоте ниже. А сранный Firefox вообще хочет его внести в черный список, чтобы даже специально его нельзя было установить. В общем, пока его я поставить не могу даже при всём желании.
|
||||||
|
|
||||||
|
<figure class="wp-block-image">![Услуга предоставляется только юридическим лицам](/img/posts/20230724_202627.png)</figure>Какие ещё альтернативы есть, если нас вдруг прокинет Let’s encrypt?
|
||||||
|
|
||||||
|
1. Не использовать HTTPS вообще. Я же не магазин и у меня нет форм логина, которые требуют шифрования. Так-то оно так, да не так. Браузеры уже сейчас очень косо смотрят на “обычные”, не HTTPS сайты, а в дальнейшем, не удивлюсь если перестанут открывать вообще. Так же на HTTP сайтах не работают прикольные браузерные API типа геолокации (наверное, это в каком-то роде даже плюс 😉 ). Ну и ещё проблема, что, например, этот сайт без HTTPS вообще не может работать, ибо для доменов зоны .dev насильно включено HSTS и они не могут работать не по HTTPS. Последнее то я решу старым добрым доменом neonxp.ru, но тем не менее.
|
||||||
|
2. Самоподписанные сертификаты. Вот это уже более менее похоже на правду! Да, такие сайты надо добавлять в исключения и мороки с сертификатами чуть больше. Но тут та же история с доменами .dev. Для них самоподписаные не катят. Выход — опять таки старый добрый neonxp.ru.
|
||||||
|
|
||||||
|
К чему я всё это? А то что в случае “балканизации” мы остаемся без нормального валидного HTTPS. Для себя я выбрал второй путь, с самоподписанными сертификатами. Чекнуть как работает можно на зеркале блога на <https://neonxp.ru> . Там я выпустил сам себе сертификат на домен от своего собственного удостоверяющего центра 🙂 А доверять ему или не доверять — дело посетителей сайта.
|
||||||
|
|
||||||
|
Если доверяете мне то [вот сертификат моего УЦ](/files/root_ca.crt), а установка такая же как сертификата Минцифры 🙂
|
||||||
|
|
||||||
|
Ну и совсем краткая инструкция как выпустить сертификат для себя:
|
||||||
|
|
||||||
|
1. `openssl genrsa -out root_ca.key 4096` — создание секретного ключа УЦ (должен храниться в безопасности!)
|
||||||
|
2. `openssl req -x509 -new -key root_ca.key -days 3650 -out root_ca.crt` — создаем сам сертификат УЦ (он НЕ секретный). Я указал срок действия 10 лет, но это потому что я ленивый и не хочу его перегенеривать каждый год. Так делать не советую.
|
||||||
|
3. `openssl genrsa -out server.key 4096` — создаем секретный ключ уже для конкретного сайта (и поддоменов)
|
||||||
|
4. `openssl req -new -key server.key -subj "/CN=neonxp.ru/CN=*.neonxp.ru" -out server.csr` — генерируем файл запроса для конкретного сайта
|
||||||
|
5. Создаем файл `openssl.cnf` с примерно таким содержимым:
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
``[SAN]``
|
||||||
|
`subjectAltName = @alt_names`
|
||||||
|
`[alt_names]`
|
||||||
|
`DNS.1 = neonxp.ru`
|
||||||
|
`DNS.2 = *.neonxp.ru`
|
||||||
|
6. И, наконец, создаем сертификат для сайта, который будет подписан ключами server.key и root\_ca.key (то есть и своим удостоверяющим центром тоже): `openssl x509 -req -in server.csr -CA root_ca.crt -CAkey root_ca.key -CAcreateserial -out server.crt -days 365 -extensions SAN -extfile openssl.cnf`
|
||||||
|
|
||||||
|
В общем, всё. Полученные root\_ca.crt (но не root\_ca.key!), server.key и server.crt можно вносить в конфигурацию используемого вебсервера. А так же внести root\_ca.crt в доверенные для себя.
|
||||||
|
|
||||||
|
Так у меня выглядят [сертификат на сайт](/img/posts/20230724_204209.png) и [сертификат УЦ](/img/posts/20230724_204325.png).
|
22
content/post/2023-12-29.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2023-12-29T00:15:44Z"
|
||||||
|
guid: http://7
|
||||||
|
id: 52
|
||||||
|
tags:
|
||||||
|
- блог
|
||||||
|
- разное
|
||||||
|
title: Переезд и проблемы обновления
|
||||||
|
---
|
||||||
|
|
||||||
|
Немного новостей.
|
||||||
|
|
||||||
|
Начну с грустного. Крайне неудачно обновил forgejo на gitrepo.ru. В общем, БД побилась без возможности восстановления. Репозитории я спас, обращайтесь — пришлю архив репозиториев.
|
||||||
|
|
||||||
|
Очень грустно, я был крайне расстроен. Штош, теперь настроил зато постоянные бекапы БД и данных на локальный NAS. Прошу прощения у пользователей, я очень виноват.
|
||||||
|
|
||||||
|
А теперь о негрустном. Всё же решил что мне больше нравится основным домен не .dev, а именно .ru. Времена неспокойные — лучше перестраховаться и сделать ставку именно на национальный домен, а не на международный. К тому же у .dev домена есть неприятная особенность, что он требует обязательно валидного (то есть одобренного западными “партнерами”) сертификата. А это не дело, как я уже [писал в заметке](https://neonxp.ru/posts/2023-07-24-tls/).
|
||||||
|
|
||||||
|
Пока что как-то так 🤷🏻♂️
|
15
content/post/2024-01-03.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-01-03T17:28:40Z"
|
||||||
|
guid: http://6
|
||||||
|
id: 51
|
||||||
|
tags:
|
||||||
|
- блог
|
||||||
|
title: Архив
|
||||||
|
---
|
||||||
|
|
||||||
|
Покапавшись по вебархиву смог вытащить древние посты с разных моих старых блогов. В основном, кринжовые, конечно, но это моя жизнь, как она была в то время. Так что пусть будут.
|
||||||
|
|
||||||
|
[Архив блога](https://neonxp.ru/category/archive/)
|
49
content/post/2024-02-21-tls.md
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-02-21T21:51:29Z"
|
||||||
|
guid: http://5
|
||||||
|
id: 50
|
||||||
|
tags:
|
||||||
|
- it
|
||||||
|
- Россия
|
||||||
|
title: Конфигурация HTTPS с сертификатом от Минцифры
|
||||||
|
---
|
||||||
|
|
||||||
|
Третьего дня потратил достаточно много времени на установку на данном сайте сертификата от Минцифры.А поскольку сертификат краткоживущий (90 дней) — заметка мне самому пригодится на будущее.
|
||||||
|
|
||||||
|
Началось всё с того, что я с удивлением обнаружил, что на госуслугах теперь можно выпустить сертификат для домена физлицу.Это меня обрадовало, хотя ранее я приунывал что нет никакой альтернативы простым смертным. Теперь есть. <del>Закрывайте буржуйнет.</del>
|
||||||
|
|
||||||
|
Поехали!
|
||||||
|
|
||||||
|
1. Идём сюда: <https://www.gosuslugi.ru/627603/1/form>
|
||||||
|
2. По приведенной инструкции генерируем файл запроса сертификата. Вкратце так (только вместо neonxp.ru указываем свой домен):
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
``openssl req -out neonxp.ru.csr -new -subj "/C=RU/CN=neonxp.ru" -addext "keyUsage = digitalSignature, keyEncipherment" -addext "subjectAltName=DNS: neonxp.ru" -addext "extendedKeyUsage = serverAuth" -newkey rsa:2048 -nodes -keyout neonxp.ru.key``
|
||||||
|
Важно! Нужно сохранить файл ключа neonxp.ru.key в надежном месте. Если он попадет в чужие руки — нужно будет отзывать сертификат и начинать всё заново!SAN и Wildcard пока не поддерживается, но что имеем — то и имеем. Но по слухам таки будут, как минимум SAN.
|
||||||
|
3. Полученный файл csr загружаем там же на госуслуги
|
||||||
|
4. Ждём не долго (реально недолго, у меня прислали сертификат буквально через несколько минут!)
|
||||||
|
5. В ответ придёт файл с рандомным названием. Сохраняем его туда, где лежат другие файлы под названием “домен.crt”
|
||||||
|
6. Скачиваем корневой и промежуточные сертификаты:
|
||||||
|
``wget https://gu-st.ru/content/Other/doc/russian_trusted_root_ca.cerwget https://gu-st.ru/content/Other/doc/russian_trusted_sub_ca.cer`````
|
||||||
|
```
|
||||||
|
7. Преобразуем скачанный сертификат в формат PEM:
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
`<pre tabindex="0">openssl x509 -in neonxp.ru.crt -out neonxp.cer -outform PEM</pre>`
|
||||||
|
8. Соединяем свой сертификат и минцифровские в один бандл:
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
``cat neonxp.cer russian_trusted_sub_ca_pem.cer russian_trusted_root_ca_pem.cer > chain.cer``
|
||||||
|
9. Используем полученный бандл и сгенерированный в пункте 2 файл ключа в конфигурации вебсервера. У меня используется Caddy, поэтому мой конфиг выглядит так:
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
`<pre tabindex="0">neonxp.ru:443 { tls /data/ssl/chain.cer /data/ssl/neonxp.ru.key ...}</pre>`
|
||||||
|
|
||||||
|
В общем-то, всё. Как настанет время продлевать — я дополню заметку деталями именно продления. Если будут вопросы — пишите, попробуем решить.
|
68
content/post/2024-06-01.md
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-06-01T21:05:55Z"
|
||||||
|
guid: http://4
|
||||||
|
id: 49
|
||||||
|
tags:
|
||||||
|
- it
|
||||||
|
- разное
|
||||||
|
title: Вам не нужны пуши!
|
||||||
|
---
|
||||||
|
|
||||||
|
Я не шучу. Серьёзно.
|
||||||
|
|
||||||
|
С неделю назад меня осенила крайне простая мысль, которая ранее, почему-то, мне не приходила.
|
||||||
|
|
||||||
|
Но сначала, две вводных, или, скажем, тезиса, которые послужили для вывода этой мысли:
|
||||||
|
|
||||||
|
**Тезис №1**
|
||||||
|
|
||||||
|
Меня действительно огорчает количество пушей которые постоянно сыплются мне на телефон. Это вызывает раздражение сразуна нескольких уровнях:
|
||||||
|
|
||||||
|
1. Сам момент их прихода — я автоматически смотрю на телефон, что же пришло
|
||||||
|
2. Если я игнорирую пуш — он потом висит в шторке вызывая раздражение
|
||||||
|
3. Очень часто это сранная реклама от какого-нибудь озона или магнит маркета (бывш. KazanExpress)
|
||||||
|
|
||||||
|
Но бывают же и полезные пуши! Например, уведомления от Госуслуг или информация что заказ доставлен ну илисообщения в мессенджерах.
|
||||||
|
|
||||||
|
То есть, как будто, ради вышеуказанных полезных пушей, я должен терпеть и тонну бесполезного говна!
|
||||||
|
|
||||||
|
**Тезис №2**
|
||||||
|
|
||||||
|
Ну и вторая вводная, которая, какмне кажется подтолкнула меня — я всегда любил *простые* и открытые технологии, какдревние, типа RSS, e-mail, irc, так и новые, но такие же простые и открытые, как, например, gemini (да, сейчас он наэтом сайте сломан, но я его починю на днях, честно!), федиверс и прочие подобные. Кстати, сейчас подумалось, что именноэти качества меня и так сильно влюбили в golang 🙂
|
||||||
|
|
||||||
|
## Та самая простая мысль
|
||||||
|
|
||||||
|
На стыке двух вышеуказанных тезисов у меня внезапно для себя самого и синтезировалась крайне простая мысль:
|
||||||
|
|
||||||
|
> **<u>Действительно</u>** важные вещи всегда приходят на электропочту, а сообщения в мессенджерах — это не срочно!
|
||||||
|
|
||||||
|
Таким образом, запретив на телефоне вообще все пуши кроме электропочты я избавился от этого угнетающего информационногошума, оставив только полезный сигнал.
|
||||||
|
|
||||||
|
-Хей, да на почте же один спам! — скажешь ты мне
|
||||||
|
|
||||||
|
На самом деле, уже давно нет. Я лично использую почту mail.ru (в данном случае, это не очень важно и относится к любой)и на ней спама как такового уже давно нет (если думаешь, что это не так, перепроверь, возможно, твои представленияустарели). При этом, самое великое в этом то, что почта (на самом деле, не важно, какая именно — mail.ru, yandex или,прости господи, гмейл) предоставляет гибкие фильтры входящей почты. И потратив буквально пару десятков минут можносформировать правила, чтобы, например, от того же озона пропускались только письма со статусом заказа и больше ничего.
|
||||||
|
|
||||||
|
Вот так, древняя технология обычных, старых-добрых, писем позволяет решить проблему современных назойливых уведомлений!
|
||||||
|
|
||||||
|
При этом, почта не пушит проверять её постоянно! Самое главное её преимущество для меня — это её ассинхронность, вотличие от мессенджеров. Можно отключить от нее уведомления тоже, но завести себе правило, что раз в Н времени выделятьвремя на ее проверку. Самое главное — делать это в *комфортное для себя* время.
|
||||||
|
|
||||||
|
## Так же как и на мессенджеры, кстати!
|
||||||
|
|
||||||
|
Выше я уже сказал, что мессенджеры — это не срочно. Ничего страшного не случится, если я отвечу через час-два-три иливообще вечером. Если будет что-то *действительно* срочное — мне можно и позвонить. Но, к счастью, мне повезло, что мояжизнь достаточно спокойная и *действительно* срочное почти не случается. Отрефлексируй, уважаемый читатель, насколько*действительно* срочные и важные вопросы, которые ты таковыми считаешь и которыми ежедневно дёргают тебя? И ответь себечестно, мир бы разрушился, если бы ты их отложил на комфортное для *себя*, а не других время?
|
||||||
|
|
||||||
|
Такой эксперимент я ставлю на себе уже неделю. Я практически не захожу в мессенджеры, всё действительно важное мнеприходит на почту, лишней рекламы я не вижу, нет никакого информационного шума, который буквально стал бичомсовременности.
|
||||||
|
|
||||||
|
## Вывод за неделю
|
||||||
|
|
||||||
|
Моё внутреннее состояние ощущается как очень спокойное и, главное, комфортное. Я чувствую полный контроль над тем, чтои когда я потребляю и нет никакого информационного насилия, как его называет [Столяров](http://stolyarov.info/)(хоть мне этот персонаж и кажется чрезвычайно радикальным и оттого отталкивающим, но что-то в его словах таки есть).
|
||||||
|
|
||||||
|
Считаю, что эксперимент оказался удачным, и я его продолжу!
|
||||||
|
|
||||||
|
## Пишите письма!
|
||||||
|
|
||||||
|
Напомню раз пришлось к слову, пожалуй, свою электропочту: <i@neonxp.ru> или <a.kiryukhin@mail.ru> обе почты абсолютноравноценны, писать можно на любую. Очевидно из поста, что молниеносный ответ я не гарантирую, но, сам факт ответа вобозримое время гарантирован!
|
||||||
|
|
||||||
|
73!
|
20
content/post/2024-06-02.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-06-02T01:48:16Z"
|
||||||
|
guid: http://3
|
||||||
|
id: 48
|
||||||
|
tags:
|
||||||
|
- книги
|
||||||
|
- фантастика
|
||||||
|
title: Книжные рекомендации 1
|
||||||
|
---
|
||||||
|
|
||||||
|
Подумалось, почему бы не рекомендовать понравившиеся мне книги.
|
||||||
|
|
||||||
|
В прошлый раз, ещё [в VK рекомендовал](https://vk.com/wall-174034751_45) Азимовский цикл “Основание”. А в этот разрекомендую цикл фантастики Андре Нортона “Королева Солнца”.
|
||||||
|
|
||||||
|
Если без спойлеров — цикл описывает приключения помощника супер-карго Дейла на космическом корабле вольных торговцев“Королева Солнца”. Читается легко и увлекательно. Книги небольшие, проглатываются за пару часов.
|
||||||
|
|
||||||
|
[Скачать](https://neonxp.ru/wp-content/uploads/2024/09/andre_norton-queen_of_sun.zip)
|
27
content/post/2024-07-13-joplin.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-07-13T20:49:12Z"
|
||||||
|
guid: http://2
|
||||||
|
id: 47
|
||||||
|
image: /wp-content/uploads/2024/07/top-encrypted-todo-and-note-taking-apps-01.jpg
|
||||||
|
tags:
|
||||||
|
- it
|
||||||
|
- joplin
|
||||||
|
title: Заметочник Joplin
|
||||||
|
---
|
||||||
|
|
||||||
|
Просто хочу поделиться отличным приложением для заметок, вместо популярного Notion и менее популярного Obsidian.
|
||||||
|
|
||||||
|
Название на для русского уха звучит по дурацки — [Joplin](https://joplinapp.org/). Но, не смотря на такое название, самоприложение очень даже серьёзное.
|
||||||
|
|
||||||
|
В общем и целом, это достаточно продвинутый опенсорсный заметочник. В качестве формата текста он использует[Markdown](https://skillbox.ru/media/code/yazyk-razmetki-markdown-shpargalka-po-sintaksisu-s-primerami/).
|
||||||
|
|
||||||
|
Так же, из приятностей — большое количество плагинов (<https://github.com/topics/joplin-plugin>) и возможностьиспользовать свой сервер для синхронизации ([https://docs.vultr.com/how-to-host-a-joplin-server-with-docker-on-ubuntu)](https://docs.vultr.com/how-to-host-a-joplin-server-with-docker-on-ubuntu%29).Для себя я, конечно же, поставил на свой сервак. Ну, а более бюджетно, если нет своего сервера — можно использоватьлюбой WebDav сервер. В частности, [Облако Mail.Ru](https://help.mail.ru/cloud_web/app/webdav/) или Яндекс Диск (адрес<https://webdav.yandex.ru>, необходимо использовать[пароль приложения](https://yandex.ru/support/id/authorization/app-passwords.html)).
|
||||||
|
|
||||||
|
Но почему же стоит поднять свой сервер? Ну хотя бы для того, чтобы иметь возможность спокойно публиковать заметки,например, вот так: <https://notes.neonxp.ru/shares/UKB6Rkgt2yA2q1yrwpvb8F>.
|
||||||
|
|
||||||
|
Или возможность совместной работы, например, со своей парой над общим списком покупок.
|
||||||
|
|
||||||
|
P.S. Если нужен аккаунт на моем сервере синхронизации Joplin — пишите на почту, самостоятельной регистрации на сервересинхронизации не предусмотренно. Вот только не забудьте при синхронизации включить в настройках шифрование заметок.Я не хочу потом получать подозрения в нарушение приватности.
|
27
content/post/2024-07-21-bbs.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-07-21T20:28:34Z"
|
||||||
|
guid: http://1
|
||||||
|
id: 46
|
||||||
|
tags:
|
||||||
|
- разное
|
||||||
|
title: Преемственность от BBS до Телеграма
|
||||||
|
---
|
||||||
|
|
||||||
|
Чисто на правах воскресной шизы.
|
||||||
|
|
||||||
|
Обнаружил для себя интересную тенденцию, в характерных своему времени инструментах для общения за последние 40+ лет:
|
||||||
|
|
||||||
|
Если взять эволюционный ряд BBS (в т.ч. Фидо) → Форумы → Соцсети → Мессенджеры, то можно выделить в них несколько общихчерт:
|
||||||
|
|
||||||
|
- Возможность общения 1—1
|
||||||
|
- Возможность общения 1—М (оператор BBS, администратор форума может сделать какую-то тему в read-only и сам туда писать,получая что-то типа каналов в телеге или блога)
|
||||||
|
- Возможность общения М—М (обычный режим форума или многопользовательский чат в мессенджерах)
|
||||||
|
- Возможность обмена файлами (в т.ч. картинками, не зависимо от того, сразу они отображаются у собеседника или нет)
|
||||||
|
- Возможность проводить голосования (внезапно, да?)
|
||||||
|
|
||||||
|
Что из этого следует? Да ничего, просто забавно. Интересно, что будет в постмессенджеровую эпоху? По идее, какой быинструмент ни был — эти же черты будут присущи и ему.
|
||||||
|
|
||||||
|
P.S. Да, я тут не упомянул про мейллисты и условные IRC, но просто не знал куда и после чего их приткнуть. Но по факту,черты все те же самые.
|
23
content/post/2024-09-26-hugo-wordpress.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-09-26T19:05:00Z"
|
||||||
|
footnotes:
|
||||||
|
- ""
|
||||||
|
guid: https://neonxp.ru/?p=112
|
||||||
|
id: 112
|
||||||
|
image: /wp-content/uploads/2024/09/logo.png
|
||||||
|
location:
|
||||||
|
- На базе
|
||||||
|
tags:
|
||||||
|
- блог
|
||||||
|
title: Hugo → WordPress
|
||||||
|
---
|
||||||
|
|
||||||
|
Поменял в блоге движок с модного Hugo на немодный бумерский WordPress. Почему? Да просто он удобнее.
|
||||||
|
|
||||||
|
Серьёзно, неужели этот гиковский пердолинг с сборкой блога через Git CI удобнее чем просто написать пост в браузере?
|
||||||
|
Ну если не врать себе, то конечно же нет.
|
||||||
|
|
||||||
|
Так что да, с возрастом начинаешь ценить просто удобные, а не новомодные вещи.
|
36
content/post/2024-10-06.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Мои проекты
|
||||||
|
date: "2024-10-06T12:00:11Z"
|
||||||
|
guid: https://neonxp.ru/?p=208
|
||||||
|
id: 208
|
||||||
|
image: /upload/bash_org.jpg
|
||||||
|
tags:
|
||||||
|
- go
|
||||||
|
- it
|
||||||
|
- моё
|
||||||
|
title: Цитатник Рунета
|
||||||
|
---
|
||||||
|
|
||||||
|
В середине-конце нулевых был очень популярный сайт баш.орг.ру. Думаю, те, «кому за» помнят ещё такой.
|
||||||
|
|
||||||
|
Сайт просто был сборником цитат из разных чатов, irc каналов или личных переписок. Изначально, был исключительно анимешно-айтишной направленности и тем самым для нас, студентов и гиков был крайне популярным местом. В своё время, он подарил мне много часов приятного времяпрепровождения и ламповых вечеров.
|
||||||
|
|
||||||
|
Затем, когда БОР (как часто его сокращали) выиграл премию Рунета, на него хлынул поток, как сейчас бы сказали, «нормисов». Которые, уже в свою очередь, заполнили БОР всяким про отношения, офисно-планктонные темы, фейковыми цитатами, ответами на цитаты, ответами на ответы на цитаты и прочим подобным, далёким от изначального айтишного флёра, шлаком.
|
||||||
|
|
||||||
|
В общем, как всегда, в андеграунд пришли нормисы и всё испортили. И да, баш скатился уже, по сути, к десятым годам.
|
||||||
|
|
||||||
|
Примерно тогда же он для меня и закончился, ибо стал уже совсем не «торт». Потом он как-то жил больше декады за границами моего внимания. Успев при этом поменять адрес с зоны .ru на зону .im зачем-то. Ну а с началом СВО его админы окончательно сошли с ума и закрыли БОР который к тому времени и так едва ли был жив. На этом, его история окончательно закончилась.
|
||||||
|
|
||||||
|
Однако, не смотря на это БОР был интересным и знаковым феноменом, который неотрывно вписан как в историю рунета так и в мою личную историю юности.
|
||||||
|
|
||||||
|
Посему, я решил, так сказать, или возродить его, ну или, как минимум, сделать ему мемориал.
|
||||||
|
|
||||||
|
Сказано — сделано. Купил домен, который отсылается к самому старому домену оригинала — [sh.org.ru](https://sh.org.ru) (sh является командной оболочкой, предком командной оболочки bash). За несколько часов написал скраппер по зеркалам и архивам бора, спарсил более 80К цитат. Затем, написал на golang простенький движок и всего за день запустил свой цитатник в свободное плавание!
|
||||||
|
|
||||||
|
Из функций пока только вывод цитат по страницам, а так же вывод случайных 20 цитат + кнопка для выдачи других 20 случайных. Лично мне гораздо больше нравятся как раз случайные подборки. Их можно обновлять почти бесконечно!
|
||||||
|
|
||||||
|
Да, он пока не умеет принимать новые цитаты (да и кто их будет слать то, лол?), да и нет других функций, типа голосований (классическими \[+\], \[-\], \[:|||:\]). Буду ли я это доделывать и как-то развивать? Не знаю. Возможно, время цитатника безвозвратно ушло. Но может быть и внезапный комбек. Кто знает 🤷♂️. В ближайшие дни я допилю и голосвалку и добавление цитат, но вряд ли буду в это инвестировать много времени. Есть ещё и мысль публиковать цитаты через ТГ бота простой пересылкой ему сообщений, а он уже их сам анонимизирует заменяя данные пользователей на обезличенные XXX и YYY и оформляет цитату как надо. Как вам такая идея?
|
||||||
|
|
||||||
|
Вообще, я бы хотел это как-то, наверное, обсудить, относительно того как это развивать и стоит ли?
|
36
content/post/2024-10-17.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
author: NeonXP
|
||||||
|
categories:
|
||||||
|
- Без рубрики
|
||||||
|
date: "2024-10-17T19:26:00Z"
|
||||||
|
guid: https://neonxp.ru/?p=220
|
||||||
|
id: 220
|
||||||
|
image: /upload/Rama16wiki.jpg
|
||||||
|
tags:
|
||||||
|
- книги
|
||||||
|
title: Книжные рекомендации №2
|
||||||
|
---
|
||||||
|
|
||||||
|
Продолжу, пожалуй.
|
||||||
|
|
||||||
|
Сегодня хочу порекомендовать всего две книги:
|
||||||
|
|
||||||
|
## Свидание с Рамой
|
||||||
|
|
||||||
|
Артур Кларк, 1973
|
||||||
|
|
||||||
|
Фантастическая повесть о встрече человечества с необитаемым(?) инопланетным кораблём, который прилетел в нашу солнечную систему. На изображении выше — вид этого корабля изнутри.
|
||||||
|
|
||||||
|
- На сайте lib.ru: [www.lib.ru/KLARK/rama1.txt](http://www.lib.ru/KLARK/rama1.txt)
|
||||||
|
- В виде аудиокниги: <https://akniga.org/klark-artur-svidanie-s-ramoy>
|
||||||
|
- Если надо — могу выложить по запросу в формате fb2
|
||||||
|
|
||||||
|
## Глубина в небе
|
||||||
|
|
||||||
|
Вернор Виндж, 1999
|
||||||
|
|
||||||
|
Об экспедиции двух разных человеческих колоний к странной звезде, имеющей свойство выключаться на 200 лет. Причиной отправки стали принятые с окрестной планеты радио сигналы, свидетельствующие о наличии разумной жизни на ней.
|
||||||
|
|
||||||
|
Книга является частью цикла, и я прикладываю цикл целиком:
|
||||||
|
|
||||||
|
<div class="wp-block-file">[Цикл «КенгХо»](https://neonxp.ru/upload/КенгХо.zip)[Скачать](https://neonxp.ru/upload/КенгХо.zip)</div>
|
114
hugo.yaml
Normal file
|
@ -0,0 +1,114 @@
|
||||||
|
baseURL: 'https://neonxp.ru/'
|
||||||
|
languageCode: 'ru-RU'
|
||||||
|
DefaultContentLanguage: ru
|
||||||
|
title: '~/neonxp.log'
|
||||||
|
theme: 'hugo-theme-stack'
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
||||||
|
params:
|
||||||
|
favicon: /img/logo.png
|
||||||
|
widgets:
|
||||||
|
homepage:
|
||||||
|
- type: search
|
||||||
|
- type: archives
|
||||||
|
params:
|
||||||
|
limit: 5
|
||||||
|
- type: categories
|
||||||
|
params:
|
||||||
|
limit: 10
|
||||||
|
- type: tag-cloud
|
||||||
|
params:
|
||||||
|
limit: 10
|
||||||
|
page:
|
||||||
|
- type: toc
|
||||||
|
sidebar:
|
||||||
|
emoji: 👨🏻💻
|
||||||
|
subtitle: Дневник разработчика
|
||||||
|
avatar:
|
||||||
|
enabled: true
|
||||||
|
local: true
|
||||||
|
src: /img/logo.png
|
||||||
|
|
||||||
|
article:
|
||||||
|
math: false
|
||||||
|
toc: true
|
||||||
|
readingTime: true
|
||||||
|
license:
|
||||||
|
enabled: true
|
||||||
|
default: Licensed under CC BY-NC-SA 4.0
|
||||||
|
|
||||||
|
imageProcessing:
|
||||||
|
cover:
|
||||||
|
enabled: true
|
||||||
|
content:
|
||||||
|
enabled: true
|
||||||
|
footer:
|
||||||
|
since: 2007
|
||||||
|
customText: Александр NeonXP Кирюхин
|
||||||
|
|
||||||
|
dateFormat:
|
||||||
|
published: 02.01.2006
|
||||||
|
lastUpdated: 15:04 02.01.2006
|
||||||
|
|
||||||
|
comments:
|
||||||
|
enabled: true
|
||||||
|
provider: remark42
|
||||||
|
|
||||||
|
remark42:
|
||||||
|
host: https://comments.neonxp.ru
|
||||||
|
site: neonxp_ru
|
||||||
|
locale: ru
|
||||||
|
permalinks:
|
||||||
|
post: /p/:slug/
|
||||||
|
page: /:slug/
|
||||||
|
|
||||||
|
related:
|
||||||
|
includeNewer: true
|
||||||
|
threshold: 60
|
||||||
|
toLower: false
|
||||||
|
indices:
|
||||||
|
- name: tags
|
||||||
|
weight: 100
|
||||||
|
|
||||||
|
- name: categories
|
||||||
|
weight: 200
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
extensions:
|
||||||
|
passthrough:
|
||||||
|
enable: true
|
||||||
|
delimiters:
|
||||||
|
block:
|
||||||
|
- - \[
|
||||||
|
- \]
|
||||||
|
- - $$
|
||||||
|
- $$
|
||||||
|
inline:
|
||||||
|
- - \(
|
||||||
|
- \)
|
||||||
|
renderer:
|
||||||
|
## Set to true if you have HTML content inside Markdown
|
||||||
|
unsafe: true
|
||||||
|
tableOfContents:
|
||||||
|
endLevel: 4
|
||||||
|
ordered: true
|
||||||
|
startLevel: 2
|
||||||
|
highlight:
|
||||||
|
noClasses: false
|
||||||
|
codeFences: true
|
||||||
|
guessSyntax: true
|
||||||
|
lineNoStart: 1
|
||||||
|
lineNos: true
|
||||||
|
lineNumbersInTable: true
|
||||||
|
tabWidth: 4
|
||||||
|
|
||||||
|
menus:
|
||||||
|
main:
|
||||||
|
- name: Главная
|
||||||
|
URL: /
|
||||||
|
- name: Проекты
|
||||||
|
URL: /pages/projects
|
||||||
|
- name: Обо мне
|
||||||
|
URL: /pages/me
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
@media print{.print-none,.pager,.mobile-nav,aside,nav,footer{display:none}}@media print{html{font-size:12pt}html,body,.page{background-color:white;border-color:black;box-shadow:none;color:black}.main{width:100%}:link,:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/print.31e2819287afc91406f2fd43d21a8ba4a0cdfc272e439c90db0c6e47efc7c346.css","MediaType":"text/css","Data":{"Integrity":"sha256-MeKBkoevyRQG8v1D0hqLpKDN/CcuQ5yQ2wxuR+/Hw0Y="}}
|
|
@ -0,0 +1,28 @@
|
||||||
|
@media print {
|
||||||
|
.print-none,
|
||||||
|
.pager,
|
||||||
|
.mobile-nav,
|
||||||
|
aside,
|
||||||
|
nav,
|
||||||
|
footer {
|
||||||
|
display: none; } }
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
font-size: 12pt; }
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
.page {
|
||||||
|
background-color: white;
|
||||||
|
border-color: black;
|
||||||
|
box-shadow: none;
|
||||||
|
color: black; }
|
||||||
|
.main {
|
||||||
|
width: 100%; }
|
||||||
|
:link,
|
||||||
|
:visited {
|
||||||
|
text-decoration: underline; }
|
||||||
|
abbr[title]::after {
|
||||||
|
content: " (" attr(title) ")"; } }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=print.css.map */
|
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/print.css","MediaType":"text/css","Data":{}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/styles.4fe048222d6e6e524b6510636b00f2cd8ddbe2df0106a15f42ab37b811bbf157.css","MediaType":"text/css","Data":{"Integrity":"sha256-T+BIIi1ublJLZRBjawDyzY3b4t8BBqFfQqs3uBG78Vc="}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/styles.css","MediaType":"text/css","Data":{}}
|
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"/scss/style.min.663803bebe609202d5b39d848f2d7c2dc8b598a2d879efa079fa88893d29c49c.css","MediaType":"text/css","Data":{"Integrity":"sha256-ZjgDvr5gkgLVs52Ejy18Lci1mKLYee+gefqIiT0pxJw="}}
|
BIN
resources/_gen/images/img/avatar_hu13739649187745961479.png
Normal file
After Width: | Height: | Size: 410 B |
BIN
resources/_gen/images/img/logo_hu12649729852859296353.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
static/upload/Rama16wiki-150x150.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
static/upload/Rama16wiki-300x169.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
static/upload/Rama16wiki.jpg
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
static/upload/bash_org-150x150.jpg
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
static/upload/bash_org-300x213.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/upload/bash_org.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 188 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 192 KiB |
BIN
static/wp-content/uploads/2024/09/logo-150x150.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
static/wp-content/uploads/2024/09/logo-300x75.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
static/wp-content/uploads/2024/09/logo-768x192.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
static/wp-content/uploads/2024/09/logo.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/wp-content/uploads/2024/09/logo512-300x300.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
static/wp-content/uploads/2024/09/logo512-e1730113501989.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
static/wp-content/uploads/2024/09/logo512.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
static/wp-content/uploads/2024/09/photo-150x150.jpg
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
static/wp-content/uploads/2024/09/photo-300x300.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
static/wp-content/uploads/2024/09/photo.jpg
Normal file
After Width: | Height: | Size: 101 KiB |
20
static/wp-content/uploads/2024/09/vcard.vcf
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
BEGIN:VCARD
|
||||||
|
VERSION:3.0
|
||||||
|
FN;CHARSET=UTF-8:Александр Кирюхин
|
||||||
|
N;CHARSET=UTF-8:Кирюхин;Александр;;;
|
||||||
|
NICKNAME;CHARSET=UTF-8:NeonXP
|
||||||
|
GENDER:M
|
||||||
|
BDAY:19890506
|
||||||
|
EMAIL;CHARSET=UTF-8;type=HOME,INTERNET:i@neonxp.ru
|
||||||
|
LOGO:https://neonxp.ru/img/logo512.png
|
||||||
|
TEL;TYPE=CELL:+79377711142
|
||||||
|
ADR;CHARSET=UTF-8;TYPE=HOME:;;;Казань;Татарстан;;Российская Федерация
|
||||||
|
ROLE;CHARSET=UTF-8:Старший разработчик
|
||||||
|
ORG;CHARSET=UTF-8:VK
|
||||||
|
URL;CHARSET=UTF-8:https://neonxp.ru
|
||||||
|
X-FEED;CHARSET=UTF-8:https://neonxp.ru/feed.atom
|
||||||
|
SOURCE:https://neonxp.ru/files/vcard.vcf
|
||||||
|
PHOTO:https://neonxp.ru/files/photo.jpg
|
||||||
|
X-SOCIALPROFILE;TYPE=Mastodon:https://soc.neonxp.ru/@neonxp
|
||||||
|
REV:2024-06-23T21:00:05.953Z
|
||||||
|
END:VCARD
|
BIN
static/wp-content/uploads/2024/10/Rama16wiki-150x150.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
static/wp-content/uploads/2024/10/Rama16wiki-300x169.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
static/wp-content/uploads/2024/10/Rama16wiki.jpg
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
static/wp-content/uploads/2024/10/bash_org-150x150.jpg
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
static/wp-content/uploads/2024/10/bash_org-300x213.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/wp-content/uploads/2024/10/bash_org.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
31
themes/hugo-theme-stack/.devcontainer/Dockerfile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 10, 12, 14
|
||||||
|
ARG NODE_VERSION=14
|
||||||
|
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${NODE_VERSION}
|
||||||
|
|
||||||
|
# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
|
||||||
|
ARG VARIANT=hugo
|
||||||
|
# VERSION can be either 'latest' or a specific version number
|
||||||
|
ARG VERSION=latest
|
||||||
|
|
||||||
|
# Download Hugo
|
||||||
|
RUN apt-get update && apt-get install -y ca-certificates openssl git curl && \
|
||||||
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
case ${VERSION} in \
|
||||||
|
latest) \
|
||||||
|
export VERSION=$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4)}') ;;\
|
||||||
|
esac && \
|
||||||
|
echo ${VERSION} && \
|
||||||
|
wget -O ${VERSION}.tar.gz https://github.com/gohugoio/hugo/releases/download/v${VERSION}/${VARIANT}_${VERSION}_Linux-64bit.tar.gz && \
|
||||||
|
tar xf ${VERSION}.tar.gz && \
|
||||||
|
mv hugo /usr/bin/hugo
|
||||||
|
|
||||||
|
# Hugo dev server port
|
||||||
|
EXPOSE 1313
|
||||||
|
|
||||||
|
# [Optional] Uncomment this section to install additional OS packages you may want.
|
||||||
|
#
|
||||||
|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
|
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
||||||
|
|
||||||
|
# [Optional] Uncomment if you want to install more global node packages
|
||||||
|
# RUN sudo -u node npm install -g <your-package-list-here>
|
45
themes/hugo-theme-stack/.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
|
||||||
|
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.3/containers/hugo
|
||||||
|
{
|
||||||
|
"name": "Hugo (Community)",
|
||||||
|
"build": {
|
||||||
|
"dockerfile": "Dockerfile",
|
||||||
|
"args": {
|
||||||
|
// Update VARIANT to pick hugo variant.
|
||||||
|
// Example variants: hugo, hugo_extended
|
||||||
|
// Rebuild the container if it already exists to update.
|
||||||
|
"VARIANT": "hugo_extended",
|
||||||
|
// Update VERSION to pick a specific hugo version.
|
||||||
|
// Example versions: latest, 0.73.0, 0,71.1
|
||||||
|
// Rebuild the container if it already exists to update.
|
||||||
|
"VERSION": "latest",
|
||||||
|
// Update NODE_VERSION to pick the Node.js version: 12, 14
|
||||||
|
"NODE_VERSION": "14",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
// Set *default* container specific settings.json values on container create.
|
||||||
|
"settings": {
|
||||||
|
"html.format.templating": true,
|
||||||
|
},
|
||||||
|
|
||||||
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
"extensions": [
|
||||||
|
"bungcip.better-toml",
|
||||||
|
"davidanson.vscode-markdownlint"
|
||||||
|
],
|
||||||
|
|
||||||
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
|
"forwardPorts": [
|
||||||
|
1313
|
||||||
|
],
|
||||||
|
|
||||||
|
// Use 'postCreateCommand' to run commands after the container is created.
|
||||||
|
// "postCreateCommand": "uname -a",
|
||||||
|
|
||||||
|
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||||
|
"remoteUser": "node",
|
||||||
|
"features": {
|
||||||
|
"golang": "latest"
|
||||||
|
}
|
||||||
|
}
|
2
themes/hugo-theme-stack/.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ko_fi: jimmycai
|
||||||
|
github: CaiJimmy
|
65
themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,65 @@
|
||||||
|
name: Bug Report
|
||||||
|
description: File a bug report
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for taking the time to fill out this bug report! Please provide as much information as possible and make sure you have checked the [documentation](https://stack.jimmycai.com/guide/).
|
||||||
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
|
attributes:
|
||||||
|
label: What happened?
|
||||||
|
description: Also tell us, what did you expect to happen? Please be as detailed as possible, including screenshots and any other information that might help us reproduce the problem.
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: hugo-version
|
||||||
|
attributes:
|
||||||
|
label: Hugo version
|
||||||
|
description: "What is the version of Hugo you are using? (Note: this theme does not support non-extended version of Hugo)"
|
||||||
|
placeholder: ex. 0.100.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: theme-version
|
||||||
|
attributes:
|
||||||
|
label: Theme version
|
||||||
|
description: "What is the version of Stack theme you are using?"
|
||||||
|
placeholder: ex. 3.12.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: browsers
|
||||||
|
attributes:
|
||||||
|
label: What browsers are you seeing the problem on?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Firefox
|
||||||
|
- Chrome
|
||||||
|
- Safari
|
||||||
|
- Microsoft Edge
|
||||||
|
- type: input
|
||||||
|
id: browser-info
|
||||||
|
attributes:
|
||||||
|
label: More information about the browser
|
||||||
|
description: "E.g: Browser version, OS version, etc."
|
||||||
|
placeholder: ex. Chrome 104, Windows 11
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Relevant log output
|
||||||
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: shell
|
||||||
|
- type: input
|
||||||
|
id: minimal-reproduction-url
|
||||||
|
attributes:
|
||||||
|
label: Link to Minimal Reproducible Example
|
||||||
|
description: |
|
||||||
|
Use [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter) to create a minimal reproduction of the problem.
|
||||||
|
A minimal reproduction is required so that others can help debug your issue. If a report is vague (e.g. just a generic error message) and has no reproduction, it may be auto-closed.
|
||||||
|
placeholder: https://github.com/username/your-repository
|
||||||
|
validations:
|
||||||
|
required: true
|
5
themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Discussions
|
||||||
|
url: https://github.com/CaiJimmy/hugo-theme-stack/discussions
|
||||||
|
about: Please ask and answer questions here.
|
4
themes/hugo-theme-stack/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
public
|
||||||
|
resources
|
||||||
|
assets/jsconfig.json
|
||||||
|
.hugo_build.lock
|
674
themes/hugo-theme-stack/LICENSE
Normal file
|
@ -0,0 +1,674 @@
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to prevent others from denying you
|
||||||
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
|
or can get the source code. And you must show them these terms so they
|
||||||
|
know their rights.
|
||||||
|
|
||||||
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
|
|
||||||
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
|
that there is no warranty for this free software. For both users' and
|
||||||
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
|
changed, so that their problems will not be attributed erroneously to
|
||||||
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the special requirements of the GNU Affero General Public License,
|
||||||
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program does terminal interaction, make it output a short
|
||||||
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
|
<program> Copyright (C) <year> <name of author>
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
|
<https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
28
themes/hugo-theme-stack/README.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
![image](https://user-images.githubusercontent.com/5889006/190859441-141b5f81-8483-40d2-bd96-ebf85616a46d.png)
|
||||||
|
|
||||||
|
# Hugo Theme Stack
|
||||||
|
|
||||||
|
<img align="right" width="150" alt="logo" src="https://user-images.githubusercontent.com/5889006/190859553-5b229b4f-c476-4cbd-928f-890f5265ca4c.png">
|
||||||
|
|
||||||
|
Card-style Hugo theme designed for bloggers.
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
Use this template: [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter)
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|
* Starter template demo: [demo.stack.jimmycai.com](https://demo.stack.jimmycai.com)
|
||||||
|
* Dev build: [dev.stack.jimmycai.com](https://dev.stack.jimmycai.com)
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Visit [stack.jimmycai.com](https://stack.jimmycai.com)
|
||||||
|
|
||||||
|
## Copyright
|
||||||
|
|
||||||
|
**Licensed under the GNU General Public License v3.0**
|
||||||
|
|
||||||
|
Please do not remove the "*Theme Stack designed by Jimmy*" text and link.
|
||||||
|
|
||||||
|
If you want to port this theme to another blogging platform, please let me know🙏.
|
7
themes/hugo-theme-stack/archetypes/categories.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
image:
|
||||||
|
style:
|
||||||
|
background: "#2a9d8f"
|
||||||
|
color: "#fff"
|
||||||
|
---
|
11
themes/hugo-theme-stack/archetypes/default.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
description:
|
||||||
|
date: {{ .Date }}
|
||||||
|
image:
|
||||||
|
math:
|
||||||
|
license:
|
||||||
|
hidden: false
|
||||||
|
comments: true
|
||||||
|
draft: true
|
||||||
|
---
|
5
themes/hugo-theme-stack/archetypes/tags.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
description:
|
||||||
|
image:
|
||||||
|
---
|
8
themes/hugo-theme-stack/assets/icons/archives.svg
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-archive" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||||
|
<rect x="3" y="4" width="18" height="4" rx="2" />
|
||||||
|
<path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" />
|
||||||
|
<line x1="10" y1="12" x2="14" y2="12" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 432 B |
6
themes/hugo-theme-stack/assets/icons/arrow-back.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-back" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||||
|
<path d="M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 338 B |
6
themes/hugo-theme-stack/assets/icons/back.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-chevron-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||||
|
<polyline points="15 6 9 12 15 18" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 323 B |
6
themes/hugo-theme-stack/assets/icons/brand-github.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||||
|
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 603 B |
6
themes/hugo-theme-stack/assets/icons/brand-twitter.svg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||||
|
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 638 B |
9
themes/hugo-theme-stack/assets/icons/categories.svg
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hash" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||||
|
<line x1="5" y1="9" x2="19" y2="9" />
|
||||||
|
<line x1="5" y1="15" x2="19" y2="15" />
|
||||||
|
<line x1="11" y1="4" x2="7" y2="20" />
|
||||||
|
<line x1="17" y1="4" x2="13" y2="20" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 440 B |
7
themes/hugo-theme-stack/assets/icons/clock.svg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-clock" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||||
|
<circle cx="12" cy="12" r="9" />
|
||||||
|
<polyline points="12 7 12 12 15 15" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
|
After Width: | Height: | Size: 352 B |