summaryrefslogtreecommitdiff
path: root/src/koszko_org_website/templates/en/koszko.html.jinja
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2025-07-03 20:32:09 +0200
committerW. Kosior <koszko@koszko.org>2025-07-03 20:32:09 +0200
commit70bda872254e3457a0777a34e0a2e4115796335d (patch)
treed667f5da2e592ef24c5a1b7b2ccdaf635b23a18b /src/koszko_org_website/templates/en/koszko.html.jinja
parenta22cd1926c6ce4ece2623d6f834fc4af48d539d7 (diff)
downloadkoszko-org-website-2025.7.3.tar.gz
koszko-org-website-2025.7.3.zip
Remove the campaign.v2025.7.3
Diffstat (limited to 'src/koszko_org_website/templates/en/koszko.html.jinja')
-rw-r--r--src/koszko_org_website/templates/en/koszko.html.jinja153
1 files changed, 0 insertions, 153 deletions
diff --git a/src/koszko_org_website/templates/en/koszko.html.jinja b/src/koszko_org_website/templates/en/koszko.html.jinja
deleted file mode 100644
index 4f1720e..0000000
--- a/src/koszko_org_website/templates/en/koszko.html.jinja
+++ /dev/null
@@ -1,153 +0,0 @@
-{#
-SPDX-License-Identifier: CC0-1.0
-
-koszko.org website personal page (english).
-
-Copyright (C) 2021,2022 Wojtek Kosior <koszko@koszko.org>
-#}
-{% extends "koszko.html.jinja" %}
-
-{% block title %} Wojtek {% endblock %}
-
-{% block subheading_text %} personal site {% endblock %}
-
-{% set include_not_facebookd = true %}
-
-{% block content %}
- {% call section('contact') %}
- {{ header(2, 'Contact') }}
-
- {% call descriptions() %}
- {{ desc_term('Tel.:') }}
- {{ desc_desc('(+48) 12 350 64 74') }}
-
- {{ desc_term('Email:') }}
- {% call desc_desc() -%}
- {{ link('mailto:koszko@koszko.org', 'koszko@koszko.org') }}
- {%- endcall %}
- {% endcall %}
- {% endcall %}
-
- {% call section('pubkeys') %}
- {{ header(2, 'Public keys') }}
-
- {% call unordered_list() %}
- {% call list_entry() %}
- {{ link('/static/key.gpg', 'PGP') }}
-
- {% call unordered_list() %}
- {% call list_entry() %}
- {% call link('/static/key.gpg.sig') -%}
- PGP key signature made with signify key
- {%- endcall %}
- {% endcall %}
- {% endcall %}
- {% endcall %}
-
- {% call list_entry() %}
- {{ link('/static/key.pub', 'signify') }}
-
- {% call unordered_list() %}
- {% call list_entry() %}
- {% call link('/static/key.pub.asc') -%}
- signify key signature made with PGP key
- {%- endcall %}
- {% endcall %}
- {% endcall %}
- {% endcall %}
- {% endcall %}
- {% endcall %}
-
- {% call section('portal') %}
- {{ header(2, 'Portal') }}
-
- {% call para() %}
- This portal of mine is online since april 2021. Sites comprising it are
- listed below.
- {% endcall %}
-
- {% call descriptions() %}
- {% call desc_term() -%}
- {{ link(same_lang_url('koszko.html'), 'koszko.org/koszko.html') }}
- {%- endcall %}
- —
- {{ desc_desc('my personal website (you\'re viewing it)') }}
-
- {% call desc_term() -%}
- {{ link('https://pray.koszko.org', 'pray.koszko.org') }}
- {%- endcall %}
- —
- {{ desc_desc('prayer sheets website') }}
-
- {% call desc_term() -%}
- {{ link('https://sheets.koszko.org', 'sheets.koszko.org') }}
- {%- endcall %}
- —
- {{ desc_desc('world changing sheets website') }}
-
- {% call desc_term() -%}
- {{ link('https://haketilo.koszko.org', 'haketilo.koszko.org') }}
- {%- endcall %}
- —
- {{ desc_desc('Haketilo proxy website') }}
-
- {% call desc_term() -%}
- {{ link('https://git.koszko.org', 'git.koszko.org') }}
- {%- endcall %}
- —
- {{ desc_desc('my repositories') }}
- {% endcall %}
- {% endcall %}
-
- {% call section('request') %}
- {{ header(2, 'Personal message to the world') }}
-
- {% call para() %}
- Since 2023-04-20 I am praying Our Lady of Pompeii Novena for the digital
- freedom in my country, Poland.
- Everyone is invited to join and start praying for other countries.
- You can also share
- {{
- link(
- 'https://friendica.me/display/78ea265d-7964-5689-270c-acd451615930',
- 'my post on Fediverse'
- )
- }}.
- {% endcall %}
-
- {% call para() %}
- Why? The solely material efforts of the Free Software Movement so far gave
- little effect — the bulk of today's society instead of using ethical
- technologies ({{ link('https://joinpeertube.org/', 'PeerTube') }},
- {{ link('https://joinmastodon.org/', 'Mastodon') }},
- {{ link('https://trisquel.info/', 'GNU+Linux') }}) drowns in centralized
- platforms like Facebook and YouTube and in proprietary software like
- Windows.
- As we can see, volunteer work and advocacy done by many have proved
- insufficient.
- I now want to take example from history where — for example — simple "Hail
- Mary"'s of the rosary saved Austria from communist rule in 1955.
- {% endcall %}
-
- {% call para() %}
- Earlier on this place used to be displayed my double request — to software
- freedom enthusiast and to all Christians so that they seriously consider
- what the other ones have to say.
- That request was also a bit of a brickbat and I am happy to have had
- changed it for something better and more constructive.
- If you nevertheless want to, you can still find the old text in the
- {{
- link(
- 'https://web.archive.org/web/20220625043220/https://koszko.org/en/koszko.html#request',
- 'Wayback Machine'
- )
- }}.
- {% endcall %}
- {% endcall %}
-
- {% call section('posts') %}
- {{ header(2, 'Posts') }}
-
- {{ posts() }}
- {% endcall %}
-{% endblock %}