Compare commits
121
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7de442f90d | ||
|
|
c018cb4886 | ||
|
|
54e15dd79c | ||
|
|
21830a32f2 | ||
|
|
0b208deba8 | ||
|
|
e38f2e51fc | ||
|
|
101950905e | ||
|
|
e67a96ff3b | ||
|
|
95bbf51778 | ||
|
|
fbae466786 | ||
|
|
bc4ba31ebc | ||
|
|
c1fecf8e9b | ||
|
|
c1d7f64454
|
||
|
|
b4200d61a4 | ||
|
|
dc480fdecb | ||
|
|
9ca37860d6
|
||
|
|
f40c896938 | ||
|
|
f9fb547b08 | ||
|
|
a44a2c370f | ||
|
|
4cf7e81954
|
||
|
|
bbaae6aa8c
|
||
|
|
b6acd52c17 | ||
|
|
7a2891b8ae | ||
|
|
c5be78ee03 | ||
|
|
ab16df608d | ||
|
|
c366b23817 | ||
|
|
323de578d1 | ||
|
|
1d6ddbb7e5 | ||
|
|
ad3ea8e580 | ||
|
|
78dcb5b7a6 | ||
|
|
eb2d87f9d9 | ||
|
|
bcbde1e16f | ||
|
|
9368473fa6 | ||
|
|
b1b614dc6b | ||
|
|
d593dcb35b | ||
|
|
042cb5c4c6 | ||
|
|
06b5244c3f
|
||
|
|
af94078540 | ||
|
|
74cbfc3186 | ||
|
|
892d77ba1e | ||
|
|
efff9ef58d | ||
|
|
7ce5740cd3 | ||
|
|
c5530f8b74 | ||
|
|
7bdf552d50 | ||
|
|
47870c842c | ||
|
|
295ba0e173 | ||
|
|
3eb8da2235 | ||
|
|
4b33d1f201 | ||
|
|
0610cc9cf4 | ||
|
|
809ec5ee83 | ||
|
|
b13004045e | ||
|
|
39366c33e7 | ||
|
|
185304408e | ||
|
|
57f098ef75 | ||
|
|
5957b50325 | ||
|
|
9d1d104032 | ||
|
|
2500d43549 | ||
|
|
0563ba9149
|
||
|
|
fc5c3ffcb2 | ||
|
|
9b1d35a2a4 | ||
|
|
59a1b0b488 | ||
|
|
58fc17a220 | ||
|
|
3568fb8108 | ||
|
|
2bc3983116 | ||
|
|
f1e7c9dbf8 | ||
|
|
4f2744ad65 | ||
|
|
1b29711127 | ||
|
|
34653d719f | ||
|
|
0af898f36f | ||
|
|
0a82f82b9d | ||
|
|
44cecd255a | ||
|
|
9af6934e91 | ||
|
|
684ed12683 | ||
|
|
d52e90b46f | ||
|
|
cd22be79f6 | ||
|
|
1b0b007bf1 | ||
|
|
c4e464ba46 | ||
|
|
2e7807bd67 | ||
|
|
97a4b51f6c
|
||
|
|
a5e5f19f42
|
||
|
|
768860937d
|
||
|
|
ffed2b37c2 | ||
|
|
2b8b5b5ecd | ||
|
|
f66f8a8363 | ||
|
|
c736c6cc10 | ||
|
|
d7e379a8b5 | ||
|
|
815fd014d2 | ||
|
|
7e1d471d30 | ||
|
|
ec507e8212 | ||
|
|
f9682eb3fd | ||
|
|
37ddcda3e7 | ||
|
|
567639ae0c | ||
|
|
5643e502ea | ||
|
|
b450ea95d4 | ||
|
|
0ef0eeb5cc | ||
|
|
fc32ca5a5c | ||
|
|
8e8bc2b5b2 | ||
|
|
e644fe6efd | ||
|
|
bcb654b0fe | ||
|
|
e55a7c7ff0 | ||
|
|
edd036619e | ||
|
|
a4bd58ceba | ||
|
|
602a1a3cf7 | ||
|
|
ab86e532a1 | ||
|
|
9f5a974997 | ||
|
|
47b4742643 | ||
|
|
388c0a3f96 | ||
|
|
6e0abacfdb
|
||
|
|
af39a0a191
|
||
|
|
cd0d29f673 | ||
|
|
76cc3b2a59 | ||
|
|
091d51bc83
|
||
|
|
c87218b5bf | ||
|
|
8dcbfad031 | ||
|
|
ae2eec48aa | ||
|
|
1215d4b2b7 | ||
|
|
bcc47adaf6 | ||
|
|
c4326528d6 | ||
|
|
6cf842a587 | ||
|
|
50760086dc | ||
|
|
997610dd0f |
+1
-4
@@ -15,10 +15,7 @@ __pycache__
|
||||
#phpcsfixer cache
|
||||
.php-cs-fixer.cache
|
||||
# Secrets
|
||||
# docker compose
|
||||
# general secrets
|
||||
.env
|
||||
# drone
|
||||
secrets.txt
|
||||
drone_token.txt
|
||||
# editors
|
||||
.vscode
|
||||
|
||||
@@ -14,7 +14,7 @@ This repository contains the source files of [fsfe.org](https://fsfe.org), pdfre
|
||||
|
||||
Our web team has compiled some information about technology used for this website on the [Information for Webmasters](https://fsfe.org/contribute/web/) page. This is mainly focused on page content.
|
||||
|
||||
For information on how the build process works see [docs subfolder](./docs/overview.md). For more information on contributing to the buid process, please see the [contributor docs](./docs/contributing.md) for some useful tips.
|
||||
For information on how the build process works see [docs subfolder](./docs/overview.md). For more information on contributing to the build process, please see the [contributor docs](./docs/contributing.md) for some useful tips.
|
||||
|
||||
Some tips for management can be found in the [management docs](./docs/management.md)
|
||||
|
||||
@@ -84,11 +84,11 @@ Alterations to build scripts or the files used site-wide will result in near ful
|
||||
|
||||
### Native
|
||||
|
||||
We can either install the required dependencies manually using our preferred package manager. If you are a nix use one can run `nix-shell` to enter a shell with the required build dependencies.
|
||||
We can either install the required dependencies manually using our preferred package manager. If you are a nix use one can run `nix-shell` to enter a shell with the required build dependencies. It will also provision `drone-cli` for signing the CI file after changing it, and load the values in `.env` into your current shell.
|
||||
|
||||
If installing manually, you need the python package `uv` and the node package `lessc`.
|
||||
|
||||
Also needed are the libraries
|
||||
This also requires
|
||||
|
||||
```
|
||||
libxml2 libxslt
|
||||
@@ -102,27 +102,21 @@ The pages can be built and served by running `uv run build`. Try `--help` for mo
|
||||
|
||||
> Docker is used on the build server, so you can use this to replicate the exact behavior
|
||||
> **Advantage**: Reproducibility, no changes on the host system
|
||||
> **Disadvantage**: Docker breaks sometimes, bigger install size, more network usage
|
||||
> **Disadvantage**: Bigger install size, more network usage
|
||||
|
||||
The docker build process is in some ways designed for deployment. This means that it expects some environment variables to be set to function. Namely, it will try and load ssh credentials and git credentials, and docker does not support providing default values to these.
|
||||
|
||||
So, to stub out this functionality, please set the environment variables
|
||||
`FSFE_WEBSITE_KEY_PRIVATE FSFE_WEBSITE_KEY_PASSWORD FSFE_WEBSITE_GIT_TOKEN` to equal `none` when running docker. One can set them for the shell session, an example in bash is seen below.
|
||||
`FSFE_WEBSITE_KEY_PRIVATE FSFE_WEBSITE_KEY_PASSWORD FSFE_WEBSITE_GIT_TOKEN` to equal `none` when running docker. They can be set using a `.env` file in the report root, using a simple key value syntax, E.G
|
||||
|
||||
```
|
||||
export FSFE_WEBSITE_KEY_PRIVATE=none;
|
||||
export FSFE_WEBSITE_KEY_PASSWORD=none;
|
||||
export FSFE_WEBSITE_GIT_TOKEN=none;
|
||||
```sh
|
||||
FSFE_WEBSITE_KEY_PRIVATE=none
|
||||
FSFE_WEBSITE_KEY_PASSWORD=none
|
||||
FSFE_WEBSITE_GIT_TOKEN=none
|
||||
```
|
||||
|
||||
One can then run Docker commands like `docker compose ...`.
|
||||
|
||||
Alternatively one can prefix the Docker commands with the required variables, like so
|
||||
|
||||
```
|
||||
FSFE_WEBSITE_KEY_PRIVATE=none FSFE_WEBSITE_KEY_PASSWORD=none FSFE_WEBSITE_GIT_TOKEN=none docker compose
|
||||
```
|
||||
|
||||
Once your preferred method has been chosen, simply running `docker compose run --service-ports build --serve` should build the webpages and make them available over localhost.
|
||||
|
||||
Some more explanation: we are essentially just using docker as a way to provide dependencies and then running the build script. All flags after `build` are passed to the `build` cli. The `service-ports` flag is required to open ports from the container for serving the output, not needed if not using the `--serve` flag of the build script.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM debian:trixie-20260623
|
||||
FROM debian:13
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
|
||||
@@ -10,3 +10,5 @@ from platformdirs import user_cache_dir
|
||||
APP_NAME = "fsfe-website-build"
|
||||
|
||||
CACHE_DIR = Path(user_cache_dir(APP_NAME, "fsfe"))
|
||||
|
||||
FALLBACK_LANG = "en"
|
||||
|
||||
@@ -10,6 +10,8 @@ from typing import TYPE_CHECKING, Any, cast
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from fsfe_website_build.globals import FALLBACK_LANG
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from pathlib import Path
|
||||
|
||||
@@ -139,7 +141,7 @@ def get_localised_file(base_file: Path, lang: str, suffix: str) -> Path | None:
|
||||
else fallback
|
||||
if (
|
||||
fallback := base_file.with_suffix(
|
||||
base_file.suffix + ".en" + normalised_suffix
|
||||
base_file.suffix + "." + FALLBACK_LANG + normalised_suffix
|
||||
)
|
||||
).exists()
|
||||
else None
|
||||
|
||||
@@ -11,6 +11,7 @@ from typing import TYPE_CHECKING, Any
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from fsfe_website_build.globals import FALLBACK_LANG
|
||||
from fsfe_website_build.lib.misc import get_basename, get_version, lang_from_filename
|
||||
|
||||
if TYPE_CHECKING:
|
||||
@@ -86,7 +87,7 @@ def _get_set(
|
||||
path_xml = (
|
||||
path.with_suffix(f".{lang}.xml")
|
||||
if path.with_suffix(f".{lang}.xml").exists()
|
||||
else path.with_suffix(".en.xml")
|
||||
else path.with_suffix(f".{FALLBACK_LANG}.xml")
|
||||
)
|
||||
doc_set.extend(_get_xmls(path_xml, parser))
|
||||
|
||||
@@ -128,8 +129,10 @@ def _build_xmlstream(
|
||||
)
|
||||
logger.debug("file lang list: %s", lang_lst)
|
||||
original_lang = (
|
||||
"en"
|
||||
if infile.with_suffix("").with_suffix(f".en{infile.suffix}").exists()
|
||||
FALLBACK_LANG
|
||||
if infile.with_suffix("")
|
||||
.with_suffix(f".{FALLBACK_LANG}{infile.suffix}")
|
||||
.exists()
|
||||
else sorted(
|
||||
infile.parent.glob(f"{get_basename(infile)}.??{infile.suffix}"),
|
||||
key=get_version,
|
||||
@@ -187,7 +190,9 @@ def _build_xmlstream(
|
||||
|
||||
textsetbackup = etree.SubElement(page, "textsetbackup")
|
||||
textsetbackup.extend(
|
||||
_get_xmls(source.joinpath("global/data/texts/texts.en.xml"), parser)
|
||||
_get_xmls(
|
||||
source.joinpath(f"global/data/texts/texts.{FALLBACK_LANG}.xml"), parser
|
||||
)
|
||||
)
|
||||
|
||||
textset = etree.SubElement(page, "textset")
|
||||
|
||||
@@ -7,6 +7,8 @@ import logging
|
||||
from itertools import product
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from fsfe_website_build.globals import FALLBACK_LANG
|
||||
|
||||
if TYPE_CHECKING:
|
||||
import multiprocessing.pool
|
||||
from pathlib import Path
|
||||
@@ -19,7 +21,7 @@ def _do_symlinking(source: Path, link_type: str, lang: str) -> None:
|
||||
target = (
|
||||
source.joinpath(f"global/data/{link_type}/{link_type}.{lang}.xml")
|
||||
if source.joinpath(f"global/data/{link_type}/{link_type}.{lang}.xml").exists()
|
||||
else source.joinpath(f"global/data/{link_type}/{link_type}.en.xml")
|
||||
else source.joinpath(f"global/data/{link_type}/{link_type}.{FALLBACK_LANG}.xml")
|
||||
)
|
||||
source_xml = source.joinpath(f"global/data/{link_type}/.{link_type}.{lang}.xml")
|
||||
if not source_xml.exists():
|
||||
|
||||
@@ -14,6 +14,7 @@ from typing import TYPE_CHECKING
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from fsfe_website_build.globals import FALLBACK_LANG
|
||||
from fsfe_website_build.lib.misc import (
|
||||
get_basepath,
|
||||
get_localised_file,
|
||||
@@ -101,7 +102,9 @@ def update_localmenus(
|
||||
[
|
||||
(
|
||||
not (
|
||||
localmenu_path := directory.joinpath(".localmenu.en.xml")
|
||||
localmenu_path := directory.joinpath(
|
||||
f".localmenu.{FALLBACK_LANG}.xml"
|
||||
)
|
||||
).exists()
|
||||
)
|
||||
or (file.stat().st_mtime > localmenu_path.stat().st_mtime)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
After this step, the following files will be up to date:
|
||||
* <dir>/.<base>.xmllist for each <dir>/<base>.sources as well as for each
|
||||
$site/tags/tagged-<tags>.en.xhtml.
|
||||
$site/tags/tagged-<tags>.$FALLBACK_LANG.xhtml.
|
||||
These files are used in phase 2 to include the
|
||||
correct XML files when generating the HTML pages. It is taken care that
|
||||
these files are only updated whenever their content actually changes, so
|
||||
@@ -180,7 +180,8 @@ def update_xmllists(
|
||||
Creates/update the following files:
|
||||
|
||||
* <dir>/.<base>.xmllist for each <dir>/<base>.sources as well as for each
|
||||
fsfe.org/tags/tagged-<tags>.en.xhtml. These files are used in phase 2 to include
|
||||
fsfe.org/tags/tagged-<tags>.$FALLBACK_LANG.xhtml.
|
||||
These files are used in phase 2 to include
|
||||
the correct XML files when generating the HTML pages. It is taken care that
|
||||
these files are only updated whenever their content actually changes, so
|
||||
they can serve as a prerequisite in the phase 2 Makefile.
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
|
||||
For directories with no existing index,
|
||||
where there is a file with the same name as the parent folder,
|
||||
EG about/about.en.html
|
||||
generate a symlink from about/index.en.html to about.en.html
|
||||
EG about/about.$FALLBACK_LANG.html
|
||||
generate a symlink from about/index.$FALLBACK_LANG.html to about.$FALLBACK_LANG.html
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
@@ -16,6 +16,7 @@ from typing import TYPE_CHECKING
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from fsfe_website_build.globals import FALLBACK_LANG
|
||||
from fsfe_website_build.lib.misc import get_basepath
|
||||
from fsfe_website_build.lib.process_file import process_file
|
||||
|
||||
@@ -68,7 +69,7 @@ def _process_set( # noqa: PLR0913
|
||||
(
|
||||
source_file
|
||||
if source_file.exists()
|
||||
else Path(str(basepath) + ".en.xhtml")
|
||||
else Path(str(basepath) + f".{FALLBACK_LANG}.xhtml")
|
||||
),
|
||||
processor,
|
||||
(
|
||||
@@ -78,7 +79,7 @@ def _process_set( # noqa: PLR0913
|
||||
),
|
||||
Path(f"global/data/texts/.texts.{lang}.xml"),
|
||||
Path(f"global/data/topbanner/.topbanner.{lang}.xml"),
|
||||
Path("global/data/texts/texts.en.xml"),
|
||||
Path(f"global/data/texts/texts.{FALLBACK_LANG}.xml"),
|
||||
]
|
||||
),
|
||||
):
|
||||
|
||||
@@ -7,16 +7,17 @@ import http.server
|
||||
import logging
|
||||
import multiprocessing
|
||||
import os
|
||||
import shutil
|
||||
import socketserver
|
||||
import time
|
||||
import webbrowser
|
||||
from pathlib import Path
|
||||
|
||||
from fsfe_website_build.lib.misc import run_command
|
||||
from fsfe_website_build.globals import FALLBACK_LANG
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def _run_webserver(path: str, port: int) -> None:
|
||||
def _run_webserver(path: Path, port: int) -> None:
|
||||
"""Given a path and a port it will serve that dir on that localhost:port."""
|
||||
os.chdir(path)
|
||||
handler = http.server.SimpleHTTPRequestHandler
|
||||
@@ -40,13 +41,19 @@ def serve_websites(
|
||||
for path in Path(serve_dir).iterdir()
|
||||
if (path.is_dir() and (path.name in site_names))
|
||||
)
|
||||
serves: list[tuple[str, int]] = []
|
||||
serves: list[tuple[Path, int]] = []
|
||||
for index, directory in enumerate(dirs):
|
||||
port = base_port + (increment_number * index)
|
||||
url = f"http://127.0.0.1:{port}"
|
||||
logger.info("%s served at %s", directory.name, url)
|
||||
if shutil.which("xdg-open") is not None:
|
||||
run_command(["xdg-open", url + "/index.en.html"])
|
||||
serves.append((str(directory), port))
|
||||
serves.append((directory, port))
|
||||
with multiprocessing.Pool(len(serves)) as pool:
|
||||
pool.starmap(_run_webserver, serves)
|
||||
pool.starmap_async(_run_webserver, serves)
|
||||
for directory, port in serves:
|
||||
url = f"http://127.0.0.1:{port}"
|
||||
logger.info("%s served at %s", directory.name, url)
|
||||
webbrowser.open(url + f"/index.{FALLBACK_LANG}.html")
|
||||
# Keep pool alive until interrupted
|
||||
try:
|
||||
while True:
|
||||
time.sleep(1)
|
||||
except KeyboardInterrupt:
|
||||
logger.info("shutting down")
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2025 Free Software Foundation Europe <https://fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
# we assume the repo is cloned so git is available
|
||||
# we assume awk is present
|
||||
buildInputs = with pkgs; [
|
||||
drone-cli # signing
|
||||
];
|
||||
shellHook = ''
|
||||
# GIT
|
||||
if ! git remote get-url upstream > /dev/null 2>&1 ; then
|
||||
# REVIEW(fkobi): this could get annoying if for some reason people do not want the upstream
|
||||
git remote add upstream git@git.fsfe.org:fsfe-system-hackers/hugo-container.git
|
||||
|
||||
git config branch.main.pushRemote origin
|
||||
fi
|
||||
|
||||
# DRONE
|
||||
export DRONE_SERVER=https://drone.fsfe.org
|
||||
export DRONE_TOKEN
|
||||
|
||||
DRONE_FILE=drone_token.txt
|
||||
if [[ -r $DRONE_FILE ]]; then
|
||||
DRONE_TOKEN=$(cat $DRONE_FILE)
|
||||
else
|
||||
echo "Insert your drone token (found at $DRONE_SERVER/account)"
|
||||
read -r -p "Token: " DRONE_TOKEN
|
||||
echo -n $DRONE_TOKEN > $DRONE_FILE
|
||||
fi
|
||||
unset DRONE_FILE
|
||||
|
||||
REPO_NAME="$(git remote get-url origin | awk -F "[:.]" '{printf $4}')"
|
||||
alias save="drone sign --save $REPO_NAME && printf 'Hash saved!' && git add .drone.yml"
|
||||
|
||||
echo "You are working on $REPO_NAME repository."
|
||||
echo "Use the \"save\" alias to drone sign and git commit your drone.yml changes."
|
||||
'';
|
||||
}
|
||||
@@ -41,6 +41,9 @@ RewriteRule ^community/events/2016/summit/backsight(/.*)?$ /events/2016/summit/
|
||||
# 15 years of FSFE
|
||||
RewriteRule ^15(/.*)?$ /activities/15years$1 [R=301,L]
|
||||
|
||||
# 25 years of FSFE
|
||||
RewriteRule ^about\/summermeeting-schedule(.*)?$ /activities/fsfe25/index$1 [R=301,L]
|
||||
|
||||
# Podcast
|
||||
RewriteRule ^podcast(/.*)? /news/podcast.html [R=301,L]
|
||||
|
||||
@@ -274,6 +277,7 @@ RewriteRule ^community/projects-call(/.*)?$ /contact/projects-call$1 [R=301,L]
|
||||
RewriteRule ^community/groups(/.*)?$ /about/groups$1 [R=301,L]
|
||||
RewriteRule ^potteries/?$ https://wiki.fsfe.org/LocalGroups/Potteries [R=301,L]
|
||||
RewriteRule ^berlin/?$ https://wiki.fsfe.org/LocalGroups/Berlin [R=301,L]
|
||||
RewriteRule ^contact /about/contact [R=301,L]
|
||||
|
||||
# Legal Questions
|
||||
RewriteRule ^activities/licence-questions/licence-questions(.*)?$ /freesoftware/legal/faq$1 [R=301,L]
|
||||
|
||||
@@ -31,6 +31,32 @@
|
||||
<li>ermutigt Menschen zum Einsatz und zur Entwicklung Freier Software,</li>
|
||||
<li>stellt Ressourcen für alle bereit, die Freie Software in Europa voranbringen wollen.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Die Vision für 2048 der FSFE</h2>
|
||||
|
||||
<p>Unsere Vision für das Jahr 2028:</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/97/4f/5ed146cb41dcdf257f3648f8bfb7.jpg" alt="A slide showing the number 2048 in white. The blue background looks like it has the silhouette of an government building "/>
|
||||
</figure>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li><strong>Alle Menschen haben das Recht, jede Software auf allen ihrer Geräte zu installieren oder zu deinstallieren!</strong></li>
|
||||
|
||||
<li><strong>Alle öffentlichen Mittel für Software sollten nur für Freie Software verwendet werden! </strong> <br/> Dieser Grundsatz steht seit langem im Mittelpunkt unserer Bemühungen und wir werden auch in Zukunft verschiedene Aktivitäten unter dem Motto „Public Money? Public Code!“ durchführen.</li>
|
||||
|
||||
<li><strong> Alle rechtlichen Rahmenbedingungen fördern den Einsatz und die Entwicklung von Freier Software.</strong> <br/>Wir wollen, dass die rechtlichen Rahmenbedingungen diese Beiträge anerkennen, indem sie Unternehmen und Organisationen Anreize für die Entwicklung und Nutzung Freier Software bieten.</li>
|
||||
|
||||
<li><strong>Rechtliche und lizenzrechtliche Entscheidungen beruhen auf Fakten anstelle von Angst, Unsicherheit und Zweifel.</strong> <br/> Wer zu Freier Software beiträgt, sollte sich darauf konzentrieren können, einen positiven Beitrag zur Gesellschaft zu leisten, ohne sich ständig um rechtliche Fragen sorgen zu müssen.</li>
|
||||
|
||||
<li><strong>Junge Menschen haben die Möglichkeit, zu basteln, zu
|
||||
experimentieren und zu programmieren, wobei Freie Software dabei der
|
||||
Standard ist. </strong></li>
|
||||
</ul> </div>
|
||||
|
||||
<p>Wirf einen Blick auf unsere wichtigsten Erfolge in den verschiedenen Bereichen. <a href="/about/timeline/index.html">Erkunde unsere Chronik</a>. </p>
|
||||
|
||||
|
||||
</body>
|
||||
<followup>join</followup>
|
||||
|
||||
@@ -8,28 +8,72 @@
|
||||
|
||||
<body>
|
||||
<p id="category"><a href="/about/">About</a></p>
|
||||
<h1>FSFE's mission</h1>
|
||||
<h1>The FSFE's mission and vision</h1>
|
||||
|
||||
|
||||
<div id="introduction">
|
||||
<p>Free Software Foundation Europe is a charity that empowers users to
|
||||
<p>The Free Software Foundation Europe is a charity that empowers users to
|
||||
control technology.</p>
|
||||
</div>
|
||||
|
||||
<p>Software is deeply involved in all aspects of our
|
||||
lives. It is important that this technology empowers rather than
|
||||
restricts us. <a href="/freesoftware/freesoftware.html">Free Software</a> gives everybody the rights to use, understand,
|
||||
restricts us. <a href="/freesoftware/freesoftware.html">Free
|
||||
Software</a> gives everybody the rights to use, understand,
|
||||
adapt, and share software. These rights help support other fundamental
|
||||
rights like freedom of speech, freedom of press, and privacy.</p>
|
||||
|
||||
<p>Free Software Foundation Europe:</p>
|
||||
<p>The Free Software Foundation Europe:</p>
|
||||
|
||||
<ul>
|
||||
<li>helps individuals and organisations to understand how Free Software contributes to freedom, transparency, and self-determination.</li>
|
||||
<li>
|
||||
helps individuals and organisations to understand how Free
|
||||
Software contributes to freedom, transparency, and
|
||||
self-determination.
|
||||
</li>
|
||||
<li>enhances users' rights by abolishing barriers to Free Software adoption.</li>
|
||||
<li>encourages people to use and develop Free Software.</li>
|
||||
<li>provides resources to enable everyone to further promote Free Software in Europe.</li>
|
||||
</ul>
|
||||
|
||||
<h2>The FSFE's vision 2048</h2>
|
||||
|
||||
|
||||
<p>Our vision for the year 2048:</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/97/4f/5ed146cb41dcdf257f3648f8bfb7.jpg" alt="A slide showing the number 2048 in white. The blue background looks like it has the silhouette of an government building "/>
|
||||
</figure>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li><strong>Everyone has the right to remove and install any software on any
|
||||
of their devices!</strong></li>
|
||||
|
||||
<li><strong>All public funding for software should be for Free Software only!</strong> <br/>
|
||||
This principle has been at the heart of our efforts, and we continue to
|
||||
advance it through various initiatives under the "Public Money? Public
|
||||
Code!" motto.</li>
|
||||
|
||||
<li><strong>All regulatory frameworks encourage the use and development of
|
||||
Free Software.</strong> <br/> In recent years we have witnessed an increase in
|
||||
regulation in our field of work. We want regulatory frameworks to recognise those
|
||||
contributions, by incentivising companies and organisations to develop
|
||||
and use Free Software.</li>
|
||||
|
||||
<li><strong>Licensing and legal decisions are based on facts, rather than
|
||||
fear, uncertainty, and doubt.</strong><br/> Free Software contributors should be able
|
||||
to focus on contributing to society without constantly worrying about
|
||||
legal issues.</li>
|
||||
|
||||
<li><strong>Young people have the opportunity to tinker, experiment and code
|
||||
with Free Software as the default. </strong></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>Take a look at our most important achievements in different areas. <a href="/about/timeline/index.html">Explore our timeline</a>. </p>
|
||||
</body>
|
||||
<followup>join</followup>
|
||||
<translator/>
|
||||
|
||||
@@ -27,8 +27,37 @@
|
||||
<li>anima a la gente a utilizar y desarrollar Software Libre.</li>
|
||||
<li>proporciona recursos para que todo el mundo pueda seguir promoviendo el software libre en Europa</li>
|
||||
</ul>
|
||||
|
||||
<h2>La visión 2048 de la FSFE</h2>
|
||||
|
||||
</body>
|
||||
<p>Nuestra visión para el año 2048:</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/97/4f/5ed146cb41dcdf257f3648f8bfb7.jpg" alt="A slide showing the number 2048 in white. The blue background looks like it has the silhouette of an government building "/>
|
||||
</figure>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li><strong>¡Todo el mundo tiene derecho a quitar e instalar cualquier software en cualquiera de sus dispositivos!</strong></li>
|
||||
|
||||
<li><strong>¡Todos los fondos públicos para software deberían ser sólo para Software Libre!</strong> <br/>
|
||||
Este principio ha estado en el centro de nuestros esfuerzos, y continuamos promoviéndolo a través de varias iniciativas bajo el lema «¿Dinero Público? Código público».</li>
|
||||
|
||||
<li><strong>Todos los marcos regulatorios fomentan el uso y desarrollo del Software Libre.</strong> <br/> Queremos que los marcos normativos reconozcan esas contribuciones, incentivando a las empresas y organizaciones a desarrollar y utilizar Software Libre.</li>
|
||||
|
||||
<li><strong>Las decisiones sobre licencias y asuntos legales se basan en hechos, en lugar de en el miedo, la incertidumbre y la duda. </strong> <br/>Los colaboradores del Software Libre deberían ser capaces de centrarse en contribuir a la sociedad sin preocuparse constantemente por cuestiones legales.</li>
|
||||
|
||||
<li><strong>Los jóvenes tienen la oportunidad de trastear, experimentar
|
||||
y programar con Software Libre, como estándar.</strong></li>
|
||||
</ul> </div>
|
||||
|
||||
|
||||
<p>Echa un vistazo a nuestros logros
|
||||
más importantes en nuestras áreas de trabajo. <a
|
||||
href="/about/timeline/index.html">Explora nuestra cronología</a>. </p>
|
||||
</body>
|
||||
|
||||
|
||||
<followup>join</followup>
|
||||
<translator/>
|
||||
</html>
|
||||
|
||||
@@ -27,7 +27,39 @@
|
||||
<li>encourage la population à utiliser et développer des Logiciels Libres.</li>
|
||||
<li>fournit des ressources pour permettre à tous de promouvoir les Logiciels Libres en Europe.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h2>La vision 2048 de la FSFE</h2>
|
||||
|
||||
|
||||
<p>Notre vision pour l'année 2048 :</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/97/4f/5ed146cb41dcdf257f3648f8bfb7.jpg" alt="A slide showing the number 2048 in white. The blue background looks like it has the silhouette of an government building "/>
|
||||
</figure>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li><strong>Tout le monde a le droit de supprimer et d’installer
|
||||
n’importe quel logiciel sur n’importe lequel de ses appareils
|
||||
!</strong></li>
|
||||
|
||||
<li><strong>Tous les financements publics pour les logiciels doivent
|
||||
être réservés uniquement au logiciel libre !</strong> <br/> Ce principe
|
||||
est au cœur de nos efforts, et nous continuons à le promouvoir à
|
||||
travers diverses initiatives sous la devise "Public Money? Public
|
||||
Code!".</li>
|
||||
|
||||
<li><strong>Tous les réglementaires encouragent l’utilisation et le développment du logiciel libre.</strong> <br/> Nous souhaitons également que les cadres réglementaires reconnaissent ces contributions en incitant les entreprises et les organisations à développer et utiliser des logiciels libres.</li>
|
||||
|
||||
<li><strong> Les décisions juridiques et de licence sont basées sur des faits, et non sur la peur, l'incertitude et le doute.</strong> <br/>Les contributeurs au logiciel libre doivent pouvoir se concentrer sur leurs contributions à la société sans se soucier constamment de problèmes juridiques.</li>
|
||||
|
||||
<li><strong>Les jeunes ont l'opportunité de bricoler, expérimenter et
|
||||
coder avec des logiciels libres par défaut.</strong> </li>
|
||||
</ul> </div>
|
||||
|
||||
<p>Découvrez nos principales réalisations dans différents champs d'action. <a href="/about/timeline/index.html">Parcourez notre chronologie</a>. </p>
|
||||
</body>
|
||||
<followup>join</followup>
|
||||
<translator/>
|
||||
|
||||
@@ -30,10 +30,51 @@
|
||||
<li>incoraggia le persone ad usare e sviluppare Software Libero.</li>
|
||||
<li>fornisce risorse per consentire a chiunque di promuovere ulteriormente il Software Libero in Europa.</li>
|
||||
</ul>
|
||||
|
||||
<h2>La visione 2048 della FSFE</h2>
|
||||
|
||||
<p>La nostra visione per l'anno 2048:</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/97/4f/5ed146cb41dcdf257f3648f8bfb7.jpg" alt="A slide showing the number 2048 in white. The blue background looks like it has the silhouette of an government building "/>
|
||||
</figure>
|
||||
<div>
|
||||
<ul>
|
||||
<li><strong>Ognuno ha il diritto di rimuovere e installare qualsiasi software su ognuno dei
|
||||
propri dispositivi!</strong></li>
|
||||
|
||||
<li><strong>Tutti i finanziamenti pubblici per lo svlippo di software
|
||||
sono esclusivamente per il Software Libero!</strong> <br/> Questo
|
||||
principio è stato sempre al centro dei nostri sforzi, e continuiamo a
|
||||
portarlo avanti attraverso varie iniziative sotto lo slogan "Denaro
|
||||
pubblico? Codice pubblico!".</li>
|
||||
|
||||
|
||||
<li><strong> Tutti i quadri normativi incoraggiano l'uso e lo sviluppo
|
||||
di Software Libero</strong>.<br/> Vogliamo che i
|
||||
quadri normativi riconoscano questi contributi, incentivando le
|
||||
aziende e le organizzazioni a sviluppare e utilizzare il Software Libero. </li>
|
||||
|
||||
<li><strong>Le decisioni legali e di licenza sono basate sui fatti
|
||||
anziché sulla paura, incertezza e dubbio.</strong> <br/>Chi
|
||||
contribuisce al Software Libero dovrebbe essere in grado di
|
||||
focalizzarsi sul contributo da dare alla società, senza preoccuparsi
|
||||
costantemente di questioni legali.</li>
|
||||
|
||||
<li><strong>I giovani hanno la possibilità di smanettare, sperimentare
|
||||
e scrivere codice con il Software Libero come opzione
|
||||
predefinita.</strong></li>
|
||||
</ul> </div>
|
||||
|
||||
|
||||
<p>Scopri i nostri risultati
|
||||
più importanti nei nostri settori di attività.<a
|
||||
href="/about/timeline/index.html">Explora nuestra cronología</a>. </p>
|
||||
|
||||
|
||||
</body>
|
||||
<followup>join</followup>
|
||||
<translator>Stefano Fraccaro</translator>
|
||||
<translator/>
|
||||
</html><!--
|
||||
Local Variables: ***
|
||||
mode: xml ***
|
||||
|
||||
@@ -0,0 +1,244 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>FSFE 25 - Schedule</title>
|
||||
</head>
|
||||
<body class="overview">
|
||||
<h1 class="heading">FSFE 25 - Schedule</h1>
|
||||
|
||||
<div id="introduction">
|
||||
<img class="right" style="width: 200px;" src="https://pics.fsfe.org/uploads/original/c5/1f/4290dac645f0642eba47acd49b14.png" alt="Logo of 25th birthday of the FSFE" />
|
||||
<p>
|
||||
This year, the FSFE turns 25 and we will celebrate it. On
|
||||
18 and 19 July we will spend the weekend in Kraków
|
||||
filled with talks, networking, and plenty of fun. Below is the
|
||||
schedule of all the events taking place over that weekend.
|
||||
</p>
|
||||
|
||||
<p><strong>The weekend talks are part of EuroPython 2026 Sprints, at Echo Miasta (Kapelanka 56, 30-347 Kraków)</strong></p>
|
||||
<p><a href="https://download.fsfe.org/tools/fsfe25.ics">Add the FSFE talks in your calendar</a></p>
|
||||
</div>
|
||||
|
||||
<h2>Friday 17 July</h2>
|
||||
|
||||
<table class="table table-responsive colored">
|
||||
<tr>
|
||||
<th class="header-cell">Time</th>
|
||||
<th class="header-cell">Event</th>
|
||||
<th class="header-cell">Speaker</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13:55-14:25</td>
|
||||
<td><a href="https://ep2026.europython.eu/session/a-vision-for-software-freedom-in-2048">A vision for software freedom in 2048</a> (talk part of the official programme of Europython 2026)</td>
|
||||
<td>Matthias Kirschner</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>19:00</td>
|
||||
<td>Warm-up Dinner at Veganic (Karmelicka 34, Krakow, PL 31-128 Kraków)*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<small>*Dinner will be "Everyone is responsible for their own expenses"</small>
|
||||
|
||||
<h2>Saturday 18 July</h2>
|
||||
|
||||
<table class="table table-responsive colored">
|
||||
<tr>
|
||||
<th class="header-cell">Time</th>
|
||||
<th class="header-cell">Session</th>
|
||||
<th class="header-cell">Speaker</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:00-10:15</td>
|
||||
<td>Welcome</td>
|
||||
<td>Matthias</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:15-10:30</td>
|
||||
<td>25 Years of the FSFE, 60 Years of Star Trek - To Boldly Share Where No One Has Shared Before</td>
|
||||
<td>Florian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:30-10:45</td>
|
||||
<td>Memories from founding the FSFE</td>
|
||||
<td>Bernhard</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:45-10:55</td>
|
||||
<td>Thanking others at ilovefs</td>
|
||||
<td>Bonnie</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:55-11:05</td>
|
||||
<td>How a bunch of Python scripts handle FSFE's finances</td>
|
||||
<td>Reinhard</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:05-11:15</td>
|
||||
<td>From becoming contributor to do my first talk for the FSFE</td>
|
||||
<td>Fiona</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:15-11:25</td>
|
||||
<td>Running a NGO empowered with Software Freedom</td>
|
||||
<td>Tobias</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:25-11:35</td>
|
||||
<td>From Italian activities to setting up a legal entity</td>
|
||||
<td>Marta</td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>11:35-11:55</td>
|
||||
<td>Break</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:50-12:00</td>
|
||||
<td>Next steps for Public Money? Public Code!</td>
|
||||
<td>Johannes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:00-12:15</td>
|
||||
<td>FSFE and SFC: Collaboration FTW</td>
|
||||
<td>Karen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:15-12:35</td>
|
||||
<td>Why companies support the FSFE? Words from our donors</td>
|
||||
<td>FSFE Donors / Sponsors</td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>12:35-14:00</td>
|
||||
<td>Networking time (Lunch Break)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:00-14:10</td>
|
||||
<td>Reaching new audiences – The “Vegan Approach”</td>
|
||||
<td>Franz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:10-14:20</td>
|
||||
<td>Over 15 years of the Dutch Team</td>
|
||||
<td>Maurice and Nico</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:20-14:35</td>
|
||||
<td>Rediscovering the value of (software) freedom: experiences from Italian high schools </td>
|
||||
<td>Emanuele and Lorenzo Lin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:35-15:00</td>
|
||||
<td>Award time – Highlighting FSFE contributors</td>
|
||||
<td>Ana and Matthias</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15:00-15:15</td>
|
||||
<td>What software freedom means today</td>
|
||||
<td>Karsten</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15:15-16:15</td>
|
||||
<td>Software Freedom Improtheater</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>17:00-19:00</td>
|
||||
<td>Dinner at Hamsa (Szeroka 2, 31-053 Kraków)*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>20:00</td>
|
||||
<td>"The FSFE is turning 25!" - community meeting. At Stara Zajezdnia ( ul. Św. Wawrzyńca 12, 31-060 Kraków)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<small>*Dinner will be "Everyone is responsible for their own expenses"</small>
|
||||
|
||||
<h2>Sunday 19 July</h2>
|
||||
|
||||
<table class="table table-responsive colored">
|
||||
<tr>
|
||||
<th class="header-cell">Time</th>
|
||||
<th class="header-cell">Session</th>
|
||||
<th class="header-cell">Speaker</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:00-10:15</td>
|
||||
<td>How to get funding for your local group project</td>
|
||||
<td>Patrick</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:15-10:25</td>
|
||||
<td>Engaging with FSFE’s website, plans for the future</td>
|
||||
<td>Darragh</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:25-10:35</td>
|
||||
<td>Let’s dance - Teufel Mynd Analysis </td>
|
||||
<td>Nicole</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:35-10:45</td>
|
||||
<td>Refund 4 Freedom – Efforts to scale own efforts</td>
|
||||
<td>Luca B.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:45-11:15</td>
|
||||
<td>Non-Free Software Licenses: Restrictions on the Freedom to Use - Fishbowl discussion</td>
|
||||
<td>Gabriel and Bonnie</td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>11:15-11:35</td>
|
||||
<td>Break</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:35-11:50</td>
|
||||
<td>DMA – Status Apple vs FSFE</td>
|
||||
<td>Jithendra</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:50-12:00</td>
|
||||
<td>Reverse Engineering in the Age of Artificial Intelligence</td>
|
||||
<td>Anna Rita</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:00-12:10</td>
|
||||
<td>Highlights from the Swiss team</td>
|
||||
<td>Alex</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:10-12:20</td>
|
||||
<td>Status and plans of the Polish Team</td>
|
||||
<td>Damian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:20-12:30</td>
|
||||
<td>Ada & Zangemann Automation Status and Future</td>
|
||||
<td>Nico</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:30-12:40</td>
|
||||
<td>From Winning YH4F to monitoring the Interoperable Europe Act</td>
|
||||
<td>Sofia</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:40-12:50</td>
|
||||
<td>Italian experiences engaging with the Young Generation</td>
|
||||
<td>Giacomo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:50-13:00</td>
|
||||
<td>Closing</td>
|
||||
<td>Matthias</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<translator/>
|
||||
</html>
|
||||
|
||||
@@ -8,15 +8,15 @@
|
||||
<body>
|
||||
The FSFE and the Italian Linux Society jointly launched
|
||||
Refund4Freedom, an initiative to support users in
|
||||
reclaiming the cost of the unwanted Windows licences bundled with their new purchased
|
||||
reclaiming the cost of the unwanted Windows licences bundled with their newly purchased
|
||||
hardware.
|
||||
</body>
|
||||
</event>
|
||||
<event month="10" type="young-generation">
|
||||
<title>Ada & Zangemann animated movie released</title>
|
||||
<title>"Ada & Zangemann" animated movie released</title>
|
||||
<url>https://fsfe.org/activities/ada-zangemann/movie</url>
|
||||
<body>
|
||||
The FSFE's book Ada & Zangemann was adapted into an
|
||||
The FSFE's book "Ada & Zangemann" was adapted into an
|
||||
animated movie, reaching new audiences worldwide. The movie
|
||||
marked a significant step in the FSFE's long-term strategy to
|
||||
engage with the young generation about software freedom.
|
||||
@@ -26,7 +26,7 @@
|
||||
<title>Vision 2048 defined</title>
|
||||
<url>https://fsfe.org/news/2025/news-20250103-01.html</url>
|
||||
<body>
|
||||
The FSFE discussed what the world could look like across the different areas of our work by 2048, and made significant strides toward that vision.
|
||||
The FSFE discussed what the world could look like across the different areas of our work by 2048, and made significant strides towards describing that vision.
|
||||
</body>
|
||||
</event>
|
||||
<event month="07" type="market-regulations">
|
||||
@@ -35,7 +35,7 @@
|
||||
<body>
|
||||
The FSFE and the German Federal Office for Information Security (BSI)
|
||||
worked together with representatives from civil society,
|
||||
academia, industry and public authorities in a project on the
|
||||
academia, industry, and public authorities in a project on the
|
||||
Cyber Resilience Act (CRA) and its implication for Free Software.
|
||||
</body>
|
||||
</event>
|
||||
@@ -46,15 +46,15 @@
|
||||
The FSFE started publishing the Legal Corner, a regular column that seeks
|
||||
to explain the diverse legal concepts that Free Software developers
|
||||
may encounter, as well as explore current events in the legal
|
||||
realm that mpact Free Software.
|
||||
realm that impact Free Software.
|
||||
</body>
|
||||
</event>
|
||||
<event month="05" type="pmpc">
|
||||
<title>"Public Money? Public Code! in practice" symposium</title>
|
||||
<url>https://fsfe.org/news/2025/news-20250409-01.html/</url>
|
||||
<url>https://fsfe.org/news/2025/news-20250409-01.html</url>
|
||||
<body>
|
||||
The FSFE organised the symposium “Public Money? Public Code! in
|
||||
practice”,where representatives from public administration, politics, business, academia, and civil society discussed how Free Software procurement, funding, and ecosystem collaboration can reduce dependencies and strengthen digital sovereignty.
|
||||
The FSFE organised the symposium "Public Money? Public Code! in
|
||||
practice", where representatives from public administration, politics, business, academia, and civil society discussed how Free Software procurement, funding, and ecosystem collaboration can reduce dependencies and strengthen digital sovereignty.
|
||||
</body>
|
||||
</event>
|
||||
</year>
|
||||
@@ -63,9 +63,10 @@
|
||||
<title>Litigation Against Apple under the Digital Markets Act</title>
|
||||
<url>https://fsfe.org/news/2024/news-20240812-01.html</url>
|
||||
<body>
|
||||
The FSFE intervenes in litigation brought by Apple against the
|
||||
The FSFE intervened in litigation brought by Apple against the
|
||||
European Commission before the Court of Justice of the European
|
||||
Union. The FSFE's goal is to enforce the DMA in a developer-friendly
|
||||
Union. The FSFE's goal was for the
|
||||
European Commission to enforce the DMA in a developer-friendly
|
||||
way.
|
||||
</body>
|
||||
</event>
|
||||
@@ -146,7 +147,7 @@
|
||||
<url>https://media.fsfe.org/w/xs29yhLxSP1uKLYkSeoKKp</url>
|
||||
<body>
|
||||
The FSFE published 'What is Free Software (Open Source)? Software freedom explained in less than three minutes! to explain the complex topic of
|
||||
software freedom'. This video helps to understand and grasp the importance of Free Software.
|
||||
software freedom'. This video helped to understand and grasp the importance of Free Software.
|
||||
</body>
|
||||
</event>
|
||||
<event month="06" type="legal-education">
|
||||
@@ -162,17 +163,17 @@
|
||||
<title>Open Letter "The universal right to install any software on any device"</title>
|
||||
<url>https://fsfe.org/news/2022/news-20221121-01.html</url>
|
||||
<body>
|
||||
More than 100 civil society organisations across sectors signed our open letter “The universal right to
|
||||
install any software on any device”. The letter was hand
|
||||
More than 100 civil society organisations across sectors signed our open letter "The universal right to
|
||||
install any software on any device". The letter was hand
|
||||
delivered to the Chair of the Digital Affairs Committee at the
|
||||
German Parliament in 2023.
|
||||
</body>
|
||||
</event>
|
||||
<event month="11" type="volunteer-engagement">
|
||||
<title>Launched of FediGov</title>
|
||||
<title>Launch of FediGov</title>
|
||||
<url>https://fedigov.eu/</url>
|
||||
<body>
|
||||
The FSFE Swiss local group launches an initiative with GNU/Linux.ch to encourage public institutions to use federated free software solutions to communicate with their people.
|
||||
The FSFE Swiss local group launched an initiative with GNU/Linux.ch to encourage public institutions to use federated free software solutions to communicate with their people.
|
||||
</body>
|
||||
</event>
|
||||
</year>
|
||||
@@ -243,7 +244,7 @@
|
||||
</body>
|
||||
</event>
|
||||
<event month="07" type="young-generation">
|
||||
<title>“Learning like a pro” launched</title>
|
||||
<title>"Learning like a pro" launched</title>
|
||||
<url>https://lernenwiedieprofis.ch/</url>
|
||||
<body>
|
||||
The local FSFE group in Zurich created a website which they explain why Free Software matters in education, described individual Free Software solutions and how these solutions in particular can be used to make school learning efficient and easy.
|
||||
@@ -255,7 +256,7 @@
|
||||
<title>Router Freedom reaches the European level</title>
|
||||
<url>https://fsfe.org/activities/routers/index.html</url>
|
||||
<body>
|
||||
After victories in Germany, the FSFE expands its advocacy for
|
||||
After victories in Germany, the FSFE expanded its advocacy for
|
||||
Router Freedom at EU level, preparing a comprehensive activity
|
||||
package including a monitoring tool for people and organisations
|
||||
willing to advocate for freedom of terminal equipment.
|
||||
@@ -348,18 +349,18 @@
|
||||
</body>
|
||||
</event>
|
||||
<event month="10" type="legal-education">
|
||||
<title>Fiduciary Licensing Agreement 2.0 is released</title>
|
||||
<title>Fiduciary Licensing Agreement 2.0 was released</title>
|
||||
<url>https://fsfe.org/activities/ln/ln.html</url>
|
||||
<body>
|
||||
After 10 years of the Fiduciary License Agreement 1.2 (FLA-1.2). The
|
||||
FSFE joins forces with ContributorAgreements.org to produce FLA-2.0.
|
||||
FSFE joined forces with ContributorAgreements.org to produce FLA-2.0.
|
||||
</body>
|
||||
</event>
|
||||
<event month="09" type="pmpc">
|
||||
<title>Launch of 'Public Money? Public Code!'</title>
|
||||
<url>https://publiccode.eu/</url>
|
||||
<body>
|
||||
The FSFE initiates a campaign framework for legislation
|
||||
The FSFE initiated a campaign framework for legislation
|
||||
requiring that publicly financed software developed for the
|
||||
public sector be made publicly available under a Free Software
|
||||
licence.
|
||||
@@ -369,24 +370,24 @@
|
||||
<title>Launch of git.fsfe.org</title>
|
||||
<url>https://git.fsfe.org/</url>
|
||||
<body>
|
||||
The FSFE launches a Gitea service instance for its contributors.
|
||||
The FSFE launched a Gitea service instance for its contributors.
|
||||
</body>
|
||||
</event>
|
||||
<event month="09" type="market-regulations">
|
||||
<title>Launch of Save Code Share</title>
|
||||
<url>https://savecodeshare.eu/</url>
|
||||
<body>
|
||||
The FSFE starts a campaign to gather support against violations of Free
|
||||
The FSFE started a campaign to gather support against violations of Free
|
||||
Software in the EU Directive "Copyright in the Digital Single Market".
|
||||
</body>
|
||||
</event>
|
||||
</year>
|
||||
<year value="2016">
|
||||
<event month="09" type="volunteer-engagement">
|
||||
<title>The FSFE organises its 2016 summit</title>
|
||||
<title>The FSFE organised its 2016 summit</title>
|
||||
<url>https://fsfe.org/news/2016/news-20160804-01.html</url>
|
||||
<body>
|
||||
Marking its 15th anniversary, the FSFE calls in its community to join
|
||||
Marking its 15th anniversary, the FSFE called in its community to join
|
||||
together under one roof for the first FSFE Summit.
|
||||
</body>
|
||||
</event>
|
||||
@@ -413,22 +414,22 @@
|
||||
</year>
|
||||
<year value="2015">
|
||||
<event month="11" type="legal-education">
|
||||
<title>Legal Network reaches 400 participants</title>
|
||||
<title>Legal Network reached 400 participants</title>
|
||||
<url>https://fsfe.org/activities/ln/ln.html</url>
|
||||
<body>
|
||||
The FSFE's Legal Network launched in 2006, reaches 400 participants from
|
||||
The FSFE's Legal Network launched in 2006, reached 400 participants from
|
||||
all over the world.
|
||||
</body>
|
||||
</event>
|
||||
<event month="10" type="volunteer-engagement">
|
||||
<title>
|
||||
The FSFE convinces 1125 public administration to remove proprietary
|
||||
The FSFE convinced 1125 public administration to remove proprietary
|
||||
software ads.
|
||||
</title>
|
||||
<url>https://fsfe.org/news/2015/news-20151013-01.html</url>
|
||||
<body>
|
||||
After a six years long campaign, the PDFreaders campaign closes after
|
||||
1125 public administrations have removed advertisement for proprietary
|
||||
After a six years long campaign, the PDFreaders campaign closed after
|
||||
1125 public administrations had removed advertisement for proprietary
|
||||
software from their web pages.
|
||||
</body>
|
||||
</event>
|
||||
@@ -462,10 +463,10 @@
|
||||
</body>
|
||||
</event>
|
||||
<event month="01" type="pmpc">
|
||||
<title>Italy puts Free Software first</title>
|
||||
<title>Italy put Free Software first</title>
|
||||
<url>https://fsfe.org/news/2014/news-20140116-01.html</url>
|
||||
<body>
|
||||
The Italian government has made Free Software the default choice for
|
||||
The Italian government made Free Software the default choice for
|
||||
public administrations, setting a precedence for the rest of Europe to
|
||||
follow.
|
||||
</body>
|
||||
@@ -476,7 +477,7 @@
|
||||
<title>First European Coordinators Meeting</title>
|
||||
<url>https://blogs.fsfe.org/lucile.falg/2013/10/01/first-european-coordinators-meeting-2/</url>
|
||||
<body>
|
||||
The FSFE coordinators from all over Europe meet in Berlin for the
|
||||
The FSFE coordinators from all over Europe met in Berlin for the
|
||||
first time to exchange knowledge and discuss future strategies.
|
||||
</body>
|
||||
</event>
|
||||
@@ -495,15 +496,15 @@
|
||||
<title>Analysis of warranty after flashing phones</title>
|
||||
<url>https://fsfe.org/news/2012/news-20121106-01.html</url>
|
||||
<body>
|
||||
The FSFE's Legal team clarifies that flashing your phone in order to install
|
||||
Free Software doesn't void your warranty in the EU.
|
||||
The FSFE's Legal team clarified that flashing your phone in order to install
|
||||
Free Software didn't void your warranty in the EU.
|
||||
</body>
|
||||
</event>
|
||||
<event month="11" type="device-neutrality">
|
||||
<title>German Government's White Paper on Secure Boot</title>
|
||||
<url>https://fsfe.org/news/2012/news-20121120-01.html</url>
|
||||
<body>
|
||||
Device owners should be in full control of their devices, says Ministry
|
||||
Device owners should be in full control of their devices, said Ministry
|
||||
of Interior, echoing the FSFE's core demands.
|
||||
</body>
|
||||
</event>
|
||||
@@ -511,15 +512,15 @@
|
||||
<title>Promoting fair public procurement in Finland</title>
|
||||
<url>https://fsfe.org/news/2012/news-20120619-01.html</url>
|
||||
<body>
|
||||
The FSFE activists in Finland analyse hundreds of procurement notices, and
|
||||
contact public bodies that put Free Software at a disadvantage.
|
||||
The FSFE activists in Finland analysed hundreds of procurement notices, and
|
||||
contacted public bodies that put Free Software at a disadvantage.
|
||||
</body>
|
||||
</event>
|
||||
<event month="05" type="market-regulations">
|
||||
<title>Open Standards consultation in the UK</title>
|
||||
<url>https://fsfe.org/news/2012/news-20121101-02.html</url>
|
||||
<body>
|
||||
The FSFE helps the UK government set one of Europe's strongest policies
|
||||
The FSFE helped the UK government set one of Europe's strongest policies
|
||||
on Open Standards.
|
||||
</body>
|
||||
</event>
|
||||
@@ -527,7 +528,7 @@
|
||||
<title>Microsoft fined for violating settlement</title>
|
||||
<url>https://fsfe.org/news/2013/news-20130312-01.html</url>
|
||||
<body>
|
||||
The European Commission impose a EUR 561 million fine on Microsoft for
|
||||
The European Commission imposed a EUR 561 million fine on Microsoft for
|
||||
violating the web browser settlement. The FSFE had warned of the
|
||||
settlement's lack of a monitoring mechanism.
|
||||
</body>
|
||||
@@ -537,7 +538,7 @@
|
||||
<url>https://fsfe.org/news/2012/news-20120228-01.html</url>
|
||||
<body>
|
||||
Most smartphones come with non-free software and some restrictions. The FSFE
|
||||
stars a campaign to help users free their phones and use Free Software
|
||||
started a campaign to help users free their phones and use Free Software
|
||||
apps.
|
||||
</body>
|
||||
</event>
|
||||
@@ -554,7 +555,7 @@
|
||||
<title>First "Hacking for compliance" workshop</title>
|
||||
<url>https://fsfe.org/news/2013/news-20130626-01.html</url>
|
||||
<body>
|
||||
At this workshop, the FSFE trains volunteers to identify and prove GNU GPL
|
||||
At this workshop, the FSFE trained volunteers to identify and prove GNU GPL
|
||||
violations in embedded devices.
|
||||
</body>
|
||||
</event>
|
||||
@@ -593,7 +594,7 @@
|
||||
<title>The FSFE is awarded the Theodor Heuss Medal</title>
|
||||
<url>https://fsfe.org/news/2010/news-20100510-01.html</url>
|
||||
<body>
|
||||
The FSFE receives the Theodor Heuss medal for its work on freedom in the
|
||||
The FSFE received the Theodor Heuss medal for its work on freedom in the
|
||||
information society.
|
||||
</body>
|
||||
</event>
|
||||
@@ -602,7 +603,7 @@
|
||||
</title>
|
||||
<url>https://fsfe.org/news/2010/news-20100428-01.html</url>
|
||||
<body>
|
||||
Georg C. F. Greve, founding president of the FSFE, receives this high award (Verdienstkreuz am Bande).for his work on Free
|
||||
Georg C. F. Greve, founding president of the FSFE, received this high award (Verdienstkreuz am Bande) for his work on Free
|
||||
Software and Open Standards.
|
||||
</body>
|
||||
</event>
|
||||
@@ -628,9 +629,9 @@
|
||||
<title>PDFReaders campaign</title>
|
||||
<url>https://fsfe.org/news/2009/news-20090202-01.html</url>
|
||||
<body>
|
||||
Many websites from public administrations advertise proprietary PDF
|
||||
readers to read their documents. This is unfair advertising of an US software company. Therefore the FSFE informs
|
||||
about free PDF readers and contacts public institutions to tell them
|
||||
Many websites from public administrations advertised proprietary PDF
|
||||
readers to read their documents. This was unfair advertising of a US software company. Therefore the FSFE informed
|
||||
about free PDF readers and contacted public institutions to tell them
|
||||
about it.
|
||||
</body>
|
||||
</event>
|
||||
@@ -647,7 +648,7 @@
|
||||
<title>Document Freedom Day campaign launched</title>
|
||||
<url>https://fsfe.org/news/2008/news-20080220-01.html</url>
|
||||
<body>
|
||||
For the first time, the FSFE promotes this international day to celebrate
|
||||
For the first time, the FSFE promoted this international day to celebrate
|
||||
and show support for access to information and Open Standards.
|
||||
</body>
|
||||
</event>
|
||||
@@ -655,7 +656,7 @@
|
||||
<title>First Free Software Licensing and Legal Workshop</title>
|
||||
<url>https://fsfe.org/news/2008/news-20080214-01.html</url>
|
||||
<body>
|
||||
The Free Software Licensing and Legal Workshop (LLW) gathers experts to discuss license and legal topics, organized by the FSFE's Freedom Task Force.
|
||||
The Free Software Licensing and Legal Workshop (LLW) gathered experts to discuss license and legal topics, organized by the FSFE's Freedom Task Force.
|
||||
</body>
|
||||
</event>
|
||||
</year>
|
||||
@@ -666,7 +667,7 @@
|
||||
<body>
|
||||
From 2004 until its conclusion in 2007, the FSFE worked hard on this case with
|
||||
the Samba team to protect the interests of Free Software developers.
|
||||
As a result, Microsoft is required to publish interoperability information.
|
||||
As a result, Microsoft was required to publish interoperability information.
|
||||
</body>
|
||||
</event>
|
||||
<event month="07" type="market-regulations">
|
||||
@@ -682,7 +683,7 @@
|
||||
<title>Fiduciary License Agreement</title>
|
||||
<url>https://fsfe.org/activities/fla/fla.html</url>
|
||||
<body>
|
||||
The FSFE releases the Fiduciary License Agreement (FLA) to ensure legal maintability of Free Software
|
||||
The FSFE released the Fiduciary License Agreement (FLA) to ensure legal maintability of Free Software
|
||||
projects and rights in court. In 2008, KDE adopted it as well.
|
||||
</body>
|
||||
</event>
|
||||
@@ -707,7 +708,7 @@
|
||||
<title>DRM.info campaign launched</title>
|
||||
<url>https://drm.info</url>
|
||||
<body>
|
||||
Under the slogan "Your devices don't trust you", the FSFE starts a campaign
|
||||
Under the slogan "Your devices don't trust you", the FSFE started a campaign
|
||||
to inform about the dangers of digital restriction management (DRM).
|
||||
</body>
|
||||
</event>
|
||||
@@ -725,7 +726,7 @@
|
||||
<url>https://fsfe.org/activities/ms-vs-eu/ms-vs-eu.html</url>
|
||||
<body>
|
||||
In order to strengthen a culture of interoperability between
|
||||
devices in EU member states, the FSFE files an application to
|
||||
devices in EU member states, the FSFE filed an application to
|
||||
intervene in this important case".
|
||||
</body>
|
||||
</event>
|
||||
@@ -734,7 +735,7 @@
|
||||
<url>https://fsfe.org/activities/swpat/swpathtml</url>
|
||||
<body>
|
||||
After an intense campaign by the FSFE and other organisations, the
|
||||
European Parliament rejects the Software Patent initiative.
|
||||
European Parliament rejected the Software Patent initiative.
|
||||
</body>
|
||||
</event>
|
||||
<event month="06" type="market-regulations">
|
||||
@@ -761,7 +762,7 @@
|
||||
<url>https://fsfe.org/freesoftware/standards/eifv2.html</url>
|
||||
<body>
|
||||
The European Interoperability Framework (EIF) is a set of interoperability guidelines with a pan-European
|
||||
scope. The FSFE critically observes its evolution and the influence of lobby
|
||||
scope. The FSFE critically observed its evolution and the influence of lobby
|
||||
groups for proprietary software vendors.
|
||||
</body>
|
||||
</event>
|
||||
@@ -778,7 +779,7 @@
|
||||
<title>Open Standards definition</title>
|
||||
<url>https://fsfe.org/freesoftware/standards/def.html</url>
|
||||
<body>
|
||||
The FSFE contributes to redefine the Open Standards definition, which will be adopted by many
|
||||
The FSFE contributed to redefine the Open Standards definition, which will be adopted by many
|
||||
organisations and companies in Europe.
|
||||
</body>
|
||||
</event>
|
||||
@@ -797,7 +798,7 @@
|
||||
<title>"We speak about Free Software" campaign</title>
|
||||
<url>https://fsfe.org/activities/whyfs/whyfs.html</url>
|
||||
<body>
|
||||
The FSFE explains the advantage of using the term "Free Software" instead of "Open
|
||||
The FSFE explained the advantage of using the term "Free Software" instead of "Open
|
||||
Source". Several companies and Bruce Perens supported the campaign.
|
||||
</body>
|
||||
</event>
|
||||
@@ -805,7 +806,7 @@
|
||||
<title>Foundation of the FSFE</title>
|
||||
<url>https://fsfe.org/</url>
|
||||
<body>
|
||||
The Free Software Foundation Europe (FSFE) is founded as a sister organisation of the FSF, with Georg C. F. Greve becoming the first president.
|
||||
The Free Software Foundation Europe (FSFE) was founded as a sister organisation of the FSF, with Georg C. F. Greve becoming the first president.
|
||||
</body>
|
||||
</event>
|
||||
</year>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</event>
|
||||
<event month="05" type="pmpc">
|
||||
<title>Simposio «¿Dinero público? ¡Código público! en la práctica»</title>
|
||||
<url>https://fsfe.org/news/2025/news-20250409-01.html/</url>
|
||||
<url>https://fsfe.org/news/2025/news-20250409-01.html</url>
|
||||
<body>
|
||||
La FSFE organizó el simposio «¿Dinero público? ¡Código público!
|
||||
en la práctica», en el que representantes de la administración
|
||||
@@ -85,11 +85,11 @@
|
||||
</body>
|
||||
</event>
|
||||
<event month="03" type="device-neutrality">
|
||||
<title>Lanzamiento de la web «Neutralidad del Dispositivo»</title>
|
||||
<title>Lanzamiento de la web «Neutralidad de los Dispositivos»</title>
|
||||
<url>https://deviceneutrality.org/</url>
|
||||
<body>
|
||||
La FSFE ha presentado una página web específica para explicar el
|
||||
concepto de «Neutralidad del Dispositivo» de forma sencilla y accesible para
|
||||
concepto de «Neutralidad de los Dispositivos» de forma sencilla y accesible para
|
||||
todos los usuarios, independientemente de sus conocimientos técnicos.
|
||||
</body>
|
||||
</event>
|
||||
@@ -247,7 +247,7 @@
|
||||
</body>
|
||||
</event>
|
||||
<event month="09" type="device-neutrality">
|
||||
<title>Iniciativa de Neutralidad de Dispositivos</title>
|
||||
<title>Iniciativa de Neutralidad de los Dispositivos</title>
|
||||
<url>https://fsfe.org/activities/deviceneutrality/index</url>
|
||||
<body>
|
||||
La iniciativa de la FSFE para proteger la Neutralidad de los
|
||||
|
||||
@@ -0,0 +1,114 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream - About the Book</title>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
|
||||
<h1 class="p-name">About the Book</h1>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/94/f4/aec90b9dfe2e0f5073003fca5d05.png" alt=""/>
|
||||
<figcaption>
|
||||
Illustration from the book
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="story">The Story</h2>
|
||||
|
||||
<p>The illustrated book "Ada & Zangemann - A Tale of Software,
|
||||
Skateboards and Raspberry Ice Cream" tells the story of the famous
|
||||
inventor Zangemann and the girl Ada, a curious tinkerer. Ada begins
|
||||
to experiment with hardware and software, and in the process
|
||||
realises how crucial it is for her and others to control
|
||||
technology. Here is a short summary:</p>
|
||||
|
||||
<blockquote>
|
||||
<p>The famous inventor Zangemann lives in a huge villa
|
||||
high above the city. Adults and children alike love his inventions
|
||||
and are desperate to have them. But then something happens: when
|
||||
Zangemann wants to take another close-up look at his inventions
|
||||
during a walk through the city, a child hits him in the shin with
|
||||
the skateboard. That hurts! Enraged, the inventor makes a momentous
|
||||
decision... The clever girl Ada sees through what is going on.
|
||||
Together with her friends, she forges a plan.</p>
|
||||
</blockquote>
|
||||
|
||||
<p>A book that arouses children's interest in tinkering and
|
||||
encourages them to shape technology. From age 6 to 106.</p>
|
||||
|
||||
<h2 id="editions">Editions & Languages</h2>
|
||||
|
||||
<p>The following list shows the languages in which the book is
|
||||
currently available and the publishers under which it is
|
||||
published.</p>
|
||||
|
||||
<book-languages />
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/3e/34/d983774aecccb9b950910c6d54d8.jpg" alt="The cover of the book by Ada and Zangemann, repeated six times, with the variation that the book's title, Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream, is written in different languages."/>
|
||||
<figcaption>
|
||||
The book in different languages
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="author">Author & Illustrator</h2>
|
||||
|
||||
<p><a href="https://k7r.eu">Matthias Kirschner</a> is the author of
|
||||
the book and president of the FSFE. Matthias was fascinated by
|
||||
computers and software as a child. He had an early internet
|
||||
connection, through which he learned a lot. Children have the right
|
||||
to take their future into their own hands, and Matthias is committed
|
||||
to the goal that all humans can use software in a self-determined
|
||||
way. He also wants to build an electric skateboard with Free
|
||||
Software.</p>
|
||||
|
||||
<p><a href="http://sandra-brandstaetter.com/">Sandra Brandstätter</a>
|
||||
is the book’s illustrator. Sandra has always liked crafting with
|
||||
scissors, pliers, glue, wire, fabric, and paper. Today she works as
|
||||
an illustrator, comics author and character designer for animated
|
||||
films and series, such as the German public television series ‘Trudes
|
||||
Tier’. If she could choose from an ice cream machine, Sandra would
|
||||
pick a creamy rainbow ice cream with lemon-cucumber flavour and a lot
|
||||
of sprinkles.</p>
|
||||
|
||||
<h2 id="build">Build your Own Version</h2>
|
||||
|
||||
<p>
|
||||
Our tool chain automatically builds <a
|
||||
href="https://download.fsfe.org/ada-zangemann/generated/">different
|
||||
formats of the book</a> from the <a
|
||||
href="https://hosted.weblate.org/projects/fsfe/ada-zangemann/">translations
|
||||
on Weblate</a>. For example, <a
|
||||
href="https://download.fsfe.org/ada-zangemann/generated/Ada_Zangemann-screen.en.mediumres.pdf">screen-readable
|
||||
PDFs</a> or <a
|
||||
href="https://download.fsfe.org/ada-zangemann/generated/Ada_Zangemann.en.brf">Braille
|
||||
versions of the book</a>. Due to the license, you can <a
|
||||
href="/activities/ada-zangemann/involved.html#adapt">make
|
||||
modifications yourself and build own version</a>.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
||||
<followup>subscribe-nl</followup>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3><a href="/activities/ada-zangemann/">Overview</a></h3>
|
||||
<h3>About the Book</h3>
|
||||
<ul>
|
||||
<li><a href="#story">The Story</a></li>
|
||||
<li><a href="#editions">Editions & Languages</a></li>
|
||||
<li><a href="#author">Author & Illustrator</a></li>
|
||||
<li><a href="#build">Build your Own Version</a></li>
|
||||
</ul>
|
||||
<h3><a href="/activities/ada-zangemann/movie.html">The Movie</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/resources.html">Resources</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/events.html">Events</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/involved.html">Get Involved</a></h3>
|
||||
</sidebar>
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1 @@
|
||||
fsfe.org/activities/ada-zangemann/data/language/book/*:[]
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="../../fsfe.xsl"/>
|
||||
<!-- ==================================================================== -->
|
||||
<!-- Dynamic list of languages for the book -->
|
||||
<!-- ==================================================================== -->
|
||||
<xsl:template match="book-languages">
|
||||
<xsl:for-each select="/buildinfo/document/set/language">
|
||||
<xsl:sort select="@value" order="ascending"/>
|
||||
<xsl:variable name="language" select="@value"/>
|
||||
<p>
|
||||
<xsl:value-of select="$language"/>
|
||||
</p>
|
||||
<ul>
|
||||
<xsl:for-each select="publisher">
|
||||
<li>
|
||||
<p>
|
||||
<xsl:call-template name="gettext">
|
||||
<xsl:with-param name="id" select="'publisher'" />
|
||||
</xsl:call-template>
|
||||
<xsl:text>: </xsl:text>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="url"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
ISBN: <xsl:value-of select="number"/>
|
||||
</p>
|
||||
<xsl:if test="affiliate != ''">
|
||||
<p><em>
|
||||
<xsl:value-of select="affiliate"/>
|
||||
</em></p>
|
||||
</xsl:if>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
@@ -1,66 +1,111 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>6</version>
|
||||
<version>7</version>
|
||||
|
||||
<head>
|
||||
<title>Ada & Zangemann book reviews</title>
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream - Reviews & Press</title>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
|
||||
<h1 class="p-name">What do readers say about Ada & Zangemann?</h1>
|
||||
<h1 class="p-name">Reviews</h1>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/54/e9/50126f9b948b901102ef2defec86.png" alt=""/>
|
||||
<figcaption>
|
||||
Illustration from the book
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="selected">Selected Quotes</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>"A rousing tale of self-reliance, community, and standing up
|
||||
to bullies." - <em>Cory Doctorow, Sci-Fi
|
||||
Author</em></p>
|
||||
|
||||
<p>
|
||||
Tech media and interested individuals have shared their reviews about <a href="/activities/ada-zangemann">Ada
|
||||
& Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream</a>.
|
||||
</p>
|
||||
<p>"Introduces readers young and old to the power and peril of
|
||||
software." - <em>Vint Cerf, Computer Scientist and One
|
||||
of the Inventors of the Internet</em></p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/88/0e/538ea879b557fc6b32b07e243a8a.jpg" alt="A teacher standing in a classroom holding the book, with all the pupils holding the book in front of their heads."/>
|
||||
<figcaption>
|
||||
Ada and Zangemann reading in a French school.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<p>"The book is a motivation for the first demo and a little bit
|
||||
of civil disobedience. It is a utopia of possibilities to make the world
|
||||
better with limited means and little money, and an example without moralistic
|
||||
finger-pointing, that control does not make happy." - <em>Anna Biselli,
|
||||
Editor-in-Chief Netzpolitik.org</em></p>
|
||||
|
||||
<dynamic-content/>
|
||||
<p>"Even as a non-child, I was captivated by the story from the
|
||||
first page to the last. Kudos to the author for packaging difficult topics
|
||||
such as monopolies, lobbyism, digital divide, software freedom, digital
|
||||
autonomy, IoT, consumer control, e-waste and much more in a child-friendly
|
||||
form in an easily understandable and exciting storyline." - <em>Jörg Luther,
|
||||
chief editor of the German Linux-Magazin, LinuxUser, Raspberry Pi Geek</em>
|
||||
</p>
|
||||
|
||||
<figure>
|
||||
<peertube url="https://media.fsfe.org/w/opzZJm8SAYLQYz5gTXBeJ9"/>
|
||||
<figcaption>
|
||||
On 4 December 2023, the French Minister of Education, Gabriel Attal, presented the book “Ada & Zangemann” to the APFA parliamentarians meeting in the old Bonn parliament.
|
||||
Afterwards he gifted the book to Anke Rehlinger, Minister-President of the Saarland (Germany).
|
||||
</figcaption>
|
||||
</figure>
|
||||
<p>“What a fun read! I recognize myself in Ada at many moments.” -
|
||||
<em>Isabela Fernandes, Executive Director, The Tor project</em></p>
|
||||
|
||||
<p>“I love this book and I love that it can be shared and translated and adapted easily because licensed freely under a Creative Commons license (BY-SA).” -
|
||||
<em>Lawrence Lessig, Founder of Creative Commons</em></p>
|
||||
</blockquote>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/624801358184dc7876117b818a8b6b83.png" alt="open book with night scene"/>
|
||||
<figcaption>
|
||||
A page of the book
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<blockquote>
|
||||
<p>“Ada & Zangemann brings a highly topical, technically relevant
|
||||
subject to children.” - <em>Catharina Maracke, Chair of the Board,
|
||||
Open Source Initiative</em></p>
|
||||
|
||||
<p>“Software freedom is a critical component to having technology
|
||||
that we can rely on as a society, and it never is too early to learn
|
||||
about why it is so important. I can't wait to read this book to
|
||||
my kids!” - <em>Karen Sandler, Executive Director, Software Freedom
|
||||
Conservancy</em></p>
|
||||
|
||||
<p>“In this hopeful story Ada and her friends join a movement that
|
||||
started back in 1983. Their courageous adventure of software freedom
|
||||
and learning how technology works is a wonderful way to introduce
|
||||
young people everywhere to the joys of tinkering!” - <em>Zoë Kooyman,
|
||||
Executive Director, Free Software Foundation</em></p>
|
||||
</blockquote>
|
||||
|
||||
<h2 id="reviews">Full Reviews</h2>
|
||||
|
||||
<p>
|
||||
Tech media and interested individuals have shared their reviews about <a href="/activities/ada-zangemann">Ada
|
||||
& Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream</a>.
|
||||
</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/d6/0c/ca2e9df2e1c9d4a03e4b9f1b42a1.jpg" alt="Childrens holding the book in front of their heads."/>
|
||||
<figcaption>
|
||||
Ada and Zangemann reading in a italian school
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<dynamic-content/>
|
||||
|
||||
</body>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3>About the book</h3>
|
||||
<ul>
|
||||
<li><a href="/activities/ada-zangemann/index.html">Overview</a></li>
|
||||
<li><a href="/activities/ada-zangemann/letters.html">Letters to Zangemann</a></li>
|
||||
<li><a href="/activities/ada-zangemann/movie.html">Movie</a></li>
|
||||
<li><a href="/activities/ada-zangemann/drawings.html">Drawings</a></li>
|
||||
</ul>
|
||||
<h3>Publishers</h3>
|
||||
<ul>
|
||||
<li><a href="https://nostarch.com/ada-zangemann">No Starch Press</a> (English book)</li>
|
||||
<li><a href="https://dpunkt.de/produkt/ada-und-zangemann/?ref=10022">O'Reilly</a> (German book)</li>
|
||||
<li><a href="https://cfeditions.com/ada/">C&F éditions</a> (French book)</li>
|
||||
<li><a href="https://streetlib.co/isbn-9791222461823">Distributor StreetLib</a> (Italian book)</li>
|
||||
<li><a href="https://modspil.dk/">Modspil</a> (Danish book)</li>
|
||||
</ul>
|
||||
<h3>Resources</h3>
|
||||
<ul>
|
||||
<li><a href="https://git.fsfe.org/FSFE/ada-zangemann">Additional Materials / Git Repository</a></li>
|
||||
<li><a href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/Presentations">Reading presentations</a></li>
|
||||
<li><a href="https://sharepic.fsfe.org/#ada">Sharepic generator</a></li>
|
||||
<li><a href="/contribute/spreadtheword#childrensbook">Order materials</a></li>
|
||||
</ul>
|
||||
<followup>subscribe-nl</followup>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3><a href="/activities/ada-zangemann/">Overview</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/about.html">About the Book</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/movie.html">The Movie</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/resources.html">Resources</a></h3>
|
||||
<h3>Reviews</h3>
|
||||
<ul>
|
||||
<li><a href="/activities/ada-zangemann/index.html#id-get-active">Get Active</a></li>
|
||||
<li><a href="#selected">Selected Quotes</a></li>
|
||||
<li><a href="#reviews">Full Reviews</a></li>
|
||||
</ul>
|
||||
<h3><a href="/activities/ada-zangemann/events.html">Events</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/involved.html">Get Involved</a></h3>
|
||||
</sidebar>
|
||||
|
||||
<translator/>
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="Danish">
|
||||
<publisher>
|
||||
<url>https://modspil.dk/</url>
|
||||
<name>Modspil</name>
|
||||
<number>978-1-7185-0318-2</number>
|
||||
<affiliate />
|
||||
</publisher>
|
||||
</language>
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="English">
|
||||
<publisher>
|
||||
<url>https://nostarch.com/ada-zangemann</url>
|
||||
<name>No Starch Press</name>
|
||||
<number>978-1-718-50320-5</number>
|
||||
<affiliate />
|
||||
</publisher>
|
||||
</language>
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="French">
|
||||
<publisher>
|
||||
<url>https://cfeditions.com/ada/</url>
|
||||
<name>C&F éditions</name>
|
||||
<number>978-2-37662-075-4</number>
|
||||
<affiliate />
|
||||
</publisher>
|
||||
</language>
|
||||
</feed>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="German">
|
||||
<publisher>
|
||||
<url>https://dpunkt.de/produkt/ada-und-zangemann/?ref=10022</url>
|
||||
<name>O'Reilly Germany / Dpunkt Verlag</name>
|
||||
<number>978-3-96009-190-5</number>
|
||||
<description>With
|
||||
O'Reilly Germany / Dpunkt Verlag, the FSFE has an affiliate link and
|
||||
gets 12%.</description>
|
||||
<affiliate>With O'Reilly Germany / Dpunkt Verlag, the FSFE has an affiliate link and gets 12%.</affiliate>
|
||||
</publisher>
|
||||
</language>
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="Italian">
|
||||
<publisher>
|
||||
<url>https://store.streetlib.com/products.php?productId=537977</url>
|
||||
<name>StreetLib</name>
|
||||
<number>979-12-224-6182-3</number>
|
||||
<affiliate>With StreetLib, the FSFE has an affiliate link and gets 42% for the paper book and 72% for the eBook.</affiliate>
|
||||
</publisher>
|
||||
<publisher>
|
||||
<url>https://www.lulu.com/shop/matthias-kirschner-and-sandra-brandst%C3%A4tter-and-luca-bonissi/ada-zangemann-una-fiaba-che-parla-di-software-skateboard-e-gelato-al-lampone/hardcover/product-2m2gvqw.html</url>
|
||||
<name>Lulu.com</name>
|
||||
<number>979-12-224-6182-3</number>
|
||||
</publisher>
|
||||
</language>
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="Norwegian">
|
||||
<publisher>
|
||||
<url>https://www.lulu.com/shop/sandra-brandst%C3%A4tter-and-matthias-kirschner-and-petter-reinholdtsen-and-henrik-g-sund/ada-og-zangemann/paperback/product-zmr289r.html</url>
|
||||
<name>Lulu.com</name>
|
||||
<number>978-8-293-82824-2</number>
|
||||
<affiliate />
|
||||
</publisher>
|
||||
</language>
|
||||
</feed>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="Danish">
|
||||
<platform>
|
||||
<url>https://media.fsfe.org/w/7S9bNkf36e7vBnBrBhj7vS</url>
|
||||
<name>FSFE Peertube</name>
|
||||
</platform>
|
||||
</language>
|
||||
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="English">
|
||||
<platform>
|
||||
<url>https://media.fsfe.org/w/j1c6LQVZ8qnCLLwpXMuw3M</url>
|
||||
<name>FSFE Peertube</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://commons.wikimedia.org/wiki/File:Ada_%26_Zangemann_-_A_Tale_of_Software,_Skateboards,_and_Raspberry_Ice_Cream.webm</url>
|
||||
<name>Wikimedia</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://youtu.be/ac3ZZ7WUuZM</url>
|
||||
<name>Youtube</name>
|
||||
</platform>
|
||||
</language>
|
||||
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="French">
|
||||
<platform>
|
||||
<url>https://media.fsfe.org/w/jPLeR3vpYE7zWaTYdsB9JU</url>
|
||||
<name>FSFE Peertube</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://commons.wikimedia.org/wiki/File:Ada-zangemann-un-conte-sur-les-logiciels-le-skateboard-et-la-glace-%C3%A0-la-framboise.webm</url>
|
||||
<name>Wikimedia</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://youtu.be/ms5vjV4IfoA</url>
|
||||
<name>Youtube</name>
|
||||
</platform>
|
||||
</language>
|
||||
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="German">
|
||||
<platform>
|
||||
<url>https://media.fsfe.org/w/aw4EHJYVBSQGHPS22xXBG2</url>
|
||||
<name>FSFE Peertube</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://commons.wikimedia.org/wiki/File:Ada-zangemann-ein-maerchen-ueber-software-skateboards-und-himbeereis.webm</url>
|
||||
<name>Wikimedia</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://youtu.be/mxI3FWk7wec</url>
|
||||
<name>Youtube</name>
|
||||
</platform>
|
||||
</language>
|
||||
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="Italian">
|
||||
<platform>
|
||||
<url>https://media.fsfe.org/w/truAn16kstE9qiv6sKJGDt</url>
|
||||
<name>FSFE Peertube</name>
|
||||
</platform>
|
||||
</language>
|
||||
|
||||
</feed>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<language value="Spanish">
|
||||
<platform>
|
||||
<url>https://media.fsfe.org/w/mPiL4nzoJ21gWiG4JHLATf</url>
|
||||
<name>FSFE Peertube</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://commons.wikimedia.org/wiki/File:Ada-zangemann-un-cuento-sobre-software-monopatines-y-helado-de-frambuesa.webm</url>
|
||||
<name>Wikimedia</name>
|
||||
</platform>
|
||||
<platform>
|
||||
<url>https://youtu.be/xK2vVRR2iPc</url>
|
||||
<name>Youtube</name>
|
||||
</platform>
|
||||
</language>
|
||||
|
||||
</feed>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<divider id="jtfsm" image="https://pics.fsfe.org/uploads/medium/10/46/b8108b5ebde36b3082da32884770.jpg" alt="Illustration of diverse crowd protesting. Protesters shout cheerfully and hold icecream cones. Slogans write: Do your homework mr President and we will do ours - Hacking 4 Freedom - Don't wreck our tech - There is no code B - They are young and need the code. A robot, two birds, and three dogs accompany the protest.">
|
||||
<divider id="jtfsm" image="https://pics.fsfe.org/uploads/medium/c8/42/61c6e99d3d29d4da9c727b6ec0a6.jpg" alt="Illustration of diverse crowd protesting. Protesters shout cheerfully and hold icecream cones. Slogans write: Do your homework mr President and we will do ours - Hacking 4 Freedom - Don't wreck our tech - There is no code B - They are young and need the code. A robot, two birds, and three dogs accompany the protest.">
|
||||
<text>
|
||||
Illustration from the book. <a href="/contribute/spreadtheword#jtsfm-poster">Get a poster or a postcard with the illustration at no cost.</a>
|
||||
</text>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<feed>
|
||||
<version>1</version>
|
||||
|
||||
<divider id="jtfsm" image="https://pics.fsfe.org/uploads/medium/10/46/b8108b5ebde36b3082da32884770.jpg" alt="Illustratie van een diverse groep die protesteert. Protestanten schreeuwen vrolijk en houden ijshoorntjes vast. Slogans zijn te lezen: Doe je huiswerk meneer President en wij doen het onze - Hacking 4 Freedom - Vernietig onze technologie niet - Er is geen code B - Ze zijn jong en hebben de code nodig. Een robot, twee vogels en drie honden begeleiden het protest.">
|
||||
<divider id="jtfsm" image="https://pics.fsfe.org/uploads/medium/c8/42/61c6e99d3d29d4da9c727b6ec0a6.jpg" alt="Illustratie van een diverse groep die protesteert. Protestanten schreeuwen vrolijk en houden ijshoorntjes vast. Slogans zijn te lezen: Doe je huiswerk meneer President en wij doen het onze - Hacking 4 Freedom - Vernietig onze technologie niet - Er is geen code B - Ze zijn jong en hebben de code nodig. Een robot, twee vogels en drie honden begeleiden het protest.">
|
||||
<text>
|
||||
Illustration uit het boek. <a href="/contribute/spreadtheword#jtsfm-poster">Krijg kostenloos een poster of ansichtkaart met de illustraties.</a>
|
||||
</text>
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream - Events & Readings</title>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
|
||||
<h1 class="p-name">Events</h1>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/7e/b6/350e5a434d4ae21021280f3f1bda.png" alt=""/>
|
||||
<figcaption>
|
||||
Illustration from the book
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="upcoming">Upcoming Events</h2>
|
||||
<dynamic-content-events/>
|
||||
|
||||
<h2 id="past">Past Events (Archive)</h2>
|
||||
<dynamic-content-events-archive/>
|
||||
|
||||
</body>
|
||||
|
||||
<followup>subscribe-nl</followup>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3><a href="/activities/ada-zangemann/">Overview</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/about.html">About the Book</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/movie.html">The Movie</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/resources.html">Resources</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></h3>
|
||||
<h3>Events</h3>
|
||||
<ul>
|
||||
<li><a href="#upcoming">Upcoming Events</a></li>
|
||||
<li><a href="#past">Past Events (Archive)</a></li>
|
||||
</ul>
|
||||
<h3><a href="/activities/ada-zangemann/involved.html">Get Involved</a></h3>
|
||||
</sidebar>
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1,2 @@
|
||||
fsfe.org/events/*/*:[ada-zangemann]
|
||||
fsfe.org/events/*/.*:[ada-zangemann]
|
||||
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="../../fsfe.xsl"/>
|
||||
<!-- ==================================================================== -->
|
||||
<!-- Dynamic upcoming list of events -->
|
||||
<!-- ==================================================================== -->
|
||||
<xsl:template match="dynamic-content-events">
|
||||
<xsl:choose>
|
||||
<xsl:when test="/buildinfo/document/set/event[ translate (substring(@end,1,10), '-', '') >= translate (/buildinfo/@date, '-', '') ]">
|
||||
<xsl:for-each select="/buildinfo/document/set/event[ translate (substring(@end,1,10), '-', '') >= translate (/buildinfo/@date, '-', '') ]">
|
||||
<xsl:sort select="@start"/>
|
||||
<xsl:element name="div">
|
||||
<!-- Description -->
|
||||
<xsl:element name="p">
|
||||
<xsl:attribute name="class">text</xsl:attribute>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">
|
||||
<xsl:text>/events/index.html#</xsl:text>
|
||||
<xsl:value-of select="@filename"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="title"/>
|
||||
</xsl:element>
|
||||
<xsl:element name="br"/>
|
||||
<!-- Date -->
|
||||
<xsl:element name="span">
|
||||
<xsl:attribute name="class">date</xsl:attribute>
|
||||
<xsl:call-template name="event-date"/>
|
||||
</xsl:element>
|
||||
<!-- p/date -->
|
||||
</xsl:element>
|
||||
<!-- p -->
|
||||
</xsl:element>
|
||||
<!-- div/text -->
|
||||
</xsl:for-each>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:element name="p">
|
||||
<xsl:call-template name="gettext">
|
||||
<xsl:with-param name="id" select="'no-upcoming-events'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:element>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
<!-- ==================================================================== -->
|
||||
<!-- Dynamic past list of events -->
|
||||
<!-- ==================================================================== -->
|
||||
<xsl:template match="dynamic-content-events-archive">
|
||||
<xsl:for-each select="/buildinfo/document/set/event[ translate (substring(@end,1,10), '-', '') <= translate (/buildinfo/@date, '-', '') ]">
|
||||
<xsl:sort select="@start" order="descending"/>
|
||||
<xsl:element name="div">
|
||||
<!-- Description -->
|
||||
<xsl:element name="p">
|
||||
<xsl:attribute name="class">text</xsl:attribute>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">
|
||||
<xsl:text>/events/index.html#</xsl:text>
|
||||
<xsl:value-of select="@filename"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="title"/>
|
||||
</xsl:element>
|
||||
<xsl:element name="br"/>
|
||||
<!-- Date -->
|
||||
<xsl:element name="span">
|
||||
<xsl:attribute name="class">date</xsl:attribute>
|
||||
<xsl:call-template name="event-date"/>
|
||||
</xsl:element>
|
||||
<!-- p/date -->
|
||||
</xsl:element>
|
||||
<!-- p -->
|
||||
</xsl:element>
|
||||
<!-- div/text -->
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>11</version>
|
||||
<version>12</version>
|
||||
|
||||
<!-- For translators: This is work in progress, there might be several updates -->
|
||||
|
||||
@@ -8,272 +8,105 @@
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream</title>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
<body class="landing">
|
||||
|
||||
<h1 class="p-name">Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream</h1>
|
||||
<h1>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream</h1>
|
||||
|
||||
<p>Here you find additional information and resources about the book "Ada
|
||||
& Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream"
|
||||
by <a href="https://k7r.eu">Matthias Kirschner</a> and <a href="http://sandra-brandstaetter.com/">Sandra Brandstätter</a>.</p>
|
||||
<p> The illustrated book "Ada & Zangemann - A Tale
|
||||
of Software, Skateboards, and Raspberry Ice Cream" by <a
|
||||
href="https://k7r.eu">Matthias Kirschner</a> and <a
|
||||
href="http://sandra-brandstaetter.com/">Sandra Brandstätter</a> tells
|
||||
the story of the famous inventor Zangemann and the girl Ada, a
|
||||
curious tinkerer. Ada begins to experiment with hardware and
|
||||
software, and in the process realises how crucial it is for her and
|
||||
others to control technology. Here you can find additional information
|
||||
and resources about the book and the movie.</p>
|
||||
|
||||
<figure>
|
||||
<a href="https://pics.fsfe.org/uploads/medium/94/f4/aec90b9dfe2e0f5073003fca5d05.png">
|
||||
<img src="https://pics.fsfe.org/uploads/medium/94/f4/aec90b9dfe2e0f5073003fca5d05.png" alt="A three way power adaptor, a tin of paint, a pair of pliers, a mouse, a soldering iron, a phone, and a keyboard form a circle with a thin white curly line. Inside the circle, Ada and Zangemann face each other. Zangemann is an old man with glasses and Ada is a young girl with curly black hair."/></a>
|
||||
</figure>
|
||||
|
||||
<h2>About the book</h2>
|
||||
|
||||
<blockquote><p>The famous inventor Zangemann lives in a huge villa high above
|
||||
the city. Adults and children alike love his inventions and are desperate to
|
||||
have them. But then something happens: when Zangemann wants to take another
|
||||
close-up look at his inventions during a walk through the city, a child hits
|
||||
him in the shin with the skateboard. That hurts! Enraged, the inventor makes
|
||||
a momentous decision... The clever girl Ada sees through what is going on.
|
||||
Together with her friends, she forges a plan.</p>
|
||||
|
||||
<p>This illustrated book tells the story of the famous inventor Zangemann and
|
||||
the girl Ada, a curious tinkerer. Ada begins to experiment with hardware and
|
||||
software, and in the process realises how crucial it is for her and others to
|
||||
control technology.</p>
|
||||
|
||||
<p>A book that arouses children's interest in tinkering and encourages
|
||||
shaping technology. From age 6 to 106.</p></blockquote>
|
||||
|
||||
<p>The book is currently available:</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="https://nostarch.com/ada-zangemann">in English by the
|
||||
publisher No Starch Press</a> and can be ordered from your preferred book
|
||||
store world-wide with the ISBN 978-1-718-50320-5.</li>
|
||||
|
||||
<li><a href="https://dpunkt.de/produkt/ada-und-zangemann/?ref=10022">in
|
||||
German by the publisher O'Reilly Germany / Dpunkt Verlag (affiliate link -
|
||||
the FSFE gets 12%)</a> and can be ordered from your preferred book store
|
||||
with the ISBN 978-3-96009-190-5.</li>
|
||||
|
||||
<li><a href="https://cfeditions.com/ada">in
|
||||
French by the publisher C&F éditions</a> and can be ordered from your
|
||||
preferred book store with the ISBN 978-2-37662-075-4.</li>
|
||||
|
||||
<li><a href="https://streetlib.co/isbn-9791222461823">in
|
||||
Italian by the distributor StreetLib (softcover and eBook)</a> or <a href="https://www.lulu.com/shop/matthias-kirschner-and-sandra-brandst%C3%A4tter-and-luca-bonissi/ada-zangemann-una-fiaba-che-parla-di-software-skateboard-e-gelato-al-lampone/hardcover/product-2m2gvqw.html">by
|
||||
the distributor Lulu.com (hardcover)</a> (affiliate links - the FSFE gets
|
||||
42% for the paper book and 72% for the eBook) and can be ordered from your
|
||||
preferred book store with the ISBN 979-12-224-6182-3.</li>
|
||||
|
||||
<li><a href="https://modspil.dk/">in
|
||||
Danish by the publisher Modspil</a> and can be ordered from your
|
||||
preferred book store with the ISBN 978-1-7185-0318-2.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Book Reviews</h2>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<p>"A rousing tale of self-reliance, community, and standing up
|
||||
to bullies." - <em>Cory Doctorow, Sci-Fi
|
||||
Author</em></p>
|
||||
|
||||
<p>"Introduces readers young and old to the power and peril of
|
||||
software." - <em>Vint Cerf, Computer Scientist and One
|
||||
of the Inventors of the Internet</em></p>
|
||||
|
||||
<p>"The book is a motivation for the first demo and a little bit
|
||||
of civil disobedience. It is a utopia of possibilities to make the world
|
||||
better with limited means and little money, and an example without moralistic
|
||||
finger-pointing, that control does not make happy." - <em>Anna Biselli,
|
||||
Editor-in-Chief Netzpolitik.org</em></p>
|
||||
|
||||
<p>"Even as a non-child, I was captivated by the story from the
|
||||
first page to the last. Kudos to the author for packaging difficult topics
|
||||
such as monopolies, lobbyism, digital divide, software freedom, digital
|
||||
autonomy, IoT, consumer control, e-waste and much more in a child-friendly
|
||||
form in an easily understandable and exciting storyline." - <em>Jörg Luther,
|
||||
chief editor of the German Linux-Magazin, LinuxUser, Raspberry Pi Geek</em>
|
||||
</p>
|
||||
|
||||
<p>“What a fun read! I recognize myself in Ada at many moments.” -
|
||||
<em>Isabela Fernandes, Executive Director, The Tor project</em></p>
|
||||
|
||||
<p>“I love this book and I love that it can be shared and translated and adapted easily because licensed freely under a Creative Commons license (BY-SA).” -
|
||||
<em>Lawrence Lessig, Founder of Creative Commons</em></p>
|
||||
|
||||
<p>
|
||||
<em><a href="/activities/ada-zangemann/book-reviews.html">Read all the reviews we have received.</a></em>
|
||||
</p>
|
||||
|
||||
</blockquote>
|
||||
|
||||
<figure class="no-border">
|
||||
<a href="/activities/ada-zangemann/book-reviews.html">
|
||||
<img src="https://pics.fsfe.org/uploads/medium/624801358184dc7876117b818a8b6b83.png" alt="open book with night scene"/>
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<p>“Ada & Zangemann brings a highly topical, technically relevant
|
||||
subject to children.” - <em>Catharina Maracke, Chair of the Board,
|
||||
Open Source Initiative</em></p>
|
||||
|
||||
<p>“Software freedom is a critical component to having technology
|
||||
that we can rely on as a society, and it never is too early to learn
|
||||
about why it is so important. I can't wait to read this book to
|
||||
my kids!” - <em>Karen Sandler, Executive Director, Software Freedom
|
||||
Conservancy</em></p>
|
||||
|
||||
<p>“In this hopeful story Ada and her friends join a movement that
|
||||
started back in 1983. Their courageous adventure of software freedom
|
||||
and learning how technology works is a wonderful way to introduce
|
||||
young people everywhere to the joys of tinkering!” - <em>Zoë Kooyman,
|
||||
Executive Director, Free Software Foundation</em></p>
|
||||
|
||||
<p>
|
||||
<em><a href="/activities/ada-zangemann/book-reviews.html">Read all the reviews we have received.</a></em>
|
||||
</p>
|
||||
|
||||
</blockquote>
|
||||
|
||||
<h2>Book readings</h2>
|
||||
|
||||
<p>The author Matthias Kirschner has already given several readings of the
|
||||
book: At events for children and adults (from 6 to 106 years), in school
|
||||
classes, libraries and on other occasions. If you are are interested in a
|
||||
reading by the author or in other available languages by FSFE volunteers,
|
||||
please contact us at <email mailto="yes" subject="Ada and Zangemann">contact@fsfe.org</email>.</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/cb/05/399d19f13425f28039489cec0d86.jpg" alt="Many children in the largest cinema room in Offenburg/Germany during a book reading"/>
|
||||
<figcaption>
|
||||
Author reading to over 150 3rd graders in the largest cinema room of Offenburg. CC-BY-SA Stadt Offenburg / herrfichtner
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2>How to learn coding?</h2>
|
||||
|
||||
<p>There are many resources out which help young people to learn programming.
|
||||
Our community is gathering more information about that topic on our <a href="https://docs.fsfe.org/en/Activities/ProgrammingForChildren">wiki
|
||||
page</a>, and we invite you to help us with amending and keeping this
|
||||
up-to-date.</p>
|
||||
|
||||
<h2>Stickers and postcards for all</h2>
|
||||
|
||||
<div class="grid-50-50">
|
||||
<div class="box">
|
||||
<figure class="no-border">
|
||||
<img src="/contribute/promopics/childrensbook-sticker-zangemann-2022-thumb.png" alt="A die-cut sticker of Zangemann protagonist in the children's book Ada and Zangemann - A tale of software, skateboards, and raspberry ice cream."/>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<figure class="no-border">
|
||||
<img src="/contribute/promopics/childrensbook-sticker-ada-2022-thumb.png" alt="A die-cut sticker of Ada protagonist in the children's book Ada and Zangemann - A tale of software, skateboards, and raspberry ice cream."/>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="card-grid">
|
||||
|
||||
<div class="card">
|
||||
<a href="/activities/ada-zangemann/about.html">
|
||||
<h2>About the Book</h2>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/94/f4/aec90b9dfe2e0f5073003fca5d05.png" alt="" width="600" height="400"/>
|
||||
</a>
|
||||
<p>
|
||||
Learn everything about the book: its story, themes, the people
|
||||
who created it, and where to find it in your language or
|
||||
edition.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>We provide some "Ada & Zangemann" stickers. You can order them at no cost on our <a href="/contribute/spreadtheword#childrensbook">information material page</a>. Get them all!</p>
|
||||
|
||||
<h2>Get active</h2>
|
||||
|
||||
<figure>
|
||||
<a href="https://pics.fsfe.org/uploads/original/10/46/b8108b5ebde36b3082da32884770.jpg">
|
||||
<img src="https://pics.fsfe.org/uploads/medium/10/46/b8108b5ebde36b3082da32884770.jpg" alt=" Illustration of diverse crowd protesting. Protesters shout cheerfully and hold icecream cones. Slogans write: Do your homework mr President and we will do ours - Hacking 4 Freedom - Don't wreck our tech - There is no code B - They are young and need the code. A robot, two birds, and three dogs accompany the protest."/></a>
|
||||
<figcaption>
|
||||
Illustration from the book. <a href="/contribute/spreadtheword#jtsfm-poster">Get a poster or a postcard with the illustration at no cost.</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
Would you like to raise awareness for software freedom? If you liked
|
||||
the book, here are some ideas.
|
||||
</p>
|
||||
<div class="card">
|
||||
<a href="/activities/ada-zangemann/movie.html">
|
||||
<h2>The Movie</h2>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/69/fd/659935c26e82968d163ab136fbf8.png" alt="" width="600" height="400"/>
|
||||
</a>
|
||||
<p>
|
||||
Watch the Ada & Zangemann movie and explore versions in different
|
||||
languages and formats.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<a href="/activities/ada-zangemann/resources.html">
|
||||
<h2>Resources</h2>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/83/fb/cb5df046d847fd197a8392ecb050.png" alt="" width="600" height="400"/>
|
||||
</a>
|
||||
<p>
|
||||
Explore a collection of materials for educators and curious
|
||||
readers: teaching guides, images, illustrations, slides,
|
||||
printables, and source files.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<a href="/activities/ada-zangemann/involved.html">
|
||||
<h2>Get Involved</h2>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/c8/42/61c6e99d3d29d4da9c727b6ec0a6.jpg" alt="" width="600" height="400"/>
|
||||
</a>
|
||||
<p>
|
||||
Spread the word about the story by sharing it with others.
|
||||
Discover more ideas on how to inspire children's interest in
|
||||
tinkering and encourage them to shape technology.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<a href="/activities/ada-zangemann/book-reviews.html">
|
||||
<h2>Reviews</h2>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/54/e9/50126f9b948b901102ef2defec86.png" alt="" width="600" height="400"/>
|
||||
</a>
|
||||
<p>
|
||||
Read what critics, educators, and readers have said about
|
||||
the book. Browse selected quotes or dive into full reviews,
|
||||
available in multiple languages.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<a href="/activities/ada-zangemann/events.html">
|
||||
<h2>Events</h2>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/7e/b6/350e5a434d4ae21021280f3f1bda.png" alt="" width="600" height="400"/>
|
||||
</a>
|
||||
<p>
|
||||
Find out where the book is being presented, read
|
||||
aloud, screened, or discussed. Check upcoming events or
|
||||
explore the archive of past events.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Suggest</strong> the book to your public library. Often you
|
||||
can recommend new books to libraries.
|
||||
</li>
|
||||
<li>
|
||||
<strong>Donate</strong> the book to a public library. This is a
|
||||
good option for cases when a library does not have the budget to
|
||||
buy the book, but you can afford it. Your copy will make many
|
||||
people happy.
|
||||
</li>
|
||||
<li>
|
||||
Give your <strong>feedback</strong> to bookstores about the book,
|
||||
so they recommend it to others.
|
||||
</li>
|
||||
<li>
|
||||
Write a <strong>review</strong> if you bought the book online.
|
||||
</li>
|
||||
<li>
|
||||
Offer schools, youth clubs or elderly homes to <strong>read the
|
||||
book</strong> there. They often ask for people reading books and it
|
||||
is a good way to talk about software freedom. <a href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/Presentations">These
|
||||
slides</a> can be used as a background while you read with a
|
||||
projector.
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Already a Teenager?</h2>
|
||||
|
||||
|
||||
<h2>Dive into software freedom</h2>
|
||||
|
||||
<p>You would like to receive news about "Ada & Zangemann", for example
|
||||
about new stickers or other materials, new translations, or other information
|
||||
about the book? You can subscribe to the FSFE's mailings and not miss this
|
||||
information as well as also receiving general information about software
|
||||
freedom and the FSFE's work.</p>
|
||||
|
||||
<module id="banner-subscribe"/>
|
||||
|
||||
<h2>Already a teenager?</h2>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/0b5182d1811b20495b4b2820d55b24da.jpg" alt="Three teenagers standing in a hackerspace"/>
|
||||
</figure>
|
||||
<p class="license">
|
||||
Graphic by <a href="https://mullana.de/">Lisa Schmidt</a>, <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>
|
||||
</p>
|
||||
|
||||
<p>For teenagers who are already experienced in programming, the FSFE is organising the <a href="/activities/yh4f/">"Youth hacking for freedom" coding competition</a>.
|
||||
Please help us to promote this activity and encourage teenagers to start programming.</p>
|
||||
<p>For teenagers who are already experienced in programming, the FSFE
|
||||
is organising the <a href="/activities/yh4f/">"Youth hacking for
|
||||
freedom" coding competition</a>. Please help us to promote this
|
||||
activity and encourage teenagers to start programming.</p>
|
||||
|
||||
</body>
|
||||
|
||||
<image url="https://pics.fsfe.org/uploads/original/94/f4/aec90b9dfe2e0f5073003fca5d05.png" alt="A three way power adaptor, a tin of paint, a pair of pliers, a mouse, a soldering iron, a phone, and a keyboard form a circle with a thin white curly line. Inside the circle, Ada and Zangemann face each other. Zangemann is an old man with glasses and Ada is a young girl with curly black hair."/>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3>About the book</h3>
|
||||
<ul>
|
||||
<li><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></li>
|
||||
<li><a href="/activities/ada-zangemann/letters.html">Letters to Zangemann</a></li>
|
||||
<li><a href="/activities/ada-zangemann/movie.html">Movie</a></li>
|
||||
<li><a href="/activities/ada-zangemann/drawings.html">Drawings</a></li>
|
||||
</ul>
|
||||
<h3>Publishers</h3>
|
||||
<ul>
|
||||
<li><a href="https://nostarch.com/ada-zangemann">No Starch Press</a> (English book)</li>
|
||||
<li><a href="https://dpunkt.de/produkt/ada-und-zangemann/?ref=10022">O'Reilly</a> (German book)</li>
|
||||
<li><a href="https://cfeditions.com/ada/">C&F éditions</a> (French book)</li>
|
||||
<li><a href="https://streetlib.co/isbn-9791222461823">Distributor StreetLib</a> (Italian book)</li>
|
||||
<li><a href="https://modspil.dk/">Modspil</a> (Danish book)</li>
|
||||
</ul>
|
||||
<h3>Resources</h3>
|
||||
<ul>
|
||||
<li><a href="https://git.fsfe.org/FSFE/ada-zangemann">Additional Materials / Git Repository</a></li>
|
||||
<li><a href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/Presentations">Reading presentations</a></li>
|
||||
<li><a href="https://sharepic.fsfe.org/#ada">Sharepic generator</a></li>
|
||||
<li><a href="/contribute/spreadtheword#childrensbook">Order materials</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="#id-get-active">Get Active</a></li>
|
||||
</ul>
|
||||
</sidebar>
|
||||
|
||||
<translator/>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
@@ -0,0 +1,204 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream - Get Involved</title>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
|
||||
<h1 class="p-name">Get Involved</h1>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/c8/42/61c6e99d3d29d4da9c727b6ec0a6.jpg" alt=""/>
|
||||
<figcaption>
|
||||
Illustration from the book
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="read">Read It to Others</h2>
|
||||
<p>
|
||||
One way to spark children's interest in coding is to read the book to them: in your family, or to your friends' or co-workers' families. It is very motivating and fulfilling to discuss the topic with children and hear about their ideas on what they want to accomplish with technology. You can, for example, simply download <a href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/Presentations">the presentation PDF slides</a> and use
|
||||
<a href="https://download.fsfe.org/ada-zangemann/generated/Ada_Zangemann-reading.en.html">the text with markers for when to turn the slides</a>.</p>
|
||||
<p>
|
||||
If you feel comfortable, you can also organise a larger book reading. You can offer that to schools, youth clubs, or libraries. They often look for people to read books and it
|
||||
is a good way to talk with children about their thoughts on technology and about software freedom. On the <a
|
||||
href="/activities/ada-zangemann/resources/">resources page</a>, you
|
||||
can find additional material of the book.
|
||||
</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/ec/09/aa1f3c2df1b0814babffb7e7274b.jpg" alt="A teacher standing in a classroom holding the book, with all the pupils holding the book in front of their heads."/>
|
||||
<figcaption>
|
||||
Ada and Zangemann reading in a French school
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
If you organise a reading, we
|
||||
recommend that it takes place in a location with <strong>few distractions</strong>.
|
||||
Readings in "open spaces" have turned out to be more challenging for the
|
||||
reader, and especially younger children in particular are much more easily distracted by
|
||||
noise or movement in another area of the room. For <strong>smaller
|
||||
readings</strong>, try to create a cosy environment with as little space as possible between you and the audience. For example, making the
|
||||
audience sit on the floor on pillows, with the reader in front of
|
||||
them. You can find everything you need to organise a reading in <a
|
||||
href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/docs/readings-organisation.md">our documentation</a>.
|
||||
</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/e6/cc/64eae3bd6d5ce239b1c5fff5f9e1.jpg" alt="two people with a book"/>
|
||||
<figcaption>
|
||||
Event with reading of the book in Ukrainian
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
The author, Matthias Kirschner, has already given several readings of
|
||||
the book: At events for children and adults (from 6 to 106 years),
|
||||
in school classes, libraries, cinemas, and on other occasions. If you are
|
||||
interested in a reading by the author or in other available
|
||||
languages by the FSFE volunteers, please contact us at <email
|
||||
mailto="yes" subject="AZ-events">contact@fsfe.org</email>.
|
||||
</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/0d/84/1204ce13be0a41d7006f924e0f3f.jpg" alt="Many children and addults in the conference SFSCON 2023 during a book reading."/>
|
||||
<figcaption>
|
||||
Italian reading by Marta Andreoli and Dario Presutti at SFSCON 2023
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="share">Share your Thoughts</h2>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/06/a9/4731e1c8ad5460091f60d4f82cdb.jpg" alt="Sharepic with a portrait of a person and the quote Curiosity and the Freedom to tinker naturally explains Free Software in this light hearted children’s story. Why not have our ice cream machines that make every flavor and shape? Excellent work!"/>
|
||||
<figcaption>
|
||||
<a href="/activities/ada-zangemann/book-reviews.html#kahle">Sharepic by Brewster Kahle, Founder Internet Archive (Europe)</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
A picture says more than a thousand words! You can use <a
|
||||
href="https://sharepic.fsfe.org/#ada">the sharepic generator</a> to
|
||||
show your love for the book and post your review by generating a
|
||||
picture that you can share on social media channels or add to your
|
||||
blog.
|
||||
</p>
|
||||
|
||||
<h2 id="gift">Gift the Book to Others</h2>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/2a/17/04697eb71d5c44bd473e0cea7773.png" alt="A girl reading a book labeled as remix version"/>
|
||||
<figcaption>
|
||||
Mila reading a remix version of Ada & Zangemann © CC-BY 4.0 Romain Debailleul
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
Gifting the book to friends and family or co-workers will help to spark children's interest in coding. You can <a href="/activities/ada-zangemann/about.html#editions">buy
|
||||
a copy online</a> or at your favourite bookstore. After buying it helps a lot if you leave a review or feedback for the store, so they can recommend it to others as well.
|
||||
</p>
|
||||
<p>
|
||||
If you would like to buy a larger number of discounted books, e.g. to gift to employees, partners, or for events, please contact us at <email mailto="yes" subject="AZ-translations">contact@fsfe.org</email>.
|
||||
</p>
|
||||
|
||||
<h2 id="suggest">Suggest It to Libraries / Schools</h2>
|
||||
<p>
|
||||
You can <strong>recommend</strong> the book to your public library
|
||||
or you can even <strong>donate</strong> a copy if a library does
|
||||
not have the budget to buy it but you can afford to. The same
|
||||
applies to youth clubs, schools, or hackerspaces. Your copy will
|
||||
enable children to read it who might not have the financial means
|
||||
to buy it themselves.
|
||||
</p>
|
||||
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/b6/f2/ee6217359ddd3df59299a601c3b1.jpg" alt="Many children in a classroom in Boston (USA) during a book reading with the author."/>
|
||||
<figcaption>
|
||||
Author reading of Ada & Zangemann in Boston, USA
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="ebook">Share as Example Files</h2>
|
||||
|
||||
<p>All the material around the book and the movie is available under Creative Commons CC By Share Alike. This enables you to include the e-book or the movie on computers at schools, universities, or as example files for GNU/Linux distributions. This is a great way to spread the story further. If you do, please let us know.</p>
|
||||
|
||||
<h2 id="screening">Organise a Screening</h2>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/61/c9/c398ea1103f74fccefa49a8d41e6.jpg" alt="A movie screen showing the film about Ada and Zangemann. On either side of the screen are several rows of red seats with children sitting in them, seen from behind."/>
|
||||
<figcaption>
|
||||
Screening of the movie at its German premiere in Essen, 2024
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>If reading the book aloud is not your thing, you could also organise a movie screening. Either in a private setting, or with the <a href="/activities/ada-zangemann/movie.html#screening">DCP movie files</a> even renting a cinema and inviting families, your employees with children, or school classes to attend. For the German premiere, we rented the largest cinema in Germany and watched the movie with over 800 children. This is perfect to spark children's interest in technology.</p>
|
||||
|
||||
<h2 id="translate">Translate</h2>
|
||||
<p>
|
||||
The FSFE would like as many people as possible to learn about the
|
||||
book and be able to read it in their mother tongue. If you would
|
||||
like to do a community translation you can directly start on <a href="https://hosted.weblate.org/projects/fsfe/ada-zangemann/">our Weblate instance</a>, please let <a
|
||||
href="/contribute/translators/">the FSFE's translation team</a>
|
||||
know about it and have a look at the <a
|
||||
href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/docs/translation-guidelines.md">translation
|
||||
guidelines</a>.</p>
|
||||
<p>
|
||||
If you have any contacts
|
||||
with publishers, which are interested to publish the book in
|
||||
another language, or if you are interested in ordering a larger number of books if the book would be available in a certain language, then
|
||||
please contact us at <email mailto="yes" subject="AZ-translations">contact@fsfe.org</email>.
|
||||
</p>
|
||||
|
||||
<h2 id="adapt">Adapt</h2>
|
||||
|
||||
<p>
|
||||
In the spirit of the license, you can automatically generate book variants based on templates and
|
||||
the translated text yourself. Do you want to change the names in the book to your children's names? Do you dislike some parts of the story and want to make changes? <a
|
||||
href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/docs/building.md">This
|
||||
practical guide</a> explains how to build the various output formats. It is the same tooling that automatically builds <a href="https://download.fsfe.org/ada-zangemann/generated/">different formats of the book</a> from the <a href="https://hosted.weblate.org/projects/fsfe/ada-zangemann/">translations on Weblate</a> such as <a href="https://download.fsfe.org/ada-zangemann/generated/Ada_Zangemann-screen.en.mediumres.pdf">the screen-readable PDFs</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h2 id="automation">Help with Automation</h2>
|
||||
<p>
|
||||
The impact of the story is increased when the story is available in
|
||||
more languages and more formats. Therefore, the automation should
|
||||
make it easy to add new translations and formats. It should also be
|
||||
easy to generate and finetune output files, regardless of technical
|
||||
skill or operating system. Free culture should be favoured when
|
||||
selecting programs and content such as fonts. If you would like to
|
||||
help improve the tool chain for the story, you can check out <a
|
||||
href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/docs/automation-design.md">the
|
||||
relevant documentation</a>.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
||||
<followup>subscribe-nl</followup>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3><a href="/activities/ada-zangemann/">Overview</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/about.html">About the Book</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/movie.html">The Movie</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/resources.html">Resources</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/events.html">Events</a></h3>
|
||||
<h3>Get Involved</h3>
|
||||
<ul>
|
||||
<li><a href="#read">Read It to Others</a></li>
|
||||
<li><a href="#share">Share your Thoughts</a></li>
|
||||
<li><a href="#gift">Gift the Book to Others</a></li>
|
||||
<li><a href="#suggest">Suggest It to Libraries / Schools</a></li>
|
||||
<li><a href="#ebook">Share as Example Files</a></li>
|
||||
<li><a href="#screening">Organise a Screening</a></li>
|
||||
<li><a href="#translate">Translate</a></li>
|
||||
<li><a href="#adapt">Adapt</a></li>
|
||||
<li><a href="#automation">Help with Automation</a></li>
|
||||
</ul>
|
||||
</sidebar>
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -32,7 +32,7 @@
|
||||
<ul>
|
||||
<li><a href="/activities/ada-zangemann/index.html">Overview</a></li>
|
||||
<li><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></li>
|
||||
<li><a href="/activities/ada-zangemann/movie.html">Movie</a></li>
|
||||
<li><a href="/activities/ada-zangemann/movie.html">The Movie</a></li>
|
||||
<li><a href="/activities/ada-zangemann/drawings.html">Drawings</a></li>
|
||||
</ul>
|
||||
<h3>Publishers</h3>
|
||||
|
||||
@@ -1,103 +1,96 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>4</version>
|
||||
<version>5</version>
|
||||
|
||||
<head>
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream - Movie</title>
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream - The Movie</title>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
|
||||
<h1 class="p-name">The Ada & Zangemann Movie</h1>
|
||||
|
||||
<div class="peertube-video"><iframe title="Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/91cb5612-09b7-45a8-82d1-1a921d38df29" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"/></div>
|
||||
|
||||
<h1 class="p-name">The Movie</h1>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/69/fd/659935c26e82968d163ab136fbf8.png" alt="A movie screen showing the film about Ada and Zangemann. On either side of the screen are several rows of red seats with children sitting in them, seen from behind."/>
|
||||
<figcaption>
|
||||
Screening of the movie at its German premiere in Essen, 2024
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>
|
||||
Following the success of the illustrated book "Ada & Zangemann - A Tale of
|
||||
Software, Skateboards, and Raspberry Ice Cream", the story is since 2024 also available as
|
||||
an animated movie.
|
||||
Following the success of the illustrated book "Ada & Zangemann - A Tale
|
||||
of Software, Skateboards, and Raspberry Ice Cream", and thanks to
|
||||
<a href="/donate/thankgnus-2026.html">the FSFE's donors</a>
|
||||
the story has been available as an animated movie since 2024.
|
||||
</p>
|
||||
<p>
|
||||
Released as an Open Educational Resource, under a Creative Commons
|
||||
By Share-Alike Licence, it tells tells the story of the famous
|
||||
inventor Zangemann and the girl Ada, a curious tinkerer. Ada begins
|
||||
to experiment with hardware and software, and in the process
|
||||
realises how crucial it is for her and others to control
|
||||
Released as an Open Educational Resource, under a Creative
|
||||
Commons By Share-Alike Licence, it tells the story of the
|
||||
famous inventor Zangemann and the girl Ada, a curious tinkerer.
|
||||
Ada begins to experiment with hardware and software, and in the
|
||||
process realises how crucial it is for her and others to control
|
||||
technology.
|
||||
</p>
|
||||
<p>
|
||||
This fascinating story, written by <a href="https://k7r.eu">Matthias Kirschner</a>, illustrated by <a href="http://sandra-brandstaetter.com/">Sandra Brandstätter</a> and animated by <a href="https://monstroos.com/">Monströös</a>,
|
||||
encourages children, especially girls, to tinker with hardware and
|
||||
software and encouraging them to shape their own technology.
|
||||
This fascinating story, written by <a href="https://k7r.eu">Matthias
|
||||
Kirschner</a>, illustrated by <a
|
||||
href="http://sandra-brandstaetter.com/">Sandra Brandstätter</a> and
|
||||
animated by <a href="https://monstroos.com/">Monströös</a>,
|
||||
encourages children, especially girls, to tinker with hardware and
|
||||
software and to shape their own technology.
|
||||
</p>
|
||||
|
||||
<div class="peertube-video"><iframe title="Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream" width="100%" height="100%" src="https://media.fsfe.org/videos/embed/91cb5612-09b7-45a8-82d1-1a921d38df29" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="position: absolute; inset: 0px;"/></div>
|
||||
|
||||
<h2 id="language">Language Versions</h2>
|
||||
|
||||
<p>
|
||||
The movie is released in the languages below. For each additional
|
||||
language version, we require <a
|
||||
href="https://my.fsfe.org/donate?amount=3600&period=x&referrer=az-translations">roughly
|
||||
€3,600 in donations</a>. Please contact us about planned language
|
||||
versions and how you can support them.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<em>The movie is released in the languages below. For each additional language versions we require roughly 3600€ in donations. Please contact us about planed language versions.</em>
|
||||
</p>
|
||||
<movie-languages/>
|
||||
|
||||
<h2>Download locations</h2>
|
||||
<ul>
|
||||
<li>FSFE Peertube:
|
||||
<a href="https://media.fsfe.org/w/7S9bNkf36e7vBnBrBhj7vS">Dansk</a>,
|
||||
<a href="https://media.fsfe.org/w/j1c6LQVZ8qnCLLwpXMuw3M">English</a>,
|
||||
<a href="https://media.fsfe.org/w/jPLeR3vpYE7zWaTYdsB9JU">French</a>,
|
||||
<a href="https://media.fsfe.org/w/aw4EHJYVBSQGHPS22xXBG2">German</a>,
|
||||
<a href="https://media.fsfe.org/w/p/k77oZk33uLy95DZmx8FUHJ">Italian</a>,
|
||||
<a href="https://media.fsfe.org/w/mPiL4nzoJ21gWiG4JHLATf">Spanish</a>
|
||||
</li>
|
||||
<li>archive.org: <a href="https://archive.org/details/ada-zangemann-a-tale-of-software-skateboards-and-raspberry-ice-cream">English</a></li>
|
||||
<li>Wikimedia:
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Ada_%26_Zangemann_-_A_Tale_of_Software,_Skateboards,_and_Raspberry_Ice_Cream.webm">English</a>,
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Ada-zangemann-un-conte-sur-les-logiciels-le-skateboard-et-la-glace-%C3%A0-la-framboise.webm">French</a>,
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Ada-zangemann-ein-maerchen-ueber-software-skateboards-und-himbeereis.webm">German</a>,
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Ada-zangemann-un-cuento-sobre-software-monopatines-y-helado-de-frambuesa.webm">Spanish</a>
|
||||
</li>
|
||||
<li>Youtube:
|
||||
<a href="https://youtu.be/ac3ZZ7WUuZM">English</a>,
|
||||
<a href="https://youtu.be/ms5vjV4IfoA">French</a>,
|
||||
<a href="https://youtu.be/mxI3FWk7wec">German</a>,
|
||||
<a href="https://youtu.be/xK2vVRR2iPc">Spanish</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>For screenings in a cinema you can <a href="https://download.fsfe.org/ada-zangemann/cinema/">download the necessary DCP files from the FSFE's download server</a>.</p>
|
||||
|
||||
<h2>Sharepic generator</h2>
|
||||
<p>
|
||||
Do you like "Ada & Zangemann"? Leave your review in your social media networks with our <a href="https://sharepic.fsfe.org/#ada">sharepic generator</a>!
|
||||
</p>
|
||||
<h2 id="screening">Screenings</h2>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/56/c4/6625476eb96076bc202489a23bcd.jpg" alt="Picture with contributors of the movie at the stage of the Lichtburg in Essen, Germany's largest cinema."/>
|
||||
<figcaption>
|
||||
Screening of the movie at its German premiere in Essen, 2024
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>For screenings in a cinema, you can <a
|
||||
href="https://download.fsfe.org/ada-zangemann/cinema/">download the
|
||||
necessary DCP files from the FSFE's download server</a>.</p>
|
||||
|
||||
<p>Thanks to Lichtburg Essen for taking over the creation of the DCP
|
||||
files for the film in different languages free of charge. For the
|
||||
creation process, they used Free Software tools: Handbrake,
|
||||
Subtitle Edit, and OpenShot Video Editor for pre-editing the
|
||||
material; DCP-o-matic on a powerful render server for the actual
|
||||
DCP creation; and Aurora Files, FileZilla Server, and Client for
|
||||
the provision.</p>
|
||||
|
||||
</body>
|
||||
|
||||
<followup>donate</followup>
|
||||
<followup>subscribe-nl</followup>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3>About the book</h3>
|
||||
<h3><a href="/activities/ada-zangemann/">Overview</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/about.html">About the Book</a></h3>
|
||||
<h3>The Movie</h3>
|
||||
<ul>
|
||||
<li><a href="/activities/ada-zangemann/index.html">Overview</a></li>
|
||||
<li><a href="/activities/ada-zangemann/letters.html">Letters to Zangemann</a></li>
|
||||
<li><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></li>
|
||||
<li><a href="/activities/ada-zangemann/drawings.html">Drawings</a></li>
|
||||
</ul>
|
||||
<h3>Publishers</h3>
|
||||
<ul>
|
||||
<li><a href="https://nostarch.com/ada-zangemann">No Starch Press</a> (English book)</li>
|
||||
<li><a href="https://dpunkt.de/produkt/ada-und-zangemann/?ref=10022">O'Reilly</a> (German book)</li>
|
||||
<li><a href="https://cfeditions.com/ada/">C&F éditions</a> (French book)</li>
|
||||
<li><a href="https://streetlib.co/isbn-9791222461823">Distributor StreetLib</a> (Italian book)</li>
|
||||
<li><a href="https://modspil.dk/">Modspil</a> (Danish book)</li>
|
||||
</ul>
|
||||
<h3>Resources</h3>
|
||||
<ul>
|
||||
<li><a href="https://git.fsfe.org/FSFE/ada-zangemann">Additional Materials / Git Repository</a></li>
|
||||
<li><a href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/Presentations">Reading presentations</a></li>
|
||||
<li><a href="https://sharepic.fsfe.org/#ada">Sharepic generator</a></li>
|
||||
<li><a href="/contribute/spreadtheword#childrensbook">Order materials</a></li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="/activities/ada-zangemann/index.html#id-get-active">Get Active</a></li>
|
||||
<li><a href="#language">Language Versions</a></li>
|
||||
<li><a href="#screening">Screenings</a></li>
|
||||
</ul>
|
||||
<h3><a href="/activities/ada-zangemann/resources.html">Resources</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/events.html">Events</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/involved.html">Get Involved</a></h3>
|
||||
</sidebar>
|
||||
|
||||
<translator/>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fsfe.org/activities/ada-zangemann/data/language/movie/*:[]
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="../../fsfe.xsl"/>
|
||||
<!-- ==================================================================== -->
|
||||
<!-- Dynamic list of languages -->
|
||||
<!-- ==================================================================== -->
|
||||
<xsl:template match="movie-languages">
|
||||
<xsl:for-each select="/buildinfo/document/set/language">
|
||||
<xsl:sort select="@value" order="ascending"/>
|
||||
<xsl:variable name="language" select="@value"/>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
<xsl:value-of select="$language"/>
|
||||
<xsl:text>: </xsl:text>
|
||||
<xsl:for-each select="platform">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="url"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a>
|
||||
<xsl:if test="position() != last()">
|
||||
<xsl:text>, </xsl:text>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
@@ -0,0 +1,138 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Ada & Zangemann - A Tale of Software, Skateboards, and Raspberry Ice Cream - Resources</title>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
|
||||
<h1 class="p-name">Resources</h1>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/b3/f2/8a0369e4b835a0459254a294e56e.png" alt=""/>
|
||||
<figcaption>
|
||||
Illustration from the book
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="materials">Teaching Materials</h2>
|
||||
<p>
|
||||
Our goal is to share available resources between educators so materials
|
||||
can be reused, translated, and adapted to educators' own needs. The
|
||||
following materials around Ada & Zangemann are currently known to
|
||||
us:
|
||||
|
||||
<ul>
|
||||
<li>The French Ministry of Education <a href="https://ada-zangemann.forge.apps.education.fr/">created a portal about Ada & Zangemann</a>. The portal includes <a href="https://ada-zangemann.forge.apps.education.fr/ressources/pedagogique.html">teaching resources,</a> including an online comic-book creation application, <a href="https://ada-zangemann.forge.apps.education.fr/livre/en/az_en.html">an online version of the book in different languages</a>, the movie and audiobooks in different languages, <a href="https://ada-zangemann.forge.apps.education.fr/livre/az-diaporama.html">slides for reading at school</a>, a <a href="https://ada-zangemann.forge.apps.education.fr/jeu/">board game</a>, <a href="https://ada-zangemann.forge.apps.education.fr/ressources/telechargement.html">multilingual PDFs of the book</a>, and more.</li>
|
||||
<li>The Austrian Ministry of Education <a href="https://www.eduvidual.at/course/view.php?id=218862">created an online course</a> which includes interactive activities, discussion guides, and traditional exercises. It presents complex topics such as monopolies, lobbying, the digital divide, software freedom, digital autonomy, the Internet of Things (IoT), and electronic waste in a child-friendly way as part of an engaging storyline.</li>
|
||||
<li>One teacher started asking their pupils to write letters to Zangemann. We have published some of <a href="/activities/ada-zangemann/letters.html">the letters to Zangemann for which we have permission</a>. If you do similar exercises, we would love to hear from you, and we will ensure Zangemann gets the letters.</li>
|
||||
<li>For younger children, we offer <a href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/DrawingTemplate">drawing templates.</a></li>
|
||||
</ul>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/e1/b0/dde5fe47f17b6962454145dcba40.jpg" alt="A child's drawing of an invention titled “The Speedy Shoes”"/>
|
||||
<figcaption>
|
||||
A drawing of a child about a new invention
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2 id="stickers">Bookmarks, Stickers, ...</h2>
|
||||
|
||||
<p>
|
||||
As information material, we provide some "Ada & Zangemann" stickers, bookmarks, and postcards with the illustrations. You can order them at no cost on <a
|
||||
href="/contribute/spreadtheword.html#childrensbook">our information
|
||||
material page</a>. In our <a href="/order/index.html">merchandise shop</a>, you can also get other materials such as Ada & Zangemann tattoos.
|
||||
</p>
|
||||
|
||||
<div class="grid-50-50">
|
||||
<div class="box">
|
||||
<figure class="no-border">
|
||||
<img src="/contribute/promopics/childrensbook-sticker-zangemann-2022-thumb.png" alt="A die-cut sticker of Zangemann protagonist in the children's book Ada and Zangemann - A tale of software, skateboards, and raspberry ice cream."/>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<figure class="no-border">
|
||||
<img src="/contribute/promopics/childrensbook-sticker-ada-2022-thumb.png" alt="A die-cut sticker of Ada protagonist in the children's book Ada and Zangemann - A tale of software, skateboards, and raspberry ice cream."/>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 id="slides">Reading Slides</h2>
|
||||
|
||||
<p>
|
||||
We also offer <a href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/Presentations/en/ada-zangemann-reading.en.pdf">the presentation PDF slides</a> which together with
|
||||
<a href="https://download.fsfe.org/ada-zangemann/generated/Ada_Zangemann-reading.en.html">the text with markers for when to turn the slides</a>, can be used for book readings.
|
||||
</p>
|
||||
|
||||
<h2 id="source">Source Materials</h2>
|
||||
<p>
|
||||
In the <a href="https://git.fsfe.org/FSFE/ada-zangemann">Git
|
||||
repository</a> you can find all the available sources and
|
||||
additional material for the illustrated book and the movie "Ada
|
||||
& Zangemann - A Tale of Software, Skateboards and Raspberry
|
||||
Ice Cream". For example if you need illustrations from the book,
|
||||
you can check <a
|
||||
href="https://git.fsfe.org/FSFE/ada-zangemann/src/branch/main/illustrations">this
|
||||
directory</a>, which contains the illustrations, including the
|
||||
drawn titles and drawn capitals. All are licensed under the same
|
||||
Creative Commons licence used by Wikipedia.
|
||||
</p>
|
||||
|
||||
<h2 id="wallpapers">Wallpapers</h2>
|
||||
|
||||
<figure>
|
||||
<a href="https://pics.fsfe.org/uploads/original/c8/42/61c6e99d3d29d4da9c727b6ec0a6.jpg">
|
||||
<img src="https://pics.fsfe.org/uploads/medium/c8/42/61c6e99d3d29d4da9c727b6ec0a6.jpg" alt=""/></a>
|
||||
<figcaption>
|
||||
16:9 illustration from the book, also <a href="https://pics.fsfe.org/uploads/original/86/33/e732673d85fb299feded1001b7d7.png">available in 3:2</a>.
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<a href="https://pics.fsfe.org/uploads/original/d7/d2/c26ee0ca3abd205ecbe0a8117b3b.jpg">
|
||||
<img src="https://pics.fsfe.org/uploads/original/d7/d2/c26ee0ca3abd205ecbe0a8117b3b.jpg" alt=""/></a>
|
||||
<figcaption>
|
||||
"Ada & Zangemann" by David Revoy, based on " Ada & Zangemann" written by Matthias Kirschner and illustrated by Sandra Brandstätter − CC-BY-SA 4.0. All the files, including the sources, are available on <a href="https://www.peppercarrot.com/en/viewer/misc-src__2023-12-03_Ada-and-Zangemann_by-David-Revoy.html">David Revoy's website</a> who <a href="https://upload.wikimedia.org/wikipedia/commons/e/e3/Ada_from_Ada_%26_Zangemann_Krita_Process_David_Revoy.webm">created it with the Free Software Krita</a>.
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
</p>
|
||||
|
||||
<h2 id="mailing">Mailing List for Educators</h2>
|
||||
<p>
|
||||
We maintain a mailing list of educators who exchange resources
|
||||
and ideas on how to use Ada & Zangemann in teaching. Our
|
||||
goal is for more resources to be shared in the future. If you
|
||||
are an educator and would like to get in touch with others who
|
||||
use and create materials above, you can reach out to us via
|
||||
<email mailto="yes"
|
||||
subject="AZ-events">contact@fsfe.org</email> telling us about
|
||||
your background and your interest to join the group.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
||||
<followup>subscribe-nl</followup>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<h3><a href="/activities/ada-zangemann/">Overview</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/about.html">About the Book</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/movie.html">The Movie</a></h3>
|
||||
<h3>Resources</h3>
|
||||
<ul>
|
||||
<li><a href="#materials">Teaching Materials</a></li>
|
||||
<li><a href="#stickers">Bookmarks, Stickers, ...</a></li>
|
||||
<li><a href="#slides">Reading Slides</a></li>
|
||||
<li><a href="#source">Source Materials</a></li>
|
||||
<li><a href="#wallpapers">Wallpapers</a></li>
|
||||
<li><a href="#mailing">Mailing List for Educators</a></li>
|
||||
</ul>
|
||||
<h3><a href="/activities/ada-zangemann/book-reviews.html">Reviews</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/events.html">Events</a></h3>
|
||||
<h3><a href="/activities/ada-zangemann/involved.html">Get Involved</a></h3>
|
||||
</sidebar>
|
||||
<translator/>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
@@ -262,17 +262,6 @@
|
||||
GrapheneOS devices.</a>
|
||||
</p>
|
||||
|
||||
<div class="color-box border" data-color="burnt-sienna">
|
||||
<p>
|
||||
<a href="https://calyxos.org/news/2025/08/01/a-letter-to-our-community/">
|
||||
CalyxOS development is currently interrupted</a>.
|
||||
According to their announcement, no further updates, including security patches,
|
||||
will be released in the foreseeable future until changes have been carried
|
||||
out within the CalyxOS infrastructure. For those currently running CalyxOS, it has
|
||||
been advised to back-up your data and switch to a different Android variant.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h3 id="CalyxOS">CalyxOS</h3>
|
||||
<div class="image left">
|
||||
<img alt="calyx-logo" src="/activities/android/calyx-color-logo-150x144.png"/>
|
||||
@@ -289,6 +278,25 @@
|
||||
CalyxOS devices.</a>
|
||||
</p>
|
||||
|
||||
<h3 id="eos">iodéOS</h3>
|
||||
<div class="image left">
|
||||
<img alt="iodé logo" src="/activities/android/iodeOS.png"/>
|
||||
</div>
|
||||
<p>
|
||||
<a href="https://iode.tech/">iodé</a> is a privacy-focused
|
||||
Android system that aims to remove Google trackers from your
|
||||
smartphone. It is based on LineageOS, so it is compatible with a
|
||||
fairly wide range of devices, and it ships with microG
|
||||
pre-installed. Its distinguishing feature is the built-in iodé
|
||||
blocker, an interface that shows you which trackers and ad
|
||||
servers your apps are trying to contact and lets you block
|
||||
them. Like /e/, it is developed by a European company, and you
|
||||
can also buy smartphones (including refurbished ones) with
|
||||
iodéOS
|
||||
pre-installed. <a href="https://iode.tech/iodeos-official-supported-devices/">List
|
||||
of supported iodé devices</a>.
|
||||
</p>
|
||||
|
||||
<h3 id="eos">/e/ OS</h3>
|
||||
<div class="image left">
|
||||
<img alt="e-logo" src="/activities/android/e-logo.png"/>
|
||||
|
||||
@@ -1,212 +1,323 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>3</version>
|
||||
<html>
|
||||
<version>3</version>
|
||||
|
||||
<head>
|
||||
<title>DMA: Litigation against Apple</title>
|
||||
</head>
|
||||
|
||||
<body class="toplevel">
|
||||
|
||||
<h1>DMA: Litigation against Apple</h1>
|
||||
|
||||
<head>
|
||||
<title>DMA: Litigation against Apple</title>
|
||||
</head>
|
||||
|
||||
<body class="toplevel">
|
||||
|
||||
<h1>DMA: Litigation against Apple</h1>
|
||||
|
||||
<div id="introduction">
|
||||
<p>
|
||||
The FSFE is intervening for Free Software in a key court case
|
||||
involving Apple and the European Commission. Apple is trying to
|
||||
avoid obligations derived from the Digital Markets Act (DMA). The
|
||||
FSFE seeks to hold Apple accountable under the DMA in a
|
||||
developer-friendly way.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/12/97/ab4667655231f8b2ebc20f83c3e0.png" alt="Illustration of an apple with a worm inside it"/>
|
||||
<figcaption>
|
||||
Cutting out the rot in Apple. Graphic by Rahak for the FSFE, <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA
|
||||
4.0</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<h2>Apple’s unbalanced power is a threat to Free Software</h2>
|
||||
|
||||
<p>Apple is one of the largest tech companies in the world. Its
|
||||
unbalanced power spans key aspects of software and devices,
|
||||
profoundly distorting digital markets. Apple’s dominance negatively
|
||||
affects not only competition with and among other companies, but <a href="/freesoftware/freesoftware.html">software
|
||||
freedom</a>, open internet and ultimately digital democracy.</p>
|
||||
|
||||
<p>The <a href="/activities/dma/dma.html">Digital Markets Act (DMA)</a>
|
||||
is the European Union’s regulatory
|
||||
response to such corporate power. The law applies to very large
|
||||
companies exercising “gatekeeper control” in the EU.
|
||||
The DMA imposes on such companies several obligations, like allowing
|
||||
the right to install and uninstall software in devices, prohibition
|
||||
of non-removable pre-installed software, enabling third-party app
|
||||
stores and access rights via interoperability with software and
|
||||
hardware functions.</p>
|
||||
|
||||
<p>In September 2023, the European Commission <a href="https://ec.europa.eu/competition/digital_markets_act/cases/202344/DMA_100013_215.pdf">designated
|
||||
Apple as a
|
||||
“gatekeeper” under the DMA</a>. With that, the law began to apply to
|
||||
Apple’s operating system, app store and browser. However, <a href="/news/2024/news-20240627-01.html">Apple has
|
||||
taken an aggressive position against the DMA, </a> starting litigation
|
||||
against the European Commission in November 2023.</p>
|
||||
|
||||
<div class="module-wrapper news">
|
||||
<module id="banner-apple-litigation-supporter"/>
|
||||
</div>
|
||||
|
||||
<p>Due to the high risks against Software Freedom involved in this
|
||||
case, in February 2024, <strong>the FSFE decided to intervene to hold Apple
|
||||
accountable under the DMA in a developer-friendly way</strong>. <a href="https://husovec.eu/amicus-briefs/">Dr.
|
||||
Martin Husovec</a>, a lawyer with extensive experience in strategic
|
||||
litigation for non-profits, is representing the FSFE before the court.</p>
|
||||
<div>
|
||||
<blockquote>“Becoming an intervener in this case is crucial as the FSFE is
|
||||
representing the civil society perspective, which enriches the judicial
|
||||
proceedings. This allows the court to make fully informed
|
||||
decisions”<cite>says Dr. Martin Husovec, the lawyer representing FSFE in
|
||||
the
|
||||
court</cite>.</blockquote>
|
||||
</div>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/big/d0988bf4e317a6cd7953689adf50b573.jpg" alt="Iphone with unlock screen on a desk while a person is bend over it and looks at the phone."/>
|
||||
<figcaption>
|
||||
Barriers against software freedom and vendor lock-in are constant
|
||||
hurdles faced by developers and users interacting with Apple
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<h2>Safeguarding the interests of Free Software developers and users</h2>
|
||||
|
||||
<p>
|
||||
Apple, in this case <a href="https://curia.europa.eu/juris/fiche.jsf?id=T%3B1080%3B23%3BRD%3B1%3BP%3B1%3BT2023%2F1080%2FP&nat=or&mat=or&pcs=Oor&jur=T&for=&jge=&dates=&language=en&pro=&etat=pend&cit=none%252CC%252CCJ%252CR%252C2008E%252C%252C%252C%252C%252C%252C%252C%252C%252C%252Ctrue%252Cfalse%252Cfalse&oqp=&td=%3BALL&avg=&lgrec=en&lg=&cid=4202373">(T-1080/23)</a>,
|
||||
is trying to dodge the DMA rules over its app store and
|
||||
interoperability of its operating system. The company’s narrow
|
||||
interpretation of the DMA frames these obligations as
|
||||
disproportionate in relation to its commercial and economic
|
||||
interests.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>The FSFE is countering this position by proving that Apple
|
||||
is being regulated in the light of public interest</strong>. We
|
||||
assert that Apple should compete on trustworthiness. Developers and
|
||||
users should benefit from alternative services and products, not
|
||||
just those offered by Apple. For reasons of fair competition,
|
||||
cybersecurity and consumer protection, we urge that the case be
|
||||
dismissed completely.
|
||||
</p>
|
||||
|
||||
<p>Here is how your rights will be affected by this litigation if the FSFE is successful:</p>
|
||||
|
||||
<div>
|
||||
<p><strong><em>As a developer:</em></strong></p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Access rights:</strong> Software developers will enjoy
|
||||
less restrictive barriers to access and be able to distribute
|
||||
their software in environments controlled by Apple;
|
||||
</li>
|
||||
<li>
|
||||
<strong>More software freedom:</strong> Software developers will
|
||||
be able to demand that Apple allow installation of third party
|
||||
apps (side-loading), the use of third party app stores and the
|
||||
uninstallation of pre-installed software in devices;
|
||||
</li>
|
||||
<li>
|
||||
<strong>Better interoperability policies:</strong> Software
|
||||
developers will be able to demand effective and free-of-charge
|
||||
|
||||
<div id="introduction">
|
||||
<p>
|
||||
The FSFE is intervening in two key court cases
|
||||
involving Apple and the European Commission. Apple is seeking to
|
||||
avoid obligations derived from the Digital Markets Act (DMA),
|
||||
particularly those relating to interoperability. The FSFE seeks to
|
||||
hold Apple accountable under the DMA in a developer-friendly way.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/e8/85/0b0fa1d8e427c9435cbcd11e152d.png" alt="Illustration of an apple with a worm inside it"/>
|
||||
<figcaption>
|
||||
Cutting out the rot in Apple. Graphic by Rahak for the FSFE, <a
|
||||
href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA
|
||||
4.0</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<div class="toc">
|
||||
<p>Table of contents</p>
|
||||
<ul>
|
||||
<li><a href="#apple-unbalanced-power">Apple’s unbalanced power is a threat to Free Software</a></li>
|
||||
<li><a href="#why-matters">Why these cases matter for Software Freedom</a>
|
||||
<ul>
|
||||
<li><a href="#rights">Here is how your rights will be
|
||||
affected by these cases if the FSFE is
|
||||
successful</a></li></ul>
|
||||
</li>
|
||||
<li><a href="#help-us">Help us win this legal struggle for Software Freedom!</a> </li>
|
||||
<li><a href="#timeline">Timeline of the cases</a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="apple-unbalanced-power">Apple’s unbalanced power is a threat to Free Software</h2>
|
||||
|
||||
<p>Apple is one of the largest tech companies in the world. Its
|
||||
unbalanced power spans key aspects of software and devices,
|
||||
profoundly distorting digital markets.</p>
|
||||
|
||||
<p>
|
||||
Apple controls key parts of its digital ecosystem, including operating
|
||||
systems, app distribution, and access to important device
|
||||
functionalities. This gives the company significant influence over how
|
||||
software is developed, distributed, and used on Apple devices.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To address such gatekeeper power, the European Union adopted the Digital
|
||||
Markets Act (DMA) in 2022, granting the European Commission powers to
|
||||
regulate Apple. In September 2023, the European Commission designated
|
||||
Apple as a gatekeeper under the DMA. <br/><br/>Since then, Apple has launched several
|
||||
legal challenges against the law and its implementation at the Court of
|
||||
Justice of the European Union (CJEU), particularly
|
||||
regarding interoperability obligations intended to open the company's
|
||||
ecosystem to greater competition and innovation.
|
||||
</p>
|
||||
|
||||
|
||||
<div class="module-wrapper news">
|
||||
<module id="banner-apple-litigation-supporter"/>
|
||||
</div>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p>
|
||||
Given the implications for Software Freedom, interoperability and Device
|
||||
Neutrality, the FSFE decided to apply to intervene and defend the public interest
|
||||
in open and competitive digital markets, so Apple would be accountable
|
||||
under the DMA in a developer-friendly way. <br/><br/>The CJEU
|
||||
recognised the significant impact on Free Software developers and
|
||||
users, allowing the FSFE to interneve in the case. In the Court's words
|
||||
" [...] the outcome of the litigation may determine the ability to
|
||||
interoperate with
|
||||
Apple's platforms and could influence the supply of Free and Open Source
|
||||
Software in Europe [...]". <br/>
|
||||
</p>
|
||||
|
||||
<div>
|
||||
<blockquote>“Becoming an intervener in this case is crucial as the FSFE is
|
||||
representing the civil society perspective, which enriches the judicial
|
||||
proceedings. This allows the court to make fully informed
|
||||
decisions”<cite>says Dr. Martin Husovec, the lawyer representing FSFE in
|
||||
the
|
||||
court</cite>.</blockquote>
|
||||
</div>
|
||||
|
||||
<h2>Safeguarding the interests of Free Software developers and users</h2>
|
||||
|
||||
<p>
|
||||
The FSFE was allowed to intervene in two separate DMA cases brought by
|
||||
Apple against the European Commission.
|
||||
</p>
|
||||
|
||||
<div class="icon-grid one-per-row">
|
||||
<ul>
|
||||
<li>
|
||||
<img src="/graphics/icons/apple-litigation-case108023.png" alt=""/>
|
||||
<div>
|
||||
<h3>Case T-1080/23: Apple challenges its status under the DMA </h3>
|
||||
<p>
|
||||
In November 2023, <strong>Apple challenged its DMA gatekeeper
|
||||
designation</strong>, seeking to have the interoperability-related
|
||||
obligations of Article 6(7) DMA inapplicable
|
||||
to iOS. The company argues that the interoperability mandate of the DMA is disproportionate
|
||||
and incompatible with fundamental rights.</p><p>The company also
|
||||
contests the App Store's designation as a core
|
||||
platform service and the classification of iMessage
|
||||
under EU law. </p><p>On 8 July 2026, <strong>in its judgment, the Court
|
||||
confirmed that Apple remains a gatekeeper under the
|
||||
DMA</strong>. The Court also dismissed Apple’s attempt to
|
||||
challenge the DMA’s interoperability obligation in this
|
||||
case. It ruled that Apple could not use a case about
|
||||
its gatekeeper designation to attack Article 6(7)
|
||||
DMA.</p><p><strong>The Court further held that the App Store is
|
||||
a single service</strong> meant to connect developers with
|
||||
users, and upheld the DMA’s technology-neutral
|
||||
approach. For the FSFE, this supports the view that
|
||||
<strong>mobile devices are general-purpose computing
|
||||
environments</strong>, not locked appliances, and that
|
||||
interoperability and Device Neutrality should apply
|
||||
regardless of brand.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img src="/graphics/icons/apple-litigation-case35925.png" alt=""/>
|
||||
<div>
|
||||
<h3>Case T-359/25: Apple challenges interoperability under the
|
||||
DMA</h3> <p>In May 2025, Apple
|
||||
launched a second action against the European
|
||||
Commission. This case concerns the Commission's
|
||||
interoperability specification decision (DMA.100204),
|
||||
which sets out how Apple must comply with Article 6(7)
|
||||
DMA in practice.<br/>
|
||||
<strong>Apple challenges requirements relating to interoperability
|
||||
request procedures, timelines, technical access mechanisms</strong>
|
||||
and other measures intended to ensure effective
|
||||
interoperability for third-party developers.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2 id="why-matters">Why these cases matter for Software Freedom</h2>
|
||||
|
||||
<p>
|
||||
The first case confirmed that Apple remains under the DMA. The second
|
||||
case will determine how interoperability obligations work in
|
||||
practice.
|
||||
</p>
|
||||
<p>
|
||||
The FSFE supports the European Commission and defends
|
||||
interoperability, Software Freedom and Device Neutrality. We argue
|
||||
that interoperability obligations serve important public-interest
|
||||
objectives, including competition, innovation, cybersecurity,
|
||||
consumer choice and the ability of Free Software developers to
|
||||
compete on equal terms with proprietary platform providers.
|
||||
</p>
|
||||
<p>
|
||||
We believe that Apple should compete on the merits of its products
|
||||
and services rather than through technical restrictions that prevent
|
||||
developers and users from accessing alternative solutions. Developers
|
||||
and users should be able to benefit from competing services,
|
||||
applications and software ecosystems, including Free Software
|
||||
alternatives.
|
||||
</p>
|
||||
<p>Given all these reasons, we urge that Apple's actions be dismissed.</p>
|
||||
|
||||
|
||||
<h3 id="rights">Here is how your rights will be affected by these cases if the FSFE is successful:</h3>
|
||||
<div class="standout-text-bggreen">
|
||||
<p><strong><em>As a developer:</em></strong></p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Access rights:</strong> Software developers will enjoy
|
||||
less restrictive barriers to access and be able to distribute
|
||||
their software in environments controlled by Apple;
|
||||
</li>
|
||||
<li>
|
||||
<strong>More software freedom:</strong> Software developers will
|
||||
be able to demand that Apple allow installation of third party
|
||||
apps (side-loading), the use of third party app stores and the
|
||||
uninstallation of pre-installed software in devices;
|
||||
</li>
|
||||
<li>
|
||||
<strong>Better interoperability policies:</strong> Software
|
||||
developers will be able to demand effective and free-of-charge
|
||||
interoperability between their software and Apple’s software and
|
||||
hardware controlled by Apple’s operating system.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p><strong>As an user:</strong></p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Enhanced freedom of choice:</strong> Users will enjoy
|
||||
more freedom of choice regarding software on Apple devices.
|
||||
Users will benefit from more competition and offers from
|
||||
third-party providers, including alternative app stores,
|
||||
features and solutions.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<blockquote><a href="https://download.fsfe.org/device-neutrality/fsfe-Intervention-apple-vs-commission-Sep-24-redacted.pdf">Read
|
||||
our court submission</a>
|
||||
</blockquote>
|
||||
|
||||
<h2>Help us win this legal struggle for Software Freedom!</h2>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/cf/c6/6c33f97f53318757690ee3e4936e.webp" alt="FSFE team and volunteers posing outside the SFSCon venue with a bunch of I love Free Software balloons"/>
|
||||
|
||||
<figcaption>
|
||||
Apple may have more billions of dollars than FSFE has balloons.
|
||||
However, such concentrated power should not intimidate us from
|
||||
defending Software Freedom!
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<blockquote><em>This case is a pivotal moment in the struggle for Software Freedom.
|
||||
Apple has billions of dollars to hinder proper implementation of the DMA.
|
||||
We say no to restricting the rights and freedoms of Free Software developers and users!
|
||||
<strong>We are the only civil society organisation taking action
|
||||
in this case</strong>. Our victory depends on your financial
|
||||
support.
|
||||
We face this risky challenge with courage and determination. Donate to our cause today!</em>
|
||||
</blockquote>
|
||||
|
||||
<p class="text-center">
|
||||
<fsfe-cd-donate-link class="btn btn-lg btn-primary">
|
||||
I want to donate for Software Freedom!
|
||||
</fsfe-cd-donate-link>
|
||||
</p>
|
||||
|
||||
<h2>Timeline of the case</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>September 2023</strong> - Apple <a href="https://ec.europa.eu/competition/digital_markets_act/cases/202344/DMA_100013_215.pdf">is
|
||||
designated by the European Commission as a gatekeeper</a> under
|
||||
the DMA.
|
||||
</li>
|
||||
<li>
|
||||
<strong>November 2023</strong> - Apple <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=OJ:C_202400563">appeals
|
||||
the designation decision</a> to the Court of Justice of the
|
||||
European Union (CJEU).
|
||||
</li>
|
||||
<li><strong>February 2024</strong> - The FSFE requests to intervene.</li>
|
||||
<li>
|
||||
<strong>August 2024</strong> - The CJEU <a href="/news/2024/news-20240812-01.html">allows the FSFE to
|
||||
intervene</a> in the case.
|
||||
</li>
|
||||
<li>
|
||||
<strong>September 2024</strong> - The FSFE <a href="https://download.fsfe.org/device-neutrality/fsfe-Intervention-apple-vs-commission-Sep-24-redacted.pdf">submits
|
||||
its arguments</a> to the CJEU.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>February 2025</strong> - <a href="/activities/apple-litigation/confidentialrequest.html">Court partially dismisses Apple's requests for confidential treatment.</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>21 October 2025</strong> - <a href="/news/2025/news-20251021-01.html">Public hearing of the case at the Court of Justice of the European Union in Luxembourg.
|
||||
</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
<related-list tag="dma"/>
|
||||
|
||||
</body>
|
||||
<banner><module id="banner-apple-litigation-supporter"/></banner>
|
||||
|
||||
<translator/>
|
||||
</html>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<p><strong>As an user:</strong></p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Enhanced freedom of choice:</strong> Users will enjoy
|
||||
more freedom of choice regarding software on Apple devices.
|
||||
Users will benefit from more competition and offers from
|
||||
third-party providers, including alternative app stores,
|
||||
features and solutions.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 id="help-us">Help us win this legal struggle for Software Freedom!</h2>
|
||||
|
||||
<blockquote>These cases represent a struggle for Software Freedom.
|
||||
Apple has billions of dollars to hinder proper implementation of the DMA.
|
||||
We say no to restricting the rights and freedoms of Free Software developers and users!
|
||||
<strong>We are the only civil society organisation intervening in
|
||||
both cases</strong>. Our victory depends on your financial
|
||||
support.
|
||||
We face this risky challenge with courage and determination. Donate to our cause today!
|
||||
</blockquote>
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/cf/c6/6c33f97f53318757690ee3e4936e.webp" alt="FSFE team and volunteers posing outside the SFSCon venue with a bunch of I love Free Software balloons"/>
|
||||
|
||||
<figcaption>
|
||||
Apple may have more billions of dollars than FSFE has balloons.
|
||||
However, such concentrated power should not intimidate us from
|
||||
defending Software Freedom!
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p class="text-center">
|
||||
<fsfe-cd-donate-link class="btn btn-lg btn-primary">
|
||||
I want to donate for Software Freedom!
|
||||
</fsfe-cd-donate-link>
|
||||
</p>
|
||||
|
||||
<h2 id="timeline">Timeline of the cases</h2>
|
||||
|
||||
|
||||
<div class="grid-50-50">
|
||||
<div class="box">
|
||||
<p><strong>Case T-1080/23</strong></p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>September 2023</strong> - Apple <a
|
||||
href="https://ec.europa.eu/competition/digital_markets_act/cases/202344/DMA_100013_215.pdf">is
|
||||
designated by the European Commission as a gatekeeper</a> under
|
||||
the DMA.
|
||||
</li>
|
||||
<li>
|
||||
<strong>November 2023</strong> - Apple <a
|
||||
href="https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=OJ:C_202400563">appeals
|
||||
the designation decision</a> to the Court of Justice of the
|
||||
European Union (CJEU).
|
||||
</li>
|
||||
<li><strong>February 2024</strong> - The FSFE requests to intervene.</li>
|
||||
<li>
|
||||
<strong>August 2024</strong> - The CJEU <a
|
||||
href="/news/2024/news-20240812-01.html">allows the FSFE to
|
||||
intervene</a> in the case.
|
||||
</li>
|
||||
<li>
|
||||
<strong>September 2024</strong> - The FSFE <a
|
||||
href="https://download.fsfe.org/device-neutrality/fsfe-Intervention-apple-vs-commission-Sep-24-redacted.pdf">submits
|
||||
its arguments</a> to the CJEU.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>February 2025</strong> - <a
|
||||
href="/activities/apple-litigation/confidentialrequest.html">The CJEU
|
||||
partially dismisses Apple's requests for confidential
|
||||
treatment.</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>21 October 2025</strong> - <a
|
||||
href="/news/2025/news-20251021-01.html">Public hearing of the case at
|
||||
the Court of Justice of the European Union in Luxembourg.</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong>8 July 2026</strong> - The General Court, sitting in its Eighth Chamber with
|
||||
five judges, <a
|
||||
href="https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260096en.pdf">delivers
|
||||
judgment dismissing all three of Apple's
|
||||
actions</a>.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p><strong>Case T-359/25</strong> (Ongoing)</p>
|
||||
<ul>
|
||||
<li><strong>May 2025</strong> - <a href="https://eur-lex.europa.eu/eli/C/2025/5213/oj/eng">Apple appealed the commission specification decision.</a></li>
|
||||
<li>
|
||||
<strong>November 2025</strong> - The FSFE requests to intervene.
|
||||
</li>
|
||||
<li><strong>May 2026</strong> - The CJEU <a
|
||||
href="/news/2026/news-20260519-01.html">allows the FSFE to
|
||||
intervene</a> in the case.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<related-list tag="dma"/>
|
||||
|
||||
</body>
|
||||
<banner><module id="banner-apple-litigation-supporter"/></banner>
|
||||
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<activityset>
|
||||
<version>1</version>
|
||||
|
||||
<activity id="fsfe25" date="2026-07-18" status="active">
|
||||
<title>FSFE 25</title>
|
||||
<description>
|
||||
This year, the FSFE turns 25 and we celebrate it on the 18th and
|
||||
19th of July in Kraków. In this activity you will find and overview of
|
||||
the agenda of the event, filled with talks, networking, and
|
||||
plenty of fun.
|
||||
</description>
|
||||
<link href="/activities/fsfe25/fsfe25.html"/>
|
||||
<image url="/graphics/logos/fsfe25.png"/>
|
||||
<order priority="4" highlight="yes"/>
|
||||
<tags>
|
||||
<tag key="awareness"/>
|
||||
</tags>
|
||||
</activity>
|
||||
</activityset>
|
||||
@@ -0,0 +1,246 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html>
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>FSFE 25 - Schedule</title>
|
||||
</head>
|
||||
<body class="overview">
|
||||
<h1 class="heading">FSFE 25 - Schedule</h1>
|
||||
|
||||
<div id="introduction">
|
||||
<img class="right" style="width: 200px;" src="https://pics.fsfe.org/uploads/original/c5/1f/4290dac645f0642eba47acd49b14.png" alt="Logo of 25th birthday of the FSFE" />
|
||||
<p>
|
||||
This year, the FSFE turns 25 and we will celebrate it. On
|
||||
18 and 19 July we will spend the weekend in Kraków
|
||||
filled with talks, networking, and plenty of fun. Below is the
|
||||
schedule of all the events taking place over that weekend.
|
||||
</p>
|
||||
|
||||
<p><strong>The weekend talks are part of EuroPython 2026 Sprints, at Echo Miasta (Kapelanka 56, 30-347 Kraków)</strong></p>
|
||||
<p><a href="https://download.fsfe.org/tools/fsfe25.ics">Add the FSFE talks in your calendar</a></p>
|
||||
</div>
|
||||
|
||||
<h2>Friday 17 July</h2>
|
||||
|
||||
<table class="table table-responsive colored">
|
||||
<tr>
|
||||
<th class="header-cell">Time</th>
|
||||
<th class="header-cell">Event</th>
|
||||
<th class="header-cell">Speaker</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13:55-14:25</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260717-mk-europython-vision-2048.en.pdf">A vision for software freedom in 2048</a> (talk part of the official programme of Europython 2026)</td>
|
||||
<td>Matthias Kirschner</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>19:00</td>
|
||||
<td>Warm-up Dinner at Veganic (Karmelicka 34, Krakow, PL 31-128 Kraków)*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<small>*Dinner will be "Everyone is responsible for their own expenses"</small>
|
||||
|
||||
<h2>Saturday 18 July</h2>
|
||||
|
||||
<table class="table table-responsive colored">
|
||||
<tr>
|
||||
<th class="header-cell">Time</th>
|
||||
<th class="header-cell">Session</th>
|
||||
<th class="header-cell">Speaker</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:00-10:15</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-01-mk-fsfe25-opening.pdf">Welcome</a></td>
|
||||
<td>Matthias Kirschner</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:15-10:30</td>
|
||||
<td>25 Years of the FSFE, 60 Years of Star Trek - To Boldly Share Where No One Has Shared Before</td>
|
||||
<td>Florian Snow</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:30-10:45</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-03-bernhard-memories-founding-fsfe.pdf">Memories from founding the FSFE</a></td>
|
||||
<td>Bernhard Reiter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:45-10:55</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-04-bonnie-ThankigOthersAtILOVEFS.pdf">Thanking others at ilovefs</a></td>
|
||||
<td>Bonnie Mehring</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:55-11:05</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-05-reinhard-Finances.pdf">How a bunch of Python scripts handle FSFE's finances</a></td>
|
||||
<td>Reinhard Müller</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:05-11:15</td>
|
||||
<td>From becoming contributor to do my first talk for the FSFE</td>
|
||||
<td>Fiona Ebner</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:15-11:25</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-07-tobiasd-RunningANGOEmboweredWithSoftwareFreedom.pdf">Running a NGO empowered with Software Freedom</a></td>
|
||||
<td>Tobias Diekershoff</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:25-11:35</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-08-marta-ItalianActicities.pdf">From Italian activities to setting up a legal entity</a></td>
|
||||
<td>Marta Andreoli</td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>11:35-11:55</td>
|
||||
<td>Break</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:50-12:00</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-09-jn-pmpc.pdf">Next steps for Public Money? Public Code!</a></td>
|
||||
<td>Johannes Näder</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:00-12:15</td>
|
||||
<td>FSFE and SFC: Collaboration FTW</td>
|
||||
<td>Karen M. Sandler</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:15-12:35</td>
|
||||
<td>Why companies support the FSFE? Words from our donors</td>
|
||||
<td>FSFE Donors / Sponsors</td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>12:35-14:00</td>
|
||||
<td>Networking time (Lunch Break)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:00-14:10</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-12-franz-veganApproach.pdf">Reaching new audiences – The “Vegan Approach”</a></td>
|
||||
<td>Franz Gratzer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:10-14:20</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-13-maurice-nico-fsfeNL25.pdf">Over 15 years of the Dutch Team</a></td>
|
||||
<td>Maurice Verheesen and Nico Rikken</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:20-14:35</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-14-emanuele-lorenzo-FSFEHighSchools.pdf">Rediscovering the value of (software) freedom: experiences from Italian high schools</a></td>
|
||||
<td>Emanuele Solferino and Lorenzo Lin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>14:35-15:00</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-15-mk-fsfe25-award-time.pdf">Award time – Highlighting FSFE contributors</a></td>
|
||||
<td>Ana Galán and Matthias Kirschner</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15:00-15:15</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260718-16-karsten-WhatSoftwareFreedomMeansToday.pdf">What software freedom means today</a>**</td>
|
||||
<td>Karsten Gerloff</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>15:15-16:15</td>
|
||||
<td>Software Freedom Improtheater</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>17:00-19:00</td>
|
||||
<td>Dinner at Hamsa (Szeroka 2, 31-053 Kraków)*</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>20:00</td>
|
||||
<td>"The FSFE is turning 25!" - Community Meeting. At Stara Zajezdnia ( ul. Św. Wawrzyńca 12, 31-060 Kraków)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<small>*Dinner will be "Everyone is responsible for their own expenses"</small><br />
|
||||
<small>**<a href="https://slothrop.org/2026/07/20/what-software-freedom-means-today">Check out Karsten's blog entry about his talk for a depth insight</a> </small>
|
||||
|
||||
|
||||
<h2>Sunday 19 July</h2>
|
||||
|
||||
<table class="table table-responsive colored">
|
||||
<tr>
|
||||
<th class="header-cell">Time</th>
|
||||
<th class="header-cell">Session</th>
|
||||
<th class="header-cell">Speaker</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:00-10:15</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-01-patrick-LocalGroupFunding.pdf">How to get funding for your local group project</a></td>
|
||||
<td>Patrick Ohnewein</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:15-10:25</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-02-delliot-WebsiteTalk.pdf">Engaging with FSFE’s website, plans for the future</a></td>
|
||||
<td>Darragh Elliott</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:25-10:35</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-03-nica-TeufelMyndAnalysis.pdf">Let’s dance - Teufel Mynd Analysis</a></td>
|
||||
<td>Nicole Faerber</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:35-10:45</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-04-LucaB-Refund4Freedom-EffortsToScaleOwnEfforts.pdf">Refund 4 Freedom – Efforts to scale own efforts</a></td>
|
||||
<td>Luca Bonissi</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10:45-11:15</td>
|
||||
<td>Non-Free Software Licenses: Restrictions on the Freedom to Use - Fishbowl discussion</td>
|
||||
<td>Gabriel Ku Wei Bin and Bonnie Mehring</td>
|
||||
</tr>
|
||||
<tr class="row-highlight">
|
||||
<td>11:15-11:35</td>
|
||||
<td>Break</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:35-11:50</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-06-jithendra-DMA_StatusAppleVsFSFE.pdf">DMA – Status Apple vs FSFE</a></td>
|
||||
<td>Jithendra Palepu</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>11:50-12:00</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-07-annarita.russo-ReverseEngineeringAgeOfAI.pdf">Reverse Engineering in the Age of Artificial Intelligence</a></td>
|
||||
<td>Anna Rita Russo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:00-1>2:10</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-08-alexander.pitsch-ZurichGroup.pdf">Highlights from the Swiss team</a></td>
|
||||
<td>Alexander Pitsch</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:10-12:20</td>
|
||||
<td>Status and plans of the Polish Team</td>
|
||||
<td>Damian Fajfer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:20-12:30</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-10-nico-AdaZangemannAutomation.pdf">Ada & Zangemann Automation Status and Future</a></td>
|
||||
<td>Nico Rikken</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:30-12:40</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-11-sofiaritz-FromYH4FToInteroperabilityEuropeAct.pdf">From Winning YH4F to monitoring the Interoperable Europe Act</a></td>
|
||||
<td>Sofía Aritz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:40-12:50</td>
|
||||
<td><a href="https://download.fsfe.org/presentations/20260719-12-giaccomo-IEEwtYG.pdf">Italian experiences engaging with the Young Generation</a></td>
|
||||
<td>Giacomo Alessandroni</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>12:50-13:00</td>
|
||||
<td>Closing</td>
|
||||
<td>Matthias Kirschner</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
<translator/>
|
||||
</html>
|
||||
|
||||
@@ -101,9 +101,6 @@ Such an item doesn't need an image!
|
||||
<image imgsmall="/contribute/promopics/ua_poster_thumb.png"/>
|
||||
</item>
|
||||
|
||||
<item type="upcyclingandroid" id="ua-leaflet" year="2023" order="4">
|
||||
<image imgsmall="/contribute/promopics/ua_leaflet_thumb.png"/>
|
||||
</item>
|
||||
|
||||
<!-- F-droid -->
|
||||
|
||||
@@ -183,12 +180,6 @@ Such an item doesn't need an image!
|
||||
<image imgsmall="/contribute/promopics/deviceneutrality-sticker-thumb.png"/>
|
||||
</item>
|
||||
|
||||
<!-- Fedigov -->
|
||||
|
||||
<item type="fedigov" id="fedigov-sticker" year="2023" order="1">
|
||||
<image imgsmall="/contribute/promopics/fedigov-sticker-thumb.jpg"/>
|
||||
</item>
|
||||
|
||||
<!-- Youth Hacking 4 Freedom -->
|
||||
|
||||
<item type="yh4f" id="yh4f-logo-sticker" year="2023" order="1">
|
||||
|
||||
@@ -173,6 +173,11 @@ to every item in this file -->
|
||||
<image imgsmall="/contribute/promopics/ua-sticker-square-thumb.jpg"/>
|
||||
</item>
|
||||
|
||||
<item type="upcyclingandroid" id="ua-leaflet" year="2023" order="4">
|
||||
<image imgsmall="/contribute/promopics/ua_leaflet_thumb.png"/>
|
||||
</item>
|
||||
|
||||
|
||||
<!-- Children's Book Ada+Zangemann -->
|
||||
|
||||
|
||||
@@ -188,4 +193,10 @@ to every item in this file -->
|
||||
<image imgsmall="/contribute/promopics/dontwreckourtech-sticker-thumb.jpg"/>
|
||||
</item>
|
||||
|
||||
<!-- Fedigov -->
|
||||
|
||||
<item type="fedigov" id="fedigov-sticker" year="2023" order="1">
|
||||
<image imgsmall="/contribute/promopics/fedigov-sticker-thumb.jpg"/>
|
||||
</item>
|
||||
|
||||
</itemset>
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
<donor>Casper Freksen</donor>
|
||||
<donor>Christian Wasserthal</donor>
|
||||
<donor>ctrl.alt.coop</donor>
|
||||
<donor>Ericsson</donor>
|
||||
<donor>Florian Snow</donor>
|
||||
<donor>Florian Westphal</donor>
|
||||
<donor>foo.li systeme + software</donor>
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
<donor>ctrl.alt.coop</donor>
|
||||
<donor date="2020-05-19">The Document Foundation</donor>
|
||||
<donor>Dr. Herbert Consult GmbH<!-- "GmbH" suffix explicitly requested --></donor>
|
||||
<donor>Ericsson</donor>
|
||||
<donor>Florian Westphal</donor>
|
||||
<donor>foo.li systeme + software</donor>
|
||||
<donor>Guido Maria Serra (whitehat.berlin)</donor>
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<donor date="2024-07-25" img="donors/silver-avm.png">AVM</donor>
|
||||
<donor date="2024-06-07" img="donors/silver-collabora.png">Collabora Productivity</donor>
|
||||
<donor date="2024-06-11" img="donors/silver-libreoffice.jpg">Document Foundation</donor>
|
||||
<donor date="2024-04-25" img="donors/silver-ericsson.png">Ericsson</donor>
|
||||
<donor date="2024-12-19" img="donors/silver-freiheit.png">freiheit.com technologies</donor>
|
||||
<donor date="2024-12-03" img="donors/silver-heinlein-support.png">Heinlein Support</donor>
|
||||
<donor date="2024-12-23" img="donors/silver-intevation-new.png">Intevation GmbH</donor>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<!-- 300 per month or 3,600 in this year -->
|
||||
<!-- Sorted by name, with smaller image (width x height ca. 5.000) -->
|
||||
<donor img="donors/silver-bosch.png">Bosch</donor>
|
||||
<donor img="donors/silver-ericsson.png">Ericsson</donor>
|
||||
<donor img="donors/silver-google.png" amount="4,000" since="2007">Google</donor>
|
||||
<donor img="donors/silver-heinlein-support.png" since="2014">Heinlein Support</donor>
|
||||
<donor img="donors/silver-intevation-new.png" since="2009">Intevation GmbH</donor>
|
||||
@@ -62,5 +63,6 @@
|
||||
<donor>SUSE</donor>
|
||||
<donor>SUSE Open Source Network</donor>
|
||||
<donor since="2014">Thomas Doczkal</donor>
|
||||
<donor>Thomas Lötzer</donor>
|
||||
</category3>
|
||||
</donorset>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-07-13T11:00:00Z" end="2026-07-17T19:00:00Z">
|
||||
<title>The FSFE at Europython 2026 in Krakow in Krakow, Germany</title>
|
||||
<title>The FSFE at Europython 2026 in Krakow, Poland</title>
|
||||
<group>
|
||||
<name>None</name>
|
||||
<url></url>
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-07-13T17:00:00Z" end="2026-07-13T21:00:00Z">
|
||||
<title>FSFE Community Meeting in Bonn, Germany</title>
|
||||
<group>
|
||||
<name>Bonn</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>We are a group of Free Software enthusiasts who meet in Bonn once a month to share ideas and talk about our experience related to Free Software (also known as Open Source).</p>
|
||||
<p>Everyone is welcome to join! Our Bonn FSFE community meetings usually take place at 7 PM (CET) every second Monday of the month. We currently meet at bitcircus101, Dorotheenstraße 101, 53113 Bonn</p>
|
||||
</body>
|
||||
|
||||
<link>https://docs.fsfe.org/en/LocalGroups/Active/Bonn</link>
|
||||
<tags>
|
||||
<tag key="de">
|
||||
Germany </tag>
|
||||
<tag key="localgroup"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -9,18 +9,25 @@
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>This year, we're blowing out 25 candles — and we want to celebrate with you! Join us for a weekend in Kraków filled with talks, networking, and plenty of fun.<br />
|
||||
**Friday, 17 July — Warm-up dinner**<br />
|
||||
Arriving early? Kick off the weekend with an unofficial dinner and a relaxed evening of networking with fellow attendees.<br />
|
||||
**Saturday, 18 July — Main celebrations**<br />
|
||||
<p>This year, we're blowing out 25 candles — and we want to celebrate with you! Join us for a weekend in Kraków filled with talks, networking, and plenty of fun.<br /></p>
|
||||
<p>**Friday, 17 July — Warm-up dinner**<br />
|
||||
Arriving early? Kick off the weekend with an unofficial dinner and a relaxed evening of networking with fellow attendees. We will meet at 7pm at a restaurant
|
||||
in the city center: Veganic (Karmelicka 34, Krakow, PL 31-128 Kraków).
|
||||
Dinner will be "Everyone is responsible for their own expenses".<br /></p>
|
||||
<p>**Saturday, 18 July — Main celebrations**<br />
|
||||
We'll be at the EuroPython sprints with a packed room of talks exploring the FSFE's past, present and future. To close out the day, we'll shake things up with an improv theatre session before heading out for the real celebrations!<br />
|
||||
That evening, we will raise a glass together with our community. If you care about software freedom, you belong with us, come and celebrate!<br />
|
||||
**Sunday, 19 July — There is always a farewell**<br />
|
||||
Before the FSFE25 official gathering, you are welcome to join us for dinner from 5pm to 7pm at: Hamsa (Szeroka 2, 31-053 Kraków). Dinner will be "Everyone is responsible for their own expenses".<br />
|
||||
From 8pm, everyone is invited to celebrate with us our 25 anniversary at the FSFE 25 Party:
|
||||
Stara Zajezdnia ( ul. Św. Wawrzyńca 12, 31-060 Kraków).<br /></p>
|
||||
<p>**Sunday, 19 July — There is always a farewell**<br />
|
||||
We will reconvene at the EuroPython sprint for more talks until lunchtime, when we'll say our goodbyes... unless you're sticking around until Monday! If so, join us for a relaxed social evening to wrap up the weekend.</p>
|
||||
<p>Europython Sprint venue: ECHOmiasta (Kapelanka 56, 30-347 Kraków). <br />
|
||||
FSFE 25 Party venue: Stara Zajezdnia ( ul. Św. Wawrzyńca 12, 31-060 Kraków)<br />
|
||||
</p>
|
||||
</body>
|
||||
|
||||
<link>https://fsfe.org/about/summermeeting-schedule.en.html</link>
|
||||
|
||||
|
||||
<tags>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-07-20T18:00:00Z" end="2026-07-20T20:00:00Z">
|
||||
<title>FSFE Women (online)</title>
|
||||
<group>
|
||||
<name>FSFE Women</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>We are a group for women* who are interested in Free Software. Once a month we meet to talk about Free Software and women* in the tech. Together we learn about Free Software and related topics that we care about and discuss recent developments.</p>
|
||||
<p>The group is women-centric and open to all women*, inter, trans and non-binary people.</p>
|
||||
</body>
|
||||
|
||||
<link>https://docs.fsfe.org/en/teams/Women</link>
|
||||
<tags>
|
||||
<tag key="meeting"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-08-13T16:00:00Z" end="2026-08-13T18:00:00Z">
|
||||
<title>FSFE Zurich local group meeting in Zurich, Switzerland</title>
|
||||
<group>
|
||||
<name>Zurich</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>We will discuss the topics outlined in our agenda. You're very welcome to join us!</p>
|
||||
</body>
|
||||
|
||||
<link>https://docs.fsfe.org/en/LocalGroups/Active/Zurich/Monatstreffen/2026-08-13</link>
|
||||
<tags>
|
||||
<tag key="ch">
|
||||
Switzerland </tag>
|
||||
<tag key="localgroup"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-08-13T16:00:00Z" end="2026-08-13T18:00:00Z">
|
||||
<title>Treffen der lokalen Gruppe Berlin in Berlin, Germany</title>
|
||||
<group>
|
||||
<name>Berlin</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>Die Berliner Gruppe der FSFE trifft sich jeden 2. Donnerstag im Monat um 18 Uhr im Kieztreff Undine (Hagenstraße 57, 5 Minuten vom U+S Bahnhof Lichtenberg). Jede*r an Freier Software Interessierte ist bei den Treffen willkommen. </p>
|
||||
</body>
|
||||
|
||||
|
||||
<tags>
|
||||
<tag key="de">
|
||||
Germany </tag>
|
||||
<tag key="localgroup"/>
|
||||
<tag key="meeting"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-08-13T16:00:00Z" end="2026-08-13T18:00:00Z">
|
||||
<title>FSFE Berlin local group meeting in Berlin, Germany</title>
|
||||
<group>
|
||||
<name>Berlin</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>The Berlin group of FSFE supporters is meeting at Kieztreff Undine (Hagenstraße 57 Berlin (S/U Bhf Lichtenberg)) to prepare the events for the rest of the year and chat about current Free Software related topics. The meeting will start at 18h in Berlin, the main language spoken will likely be German.</p>
|
||||
</body>
|
||||
|
||||
|
||||
<tags>
|
||||
<tag key="de">
|
||||
Germany </tag>
|
||||
<tag key="localgroup"/>
|
||||
<tag key="meeting"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-08-15T08:30:00Z" end="2026-08-16T14:30:00Z">
|
||||
<title>Join the FSFE at FrOSCon 2026! in Sankt Agustin, Germany</title>
|
||||
<group>
|
||||
<name>Germany</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>One more time, the FSFE is attending the Free and Open Source Software Conference in Sankt Augstin (Germany) at the Hochschule Bonn-Rhein-Sieg.</p>
|
||||
<p>FSFE's staff and volunteers will be spending the weekend with a booth full of our merchandise, stickers, and info material and ready to answer all your questions about our work, how to collaborate with us.... </p>
|
||||
<p>Do not miss our talks! <p/>
|
||||
<ul>
|
||||
<li>Alexander Sander, our Policy Consultant, will talk together with Michael Schuster about "Free Software and the Cyber Resilience Act".<br />
|
||||
15.08.2026 13:45–14:45, HS 7 </li>
|
||||
<li> Johannes Näder, FSFE's Programme Manager, will take us through the concept of Openwashing and what we can do about these practices in his talk "Openwashing ans Licht!"<br />
|
||||
16.08.2026 10:00–11:00, HS 4</li>
|
||||
<li>Florian Snow, FSFE staff and volunteer, will explain what do the United Federation of Planets and the Free Software Foundation Europe have in common? In his talk "To Boldly Share Where No One Has Shared Before"<br />
|
||||
16.08.2026 15:00–16:00, HS 6 </li>
|
||||
</ul>
|
||||
|
||||
</p>
|
||||
</body>
|
||||
|
||||
<link>https://froscon.org/</link>
|
||||
<tags>
|
||||
<tag key="de">
|
||||
Germany </tag>
|
||||
<tag key="talk"/>
|
||||
<tag key="infobooth"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-08-26T18:00:00Z" end="2026-08-26T20:00:00Z">
|
||||
<title>FSFE Netherlands online get-together (online)</title>
|
||||
<group>
|
||||
<name>Netherlands</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>FSFE Netherlands meets every month online to discuss relevant news, practical challenges and opportunities for software freedom and actions to improve the situation. Current topics are digital autonomy, Ada & Zangemann book translation and banking apps.</p>
|
||||
<p>We meet from 20:00 CEST until about 22:00 CEST. The meeting will be in English if not all participants speak Dutch. More details of can be found on the wiki page of this event. Minutes of previous meetings are also available on the wiki.</p>
|
||||
</body>
|
||||
|
||||
<link>https://docs.fsfe.org/en/LocalGroups/Active/Nederland/Events/2026-08-26</link>
|
||||
<tags>
|
||||
<tag key="localgroup"/>
|
||||
<tag key="meeting"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-08-26T18:00:00Z" end="2026-08-26T20:00:00Z">
|
||||
<title>FSFE Nederland online get-together (online)</title>
|
||||
<group>
|
||||
<name>Netherlands</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>FSFE Nederland komt maandelijks online samen om relevant nieuws te bespreken, als ook praktische uitdagingen en kansen voor vrije software en acties om de situatie te verbeteren. Actuele onderwerpen zijn digitale autonomie, de Ada & Zangemann boekvertaling en apps van banken.</p>
|
||||
<p>We ontmoeten om 20:00 CEST tot ongeveer 22:00 CEST. De bijeenkomst zal in het Engels zijn als niet alle aanwezigen Nederlands spreken. Meer details zijn te lezen op de wiki-pagina van het evenement. Notulen van vorige bijeenkomsten zijn ook beschikbaar op de wiki.</p>
|
||||
</body>
|
||||
|
||||
<link>https://docs.fsfe.org/en/LocalGroups/Active/Nederland/Events/2026-08-26</link>
|
||||
<tags>
|
||||
<tag key="localgroup"/>
|
||||
<tag key="meeting"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-09-11T08:00:00Z" end="2026-09-12T22:00:00Z">
|
||||
<title>LibreOffice Conference in Pordenone, Italia</title>
|
||||
<group>
|
||||
<name>None</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>LibreOffice Conference 2026: an information booth open to everyone on Saturday, September 12.</p>
|
||||
<p>The booth will be an opportunity to learn more about the FSFE, discover its activities in Italy and across Europe, discuss Free Software, and meet volunteers to learn how to contribute to a freer, more open, and sustainable digital ecosystem. Informational materials will be available, and visitors will have the opportunity to ask questions about the Foundation's initiatives and local communities.</p>
|
||||
<p>During the conference, a talk proposal entitled "Growing Local Free Software Communities" has also been submitted. The talk will focus on the role of local communities in promoting Free Software, highlighting how Linux User Groups, associations, schools, and volunteers can work together to build active communities, engage new contributors, and spread the culture of Free Software through events, education, and local initiatives.</p>
|
||||
<p>The FSFE booth is open to everyone, and no additional registration is required beyond the conference registration.</p>
|
||||
</body>
|
||||
|
||||
<link>https://conference.libreoffice.org/</link>
|
||||
<tags>
|
||||
<tag key="it">
|
||||
Italia </tag>
|
||||
<tag key="talk"/>
|
||||
<tag key="infobooth"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-09-11T08:00:00Z" end="2026-09-12T22:00:00Z">
|
||||
<title>LibreOffice Conference in Pordenone, Italia</title>
|
||||
<group>
|
||||
<name>None</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>LibreOffice Conference Italia 2026: stand informativo aperto a tutti nella giornata di sabato 12 settembre.</p>
|
||||
<p>Lo stand sarà l'occasione per conoscere da vicino la FSFE, scoprire le sue attività in Italia e in Europa, parlare di Software Libero e confrontarsi con i volontari su come contribuire alla diffusione di un ecosistema digitale più libero, aperto e sostenibile. Saranno inoltre disponibili materiali informativi e sarà possibile fare domande sulle iniziative della fondazione e sulle comunità locali.</p>
|
||||
<p>Durante la conferenza è inoltre prevista la proposta di un talk intitolato "Growing Local Free Software Communities", dedicato al ruolo delle comunità locali nella promozione del Software Libero. L'intervento racconterà come FSFE, associazioni, scuole e volontari possano collaborare per creare comunità attive, coinvolgere nuovi contributori e diffondere la cultura del Software Libero attraverso eventi, formazione e attività sul territorio.</p>
|
||||
<p>Lo stand è aperto a tutti e non è richiesta alcuna registrazione aggiuntiva oltre a quella prevista per la conferenza.</p>
|
||||
</body>
|
||||
|
||||
<link>https://conference.libreoffice.org/</link>
|
||||
<tags>
|
||||
<tag key="it">
|
||||
Italia </tag>
|
||||
<tag key="talk"/>
|
||||
<tag key="infobooth"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<eventset>
|
||||
<version>1</version>
|
||||
<event start="2026-10-30T13:00:00Z" end="2026-10-30T19:00:00Z">
|
||||
<title>FSFE booth at the Carinthian Linux Day 2026 in Villach, Österreich</title>
|
||||
<group>
|
||||
<name>Vienna</name>
|
||||
<url></url>
|
||||
</group>
|
||||
|
||||
<body>
|
||||
<p>The Carinthian Linux Day will be an afternoon and evening of Linux, FLOSS and digital sovereignty. There will be a keynote, talks, workshops, discussions and info booths. In particular also an FSFE info booth!</p>
|
||||
<p>The event will be in German, free of charge, on October 30th 2026, from 15:00 in the "IT-Gymnasium St.Martin", St.Martiner Straße 7 in Villach, Austria.</p>
|
||||
</body>
|
||||
|
||||
<link>https://www.linuxtog.at/</link>
|
||||
<tags>
|
||||
<tag key="at">
|
||||
Österreich </tag>
|
||||
<tag key="infobooth"/>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
</event>
|
||||
</eventset>
|
||||
Regular → Executable
+356
-280
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -98,6 +98,9 @@
|
||||
<label class="radio-inline">
|
||||
<input type="radio" name="dest" value="44/66"/> Sweden
|
||||
</label>
|
||||
<label class="radio-inline">
|
||||
<input type="radio" name="dest" value="23/34"/> Poland (not Wrocław or Warsaw)
|
||||
</label>
|
||||
<label class="radio-inline">
|
||||
<input type="radio" name="dest" value="other" id="destOther"/> Other
|
||||
</label>
|
||||
|
||||
@@ -12,6 +12,7 @@ from typing import TYPE_CHECKING
|
||||
from urllib.parse import urlparse
|
||||
|
||||
import requests
|
||||
from fsfe_website_build.globals import FALLBACK_LANG
|
||||
from fsfe_website_build.lib.misc import update_if_changed
|
||||
from lxml import etree
|
||||
|
||||
@@ -74,6 +75,6 @@ def run(source: Path, languages: list[str], processes: int, working_dir: Path) -
|
||||
option.text = f"{tag} ({description})"
|
||||
|
||||
update_if_changed(
|
||||
working_dir.joinpath("fsfe-activities-options.en.xml"),
|
||||
working_dir.joinpath(f"fsfe-activities-options.{FALLBACK_LANG}.xml"),
|
||||
etree.tostring(page, encoding="utf-8").decode("utf-8"),
|
||||
)
|
||||
|
||||
+25
-24
@@ -699,30 +699,6 @@ div#content {
|
||||
}
|
||||
}
|
||||
|
||||
/* blocks that stand out */
|
||||
|
||||
.standout {
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
margin-left: -1.5em;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
margin-left: -3em;
|
||||
}
|
||||
}
|
||||
.standout-text {
|
||||
.standout;
|
||||
padding-left: 1.5em;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
padding-left: 3em;
|
||||
}
|
||||
}
|
||||
.standout-text-bggreen {
|
||||
.standout-text;
|
||||
background-color: @brand-green-lighter;
|
||||
}
|
||||
|
||||
blockquote,
|
||||
.blockQuote,
|
||||
.blockHighlight,
|
||||
@@ -747,6 +723,30 @@ div#content {
|
||||
}
|
||||
}
|
||||
|
||||
/* blocks that stand out */
|
||||
|
||||
.standout {
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
margin-left: -1.5em;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
margin-left: -3em;
|
||||
}
|
||||
}
|
||||
.standout-text {
|
||||
.standout;
|
||||
padding-left: 1.5em;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
padding-left: 3em;
|
||||
}
|
||||
}
|
||||
.standout-text-bggreen {
|
||||
.standout-text;
|
||||
background-color: @brand-green-lighter;
|
||||
}
|
||||
|
||||
/* subpages "backward compatibility" */
|
||||
|
||||
div#subpages {
|
||||
@@ -1269,6 +1269,7 @@ blockquote#statement p {
|
||||
font-weight: unset;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/* Interviews */
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
/* Card grid used for activity's landing pages but can also be used stand-alone in a div */
|
||||
|
||||
.card-grid {
|
||||
.make-row;
|
||||
|
||||
.card {
|
||||
.make-md-column(6);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: @line-height-computed;
|
||||
|
||||
@media (min-width: @screen-md-min) {
|
||||
&:nth-child(odd) {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: (@line-height-computed / 2);
|
||||
border: 3px solid (@link-color);
|
||||
}
|
||||
a {
|
||||
&:hover img {
|
||||
border-color: darken(@link-color, 15%);
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: (@line-height-computed / 2);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
a {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
// ============================================================================
|
||||
// Classes for colored tables
|
||||
// ============================================================================
|
||||
|
||||
table.colored th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
table.colored td {
|
||||
border-bottom: 1px solid #74AA50;
|
||||
}
|
||||
table.colored th,
|
||||
table.colored td {
|
||||
text-align: left;
|
||||
padding-left: 0.3em;
|
||||
padding-right: 0.3em;
|
||||
width: auto;
|
||||
}
|
||||
table.colored th:first-child,
|
||||
table.colored td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
table.colored tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
|
||||
table.colored th.header-cell {
|
||||
font-size: 1.1em;
|
||||
background-color: #74AA50;
|
||||
color: #fff;
|
||||
}
|
||||
table.colored tr.row-highlight {
|
||||
background-color: rgba(116, 170, 80, 0.2);
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
// Styles specific to displaying timelines
|
||||
// ============================================================================
|
||||
div.timeline-holder * {
|
||||
border-radius: 4px;
|
||||
border-radius: @border-radius-large;
|
||||
padding: 4px;
|
||||
}
|
||||
div.timeline-year {
|
||||
|
||||
+14
-1
@@ -1,5 +1,6 @@
|
||||
@import "base";
|
||||
@import "elements/banners";
|
||||
@import "elements/card-grid";
|
||||
@import "elements/color-box";
|
||||
@import "elements/details";
|
||||
@import "elements/figure";
|
||||
@@ -15,6 +16,7 @@
|
||||
@import "elements/sharebuttons";
|
||||
@import "elements/striped-table";
|
||||
@import "elements/table-of-contents";
|
||||
@import "elements/table-colored";
|
||||
@import "elements/text-img-structure";
|
||||
@import "elements/timeline";
|
||||
@import "elements/topbanner";
|
||||
@@ -112,6 +114,17 @@ img.signatory-logo {
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Landing pages (like "ada", ...
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
body.landing #content {
|
||||
.toplevel;
|
||||
|
||||
.card-grid;
|
||||
}
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Overview pages (like "about", "contribute", ...
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -145,7 +158,7 @@ body.overview #content {
|
||||
/*Timeline view */
|
||||
|
||||
.span-style(@color) {
|
||||
border-radius: 10px;
|
||||
border-radius: @border-radius-large;
|
||||
padding: 0 0.5em;
|
||||
background-color: @color;
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ procedures for interoperability requests.
|
||||
interoperability obligations under the DMA. This law aims at preventing
|
||||
large technology companies from unfairly locking out competitors. The
|
||||
FSFE seeks to enforce the DMA in a Free Software developer friendly
|
||||
way”,</p><cite>says Lucas Lasota, FSFE's Legal Proramme Manager</cite>.
|
||||
way”,</p><cite>says Lucas Lasota, FSFE's Legal Programme Manager</cite>.
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html newsdate="2026-07-08">
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Apple held accountable under the DMA - A victory for developers and computer users!</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Apple held accountable under the DMA - A victory for developers and computer users!
|
||||
</h1>
|
||||
|
||||
<p>The Court of Justice of the European Union has rejected Apple's challenge to the interoperability obligations under the Digital Markets Act.
|
||||
The Court also confirmed the App Store as a core platform service. The
|
||||
FSFE hails this as a major win for computer users and
|
||||
developers.</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/1b/d9/d996b92ce2dc7513cce6b6ae939b.png"
|
||||
alt="FSFE Press Release picture"/>
|
||||
</figure>
|
||||
|
||||
|
||||
<p>
|
||||
Today, the Court of Justice of the European Union (CJEU) has ruled in
|
||||
the case <a href="/activities/apple-litigation/apple-litigation.html">Apple
|
||||
v. European Commission (T-1080/23)</a>, in which the Free Software
|
||||
Foundation Europe (FSFE) intervened to defend the rights of developers
|
||||
and users under the <a href="/activities/dma/dma.html">Digital Markets Act
|
||||
(DMA)</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Apple had challenged the interoperability obligations applicable to
|
||||
its mobile operating systems, the designation of the App Store as a core
|
||||
platform service (CPS) and the original designation of its messaging
|
||||
service as a number-independent interpersonal communications service.
|
||||
The FSFE intervened to hold Apple accountable under the DMA in a
|
||||
developer-friendly way.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
With this judgment developers and users will enjoy a less restrictive
|
||||
environment to access and be able to distribute their software in
|
||||
environments controlled by Apple. This includes unfettered software
|
||||
installation (sideloading) and effective and free-of-charge
|
||||
interoperability between their software and Apple’s software and
|
||||
hardware controlled by Apple’s operating system.</p>
|
||||
|
||||
<div>
|
||||
<blockquote>
|
||||
<p>This ruling confirms what we have argued from the start:
|
||||
interoperability is not optional under the DMA, it is the law.
|
||||
Developers finally have legal certainty to build competitive
|
||||
alternatives to Apple's ecosystem, and we remain committed to monitoring
|
||||
enforcement of today’s decision,<cite>says Lucas Lasota, FSFE's Senior Programme Manager Legal</cite></p>
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
In its <a href="https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260096en.pdf">press release</a>, the Court states that Apple’s challenge
|
||||
against “the provision of the DMA relating to the interoperability
|
||||
obligations imposed on undertakings which are designated as gatekeepers”
|
||||
was inadmissible. The Court also confirmed that the different versions
|
||||
of Apple’s App Store “constitute a single CPS”, because they share the
|
||||
same purpose: “to connect app developers with end users in order to
|
||||
facilitate the distribution of software applications.” For the FSFE,
|
||||
this confirms the central role of interoperability and software
|
||||
distribution in the DMA’s regulation of Apple’s ecosystem
|
||||
</p>
|
||||
|
||||
<h3>The future of software interoperability</h3>
|
||||
<p>
|
||||
The FSFE will closely monitor of the implementation of today’s
|
||||
decision, starting with an in depth analysis of the ruling. It will be
|
||||
available in the upcoming days at <a href="/">fsfe.org</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Besides, Apple has initiated another litigation against the European
|
||||
Commission on questions concerning the technical and procedural aspects
|
||||
of interoperability (T-359/25). The <a href="/news/2026/news-20260519-01.html"> FSFE is also
|
||||
intervening in this second case</a> and we will again demonstrate to the
|
||||
court the importance of interoperability for fair digital markets.
|
||||
</p>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<tags>
|
||||
<tag key="press">Press Release</tag>
|
||||
<tag key="front-page"/>
|
||||
<tag key="highlights">highlights</tag>
|
||||
</tags>
|
||||
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/116883589127113242"/>
|
||||
<image url="https://pics.fsfe.org/uploads/medium/1b/d9/d996b92ce2dc7513cce6b6ae939b.png" alt="FSFE Press Release picture"/>
|
||||
<translator/>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -0,0 +1,287 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html newsdate="2026-07-24">
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Legal Corner: How Apple’s attack on interoperability failed</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Legal Corner: How Apple’s attack on interoperability failed</h1>
|
||||
|
||||
<p>
|
||||
8 July 2026 marks a significant milestone in the fight for
|
||||
interoperability and software freedom, for both developers and users:
|
||||
the Court of Justice of the European Union dismissed Apple’s challenge
|
||||
against its designation under the Digital Markets Act. This judgement
|
||||
confirms that Apple remains subject to the DMA.
|
||||
</p>
|
||||
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/ee/3d/407431339a047caf4fc5f1ea05db.png" alt="Abstract image of an apple shape outlined by a jagged, snake-like red and black form on a gray background"/>
|
||||
<figcaption>CC-BY-SA 4.0. by <a href="https://rahak.net/work.html">Rahak</a> for FSFE </figcaption>
|
||||
</figure>
|
||||
|
||||
<h3>Apple’s designation as a gatekeeper</h3>
|
||||
|
||||
<p>As one of the largest technology companies in the world, Apple's
|
||||
power spans key aspects of software distribution, operating systems,
|
||||
and devices. This power distorts digital markets and negatively affects
|
||||
not only fair competition, but also software freedom and an open
|
||||
internet. For this reason, in September 2023 and under the <a
|
||||
href="/activities/dma/dma"><strong>Digital Markets Act
|
||||
(DMA)</strong></a>, <strong>the European Commission designated Apple as
|
||||
a <em>“gatekeeper”</em></strong>. In that decision, Apple was
|
||||
designated in relation to the App Store, its operating systems iOS and
|
||||
iPadOS, and its browser Safari.</p>
|
||||
|
||||
<p>The DMA imposes obligations that include rules on uninstalling apps
|
||||
and changing defaults, enabling alternative app stores and software
|
||||
distribution, and granting effective interoperability with key software
|
||||
and hardware features controlled by gatekeepers. Besides Apple,
|
||||
designated gatekeepers currently include Alphabet, Amazon,
|
||||
Booking, ByteDance, Meta, and Microsoft. </p>
|
||||
|
||||
<h3>Apple’s answer to the DMA: an attack against interoperability</h3>
|
||||
|
||||
<p>After being designated as a gatekeeper, Apple challenged the
|
||||
European Commission’s decision before the Court of Justice of the
|
||||
European Union (CJEU). One of Apple’s central arguments was that the
|
||||
interoperability obligations of the law were disproportionate under the
|
||||
EU Charter of Fundamental Rights and interfered with its <em>"right to
|
||||
property"</em>.</p>
|
||||
|
||||
<p><strong>Article 6(7) DMA requires gatekeepers to allow third-party
|
||||
hardware and software providers effective interoperability</strong>,
|
||||
free of charge, with the same hardware and software features available
|
||||
to the gatekeeper’s own services or products.</p>
|
||||
|
||||
<p>In November 2023, Apple brought an action against the European
|
||||
Commission. It asked the Court to declare Article 6(7) DMA inapplicable
|
||||
and to annul the decision to designate Apple as being subject to the
|
||||
interoperability obligation for iOS.</p>
|
||||
|
||||
<p>Several key parties intervened in the case brought by <a
|
||||
href="/activities/apple-litigation/apple-litigation.html">Apple against
|
||||
the Commission (T-1080/23)</a> including the European Parliament, the
|
||||
Council of the European Union, France, and the industry representative
|
||||
Coalition for App Fairness. All of these parties threw their weight
|
||||
behind the Commission. <strong>The Free Software Foundation Europe (FSFE) was
|
||||
the only charitable organisation permitted to intervene</strong> and joined
|
||||
forces against Apple.</p>
|
||||
|
||||
<p>The goal of the FSFE was to hold Apple accountable under the DMA in
|
||||
a way that protects developer rights. In its intervention, <a
|
||||
href="/news/2025/news-20250922-01.html">the FSFE
|
||||
highlighted that Apple is being regulated in the public interest</a>,
|
||||
asserting that the company should compete on trustworthiness. Both
|
||||
developers and users should have the option of using alternative
|
||||
services and products rather than being locked into those offered by
|
||||
Apple. <strong>The FSFE urged that the case be dismissed entirely</strong>.</p>
|
||||
|
||||
<p>In October 2025, the FSFE’s lawyer, Dr. Martin Husovec, stressed, at
|
||||
the hearings of the CJEU, that <strong>innovation does not exempt a company
|
||||
from regulation</strong>. Apple's products form an ecosystem in which value is
|
||||
created not only by the company itself, but also by independent
|
||||
external developers and consumers who own the devices. Therefore it is
|
||||
entirely legitimate and necessary to coerce selected gatekeepers’
|
||||
products into interoperability.</p>
|
||||
|
||||
<h3>The verdict: Apple’s obligations remain intact and procedural
|
||||
circumvention around interoperability not allowed</h3>
|
||||
|
||||
<p>In July 2026, in its judgment, <a
|
||||
href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A62023TJ1079">the
|
||||
CJEU dismissed Apple’s challenges
|
||||
against its designation under the Digital Markets Act (DMA) for the App
|
||||
Store and iOS</a>. <strong>The Cupertino company remains subject to the DMA, and
|
||||
its attempt to use this case to attack the law’s interoperability
|
||||
framework was rejected</strong>. The Court ensured that Apple’s obligations as a
|
||||
designated gatekeeper remain fully intact.</p>
|
||||
|
||||
<p>In this case, however, the Court did not rule on the substance of
|
||||
Article 6(7). Instead, it clarified that Apple could not use a case
|
||||
concerning its gatekeeper status to challenge interoperability rules
|
||||
applicable only after designation. The Court held that Article 6(7) DMA
|
||||
<em>"does not govern the conditions for designating an undertaking as a
|
||||
gatekeeper"</em>, but <em>"merely defines the interoperability
|
||||
obligations"</em> that apply once a company has been designated.</p>
|
||||
|
||||
<p>This is a matter that extends far beyond Apple. Whether a company
|
||||
meets the legal criteria to be considered a gatekeeper is not the issue
|
||||
here; the obligations that follow from that status are. <strong>For the DMA to
|
||||
work, gatekeepers must not be able to delay or weaken enforcement
|
||||
through procedural detours</strong>.</p>
|
||||
|
||||
<h3>Device Neutrality applies to alternative app stores</h3>
|
||||
|
||||
<p>The judgment also dealt with a central aspect of software
|
||||
distribution: how Apple’s App Stores are governed under the DMA. Apple
|
||||
argued that rather than as a single ecosystem, its App Stores should be
|
||||
treated as separate distribution entities depending on the type of
|
||||
device: one for smartphones, one for tablets, one for desktop
|
||||
computers, one for watches, and one for TVs. If this argument had
|
||||
succeeded, the scope of the App Store designation could have been
|
||||
narrowed.</p>
|
||||
|
||||
<p>The Court rejected this approach and stressed that a software
|
||||
application store <em>"allows business users to offer software applications
|
||||
to end users"</em>. It also pointed out that Apple’s App Stores are used for
|
||||
the same basic purpose: distributing software applications between
|
||||
developers and users.</p>
|
||||
|
||||
<p>Finally, <strong>the Court supported a technology-neutral reading of the
|
||||
DMA</strong>. It held that the classification of a software application store
|
||||
does not depend <em>"either on the device on which that store operates or
|
||||
on the operating system on which the software applications offered
|
||||
within that store run"</em>. The Court stated that the DMA’s core platform
|
||||
service definitions should be <em>"technology neutral"</em> and should not vary
|
||||
according to the <em>"technological choices made by the gatekeeper"</em>. By
|
||||
establishing this, the Court also agreed with the arguments of the FSFE
|
||||
and the Commission that <strong>the DMA is device-agnostic and should not
|
||||
depend on the specific form factors dictated by a gatekeeper</strong>.</p>
|
||||
|
||||
<h3>A step forward for Software Freedom</h3>
|
||||
|
||||
<p>This judgement brings us one step closer to one of the key pillars
|
||||
of <a href="/news/2025/news-20250103-01.html">the FSFE's vision for
|
||||
2048</a>: Device Neutrality. Or in other words:
|
||||
everyone should have the right to install and uninstall any software on
|
||||
their own devices.</p>
|
||||
|
||||
<p>
|
||||
The DMA approaches <a href="/activities/deviceneutrality/">Device
|
||||
Neutrality</a> through several connected obligations:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Article 6(4) opens the door to alternative app stores and software distribution.</li>
|
||||
<li>
|
||||
Article 6(3) gives users more control by requiring that gatekeepers
|
||||
allow them to uninstall apps and change default settings.
|
||||
</li>
|
||||
<li>Article 6(7) requires effective interoperability with key software and hardware features.</li>
|
||||
</ul>
|
||||
|
||||
<p>These rules, along with others, contribute to ensure that
|
||||
third-party software not only reach users, but also function
|
||||
effectively on gatekeeper controlled devices.</p>
|
||||
|
||||
<p>However, there is still a lot of work to be done. This particular
|
||||
case may be closed (Apple can still appeal), but it is not the only
|
||||
one. Apple has opened a second legal case against the European
|
||||
Commission’s interoperability specification decision.This decision
|
||||
includes measures aimed at improving transparency and access for
|
||||
developers. These measures include clearer procedures for
|
||||
interoperability requests, improved access to technical information and
|
||||
communication channels, and rules for software and hardware
|
||||
interoperability. <a href="/news/2026/news-20260519-01.html">The FSFE
|
||||
has also been permitted to intervene in this new case</a>.</p>
|
||||
|
||||
<p>Moreover, <strong>a gap persists </strong><strong>between the law on paper and the
|
||||
reality faced by developers</strong>. <a
|
||||
href="https://zenodo.org/records/20486902">A recent report from the
|
||||
FSFE</a> shows how Apple’s request-based approach has left developers
|
||||
without effective access to its mobile operating system
|
||||
functionalities. Despite the <a
|
||||
href="https://digital-markets-act.ec.europa.eu/developer-portal/interoperability/apple-specification-proceedings-interoperability-connected-devices-and-request-based-process_en">European
|
||||
Commission’s detailed procedures</a> on software and hardware
|
||||
interoperability, developers still face uncertainty, delays, and
|
||||
refusals when seeking access to Apple-controlled features.</p>
|
||||
|
||||
<h3>Developers: send your feedback </h3>
|
||||
|
||||
<p>The participation of the FSFE in these two interventions shows that
|
||||
equal and fair access for developers should not depend solely on the
|
||||
discretionary control of gatekeepers. The Free Software tradition,
|
||||
built on open standards and community oversight, shows that
|
||||
<strong>interoperability can be governed as a digital commons</strong>, not only as a
|
||||
private platform privilege. Effective interoperability should serve
|
||||
users and developers, not only platform owners.</p>
|
||||
|
||||
<p>The FSFE invites developers who have requested access to either
|
||||
software or hardware features under Article 6(7) of the DMA, or who
|
||||
considered doing so but were discouraged by the process, <a
|
||||
href="https://survey.fsfe.org/index.php/699938?lang=en">to get in touch</a>.
|
||||
Your experiences can help us document how interoperability works in
|
||||
practice. They can also support better DMA enforcement for Free
|
||||
Software developers and computer users.</p>
|
||||
|
||||
<h3>Timeline of the case</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
September 5, 2023: The Commission <a
|
||||
href="https://ec.europa.eu/competition/digital_markets_act/cases/202344/DMA_100013_215.pdf">designates
|
||||
Apple as a gatekeeper</a> for the App Store, iOS and Safari, and
|
||||
separately opens a market investigation into whether iMessage should
|
||||
also be designated.
|
||||
</li>
|
||||
<li>September 6, 2023: The designation decision is formally notified to Apple.</li>
|
||||
<li>
|
||||
November 2023: <a
|
||||
href="https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=OJ:C_202400563">Apple
|
||||
files an appeal three separate actions before the General Court,
|
||||
against the decision opening the iMessage investigation, against parts
|
||||
of the designation decision.</a>
|
||||
</li>
|
||||
<li>February 2024 - The FSFE requests to intervene.</li>
|
||||
<li>
|
||||
March 7, 2024: Apple's gatekeeper obligations for the App Store, iOS
|
||||
and Safari become legally binding, six months after notification.
|
||||
</li>
|
||||
<li>
|
||||
August 2024 - <a href="/news/2024/news-20240812-01.html">The CJEU
|
||||
allows the FSFE to intervene in the case.</a>
|
||||
</li>
|
||||
<li>
|
||||
September 2024 - <a
|
||||
href="https://download.fsfe.org/campaigns/device-neutrality/fsfe-Intervention-apple-vs-commission-Sep-24-redacted.pdf">The
|
||||
FSFE submits its arguments to the CJEU.</a>
|
||||
</li>
|
||||
<li>
|
||||
February 2025 - <a
|
||||
href="/activities/apple-litigation/apple-litigation.html">Court
|
||||
partially dismisses Apple's requests for confidential treatment.</a>
|
||||
</li>
|
||||
<li>
|
||||
October 21, 2025: <a href="/news/2025/news-20251021-01.html">The
|
||||
General Court holds a hearing on Case T-1080/23.</a>
|
||||
</li>
|
||||
<li>
|
||||
July 8, 2026: The General Court, sitting in its Eighth Chamber with
|
||||
five judges, <a href="https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260096en.pdf">delivers judgment dismissing all three of Apple's
|
||||
actions</a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
||||
<sidebar promo="our-work">
|
||||
<cite>This publication is part of the FSFE’s
|
||||
Legal Column aimed at offering basic legal guidance on various issues
|
||||
related to Free Software. Please note that this article does not
|
||||
constitute legal advice. If you have a legal or licensing question
|
||||
related to Free Software that is not covered here or in any of our other
|
||||
resources, you can consider asking our License Questions team by sending
|
||||
them an email at <email>licence-questions@fsfe.org</email>.</cite>
|
||||
</sidebar>
|
||||
|
||||
<tags>
|
||||
<tag key="community">Community</tag>
|
||||
<tag key="front-page"/>
|
||||
<tag key="legal">Legal</tag>
|
||||
<tag key="dma">DMA</tag>
|
||||
<tag key="deviceneutrality">Device Neutrality</tag>
|
||||
<tag key="licensing">Licensing</tag>
|
||||
<tag key="legal-corner">Legal Corner</tag>
|
||||
<tag key="highlights">highlights</tag>
|
||||
</tags>
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/116974789847761579"/>
|
||||
|
||||
<image url="https://pics.fsfe.org/uploads/medium/ee/3d/407431339a047caf4fc5f1ea05db.png" alt="Abstract image of an apple shape outlined by a jagged, snake-like red and black form on a gray background"/>
|
||||
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1,149 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html newsdate="2026-07-30">
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>The FSFE calls for Free Software as the model for digital public services</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>The FSFE calls for Free Software as the model for digital public
|
||||
services</h1>
|
||||
|
||||
<p>
|
||||
In its feedback regarding the review of the European Interoperability
|
||||
Framework, the FSFE is calling for Free Software and Open Standards to
|
||||
be the default when procuring and creating interoperable digital public
|
||||
services.
|
||||
</p>
|
||||
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/9f/5f/01e48ad92f4887a0077a595ba352.jpg" alt="European Union flags in from of Berlaymont building"/>
|
||||
<figcaption>© European Union, 2026, licensed under CC BY 4.0 </figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<p>Digital public services are becoming an increasingly important
|
||||
component of our daily lives, with around 85% of services available
|
||||
digitally for both businesses and citizens <a href="https://data.europa.eu/doi/10.2759/0999131">according to data from
|
||||
the European Commission</a>. Transparency and control over these
|
||||
processes have become more important than ever for citizens and public
|
||||
administrations alike. The European Interoperability Framework (EIF) has
|
||||
been setting the guidelines for providing digital services since its
|
||||
creation. Under the <a href="/news/2024/news-20240206-01.html">Interoperable
|
||||
Europe Act,</a> the EIF’s role has been strengthened. It needs to be
|
||||
taken into account when introducing new digital public services,
|
||||
substantially updating existing ones, and when developing new
|
||||
regulations and guidance.</p>
|
||||
|
||||
<h3>The status quo and next steps</h3>
|
||||
<p>For the EIF currently in force, the Free Software Foundation Europe's
|
||||
contributions helped establish a model of "active and fair
|
||||
consideration" of Free Software solutions and the recommendation to
|
||||
contribute changes upstream whenever possible, contributing to level the
|
||||
playing field for Free Software solutions. Nevertheless, shortcomings
|
||||
such as deeming so-called <a href="/freesoftware/standards/why-frand-is-bad-for-free-software.html">"fair,
|
||||
reasonable, and <em>non-discriminatory</em>" (F/RAND) terms</a> an
|
||||
appropriate licensing model, negatively impact the creation and
|
||||
deployment of Free Software solutions.</p>
|
||||
|
||||
<p>Nine years later, a revision of the current EIF is underway. Members
|
||||
of the Interoperable Europe Board and respondents to the call for
|
||||
evidence have raised concerns regarding control over public
|
||||
administrations' services and data and gaps between guidance and
|
||||
concrete implementation.</p>
|
||||
|
||||
<blockquote>
|
||||
<p>“Today, public administrations are more concerned than ever about
|
||||
their digital autonomy – as we saw recently in the European Commission’s
|
||||
Tech Sovereignty Package. Free Software and Open Standards are
|
||||
prerequisites for technological sovereignty and need to be in the
|
||||
spotlight of the upcoming EIF. The involvement of civil society actors
|
||||
in the process and secure long-term funding for the Free Software
|
||||
ecosystem are key for the success of the Interoperable Europe Act and
|
||||
digital public services.”</p><cite>explains Sofía Aritz, Policy Consultant.</cite>
|
||||
</blockquote>
|
||||
|
||||
<p><a href="https://download.fsfe.org/policy/consultations/EIF%202026/European%20Interoperability%20Framework%20-%20review.pdf">In
|
||||
its position, the FSFE addresses these problems</a> by calling for,
|
||||
among other measures:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Shifting to a "Free Software by default" model</strong>:
|
||||
Free Software is a prerequisite for technological sovereignty due to the
|
||||
controllability and transparency that it provides, while also playing a
|
||||
fundamental role in reusability and cross-border collaboration. Free
|
||||
Software needs to become the default model for creating, implementing,
|
||||
and customising digital public services, in accordance with the
|
||||
principles of "Public Money? Public Code!"</li>
|
||||
|
||||
<li><strong>Requiring Open Standards in digital public
|
||||
services</strong>: Open Standards that are implementable in Free
|
||||
Software are crucial to the development of a thriving market for
|
||||
interoperable digital public services.</li>
|
||||
|
||||
<li><strong>Developing guidance for Free Software procurement</strong>:
|
||||
Creating and promoting guidelines and training tailored to procurement
|
||||
professionals on Free Software procurement and the detection of
|
||||
openwashing.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Free Software and the Interoperable Europe Act</h3>
|
||||
<p>The European Interoperability Framework provides recommendations for
|
||||
legal, organisational, semantic and technical interoperability, first
|
||||
created in 2004. Since <a href="/news/2024/news-20240206-01.html">the adoption
|
||||
of the Interoperable Europe Act</a>, it is going to be developed by the
|
||||
Interoperable Europe Board. This new legislative framework and new
|
||||
digital challenges have raised the need of reviewing the current EIF,
|
||||
which was last updated in 2017. </p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/70/2c/b5e22e9342b099016e593f8c9f3e.png" alt="Infographic showing the revised EIF Conceptual Model"/>
|
||||
<figcaption>The revised EIF Conceptual Model. Infographic from the European Commission</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
|
||||
<p>The FSFE considers that the Interoperable Europe Board should seize
|
||||
this opportunity and use the EIF as a practical reference for the rest
|
||||
of Interoperable Europe instruments. The FSFE is calling for the
|
||||
inclusion of additional criteria to existing guidelines and the
|
||||
"Interoperable Europe solution" label. Such criteria needs to take into
|
||||
account whether proposed solutions are Free Software, make use of Open
|
||||
Standards, implement them adequately, and follow a collaboration-first
|
||||
model.</p>
|
||||
|
||||
<p>The FSFE has called for the development of legal and financial
|
||||
instruments that secure long-term funding for Free Software solutions
|
||||
while reducing fragmentation between existing Union funding programmes,
|
||||
European Digital Infrastructure Consortia (EDICs), and other
|
||||
cross-border initiatives.</p>
|
||||
|
||||
<p>The inclusion of civil society into the wider Interoperable Europe
|
||||
governance, especially the Interoperable Europe Board and the
|
||||
"Interoperable Europe solution" process, remains fundamental to the
|
||||
implementation of the Interoperable Europe Act and the fostering of a
|
||||
market of interoperability solutions. The FSFE will closely follow the
|
||||
next steps towards the new EIF, sharing upcoming developments with our
|
||||
community.</p>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
<tags>
|
||||
<tag key="news">News</tag>
|
||||
<tag key="front-page"/>
|
||||
<tag key="policy">Policy</tag>
|
||||
<tag key="european-union">European Union</tag>
|
||||
<tag key="european-commission">European Commission</tag>
|
||||
<tag key="IEA">Interoperability European Act</tag>
|
||||
<tag key="highlights">highlights</tag>
|
||||
</tags>
|
||||
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/117008329475322259"/>
|
||||
|
||||
<image url="https://pics.fsfe.org/uploads/medium/9f/5f/01e48ad92f4887a0077a595ba352.jpg" alt="European Union flags in from of Berlaymont building"/>
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1,164 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html newsdate="2026-08-03">
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>A quarter-century of Software Freedom: the FSFE turns 25</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>A quarter-century of Software Freedom: the FSFE turns 25</h1>
|
||||
|
||||
<p>The FSFE was founded in 2001 by a group of European Free
|
||||
Software advocates. 25 years later, this European charity has grown into
|
||||
one of the most respected organisations defending Software Freedom in
|
||||
Europe.</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/medium/17/85/19248ba1d6a5a8880141b6253276.JPG"
|
||||
alt="ds"/>
|
||||
</figure>
|
||||
|
||||
<blockquote>
|
||||
“Software already transcends daily life in an increasing manner and
|
||||
becomes a deciding factor. Just as other developments in the past of
|
||||
mankind, software developed from being an economic to a cultural
|
||||
property with increasing presence in everyday life. […] It is essential
|
||||
for the future of mankind that software as a cultural property will
|
||||
remain accessible for everyone and is preserved in libraries like other
|
||||
knowledge.” <cite>Founders of the FSFE, 2001</cite>
|
||||
</blockquote>
|
||||
|
||||
|
||||
<p>In 2001, a group of European Free Software advocates put their heads
|
||||
together to come up with ways to protect Free Software in Europe.
|
||||
Together they founded the Free Software Foundation Europe… and the rest
|
||||
is history.</p>
|
||||
|
||||
<p>The FSFE's 25-year story is the story not only of the staff, but
|
||||
also that of our volunteers and supporters, who contribute to our daily
|
||||
work. For a quarter-century, we have been educating current and future
|
||||
generations about the
|
||||
importance of the Four Freedoms. We have been helping developers understand licensing
|
||||
and legal terminology so they can keep doing what they do best. As FSFE
|
||||
we have been standing up to those who want to take control away from the
|
||||
people. </p>
|
||||
<p>This July, at EuropPython 2026 in Kraków, our
|
||||
community came together to celebrate its 25th anniversary! FSFE staff, volunteers, donors, and
|
||||
founders gathered for a full weekend of talks, a booth, long evenings of
|
||||
networking, and ice-cream! All capped off with a proper birthday
|
||||
celebration: cake, a photo booth, and 25 years of stories swapped
|
||||
between old supporters and newcomers alike.</p>
|
||||
|
||||
<p>These 25 years have been possible thanks to our donors and
|
||||
supporters! At the FSFE25 we heard first hand why some of our donors
|
||||
support us. It was inspiring to see how much trust is placed into our
|
||||
work. For this we want to say thank you: <a href="/donate/thankgnus-2026.html">to all of you</a>!
|
||||
</p>
|
||||
|
||||
<h3>Looking ahead: our Vision 2048</h3>
|
||||
<p>Turning 25 is also a moment to look forward. As the
|
||||
FSFE looks to the next chapter, we are guided by our vision for 2048, a
|
||||
world where Software Freedom is no longer a niche concern, but the norm:</p>
|
||||
<ul>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 26.15px !important; transform: none !important; transform-origin: 327.3px 13.075px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 26px !important;"></lt-div></lt-div></lt-highlighter><li>Everyone has the right to remove and install any software on any of
|
||||
their devices. </li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 26.15px !important; transform: none !important; transform-origin: 327.3px 13.075px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 26px !important;"></lt-div></lt-div></lt-highlighter><li>All public funding for software goes exclusively to Free Software.
|
||||
</li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 51.3px !important; transform: none !important; transform-origin: 327.3px 25.65px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 51px !important;"></lt-div></lt-div></lt-highlighter><li>Regulatory frameworks actively encourage the use and development of
|
||||
Free Software. </li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 26.15px !important; transform: none !important; transform-origin: 327.3px 13.075px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 26px !important;"></lt-div></lt-div></lt-highlighter><li>Licensing and legal decisions are grounded in facts, not fear,
|
||||
uncertainty, and doubt. </li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 51.3px !important; transform: none !important; transform-origin: 327.3px 25.65px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 51px !important;"></lt-div></lt-div></lt-highlighter><li>Young people grow up with the freedom to tinker, experiment, and
|
||||
code, with Free Software as the default. </li>
|
||||
</ul>
|
||||
<p>If the first 25 years were about proving that Software Freedom
|
||||
matters, the next 25 are about making it the norm.</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/92/c5/b99bfd1b83f6087b86d1a02125f1.jpg"
|
||||
alt="A group of people posting for a photobooth with FSFE tshirts and some swag"/>
|
||||
<figcaption>Participants of the FSFE25 celebrations, who at some point, have been FSFE interns</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<p>What started as a small organisation in 2001 is now a Europe-wide
|
||||
charity with active volunteers across European countries, legal experts,
|
||||
a podcast, a children's book turned movie, a programming competition for
|
||||
teenagers, and court victories against some of the world's largest tech
|
||||
companies to its name. The Four Freedoms (to use, study, share, and
|
||||
improve software) are, if anything, more urgent today than they were
|
||||
back then.</p>
|
||||
|
||||
<p><strong>Kudos to all of you who have been there supporting us and Software
|
||||
Freedom! Here's to the next 25 years!</strong></p>
|
||||
|
||||
<div class="standout-text-bggreen">
|
||||
<h3>25 years of milestones</h3>
|
||||
<p>To mark this milestone, <a href="/about/timeline.html">the FSFE has published a timeline</a>, tracing 25
|
||||
years of policy wins, legal work, campaigns, and community milestones
|
||||
across its core focus areas.</p>
|
||||
|
||||
<p>Over 25 years, the FSFE has chalked up wins that reshaped how Europe
|
||||
thinks about software:</p>
|
||||
<ul>
|
||||
<li><strong><strong>2005</strong></strong> - After an intense
|
||||
continent-wide campaign, the European Parliament rejected the <a
|
||||
href="/activities/swpat/swpat.html">Software
|
||||
Patents directive</a>, and thus keeping Europe's software ecosystem open for
|
||||
small developers. </li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 76.45px !important; transform: none !important; transform-origin: 327.3px 38.225px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 76px !important;"></lt-div></lt-div></lt-highlighter><li><strong><strong>2007</strong></strong> - Years of legal pressure
|
||||
alongside the Samba team forced <a
|
||||
href="/activities/ms-vs-eu/ms-vs-eu.html">Microsoft to publish interoperability
|
||||
information</a> following its antitrust case — a landmark moment for
|
||||
interoperability rights. </li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 76.45px !important; transform: none !important; transform-origin: 327.3px 38.225px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 76px !important;"></lt-div></lt-div></lt-highlighter><li>2010 – Establishment of the <a href="/activities/ilovefs/index.html">"I
|
||||
Love Free Software Day"</a>: every 14
|
||||
February the FSFE asks Free Software users to thank the developers of
|
||||
the software they use every day. </li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 51.3px !important; transform: none !important; transform-origin: 327.3px 25.65px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 51px !important;"></lt-div></lt-div></lt-highlighter><li>2012 – Launch of the <a href="/activities/android/android.html">“Free
|
||||
Your Android” campaign</a> to help users free their phones and use Free
|
||||
Software apps.</li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 76.45px !important; transform: none !important; transform-origin: 327.3px 38.225px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 76px !important;"></lt-div></lt-div></lt-highlighter><li><strong><strong>2016</strong></strong> - Germany enshrined <a href="/activities/routers/routers.html">Router
|
||||
Freedom</a> into telecom law, allowing citizens choose their own routers
|
||||
instead of being locked into their ISP's hardware, after three years of
|
||||
FSFE advocacy. </li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 76.45px !important; transform: none !important; transform-origin: 327.3px 38.225px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 76px !important;"></lt-div></lt-div></lt-highlighter><li><strong><strong>2017</strong></strong> - Launch of <a href="/publiccode/publiccode.html">“Public Money?
|
||||
Public Code!”</a> initiative, which advocates for publicly funded
|
||||
software to be made publicly available. One of the FSFE's flagship
|
||||
initiatives across
|
||||
European parliaments. </li>
|
||||
<li>2018 - The FSFE joined its first <a href="/activities/ngi/ngi.html">NGI0 consortium</a>, providing support
|
||||
on legal and licensing questions and promoting the use of its <a href="https://reuse.software/">REUSE
|
||||
specification</a>. This set of recommendations make licensing Free Software
|
||||
projects easy, comprehensive, unambiguous, and machine-readable.</li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 76.45px !important; transform: none !important; transform-origin: 327.3px 38.225px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 76px !important;"><canvas class="lt-highlighter__canvas" width="95" height="23" style="display: none; top: 3px !important; left: 462px !important;"></canvas></lt-div></lt-div></lt-highlighter><li><strong><strong>2021</strong></strong> - FSFE president Matthias
|
||||
Kirschner published <a href="/activities/ada-zangemann/index.html">“Ada
|
||||
& Zangemann”</a>, a children's book on Software Freedom. It was
|
||||
later adapted into an animated film in 2025.</li>
|
||||
<lt-highlighter style="display: none;" data-lt-linked="1"><lt-div spellcheck="false" class="lt-highlighter__wrapper" style="width: 654.6px !important; height: 101.6px !important; transform: none !important; transform-origin: 327.3px 50.8px 0px !important; zoom: 1 !important;"><lt-div class="lt-highlighter__scroll-element" style="top: 0px !important; left: 0px !important; width: 654.6px !important; height: 101.6px !important;"></lt-div></lt-div></lt-highlighter><li><strong><strong>2024/2025</strong></strong> - FSFE intervened in
|
||||
<a href="/activities/apple-litigation/apple-litigation.html">Apple's
|
||||
Digital Markets Act litigation</a> before the Court of Justice of
|
||||
the EU. In July 2026, the Court dismissed Apple's challenge outright,
|
||||
confirming that the company remains bound by the DMA's interoperability
|
||||
obligations</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
<tags>
|
||||
<tag key="community">Community</tag>
|
||||
<tag key="front-page"/>
|
||||
|
||||
<tag key="highlights">highlights</tag>
|
||||
</tags>
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/117031072759517369"/>
|
||||
|
||||
<image url="https://pics.fsfe.org/uploads/medium/17/85/19248ba1d6a5a8880141b6253276.JPG"
|
||||
alt="ds"/>
|
||||
|
||||
<translator/>
|
||||
</html>
|
||||
|
||||
@@ -65,7 +65,7 @@ be in control of your devices! <a
|
||||
href="https://survey.fsfe.org/index.php/555748">Please, share your
|
||||
knowledge with us</a>.</p>
|
||||
|
||||
<p>The FSFE is also now one of the organisations part of the <a href="https://c2c-electronics.org/en/">to
|
||||
<p>The FSFE is also now one of the organisations part of the <a href="https://c2c-electronics.org/en/">Cradle to
|
||||
Cradle Electronics Initiative</a>, a platform for business, academia and
|
||||
civil society to put Cradle to Cradle electronics into practice. To
|
||||
achieve it, we believe that all our electronics should be under the open
|
||||
@@ -144,7 +144,6 @@ Ana </p>
|
||||
<tags>
|
||||
<tag key="newsletter">Newsletter</tag>
|
||||
<tag key="front-page"/>
|
||||
<tag key="highlights">highlights</tag>
|
||||
</tags>
|
||||
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/116878329444685553"/>
|
||||
|
||||
@@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html newsdate="2026-08-11">
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Back from our FSFE25 celebrations with news about EIF and the DMA</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Back from our FSFE25 celebrations with news about EIF and the DMA</h1>
|
||||
|
||||
<p>
|
||||
August is here and after our FSFE 25 years celebration, we are already
|
||||
working on our next projects! While we are still enjoying the wonderful
|
||||
"hangover" of our days in Kraków, in the last weeks we have also got
|
||||
positive news on the DMA and the Apple litigation, we submitted our
|
||||
proposal to the new EIF, and more!
|
||||
</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/a0/1a/ec01b3087524272a5f0486216fd4.jpg"
|
||||
alt="A collage with the FSFE logo, a group of people posing for the FSFE25 celebration with neon green 25 balloons,the FSFE25 logo and an apple with a worm inside"/>
|
||||
</figure>
|
||||
|
||||
<p>25 years ago, our founders declared:</p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
"Software already transcends daily life in an increasing manner and
|
||||
becomes a deciding factor. Just as other developments in the past of
|
||||
mankind, software developed from being an economic to a cultural
|
||||
property with increasing presence in everyday life. […] It is essential
|
||||
for the future of mankind that software as a cultural property will
|
||||
remain accessible for everyone and is preserved in libraries like other
|
||||
knowledge."
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Two and a half decades later, standing among staff, volunteers, and
|
||||
supporters who have built this movement, that message is more urgent
|
||||
than ever. <a
|
||||
href="/news/2026/news-20260803-01.html">Turning 25
|
||||
was a moment to reflect on major milestones while casting an eye toward
|
||||
our vision for 2048.</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
That vision was put into practice in a major way this July when the
|
||||
Court of Justice of the European Union delivered a decisive victory for
|
||||
software freedom. In <em>Apple v. European Commission</em>, a case in
|
||||
which the FSFE intervened as the only charitable organisation defending
|
||||
developer rights, the Court dismissed Apple’s challenge to its
|
||||
gatekeeper status under the Digital Markets Act. <a
|
||||
href="/news/2026/news-20260708-01.html">The ruling
|
||||
confirmed that gatekeepers cannot bypass interoperability requirements
|
||||
or fragment their platforms to evade accountability.</a> This milestone
|
||||
brings us one step closer to true device neutrality, ensuring that both
|
||||
developers and users have the freedom to build, install, and run
|
||||
software on their own terms. If you want to learn more, <a
|
||||
href="/news/2026/news-20260724-01.html">we dedicated
|
||||
our latest Legal Corner article to it.</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
On a related matter, in July we published <a
|
||||
href="https://www.techpolicy.press/google-android-antitrust-ruling-shows-the-next-battle-is-over-who-controls-trust/">an
|
||||
analysis for Tech Policy Press</a> on the landmark Google Android
|
||||
antitrust ruling of the European Union Court of Justice. We argue that
|
||||
the real battle ahead isn't over contracts, but over who controls trust
|
||||
in the Android ecosystem, as Google's incoming <a
|
||||
href="https://keepandroidopen.org/">Android Developer Verification</a>
|
||||
scheme will make it much harder to distribute apps outside Google's own
|
||||
approval system. And one more reading recommendation! Our colleague Dr.
|
||||
Lucas Lasota, who also works at the Martin-Luther University of
|
||||
Halle-Wittenberg, has just published a paper examining <a
|
||||
href="https://sol.sbc.org.br/index.php/wics/article/view/43222">how
|
||||
interoperability regulation in the EU, Japan, the UK and Brazil can give
|
||||
Free Software access to features controlled by dominant proprietary
|
||||
platforms and help level the playing field for smaller developers and
|
||||
communities.</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
At the same time, we are
|
||||
looking at how the European Commission updates
|
||||
the European Interoperability Framework. <a
|
||||
href="/news/2026/news-20260730-01.html">We are
|
||||
actively urging European decision-makers to adopt a "Free Software by
|
||||
default" model</a> for all digital public services. Public
|
||||
administrations across Europe are more concerned than ever about digital
|
||||
sovereignty, and we are advocating for mandatory Open Standards, clearer
|
||||
procurement guidelines to prevent openwashing, and sustained funding for
|
||||
the digital commons.
|
||||
</p>
|
||||
|
||||
<h3>From the stages</h3>
|
||||
<p>
|
||||
August is also the moment to talk about Free Software with our German
|
||||
community. As usual, we will attend FrOSCon! We will be there on 15 and
|
||||
16 August with a booth and several talks: about CRA; Openwashing, and
|
||||
what the United Federation of Planets and the Free Software Foundation
|
||||
Europe have in common.
|
||||
</p>
|
||||
|
||||
<h3>Youth Hacking 4 Freedom</h3>
|
||||
<p>
|
||||
Our programming competition for young European is into its next
|
||||
phase! The programming period for the current edition of YH4F wrapped up
|
||||
at the end of June. During July our jury of experts has reviewed all
|
||||
submitted projects and compiled a shortlist for interviews. From this
|
||||
list the jury members will select this year's six winning projects.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you or a young person you know missed out on this edition, don't
|
||||
worry: registration for the next edition of YH4F is open! Stay tuned for
|
||||
more announcements.
|
||||
</p>
|
||||
|
||||
<h3>Your support helps us move our work forward</h3>
|
||||
<p>
|
||||
We may be behind the wheel, but you’re the ones keeping us moving
|
||||
forward. You can <a href="/donate/donate.html">support us</a>, <a
|
||||
href="/contribute/contribute.html">contribute to our work</a>, and <a
|
||||
href="/about/groups.html">join our community</a>. Are you using social
|
||||
media? If so, do not forget to follow us there! You can also follow the
|
||||
FSFE news in your <a href="/news/news.rss">RSS Reader</a>.
|
||||
</p>
|
||||
|
||||
<p>Your editor,<br/>Ana</p>
|
||||
|
||||
</body>
|
||||
|
||||
<sidebar promo="about-fsfe"/>
|
||||
<followup>donate</followup>
|
||||
|
||||
<tags>
|
||||
<tag key="newsletter">Newsletter</tag>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/117076009933592856"/>
|
||||
<image url="https://pics.fsfe.org/uploads/original/a0/1a/ec01b3087524272a5f0486216fd4.jpg"
|
||||
alt=" A collage with the FSFE logo, a group of people posing for the FSFE25 celebration with neon green 25 balloons, the FSFE25 logo and an apple with a worm inside."/>
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1,150 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html newsdate="2026-08-11">
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>De retour des célébrations du FSFE25 avec des nouvelles du EIF et du DMA</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>De retour des célébrations du FSFE25 avec des nouvelles du EIF et du DMA</h1>
|
||||
|
||||
<p>
|
||||
Le mois d'août est là ! Et après la célébration des 25 ans de la FSFE,
|
||||
nous sommes déjà au travail sur nos prochains projets ! Bien que nous
|
||||
nous remettons encore de l'après-coup de nos journées passées à
|
||||
Cracovie, nous
|
||||
avons quand même de bonnes nouvelles concernant le DMA et le litige avec Apple,
|
||||
notre proposition au "new EIF" et plus encore !
|
||||
</p>
|
||||
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/a0/1a/ec01b3087524272a5f0486216fd4.jpg"
|
||||
alt="Un collage avec le logo de la FSFE et du FSFE25, un groupe prenant la pose avec des ballons vert néon pour la célébration du FSFE25 et une image xray verte de pomme avec un ver dedans"/>
|
||||
</figure>
|
||||
|
||||
<p>Il y a 25 ans, nos fondateurs affirmaient :</p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
"Les logiciels imprègnent de plus en plus notre quotidien et deviennent
|
||||
un facteur déterminant. Tout comme les autres avancées dans l'histoire
|
||||
de l'humanité, les logiciels ont évolué d'une propriété économique
|
||||
vers une propriété culturelle avec une présence grandissante dans la
|
||||
vie quotidienne. [...] Il est essentiel pour le futur de l'humanité
|
||||
que les logiciels, en tant que propriété culturelle, restent accessibles
|
||||
par tous et qu'ils soient préservés dans des bibliothèques comme nos
|
||||
autres savoirs."
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Un quart de siècle plus tard, au milieu du personnel, des bénévoles et des
|
||||
sympathisants qui on façonné ce mouvementn ce message est plus urgent que jamais.
|
||||
<a href="/news/2026/news-20260803-01.html">Nos 25 ans ont été l'occasion de faire le
|
||||
point sur les grandes étapes franchies, tout en nous tournant vers notre "Vision 2048".</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Cette vision a été mise en oeuvre de belle manière en juillet dernier quand
|
||||
la Cour de justice de l'Union européenne a offert une victoire décisive à
|
||||
la liberté des logiciels. Dans l'affaire <em>Apple v. European Commission</em>,
|
||||
dans laquelle la FSFE est intervenue en tant que seule organisation a but non
|
||||
lucratif défendant les droits des utilisateurs, la Cour a rejeté les recours
|
||||
d'Apple relatifs à sa désignation comme contrôleur d’accès sous le "Digital
|
||||
Market Act"(DMA ou règlement sur les marchés numériques). <a
|
||||
href="/news/2026/news-20260708-01.html">La décision confirme que les
|
||||
contrôleurs d'accès ne peuvent pas contourner les obligations d'interopérabilité
|
||||
ou fragmenter leurs programmes pour échapper à toute responsabilité.</a>
|
||||
Cette avancée nous rapproche un peu plus d'une véritable impartialité matérielle,
|
||||
en veillant à ce que développeurs comme utilisateurs aient la liberté de créer,
|
||||
d'installer et d'exécuter des logiciels comme ils le souhaitent. Si vous souhaitez
|
||||
en apprendre plus, <a href="/news/2026/news-20260724-01.html">nous y avons consacré
|
||||
notre dernier article de L'Angle Droit.</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Sur le même sujet, nous avons publié en juillet <a
|
||||
href="https://www.techpolicy.press/google-android-antitrust-ruling-shows-the-next-battle-is-over-who-controls-trust/">
|
||||
une analyse pour Tech Policy Press</a> sur l'arrêt historique rendu par la Cour de
|
||||
justice de l'Union européenne contre le pourvoi de Google concernant Android. Nous
|
||||
estimons que le véritable combat à venir ne portera pas sur les contrats mais sur
|
||||
le contrôle de la confiance au sein de l'écosystème Android, alors que le futur <a
|
||||
href="https://keepandroidopen.org/">dispositif de validation des développeurs Android</a>
|
||||
de Google rendra beaucoup plus difficile la distribution d'applications en dehors
|
||||
des systèmes d'agréés par celui-ci. Une dernière recommandation de lecture !
|
||||
Notre collègue Dr Lucas Lasota, qui travaille aussi à l'université Martin Luther
|
||||
de Halle-Wittenberg, vient de publier un article (en anglais uniquement) étudiant <a
|
||||
href="https://sol.sbc.org.br/index.php/wics/article/view/43222">comment les réglementations
|
||||
sur l'interopérabilité au sein de l'UE, au Japon, au Royaume-Uni et au Brésil peuvent
|
||||
permettre au Logiciel Libre d'accéder à des fonctionnalités contrôlées par des
|
||||
plateformes propriétaires dominantes et de contribuer à instaurer une concurrence
|
||||
équitable pour les petites communautés et les petits développeurs.</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Dans le même temps, nous suivons de près la mise à jour du Cadre européen
|
||||
d'interopérabilité (EIF). <a href="/news/2026/news-20260730-01.html">Nous
|
||||
exhortons vivement les décideurs européens à adopter un modèle de
|
||||
"Logiciel Libre par défaut"</a> pour l'ensemble des services publics
|
||||
numériques. Partout en Europe, les administrations publiques sont plus
|
||||
que jamais préoccupées par la souveraineté numérique. Et nous militons
|
||||
en faveur de formats ouverts obligatoires, des directives plus claires
|
||||
concernant les marchés publics afin d'éviter l'"Openwashing" (ouvertisation)
|
||||
et un financement durable pour les communs numériques.
|
||||
</p>
|
||||
|
||||
<h3>Depuis les podiums</h3>
|
||||
<p>
|
||||
Le mois d'août est aussi l'occasion de parler de Logiciel Libre avec
|
||||
notre communauté allemande. Comme à l'accoutumée, nous participerons
|
||||
à la FrOSCon ! Nous y serons les 15 et 16 août avec un guichet et
|
||||
plusieurs conférences : à propos du CRA, de l'Ouvertisation et de ce
|
||||
que la Fédération des Planètes Unies et la FSFE ont en commun.
|
||||
</p>
|
||||
|
||||
<h3>Youth Hacking 4 Freedom</h3>
|
||||
<p>
|
||||
Notre compétition de programmation destinée aux jeunes Européens entre
|
||||
dans sa phase suivante ! La phase de programmation de cette édition
|
||||
de YH4F s'est achevée fin juin. Au cours du mois de juillet, notre
|
||||
jury d'experts a examiné chaque projet et a établi une liste de
|
||||
candidats retenus pour les entretiens. Avec cette liste, les jurés
|
||||
sélectionneront les six projets lauréats de cette année.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Si vous ou un jeune de votre entourage avez manqué cette édition,
|
||||
pas d'inquiétude : les inscriptions pour la prochaine édition de
|
||||
YH4F sont ouvertes ! Restez à l'écoute pour d'autres annonces.
|
||||
</p>
|
||||
|
||||
<h3>Votre soutien contribue à notre travail</h3>
|
||||
<p>
|
||||
Nous sommes peut-être au volant, mais c'est grâce à
|
||||
vous que nous continuons d'avancer. Vous pouvez <a
|
||||
href="/donate/donate.html">nous soutenir</a>, <a
|
||||
href="/contribute/contribute.html">contribuer à notre action</a>
|
||||
ou <a href="/about/groups.html">rejoindre notre communauté.</a>
|
||||
Vous êtes sur les réseaux sociaux ? Nous oui ! Alors n'oubliez pas
|
||||
de nous suivre sur les différentes platformes. Sinon vous pouvez
|
||||
aussi suivre l'actualité de la FSFE via notre <a href="/news/news.rss">flux RSS.</a>
|
||||
</p>
|
||||
|
||||
<p>Votre éditrice, <br/>Ana</p>
|
||||
|
||||
</body>
|
||||
|
||||
<sidebar promo="about-fsfe"/>
|
||||
<followup>donate</followup>
|
||||
|
||||
<tags>
|
||||
<tag key="newsletter">Newsletter</tag>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/117076009933592856"/>
|
||||
<image url="https://pics.fsfe.org/uploads/original/a0/1a/ec01b3087524272a5f0486216fd4.jpg"
|
||||
alt="Un collage avec le logo de la FSFE et du FSFE25, un groupe prenant la pose avec des ballons vert néon pour la célébration du FSFE25 et une image xray verte de pomme avec un ver dedans"/>
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html newsdate="2026-08-11">
|
||||
<version>1</version>
|
||||
<head>
|
||||
<title>Siamo tornati dai festeggiamenti per il FSFE25 con alcune novità sull’EIF e sul DMA</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1> Siamo tornati dai festeggiamenti per il FSFE25 con alcune novità sull’EIF e sul DMA </h1>
|
||||
<p>Agosto è arrivato e, dopo i festeggiamenti per i 25 anni della FSFE,
|
||||
stiamo già lavorando ai nostri prossimi progetti! Mentre ci godiamo
|
||||
ancora i meravigliosi “postumi” dei nostri giorni a Cracovia, nelle
|
||||
ultime settimane abbiamo ricevuto anche notizie positive sul DMA e
|
||||
sul contenzioso con Apple, abbiamo presentato la nostra proposta al
|
||||
nuovo EIF e molto altro ancora!
|
||||
</p>
|
||||
<figure>
|
||||
<img src="https://pics.fsfe.org/uploads/original/a0/1a/ec01b3087524272a5f0486216fd4.jpg" alt="Un collage con il logo FSFE, un gruppo di persone in posa per la celebrazione del FSFE25 con palloni verdi fosforescenti a forma di 25, il logo FSFE25 e una mela con un verme all'interno"/>
|
||||
</figure>
|
||||
<p>
|
||||
</p>
|
||||
<p>25 anni fa, i nostri fondatori hanno dichiarato:
|
||||
</p>
|
||||
<blockquote>
|
||||
<p>“Il software sta assumendo un ruolo sempre più significativo
|
||||
nella vita quotidiana, fino a diventare un fattore cruciale.
|
||||
Proprio come altri sviluppi nella storia dell’umanità, il software
|
||||
si è evoluto da bene economico a bene culturale, acquisendo una
|
||||
presenza sempre maggiore nella vita di tutti i giorni. […] È
|
||||
fondamentale per il futuro dell’umanità che il software, in quanto
|
||||
bene culturale, rimanga accessibile a tutti e venga conservato
|
||||
nelle biblioteche al pari di qualsiasi altra forma di conoscenza.”
|
||||
|
||||
</p>
|
||||
</blockquote>
|
||||
<p>Due decenni e mezzo dopo, accanto allo staff, ai volontari e ai
|
||||
sostenitori che hanno dato vita a questo movimento, quel messaggio è
|
||||
più urgente che mai. <a href="/news/2026/news-20260803-01.html"> Il
|
||||
compimento dei 25 anni è stato un’occasione per riflettere sulle
|
||||
tappe fondamentali del nostro percorso, guardando allo stesso tempo
|
||||
alla nostra visione per il 2048</a>.
|
||||
</p>
|
||||
<p>Tale visione è stata messa in pratica in modo significativo lo
|
||||
scorso luglio, quando la Corte di giustizia dell’Unione europea ha
|
||||
sancito una vittoria decisiva per la libertà del software. Nel caso
|
||||
Apple contro la Commissione Europea, dove la FSFE è intervenuta come
|
||||
unica organizzazione senza scopo di lucro a difesa dei diritti degli
|
||||
sviluppatori, la Corte ha respinto il ricorso presentato da Apple
|
||||
contro il proprio status di “gatekeeper” ai sensi del Digital
|
||||
Markets Act. <a href="/news/2026/news-20260708-01.html"> La sentenza
|
||||
ha confermato che i gatekeeper non possono eludere i requisiti di
|
||||
interoperabilità né frammentare le proprie piattaforme per sottrarsi
|
||||
alle proprie responsabilità.</a> Questo traguardo ci avvicina
|
||||
ulteriormente alla vera neutralità dei dispositivi, garantendo sia
|
||||
agli sviluppatori, sia agli utenti la libertà di creare, installare
|
||||
ed eseguire software secondo le proprie esigenze. Se desiderate
|
||||
saperne di più, <a href="/news/2026/news-20260724-01.html"> abbiamo
|
||||
dedicato a questo argomento il nostro ultimo articolo della rubrica
|
||||
“Legal Corner ”.</a>
|
||||
</p>
|
||||
<p>A questo proposito, a luglio abbiamo pubblicato su <a
|
||||
href="https://www.techpolicy.press/google-android-antitrust-ruling-shows-the-next-battle-is-over-who-controls-trust/">
|
||||
Tech Policy Press un’analisi </a> sulla storica sentenza antitrust
|
||||
della Corte di giustizia dell’Unione Europea relativa a Google
|
||||
Android. Riteniamo che la vera battaglia che ci attende non riguardi
|
||||
i contratti, ma chi controlla la fiducia nell’ecosistema Android,
|
||||
poiché il nuovo programma di <a href="https://keepandroidopen.org/">
|
||||
verifica degli sviluppatori Android </a> di Google renderà molto più
|
||||
difficile distribuire app al di fuori del sistema di approvazione di
|
||||
Google. Ecco un altro interessante articolo da leggere ! Il nostro
|
||||
collega, il dott. Lucas Lasota, anch'egli impiegato presso
|
||||
l'Università Martin Lutero di Halle - Wittenberg, ha appena
|
||||
pubblicato un articolo in cui analizza <a
|
||||
href="https://sol.sbc.org.br/index.php/wics/article/view/43222">
|
||||
come la normativa sull'interoperabilità nell'Unione Europea, in
|
||||
Giappone, nel Regno Unito e in Brasile possa consentire al Software
|
||||
Libero di accedere a funzionalità controllate da piattaforme
|
||||
proprietarie dominanti e contribuire a garantire condizioni di
|
||||
parità per gli sviluppatori e le comunità più piccole </a>.
|
||||
</p>
|
||||
<p>Allo stesso tempo, stiamo seguendo con attenzione gli aggiornamenti
|
||||
apportati dalla Commissione Europea al Quadro europeo di
|
||||
interoperabilità. <a href="/news/2026/news-20260724-01.html">Stiamo
|
||||
sollecitando attivamente i decisori politici europei ad adottare un
|
||||
modello di “Software Libero come impostazione predefinita”</a> per
|
||||
tutti i servizi pubblici digitali. Le amministrazioni pubbliche di
|
||||
tutta Europasono sempre più preoccupate per la sovranità digitale, e
|
||||
noi ci battiamo per l’adozione obbligatoria di standard aperti, per
|
||||
linee guida più chiare in materia di appalti al fine di prevenire
|
||||
l’“openwashing” e per un finanziamento costante dei beni comuni
|
||||
digitali.
|
||||
</p><h3> Dal palcoscenico </h3>
|
||||
<p>Agosto è anche il momento giusto per parlare di Software Libero con
|
||||
la nostra comunità tedesca. Come di consueto, parteciperemo al
|
||||
FrOSCon ! Saremo presenti il 15 e il 16 agosto con uno stand e
|
||||
diversi interventi: su CRA, sull’“openwashing” e su ciò che accomuna
|
||||
la United Federation of Planets e la Free Software Foundation
|
||||
Europe.
|
||||
</p><h3>Youth Hacking 4 Freedom</h3>
|
||||
<p>Il nostro contest di programmazione per giovani europei è entrato
|
||||
nella fase successiva ! Il periodo di programmazione dell’attuale
|
||||
edizione di YH4F si è concluso alla fine di giugno. Nel corso del
|
||||
mese di luglio, la nostra giuria di esperti ha esaminato tutti i
|
||||
progetti presentati e ha stilato una rosa di candidati per i
|
||||
colloqui. Da questa lista, i membri della giuria selezioneranno i
|
||||
sei progetti vincitori di quest’anno.
|
||||
</p>
|
||||
<p>Se tu o un giovane che conosci non siete riusciti a partecipare a
|
||||
questa edizione, non preoccupatevi : le iscrizioni alla prossima
|
||||
edizione di YH4F sono aperte ! Rimanete sintonizzati per ulteriori
|
||||
comunicazioni.
|
||||
</p><h3> Il vostro sostegno ci aiuta a portare avanti il nostro lavoro </h3>
|
||||
<p>Noi saremo anche al volante, ma sei tu a farci andare avanti. Anche tu puoi
|
||||
<a href="/donate/donate.html">supporortarci</a>,
|
||||
<a href="/contribute/contribute.html">contribuire al nostro lavoro</a>, e
|
||||
<a href="/about/groups.html">unirti alla nostra comunità</a>. Usi
|
||||
dei social media? In caso, non dimenticare di seguirci! Puoi anche
|
||||
restare aggiornato sulle novità della FSFEcon il tuo
|
||||
<a href="/news/news.rss">lettore RSS</a>.
|
||||
</p>
|
||||
<p>Un caro saluto,
|
||||
<br/>Ana
|
||||
</p>
|
||||
</body>
|
||||
<sidebar promo="about-fsfe"/>
|
||||
<followup>donate</followup>
|
||||
<tags>
|
||||
<tag key="newsletter">Newsletter</tag>
|
||||
<tag key="front-page"/>
|
||||
</tags>
|
||||
|
||||
<discussion href="https://mastodon.social/deck/@fsfe/117076009933592856"/>
|
||||
<image url="https://pics.fsfe.org/uploads/original/a0/1a/ec01b3087524272a5f0486216fd4.jpg" alt="Un collage con il logo FSFE, un gruppo di persone in posa per la celebrazione del FSFE25 con palloni verdi fosforescenti a forma di 25, il logo FSFE25 e una mela con un verme all'interno"/>
|
||||
<translator>Giacomo Alessandroni</translator>
|
||||
</html>
|
||||
@@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html newsdate="2026-07-10" type="podcast">
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>SFP#53: FSFE is turning 25! Come and celebrate with us!</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>SFP#53: FSFE is turning 25! Come and celebrate with us!</h1>
|
||||
|
||||
<p>Times goes by… Did you know the FSFE was founded in 2001, 25 years ago?
|
||||
Of course, we have planned something for our silver anniversary! We are
|
||||
dedicating a full episode of the Software Freedom Podcast to talk about
|
||||
the celebrations and to invite, all of you, our listeners, to celebrate
|
||||
with us. Find out more in our 53rd episode!
|
||||
</p>
|
||||
|
||||
<audio-player />
|
||||
|
||||
<p>
|
||||
Ana Galán, who is the one in charge of the FSFE’s communication and one
|
||||
of the event organizers, took a moment out of her busy schedule to talk
|
||||
with Bonnie Mehring about the FSFE's 25th anniversary and upcoming celebrations.
|
||||
Take a moment to find out how and when the FSFE will be holding their summer
|
||||
meeting and marking this milestone.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For 25 year the FSFE works to safeguard Software Freedom. You can support our work by
|
||||
<fsfe-cd-donate-link>donating</fsfe-cd-donate-link> today!
|
||||
</p>
|
||||
|
||||
<p>Show notes</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="/donate">Support our work for Free Software</a></li>
|
||||
<li><a href="/news/newsletter.html">Stay up-to-date and join our Newsletter</a></li>
|
||||
<li><a href="/activities/activities.html"> FSFE's current Activities</a></li>
|
||||
<li><a href="/about/timeline/index.html">FSFE Timeline - Working for Free Software since 2001</a></li>
|
||||
<li><a href="/about/people/index">The FSFE Team</a></li>
|
||||
<li><email mailto="yes">anaghz@fsfe.org</email></li>
|
||||
</ul>
|
||||
|
||||
<p>We are happy to receive your feedback on the Software Freedom Podcast
|
||||
and especially on the <a
|
||||
href="/news/podcast/transcript/episode-53.html?ref=download">transcript
|
||||
of the episode</a>. Please, email us to: <email
|
||||
mailto="yes">podcast@fsfe.org</email>. If you liked this episode and
|
||||
want to support our continuous work for software freedom, please help us
|
||||
with a <fsfe-cd-donate-link>donation</fsfe-cd-donate-link>.</p>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
<tags>
|
||||
<tag key="podcast">Software Freedom Podcast</tag>
|
||||
<tag key="front-page"/>
|
||||
<tag key="highlights">highlights</tag>
|
||||
<tag key="conference">Conference</tag>
|
||||
</tags>
|
||||
|
||||
<!-- Meta data for podcast, update with each episode! -->
|
||||
<podcast>
|
||||
<subtitle>Policy and EU: Insights from the T-DOSE conference and the Dutch community</subtitle>
|
||||
<duration>18:20</duration>
|
||||
<episode>53</episode> <!-- number of episode -->
|
||||
<!-- OPUS -->
|
||||
<opus>
|
||||
<url>https://download.fsfe.org/audio/podcast/SFP053.opus</url>
|
||||
<length>16562876</length> <!-- size of file in bytes -->
|
||||
</opus>
|
||||
<!-- MP3 -->
|
||||
<mp3>
|
||||
<url>https://download.fsfe.org/audio/podcast/SFP053.mp3</url>
|
||||
<length>15884127</length> <!-- size of file in bytes -->
|
||||
</mp3>
|
||||
<!-- Transcript -->
|
||||
<transcript>
|
||||
<url>/news/podcast/transcript/episode-53.html</url>
|
||||
</transcript>
|
||||
|
||||
<chapters>
|
||||
<chapter start="00:00">Intro</chapter>
|
||||
<chapter start="00:59">Welcome to the podcast</chapter>
|
||||
<chapter start="02:31">Talk with Ana Galán</chapter>
|
||||
<chapter start="13:28">Closing words</chapter>
|
||||
<chapter start="17:06">Outro</chapter>
|
||||
</chapters>
|
||||
</podcast>
|
||||
|
||||
<discussion href="https://mastodon.social/@fsfe/116895697494401227"/>
|
||||
|
||||
<image url="https://pics.fsfe.org/uploads/original/4e/49/406e60694ff974e1b572276f1475.png" alt="Software Freedom Podcast illustration: a blue gradient background with the three starts from the FSFE logo also in blue and the words Software Freedom Podcast. It also has in white the fsfe website url"/>
|
||||
|
||||
<translator/>
|
||||
</html>
|
||||
@@ -0,0 +1,551 @@
|
||||
WEBVTT
|
||||
|
||||
00:00.000 --> 00:04.640
|
||||
Before we start with the podcast, we would like to say thank you to all of you who support
|
||||
|
||||
00:04.640 --> 00:07.840
|
||||
the FSFE's work of money.
|
||||
|
||||
00:07.840 --> 00:12.760
|
||||
Working for software freedom and producing podcasts cost money.
|
||||
|
||||
00:12.760 --> 00:18.200
|
||||
Please consider supporting us with our nation and the FSFE.org slash donate and in the
|
||||
|
||||
00:18.200 --> 00:33.880
|
||||
show notes.
|
||||
|
||||
00:33.880 --> 00:36.480
|
||||
Hello and welcome to the software freedom podcast.
|
||||
|
||||
00:36.480 --> 00:40.120
|
||||
Thank you so much for listening to this podcast and this episode.
|
||||
|
||||
00:40.120 --> 00:44.280
|
||||
Without you and your support, this podcast would not be possible.
|
||||
|
||||
00:44.280 --> 00:46.920
|
||||
Thank you our dear listeners.
|
||||
|
||||
00:46.920 --> 00:51.720
|
||||
This podcast is brought to you by the free software foundation Europe.
|
||||
|
||||
00:51.720 --> 00:55.600
|
||||
We are a charity that empowers users to control technology.
|
||||
|
||||
00:55.600 --> 00:59.840
|
||||
Today I'm here with my colleague Ana Galán.
|
||||
|
||||
00:59.840 --> 01:04.240
|
||||
Hello Ana, nice to finally have you here on the software freedom podcast.
|
||||
|
||||
01:04.240 --> 01:05.240
|
||||
Thank you very much.
|
||||
|
||||
01:05.240 --> 01:10.640
|
||||
It's another to finally manage to be here with you.
|
||||
|
||||
01:10.640 --> 01:12.200
|
||||
I think it's the first time, right?
|
||||
|
||||
01:12.200 --> 01:16.880
|
||||
Yeah, it's my first time so, I know it never was, but I'm very, very happy.
|
||||
|
||||
01:16.880 --> 01:23.880
|
||||
Really happy to make it into the cool people that are coming to this spot.
|
||||
|
||||
01:23.880 --> 01:33.440
|
||||
Yes, since Alex is off right now, I'm getting on all my co-workers and all of them have
|
||||
|
||||
01:33.440 --> 01:36.160
|
||||
never been here on the podcast and I like each episode.
|
||||
|
||||
01:36.160 --> 01:39.320
|
||||
I'm like, oh, just the first time we're doing that together, right?
|
||||
|
||||
01:39.320 --> 01:41.920
|
||||
But I have been doing that for quite a few times now.
|
||||
|
||||
01:41.920 --> 01:44.360
|
||||
Why haven't you been here before?
|
||||
|
||||
01:44.360 --> 01:45.360
|
||||
What went wrong, Ana?
|
||||
|
||||
01:45.920 --> 01:52.000
|
||||
I guess, you know, when you do communications, there's always other colleagues who knows
|
||||
|
||||
01:52.000 --> 01:55.560
|
||||
more about things than you do over the topics, right?
|
||||
|
||||
01:55.560 --> 01:59.760
|
||||
At conferences, at least, you always know quite a lot about the booth.
|
||||
|
||||
01:59.760 --> 02:04.520
|
||||
More than I can say sometimes about other activities that are not mine.
|
||||
|
||||
02:04.520 --> 02:08.720
|
||||
So because you read all our news and you do all the communication and you're responsible
|
||||
|
||||
02:08.720 --> 02:14.040
|
||||
for all the mastodon things and I'm proud to, no, I'm forget.
|
||||
|
||||
02:14.040 --> 02:19.760
|
||||
But I will be doing a podcast about the Fediverse in the near future, so you will go into that
|
||||
|
||||
02:19.760 --> 02:20.760
|
||||
topic.
|
||||
|
||||
02:20.760 --> 02:23.040
|
||||
I can't wait.
|
||||
|
||||
02:23.040 --> 02:29.360
|
||||
All right, but today we are not talking about social media.
|
||||
|
||||
02:29.360 --> 02:31.880
|
||||
Even so, it's a very interesting topic.
|
||||
|
||||
02:31.880 --> 02:36.920
|
||||
But we are talking about the FSFE turning 25.
|
||||
|
||||
02:36.920 --> 02:42.280
|
||||
So that's quite a long time for the FSFE to be around.
|
||||
|
||||
02:42.280 --> 02:50.320
|
||||
And you're responsible for the big party, so tell me more.
|
||||
|
||||
02:50.320 --> 02:57.640
|
||||
So yeah, like you said, we are these years our 25th anniversary, which means that some
|
||||
|
||||
02:57.640 --> 03:04.640
|
||||
of our interns are younger than us, never to be, I don't know if you thought about this,
|
||||
|
||||
03:04.640 --> 03:05.640
|
||||
but yeah.
|
||||
|
||||
03:05.640 --> 03:09.800
|
||||
Oh my goodness, I have never thought about that, and now I feel really old.
|
||||
|
||||
03:09.800 --> 03:20.960
|
||||
So 25 years since we were founded here in Germany to empower people to use control, use
|
||||
|
||||
03:20.960 --> 03:29.440
|
||||
and control technology in Europe and we want to celebrate with everyone who's been here
|
||||
|
||||
03:29.440 --> 03:38.240
|
||||
in the last 25 years or from the some founders to all the new people and all the new donor
|
||||
|
||||
03:38.240 --> 03:46.640
|
||||
supporters, staff, everyone, and we're going to have a great huge party in Krakow in
|
||||
|
||||
03:46.640 --> 03:47.640
|
||||
Poland.
|
||||
|
||||
03:47.640 --> 03:50.720
|
||||
Are you very much looking forward to that?
|
||||
|
||||
03:50.720 --> 03:55.600
|
||||
Yeah, I mean, this is going to be great with a lot of surprises.
|
||||
|
||||
03:55.600 --> 04:04.240
|
||||
For this, we decided to we talk with your Python, that will be also those that week in
|
||||
|
||||
04:04.240 --> 04:11.240
|
||||
Krakow, and then we'll part of of your Python during the weekend, and we will have there
|
||||
|
||||
04:11.240 --> 04:17.280
|
||||
like a conference with different talks from yeah, a lot of people who are related to the
|
||||
|
||||
04:17.280 --> 04:26.800
|
||||
FSFE, like for example, like friends, a part of the community, founders, former presidents,
|
||||
|
||||
04:27.800 --> 04:35.320
|
||||
former staffers, current staffs, a lot of volunteers, and ice cream, there will be ice cream,
|
||||
|
||||
04:35.320 --> 04:46.080
|
||||
which is very important, some surprises, and then we will have a huge party because we want
|
||||
|
||||
04:46.080 --> 04:53.400
|
||||
to celebrate with everyone, and the best way to do it is with a party, and a cake, hopefully,
|
||||
|
||||
04:53.400 --> 04:56.760
|
||||
let's see, we're working on that.
|
||||
|
||||
04:56.760 --> 05:01.960
|
||||
Well, I hear that you have pretty good baker and scones.
|
||||
|
||||
05:01.960 --> 05:06.600
|
||||
Yeah, in this case, I'm not the one making the cake.
|
||||
|
||||
05:06.600 --> 05:11.400
|
||||
Luckily for me, there's a lot of things to do, right?
|
||||
|
||||
05:11.400 --> 05:15.040
|
||||
But there was going to be a lot of other surprises.
|
||||
|
||||
05:15.040 --> 05:22.200
|
||||
So I don't want to say a lot, because oh no, you have to tell me one.
|
||||
|
||||
05:22.200 --> 05:24.600
|
||||
You have to tell me one surprise that will be happening.
|
||||
|
||||
05:24.600 --> 05:26.200
|
||||
Oh, at least give me a hint.
|
||||
|
||||
05:26.200 --> 05:32.920
|
||||
Well, on the first day, we would end the conference with a super nice, in-person theater,
|
||||
|
||||
05:32.920 --> 05:36.080
|
||||
of course, about free software.
|
||||
|
||||
05:36.080 --> 05:40.040
|
||||
So okay, now I feel like I need to prepare.
|
||||
|
||||
05:40.040 --> 05:46.520
|
||||
No, I mean, there will be some theater people doing it, don't worry, but yeah, maybe we
|
||||
|
||||
05:46.520 --> 05:50.240
|
||||
can also bring some people and say it's a great idea.
|
||||
|
||||
05:50.240 --> 05:54.160
|
||||
I'm prepared just in case.
|
||||
|
||||
05:54.160 --> 06:01.920
|
||||
Okay, maybe after the official theater, we can have an office, you know, the amateur one.
|
||||
|
||||
06:01.920 --> 06:03.680
|
||||
I will do that.
|
||||
|
||||
06:03.680 --> 06:06.240
|
||||
I will get, I will fight somebody else.
|
||||
|
||||
06:06.240 --> 06:10.360
|
||||
So, yeah, so it's going to be really, really great.
|
||||
|
||||
06:10.360 --> 06:16.600
|
||||
It's also like a moment for us to say thank you to everyone who's been here during the
|
||||
|
||||
06:16.600 --> 06:22.440
|
||||
last 25 years, as I said, you know, everyone has been supporting us.
|
||||
|
||||
06:22.440 --> 06:27.560
|
||||
Our great donors, that's like everybody who took a long, and we have donors also, almost
|
||||
|
||||
06:27.560 --> 06:34.880
|
||||
from the beginning, that are still like donating to us, so that's something that's a great
|
||||
|
||||
06:34.880 --> 06:38.520
|
||||
moment to say thank you and be grateful for this.
|
||||
|
||||
06:38.520 --> 06:44.120
|
||||
All our great supporters who, you know, are also really, really there, and we don't see
|
||||
|
||||
06:44.120 --> 06:46.560
|
||||