We are intervening in the Apple vs.EC litigation. Become a proud supporter of the FSFE and join us in defending software freedom from monopoly control!

Build report

Start time:
2024-11-29 12:47:01 (UTC)
End time:
2024-11-29 12:52:51 (UTC)
Duration:
5 minutes 50 seconds
Termination Status:
Success
Schedule full rebuild
Previous builds
GIT changes: at 2024-11-29 12:47:03 (UTC)
Updating afe4d390fd..204b07398f
Fast-forward
 global/data/topbanner/topbanner.es.xml | 14 ++++++++++++++
 global/data/topbanner/topbanner.fr.xml | 13 +++++++++++++
 global/data/topbanner/topbanner.it.xml | 13 +++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 global/data/topbanner/topbanner.es.xml
 create mode 100644 global/data/topbanner/topbanner.fr.xml
 create mode 100644 global/data/topbanner/topbanner.it.xml
checked
Phase 1: 1 minute 4 seconds
[12:47:03] Starting phase 1
[12:47:03] *   Spawning 4 processes
[12:47:03] *   Indexing 5255 files
[12:47:19] *   Indexation done in 15 seconds!
[12:47:19] *   Written index to /srv/www/fsfe.org_git/fsfe.org/search/index.js
[12:47:19] * Creating search index
[12:47:19] * Updating XSL stylesheets
[12:47:20] * Preparing subdirectory fsfe.org/news
[12:47:20] * Preparing subdirectory fsfe.org/events
[12:47:20] * Updating default stylesheets
[12:47:20] * Updating local menus
[12:47:21] * Generating tag maps
[12:47:51] * Updating tag lists
[12:47:57] * Updating XML lists
[12:48:04] * Checking contents of XML lists
[12:48:07] Finishing phase 1
Phase 2 Makefile: 0 minutes 1 second
# -----------------------------------------------------------------------------
# Makefile for FSFE website build, phase 2
# -----------------------------------------------------------------------------

.PHONY: all
.DELETE_ON_ERROR:
.SECONDEXPANSION:
PROCESSOR = "/srv/www/fsfe.org_git/build/process_file.sh"
PROCFLAGS = --build-env "fsfe.org" --source "/srv/www/fsfe.org_git"
INPUTDIR = /srv/www/fsfe.org_git
OUTPUTDIR = /srv/www/fsfe.org_stage
STATUSDIR = /srv/www/fsfe.org/status.fsfe.org/fsfe.org/data
LANGUAGES = ar  bg  bs  ca  cs  da  de  el  en  es  et  fa  fi  fr  hr  hu  it  ja  mk  nb  nl  nn  pl  pt  ro  ru  sk  sl  sq  sr  sv  tr  uk  zh

# -----------------------------------------------------------------------------
# Build .html files from .xhtml sources
# -----------------------------------------------------------------------------

# All .xhtml source files
HTML_SRC_FILES := $(shell find "$(INPUTDIR)"   -name '*.??.xhtml'   -not -path '$(INPUTDIR)/.git/*' )

# All basenames of .xhtml source files (without .<lang>.xhtml ending)
# Note: $(sort ...) is used to remove duplicates
HTML_SRC_BASES := $(sort $(basename $(basename $(HTML_SRC_FILES))))

# All directories containing .xhtml source files
HTML_SRC_DIRS := $(sort $(dir $(HTML_SRC_BASES)))

# The same as above, but moved to the output directory
HTML_DST_BASES := $(patsubst $(INPUTDIR)/%,$(OUTPUTDIR)/%,$(HTML_SRC_BASES))

# List of .<lang>.html files to build
HTML_DST_FILES := $(foreach base,$(HTML_DST_BASES),$(foreach lang,$(LANGUAGES),$(base).$(lang).html))

# .xmllist file used to build a html file
XMLLIST_DEP = $(wildcard $(INPUTDIR)/$(dir $*).$(notdir $*).xmllist)

# .xsl file used to build a html file
XSL_DEP = $(firstword $(wildcard $(INPUTDIR)/$*.xsl) $(INPUTDIR)/$(dir $*).default.xsl)

all: $(HTML_DST_FILES)
$(filter %.ar.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.ar.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.ar.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.ar.xml
	echo "* Building $*.ar.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ar.xhtml" > "$@"
$(filter %.bg.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.bg.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.bg.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.bg.xml
	echo "* Building $*.bg.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.bg.xhtml" > "$@"
$(filter %.bs.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.bs.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.bs.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.bs.xml
	echo "* Building $*.bs.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.bs.xhtml" > "$@"
$(filter %.ca.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.ca.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.ca.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.ca.xml
	echo "* Building $*.ca.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ca.xhtml" > "$@"
$(filter %.cs.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.cs.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.cs.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.cs.xml
	echo "* Building $*.cs.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.cs.xhtml" > "$@"
$(filter %.da.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.da.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.da.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.da.xml
	echo "* Building $*.da.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.da.xhtml" > "$@"
$(filter %.de.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.de.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.de.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.de.xml
	echo "* Building $*.de.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.de.xhtml" > "$@"
$(filter %.el.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.el.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.el.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.el.xml
	echo "* Building $*.el.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.el.xhtml" > "$@"
$(filter %.en.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.en.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.en.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.en.xml
	echo "* Building $*.en.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.en.xhtml" > "$@"
$(filter %.es.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.es.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.es.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.es.xml
	echo "* Building $*.es.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.es.xhtml" > "$@"
$(filter %.et.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.et.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.et.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.et.xml
	echo "* Building $*.et.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.et.xhtml" > "$@"
$(filter %.fa.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.fa.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.fa.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.fa.xml
	echo "* Building $*.fa.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fa.xhtml" > "$@"
$(filter %.fi.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.fi.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.fi.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.fi.xml
	echo "* Building $*.fi.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fi.xhtml" > "$@"
$(filter %.fr.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.fr.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.fr.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.fr.xml
	echo "* Building $*.fr.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fr.xhtml" > "$@"
$(filter %.hr.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.hr.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.hr.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.hr.xml
	echo "* Building $*.hr.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.hr.xhtml" > "$@"
$(filter %.hu.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.hu.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.hu.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.hu.xml
	echo "* Building $*.hu.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.hu.xhtml" > "$@"
$(filter %.it.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.it.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.it.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.it.xml
	echo "* Building $*.it.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.it.xhtml" > "$@"
$(filter %.ja.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.ja.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.ja.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.ja.xml
	echo "* Building $*.ja.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ja.xhtml" > "$@"
$(filter %.mk.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.mk.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.mk.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.mk.xml
	echo "* Building $*.mk.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.mk.xhtml" > "$@"
$(filter %.nb.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.nb.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.nb.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.nb.xml
	echo "* Building $*.nb.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nb.xhtml" > "$@"
$(filter %.nl.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.nl.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.nl.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.nl.xml
	echo "* Building $*.nl.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nl.xhtml" > "$@"
$(filter %.nn.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.nn.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.nn.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.nn.xml
	echo "* Building $*.nn.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nn.xhtml" > "$@"
$(filter %.pl.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.pl.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.pl.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.pl.xml
	echo "* Building $*.pl.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.pl.xhtml" > "$@"
$(filter %.pt.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.pt.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.pt.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.pt.xml
	echo "* Building $*.pt.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.pt.xhtml" > "$@"
$(filter %.ro.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.ro.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.ro.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.ro.xml
	echo "* Building $*.ro.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ro.xhtml" > "$@"
$(filter %.ru.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.ru.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.ru.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.ru.xml
	echo "* Building $*.ru.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ru.xhtml" > "$@"
$(filter %.sk.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.sk.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.sk.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.sk.xml
	echo "* Building $*.sk.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sk.xhtml" > "$@"
$(filter %.sl.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.sl.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.sl.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.sl.xml
	echo "* Building $*.sl.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sl.xhtml" > "$@"
$(filter %.sq.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.sq.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.sq.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.sq.xml
	echo "* Building $*.sq.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sq.xhtml" > "$@"
$(filter %.sr.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.sr.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.sr.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.sr.xml
	echo "* Building $*.sr.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sr.xhtml" > "$@"
$(filter %.sv.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.sv.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.sv.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.sv.xml
	echo "* Building $*.sv.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sv.xhtml" > "$@"
$(filter %.tr.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.tr.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.tr.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.tr.xml
	echo "* Building $*.tr.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.tr.xhtml" > "$@"
$(filter %.uk.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.uk.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.uk.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.uk.xml
	echo "* Building $*.uk.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.uk.xhtml" > "$@"
$(filter %.zh.html,$(HTML_DST_FILES)): $(OUTPUTDIR)/%.zh.html: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $$(XSL_DEP) $(INPUTDIR)/global/data/texts/.texts.zh.xml $(INPUTDIR)/global/data/texts/texts.en.xml $(INPUTDIR)/global/data/topbanner/.topbanner.zh.xml
	echo "* Building $*.zh.html"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.zh.xhtml" > "$@"

# -----------------------------------------------------------------------------
# Create index.* symlinks
# -----------------------------------------------------------------------------

# All .xhtml source files with the same name as their parent directory
INDEX_SRC_FILES := $(wildcard $(foreach directory,$(HTML_SRC_DIRS),$(directory)$(notdir $(directory:/=)).??.xhtml))

# All basenames of .xhtml source files with the same name as their parent
# directory
INDEX_SRC_BASES := $(sort $(basename $(basename $(INDEX_SRC_FILES))))

# All directories containing .xhtml source files with the same name as their
# parent directory (that is, all directories in which index files should be
# created)
INDEX_SRC_DIRS := $(dir $(INDEX_SRC_BASES))

# The same as above, but moved to the output directory
INDEX_DST_DIRS := $(patsubst $(INPUTDIR)/%,$(OUTPUTDIR)/%,$(INDEX_SRC_DIRS))

# List of index.<lang>.html symlinks to create
INDEX_DST_LINKS := $(foreach base,$(INDEX_DST_DIRS),$(foreach lang,$(LANGUAGES),$(base)index.$(lang).html))

all: $(INDEX_DST_LINKS)
$(filter %/index.ar.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.ar.html:
	echo "* Creating symlink $*/index.ar.html"
	ln -sf "$(notdir $*).ar.html" "$@"
$(filter %/index.bg.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.bg.html:
	echo "* Creating symlink $*/index.bg.html"
	ln -sf "$(notdir $*).bg.html" "$@"
$(filter %/index.bs.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.bs.html:
	echo "* Creating symlink $*/index.bs.html"
	ln -sf "$(notdir $*).bs.html" "$@"
$(filter %/index.ca.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.ca.html:
	echo "* Creating symlink $*/index.ca.html"
	ln -sf "$(notdir $*).ca.html" "$@"
$(filter %/index.cs.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.cs.html:
	echo "* Creating symlink $*/index.cs.html"
	ln -sf "$(notdir $*).cs.html" "$@"
$(filter %/index.da.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.da.html:
	echo "* Creating symlink $*/index.da.html"
	ln -sf "$(notdir $*).da.html" "$@"
$(filter %/index.de.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.de.html:
	echo "* Creating symlink $*/index.de.html"
	ln -sf "$(notdir $*).de.html" "$@"
$(filter %/index.el.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.el.html:
	echo "* Creating symlink $*/index.el.html"
	ln -sf "$(notdir $*).el.html" "$@"
$(filter %/index.en.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.en.html:
	echo "* Creating symlink $*/index.en.html"
	ln -sf "$(notdir $*).en.html" "$@"
$(filter %/index.es.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.es.html:
	echo "* Creating symlink $*/index.es.html"
	ln -sf "$(notdir $*).es.html" "$@"
$(filter %/index.et.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.et.html:
	echo "* Creating symlink $*/index.et.html"
	ln -sf "$(notdir $*).et.html" "$@"
$(filter %/index.fa.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.fa.html:
	echo "* Creating symlink $*/index.fa.html"
	ln -sf "$(notdir $*).fa.html" "$@"
$(filter %/index.fi.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.fi.html:
	echo "* Creating symlink $*/index.fi.html"
	ln -sf "$(notdir $*).fi.html" "$@"
$(filter %/index.fr.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.fr.html:
	echo "* Creating symlink $*/index.fr.html"
	ln -sf "$(notdir $*).fr.html" "$@"
$(filter %/index.hr.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.hr.html:
	echo "* Creating symlink $*/index.hr.html"
	ln -sf "$(notdir $*).hr.html" "$@"
$(filter %/index.hu.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.hu.html:
	echo "* Creating symlink $*/index.hu.html"
	ln -sf "$(notdir $*).hu.html" "$@"
$(filter %/index.it.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.it.html:
	echo "* Creating symlink $*/index.it.html"
	ln -sf "$(notdir $*).it.html" "$@"
$(filter %/index.ja.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.ja.html:
	echo "* Creating symlink $*/index.ja.html"
	ln -sf "$(notdir $*).ja.html" "$@"
$(filter %/index.mk.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.mk.html:
	echo "* Creating symlink $*/index.mk.html"
	ln -sf "$(notdir $*).mk.html" "$@"
$(filter %/index.nb.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.nb.html:
	echo "* Creating symlink $*/index.nb.html"
	ln -sf "$(notdir $*).nb.html" "$@"
$(filter %/index.nl.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.nl.html:
	echo "* Creating symlink $*/index.nl.html"
	ln -sf "$(notdir $*).nl.html" "$@"
$(filter %/index.nn.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.nn.html:
	echo "* Creating symlink $*/index.nn.html"
	ln -sf "$(notdir $*).nn.html" "$@"
$(filter %/index.pl.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.pl.html:
	echo "* Creating symlink $*/index.pl.html"
	ln -sf "$(notdir $*).pl.html" "$@"
$(filter %/index.pt.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.pt.html:
	echo "* Creating symlink $*/index.pt.html"
	ln -sf "$(notdir $*).pt.html" "$@"
$(filter %/index.ro.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.ro.html:
	echo "* Creating symlink $*/index.ro.html"
	ln -sf "$(notdir $*).ro.html" "$@"
$(filter %/index.ru.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.ru.html:
	echo "* Creating symlink $*/index.ru.html"
	ln -sf "$(notdir $*).ru.html" "$@"
$(filter %/index.sk.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.sk.html:
	echo "* Creating symlink $*/index.sk.html"
	ln -sf "$(notdir $*).sk.html" "$@"
$(filter %/index.sl.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.sl.html:
	echo "* Creating symlink $*/index.sl.html"
	ln -sf "$(notdir $*).sl.html" "$@"
$(filter %/index.sq.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.sq.html:
	echo "* Creating symlink $*/index.sq.html"
	ln -sf "$(notdir $*).sq.html" "$@"
$(filter %/index.sr.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.sr.html:
	echo "* Creating symlink $*/index.sr.html"
	ln -sf "$(notdir $*).sr.html" "$@"
$(filter %/index.sv.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.sv.html:
	echo "* Creating symlink $*/index.sv.html"
	ln -sf "$(notdir $*).sv.html" "$@"
$(filter %/index.tr.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.tr.html:
	echo "* Creating symlink $*/index.tr.html"
	ln -sf "$(notdir $*).tr.html" "$@"
$(filter %/index.uk.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.uk.html:
	echo "* Creating symlink $*/index.uk.html"
	ln -sf "$(notdir $*).uk.html" "$@"
$(filter %/index.zh.html,$(INDEX_DST_LINKS)): $(OUTPUTDIR)/%/index.zh.html:
	echo "* Creating symlink $*/index.zh.html"
	ln -sf "$(notdir $*).zh.html" "$@"

# -----------------------------------------------------------------------------
# Create symlinks from file.<lang>.html to file.html.<lang>
# -----------------------------------------------------------------------------

# List of .html.<lang> symlinks to create
HTML_DST_LINKS := $(foreach base,$(HTML_DST_BASES) $(addsuffix index,$(INDEX_DST_DIRS)),$(foreach lang,$(LANGUAGES),$(base).html.$(lang)))

all: $(HTML_DST_LINKS)
$(OUTPUTDIR)/%.html.ar:
	echo "* Creating symlink $*.html.ar"
	ln -sf "$(notdir $*).ar.html" "$@"
$(OUTPUTDIR)/%.html.bg:
	echo "* Creating symlink $*.html.bg"
	ln -sf "$(notdir $*).bg.html" "$@"
$(OUTPUTDIR)/%.html.bs:
	echo "* Creating symlink $*.html.bs"
	ln -sf "$(notdir $*).bs.html" "$@"
$(OUTPUTDIR)/%.html.ca:
	echo "* Creating symlink $*.html.ca"
	ln -sf "$(notdir $*).ca.html" "$@"
$(OUTPUTDIR)/%.html.cs:
	echo "* Creating symlink $*.html.cs"
	ln -sf "$(notdir $*).cs.html" "$@"
$(OUTPUTDIR)/%.html.da:
	echo "* Creating symlink $*.html.da"
	ln -sf "$(notdir $*).da.html" "$@"
$(OUTPUTDIR)/%.html.de:
	echo "* Creating symlink $*.html.de"
	ln -sf "$(notdir $*).de.html" "$@"
$(OUTPUTDIR)/%.html.el:
	echo "* Creating symlink $*.html.el"
	ln -sf "$(notdir $*).el.html" "$@"
$(OUTPUTDIR)/%.html.en:
	echo "* Creating symlink $*.html.en"
	ln -sf "$(notdir $*).en.html" "$@"
$(OUTPUTDIR)/%.html.es:
	echo "* Creating symlink $*.html.es"
	ln -sf "$(notdir $*).es.html" "$@"
$(OUTPUTDIR)/%.html.et:
	echo "* Creating symlink $*.html.et"
	ln -sf "$(notdir $*).et.html" "$@"
$(OUTPUTDIR)/%.html.fa:
	echo "* Creating symlink $*.html.fa"
	ln -sf "$(notdir $*).fa.html" "$@"
$(OUTPUTDIR)/%.html.fi:
	echo "* Creating symlink $*.html.fi"
	ln -sf "$(notdir $*).fi.html" "$@"
$(OUTPUTDIR)/%.html.fr:
	echo "* Creating symlink $*.html.fr"
	ln -sf "$(notdir $*).fr.html" "$@"
$(OUTPUTDIR)/%.html.hr:
	echo "* Creating symlink $*.html.hr"
	ln -sf "$(notdir $*).hr.html" "$@"
$(OUTPUTDIR)/%.html.hu:
	echo "* Creating symlink $*.html.hu"
	ln -sf "$(notdir $*).hu.html" "$@"
$(OUTPUTDIR)/%.html.it:
	echo "* Creating symlink $*.html.it"
	ln -sf "$(notdir $*).it.html" "$@"
$(OUTPUTDIR)/%.html.ja:
	echo "* Creating symlink $*.html.ja"
	ln -sf "$(notdir $*).ja.html" "$@"
$(OUTPUTDIR)/%.html.mk:
	echo "* Creating symlink $*.html.mk"
	ln -sf "$(notdir $*).mk.html" "$@"
$(OUTPUTDIR)/%.html.nb:
	echo "* Creating symlink $*.html.nb"
	ln -sf "$(notdir $*).nb.html" "$@"
$(OUTPUTDIR)/%.html.nl:
	echo "* Creating symlink $*.html.nl"
	ln -sf "$(notdir $*).nl.html" "$@"
$(OUTPUTDIR)/%.html.nn:
	echo "* Creating symlink $*.html.nn"
	ln -sf "$(notdir $*).nn.html" "$@"
$(OUTPUTDIR)/%.html.pl:
	echo "* Creating symlink $*.html.pl"
	ln -sf "$(notdir $*).pl.html" "$@"
$(OUTPUTDIR)/%.html.pt:
	echo "* Creating symlink $*.html.pt"
	ln -sf "$(notdir $*).pt.html" "$@"
$(OUTPUTDIR)/%.html.ro:
	echo "* Creating symlink $*.html.ro"
	ln -sf "$(notdir $*).ro.html" "$@"
$(OUTPUTDIR)/%.html.ru:
	echo "* Creating symlink $*.html.ru"
	ln -sf "$(notdir $*).ru.html" "$@"
$(OUTPUTDIR)/%.html.sk:
	echo "* Creating symlink $*.html.sk"
	ln -sf "$(notdir $*).sk.html" "$@"
$(OUTPUTDIR)/%.html.sl:
	echo "* Creating symlink $*.html.sl"
	ln -sf "$(notdir $*).sl.html" "$@"
$(OUTPUTDIR)/%.html.sq:
	echo "* Creating symlink $*.html.sq"
	ln -sf "$(notdir $*).sq.html" "$@"
$(OUTPUTDIR)/%.html.sr:
	echo "* Creating symlink $*.html.sr"
	ln -sf "$(notdir $*).sr.html" "$@"
$(OUTPUTDIR)/%.html.sv:
	echo "* Creating symlink $*.html.sv"
	ln -sf "$(notdir $*).sv.html" "$@"
$(OUTPUTDIR)/%.html.tr:
	echo "* Creating symlink $*.html.tr"
	ln -sf "$(notdir $*).tr.html" "$@"
$(OUTPUTDIR)/%.html.uk:
	echo "* Creating symlink $*.html.uk"
	ln -sf "$(notdir $*).uk.html" "$@"
$(OUTPUTDIR)/%.html.zh:
	echo "* Creating symlink $*.html.zh"
	ln -sf "$(notdir $*).zh.html" "$@"

# -----------------------------------------------------------------------------
# Build .rss files from .xhtml sources
# -----------------------------------------------------------------------------

# All .rss.xsl scripts which can create .rss output
RSS_SRC_SCRIPTS := $(shell find "$(INPUTDIR)"   -name '*.rss.xsl'   -not -path '$(INPUTDIR)/.git/*' )

# All basenames of .xhtml source files from which .rss files should be built
RSS_SRC_BASES := $(sort $(basename $(basename $(RSS_SRC_SCRIPTS))))

# The same as above, but moved to the output directory
RSS_DST_BASES := $(patsubst $(INPUTDIR)/%,$(OUTPUTDIR)/%,$(RSS_SRC_BASES))

# List of .<lang>.rss files to build
RSS_DST_FILES := $(foreach base,$(RSS_DST_BASES),$(foreach lang,$(LANGUAGES),$(base).$(lang).rss))

all: $(RSS_DST_FILES)
$(OUTPUTDIR)/%.ar.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.ar.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ar.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ar.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.bg.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.bg.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.bg.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.bg.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.bs.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.bs.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.bs.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.bs.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.ca.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.ca.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ca.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ca.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.cs.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.cs.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.cs.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.cs.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.da.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.da.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.da.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.da.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.de.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.de.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.de.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.de.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.el.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.el.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.el.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.el.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.en.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.en.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.en.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.en.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.es.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.es.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.es.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.es.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.et.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.et.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.et.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.et.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.fa.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.fa.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.fa.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fa.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.fi.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.fi.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.fi.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fi.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.fr.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.fr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.fr.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fr.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.hr.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.hr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.hr.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.hr.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.hu.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.hu.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.hu.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.hu.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.it.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.it.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.it.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.it.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.ja.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.ja.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ja.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ja.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.mk.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.mk.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.mk.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.mk.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.nb.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.nb.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.nb.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nb.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.nl.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.nl.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.nl.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nl.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.nn.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.nn.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.nn.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nn.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.pl.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.pl.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.pl.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.pl.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.pt.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.pt.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.pt.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.pt.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.ro.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.ro.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ro.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ro.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.ru.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.ru.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ru.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ru.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.sk.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.sk.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sk.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sk.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.sl.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.sl.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sl.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sl.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.sq.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.sq.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sq.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sq.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.sr.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.sr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sr.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sr.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.sv.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.sv.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sv.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sv.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.tr.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.tr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.tr.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.tr.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.uk.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.uk.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.uk.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.uk.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"
$(OUTPUTDIR)/%.zh.rss: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.rss.xsl $(INPUTDIR)/global/data/texts/.texts.zh.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.zh.rss"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.zh.xhtml" "$(INPUTDIR)/$*.rss.xsl" > "$@"

# -----------------------------------------------------------------------------
# Build .ics files from .xhtml sources
# -----------------------------------------------------------------------------

# All .ics.xsl scripts which can create .ics output
ICS_SRC_SCRIPTS := $(shell find "$(INPUTDIR)"   -name '*.ics.xsl'   -not -path '$(INPUTDIR)/.git/*' )

# All basenames of .xhtml source files from which .ics files should be built
ICS_SRC_BASES := $(sort $(basename $(basename $(ICS_SRC_SCRIPTS))))

# The same as above, but moved to the output directory
ICS_DST_BASES := $(patsubst $(INPUTDIR)/%,$(OUTPUTDIR)/%,$(ICS_SRC_BASES))

# List of .<lang>.ics files to build
ICS_DST_FILES := $(foreach base,$(ICS_DST_BASES),$(foreach lang,$(LANGUAGES),$(base).$(lang).ics))

all: $(ICS_DST_FILES)
$(OUTPUTDIR)/%.ar.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.ar.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ar.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ar.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.bg.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.bg.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.bg.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.bg.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.bs.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.bs.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.bs.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.bs.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.ca.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.ca.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ca.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ca.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.cs.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.cs.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.cs.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.cs.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.da.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.da.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.da.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.da.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.de.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.de.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.de.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.de.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.el.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.el.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.el.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.el.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.en.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.en.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.en.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.en.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.es.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.es.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.es.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.es.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.et.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.et.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.et.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.et.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.fa.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.fa.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.fa.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fa.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.fi.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.fi.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.fi.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fi.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.fr.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.fr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.fr.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.fr.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.hr.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.hr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.hr.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.hr.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.hu.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.hu.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.hu.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.hu.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.it.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.it.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.it.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.it.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.ja.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.ja.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ja.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ja.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.mk.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.mk.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.mk.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.mk.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.nb.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.nb.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.nb.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nb.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.nl.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.nl.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.nl.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nl.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.nn.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.nn.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.nn.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.nn.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.pl.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.pl.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.pl.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.pl.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.pt.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.pt.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.pt.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.pt.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.ro.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.ro.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ro.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ro.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.ru.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.ru.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.ru.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.ru.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.sk.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.sk.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sk.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sk.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.sl.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.sl.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sl.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sl.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.sq.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.sq.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sq.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sq.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.sr.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.sr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sr.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sr.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.sv.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.sv.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.sv.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.sv.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.tr.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.tr.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.tr.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.tr.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.uk.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.uk.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.uk.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.uk.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"
$(OUTPUTDIR)/%.zh.ics: $(INPUTDIR)/%.*.xhtml $$(XMLLIST_DEP) $(INPUTDIR)/%.ics.xsl $(INPUTDIR)/global/data/texts/.texts.zh.xml $(INPUTDIR)/global/data/texts/texts.en.xml
	echo "* Building $*.zh.ics"
	${PROCESSOR} ${PROCFLAGS} process_file "$(INPUTDIR)/$*.zh.xhtml" "$(INPUTDIR)/$*.ics.xsl" > "$@"

# -----------------------------------------------------------------------------
# Copy images, docments etc
# -----------------------------------------------------------------------------

# All files which should just be copied over
COPY_SRC_FILES := $(shell find -L "$(INPUTDIR)" -type f   -regex "$(INPUTDIR)/[a-z\.]+\.[a-z]+/.*"   -not -name '.drone.yml'   -not -name '.gitignore'   -not -name 'README*'   -not -name 'Makefile'   -not -name '*.sources'   -not -name "*.xmllist"   -not -name '*.xhtml'   -not -name '*.xml'   -not -name '*.xsl'   -not -name '*.nix' ) $(INPUTDIR)/fsfe.org/order/data/items.en.xml

# The same as above, but moved to the output directory
COPY_DST_FILES := $(sort $(patsubst $(INPUTDIR)/%,$(OUTPUTDIR)/%,$(COPY_SRC_FILES)))

all: $(COPY_DST_FILES)
$(COPY_DST_FILES): $(OUTPUTDIR)/%: $(INPUTDIR)/%
	echo "* Copying file $*"
	rsync -l "$<" "$@"

# -----------------------------------------------------------------------------
# Clean up excess files in target directory
# -----------------------------------------------------------------------------

ALL_DST := $(HTML_DST_FILES) $(INDEX_DST_LINKS) $(HTML_DST_LINKS) $(RSS_DST_FILES) $(ICS_DST_FILES) $(COPY_DST_FILES) $(SOURCE_DST_FILES)

.PHONY: clean
all: clean
clean:
	# Write all destination filenames into "manifest" file, one per line
	$(file >$(STATUSDIR)/manifest)
	$(foreach filename,$(ALL_DST),$(file >>$(STATUSDIR)/manifest,$(filename)))
	sort "$(STATUSDIR)/manifest" > "$(STATUSDIR)/manifest.sorted"
	find -L "$(OUTPUTDIR)" -type f -path "$(STATUSDIR)" -prune \
	  | sort \
	  | diff - "$(STATUSDIR)/manifest.sorted" \
	  | sed -rn 's;^< ;;p' \
	  | while read file; do echo "* Deleting $${file}"; rm "$${file}"; done

# -----------------------------------------------------------------------------
Phase 2: 2 minutes 59 seconds
[12:48:08] Starting phase 2
[12:48:14] * Building drm.info/act-now.es.html
[12:48:14] * Building drm.info/act-now.fr.html
[12:48:14] * Building drm.info/act-now.it.html
[12:48:14] * Building drm.info/citizen-rights.es.html
[12:48:14] * Building drm.info/citizen-rights.fr.html
[12:48:14] * Building drm.info/citizen-rights.it.html
[12:48:14] * Building drm.info/creativity.es.html
[12:48:14] * Building drm.info/creativity.fr.html
[12:48:14] * Building drm.info/creativity.it.html
[12:48:14] * Building drm.info/index.es.html
[12:48:14] * Building drm.info/index.fr.html
[12:48:14] * Building drm.info/index.it.html
[12:48:14] * Building drm.info/losing-heritage.es.html
[12:48:14] * Building drm.info/losing-heritage.fr.html
[12:48:14] * Building drm.info/losing-heritage.it.html
[12:48:14] * Building drm.info/privacy.es.html
[12:48:14] * Building drm.info/privacy.fr.html
[12:48:14] * Building drm.info/privacy.it.html
[12:48:14] * Building drm.info/what-is-drm.es.html
[12:48:14] * Building drm.info/what-is-drm.fr.html
[12:48:14] * Building drm.info/what-is-drm.it.html
[12:48:14] * Building fsfe.org/about/about.es.html
[12:48:14] * Building fsfe.org/about/about.fr.html
[12:48:14] * Building fsfe.org/about/about.it.html
[12:48:14] * Building fsfe.org/about/associates/associates.es.html
[12:48:15] * Building fsfe.org/about/associates/associates.fr.html
[12:48:15] * Building fsfe.org/about/associates/associates.it.html
[12:48:15] * Building fsfe.org/about/codeofconduct.es.html
[12:48:15] * Building fsfe.org/about/codeofconduct.fr.html
[12:48:15] * Building fsfe.org/about/codeofconduct.it.html
[12:48:15] * Building fsfe.org/about/contact.es.html
[12:48:15] * Building fsfe.org/about/contact.fr.html
[12:48:15] * Building fsfe.org/about/contact.it.html
[12:48:15] * Building fsfe.org/about/fsfnetwork.es.html
[12:48:15] * Building fsfe.org/about/fsfnetwork.fr.html
[12:48:15] * Building fsfe.org/about/fsfnetwork.it.html
[12:48:15] * Building fsfe.org/about/funds/2001.es.html
[12:48:15] * Building fsfe.org/about/funds/2001.fr.html
[12:48:15] * Building fsfe.org/about/funds/2001.it.html
[12:48:15] * Building fsfe.org/about/funds/2002.es.html
[12:48:15] * Building fsfe.org/about/funds/2002.fr.html
[12:48:15] * Building fsfe.org/about/funds/2002.it.html
[12:48:15] * Building fsfe.org/about/funds/2003.es.html
[12:48:15] * Building fsfe.org/about/funds/2003.fr.html
[12:48:15] * Building fsfe.org/about/funds/2003.it.html
[12:48:15] * Building fsfe.org/about/funds/2004.es.html
[12:48:15] * Building fsfe.org/about/funds/2004.fr.html
[12:48:15] * Building fsfe.org/about/funds/2004.it.html
[12:48:15] * Building fsfe.org/about/funds/2005.es.html
[12:48:15] * Building fsfe.org/about/funds/2005.fr.html
[12:48:15] * Building fsfe.org/about/funds/2005.it.html
[12:48:15] * Building fsfe.org/about/funds/2006.es.html
[12:48:15] * Building fsfe.org/about/funds/2006.fr.html
[12:48:15] * Building fsfe.org/about/funds/2006.it.html
[12:48:15] * Building fsfe.org/about/funds/2007.es.html
[12:48:15] * Building fsfe.org/about/funds/2007.fr.html
[12:48:16] * Building fsfe.org/about/funds/2007.it.html
[12:48:16] * Building fsfe.org/about/funds/2008.es.html
[12:48:16] * Building fsfe.org/about/funds/2008.fr.html
[12:48:16] * Building fsfe.org/about/funds/2008.it.html
[12:48:16] * Building fsfe.org/about/funds/2009.es.html
[12:48:16] * Building fsfe.org/about/funds/2009.fr.html
[12:48:16] * Building fsfe.org/about/funds/2009.it.html
[12:48:16] * Building fsfe.org/about/funds/2010.es.html
[12:48:16] * Building fsfe.org/about/funds/2010.fr.html
[12:48:16] * Building fsfe.org/about/funds/2010.it.html
[12:48:16] * Building fsfe.org/about/funds/2011.es.html
[12:48:16] * Building fsfe.org/about/funds/2011.fr.html
[12:48:16] * Building fsfe.org/about/funds/2011.it.html
[12:48:16] * Building fsfe.org/about/funds/2012.es.html
[12:48:16] * Building fsfe.org/about/funds/2012.fr.html
[12:48:16] * Building fsfe.org/about/funds/2012.it.html
[12:48:16] * Building fsfe.org/about/funds/2013.es.html
[12:48:16] * Building fsfe.org/about/funds/2013.fr.html
[12:48:16] * Building fsfe.org/about/funds/2013.it.html
[12:48:16] * Building fsfe.org/about/funds/2014.es.html
[12:48:16] * Building fsfe.org/about/funds/2014.fr.html
[12:48:16] * Building fsfe.org/about/funds/2014.it.html
[12:48:16] * Building fsfe.org/about/funds/2015.es.html
[12:48:16] * Building fsfe.org/about/funds/2015.fr.html
[12:48:16] * Building fsfe.org/about/funds/2015.it.html
[12:48:16] * Building fsfe.org/about/funds/2016.es.html
[12:48:16] * Building fsfe.org/about/funds/2016.fr.html
[12:48:16] * Building fsfe.org/about/funds/2016.it.html
[12:48:16] * Building fsfe.org/about/funds/2017.es.html
[12:48:16] * Building fsfe.org/about/funds/2017.fr.html
[12:48:16] * Building fsfe.org/about/funds/2017.it.html
[12:48:16] * Building fsfe.org/about/funds/2018.es.html
[12:48:16] * Building fsfe.org/about/funds/2018.fr.html
[12:48:16] * Building fsfe.org/about/funds/2018.it.html
[12:48:16] * Building fsfe.org/about/funds/2019.es.html
[12:48:16] * Building fsfe.org/about/funds/2019.fr.html
[12:48:16] * Building fsfe.org/about/funds/2019.it.html
[12:48:16] * Building fsfe.org/about/funds/2020.es.html
[12:48:16] * Building fsfe.org/about/funds/2020.fr.html
[12:48:16] * Building fsfe.org/about/funds/2020.it.html
[12:48:16] * Building fsfe.org/about/funds/2021.es.html
[12:48:17] * Building fsfe.org/about/funds/2021.fr.html
[12:48:17] * Building fsfe.org/about/funds/2021.it.html
[12:48:17] * Building fsfe.org/about/funds/2022.es.html
[12:48:17] * Building fsfe.org/about/funds/2022.fr.html
[12:48:17] * Building fsfe.org/about/funds/2022.it.html
[12:48:17] * Building fsfe.org/about/funds/funds.es.html
[12:48:17] * Building fsfe.org/about/funds/funds.fr.html
[12:48:17] * Building fsfe.org/about/funds/funds.it.html
[12:48:17] * Building fsfe.org/about/graphics/graphics.es.html
[12:48:17] * Building fsfe.org/about/graphics/graphics.fr.html
[12:48:17] * Building fsfe.org/about/graphics/graphics.it.html
[12:48:17] * Building fsfe.org/about/graphics/sponsoring/sponsoring.es.html
[12:48:17] * Building fsfe.org/about/graphics/sponsoring/sponsoring.fr.html
[12:48:17] * Building fsfe.org/about/graphics/sponsoring/sponsoring.it.html
[12:48:17] * Building fsfe.org/about/groups.es.html
[12:48:17] * Building fsfe.org/about/groups.fr.html
[12:48:17] * Building fsfe.org/about/groups.it.html
[12:48:17] * Building fsfe.org/about/history/doi.es.html
[12:48:17] * Building fsfe.org/about/history/doi.fr.html
[12:48:17] * Building fsfe.org/about/history/doi.it.html
[12:48:17] * Building fsfe.org/about/history/preamble.es.html
[12:48:17] * Building fsfe.org/about/history/preamble.fr.html
[12:48:17] * Building fsfe.org/about/history/preamble.it.html
[12:48:17] * Building fsfe.org/about/jobs/index.es.html
[12:48:17] * Building fsfe.org/about/jobs/index.fr.html
[12:48:17] * Building fsfe.org/about/jobs/index.it.html
[12:48:17] * Building fsfe.org/about/jobs/internship.es.html
[12:48:17] * Building fsfe.org/about/jobs/internship.fr.html
[12:48:17] * Building fsfe.org/about/jobs/internship.it.html
[12:48:17] * Building fsfe.org/about/js-licences.es.html
[12:48:17] * Building fsfe.org/about/js-licences.fr.html
[12:48:17] * Building fsfe.org/about/js-licences.it.html
[12:48:17] * Building fsfe.org/about/legal/imprint.es.html
[12:48:17] * Building fsfe.org/about/legal/imprint.fr.html
[12:48:17] * Building fsfe.org/about/legal/imprint.it.html
[12:48:17] * Building fsfe.org/about/legal/legal.es.html
[12:48:18] * Building fsfe.org/about/legal/legal.fr.html
[12:48:18] * Building fsfe.org/about/legal/legal.it.html
[12:48:18] * Building fsfe.org/about/mission.es.html
[12:48:18] * Building fsfe.org/about/mission.fr.html
[12:48:18] * Building fsfe.org/about/mission.it.html
[12:48:18] * Building fsfe.org/about/ourwork.es.html
[12:48:18] * Building fsfe.org/about/ourwork.fr.html
[12:48:18] * Building fsfe.org/about/ourwork.it.html
[12:48:18] * Building fsfe.org/about/overview2010.es.html
[12:48:18] * Building fsfe.org/about/overview2010.fr.html
[12:48:18] * Building fsfe.org/about/overview2010.it.html
[12:48:18] * Building fsfe.org/about/people/albers/albers.es.html
[12:48:18] * Building fsfe.org/about/people/albers/albers.fr.html
[12:48:18] * Building fsfe.org/about/people/albers/albers.it.html
[12:48:18] * Building fsfe.org/about/people/bakker/bakker.es.html
[12:48:18] * Building fsfe.org/about/people/bakker/bakker.fr.html
[12:48:18] * Building fsfe.org/about/people/bakker/bakker.it.html
[12:48:18] * Building fsfe.org/about/people/ceballos/ceballos.es.html
[12:48:18] * Building fsfe.org/about/people/ceballos/ceballos.fr.html
[12:48:18] * Building fsfe.org/about/people/ceballos/ceballos.it.html
[12:48:18] * Building fsfe.org/about/people/gerloff/gerloff.es.html
[12:48:18] * Building fsfe.org/about/people/gerloff/gerloff.fr.html
[12:48:18] * Building fsfe.org/about/people/gerloff/gerloff.it.html
[12:48:18] * Building fsfe.org/about/people/greve/cv.es.html
[12:48:18] * Building fsfe.org/about/people/greve/cv.fr.html
[12:48:18] * Building fsfe.org/about/people/greve/cv.it.html
[12:48:18] * Building fsfe.org/about/people/greve/greve.es.html
[12:48:18] * Building fsfe.org/about/people/greve/greve.fr.html
[12:48:18] * Building fsfe.org/about/people/greve/greve.it.html
[12:48:18] * Building fsfe.org/about/people/index.es.html
[12:48:18] * Building fsfe.org/about/people/index.fr.html
[12:48:18] * Building fsfe.org/about/people/index.it.html
[12:48:18] * Building fsfe.org/about/people/interviews/cryptie.es.html
[12:48:18] * Building fsfe.org/about/people/interviews/cryptie.fr.html
[12:48:18] * Building fsfe.org/about/people/interviews/cryptie.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/gkotsopoulou.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/gkotsopoulou.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/gkotsopoulou.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/grun.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/grun.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/grun.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/lequertier.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/lequertier.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/lequertier.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/mueller.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/mueller.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/mueller.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/ockers.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/ockers.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/ockers.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/snow.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/snow.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/snow.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/weitzhofer.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/weitzhofer.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/weitzhofer.it.html
[12:48:19] * Building fsfe.org/about/people/interviews/zerolo.es.html
[12:48:19] * Building fsfe.org/about/people/interviews/zerolo.fr.html
[12:48:19] * Building fsfe.org/about/people/interviews/zerolo.it.html
[12:48:19] * Building fsfe.org/about/people/kirschner/kirschner.es.html
[12:48:19] * Building fsfe.org/about/people/kirschner/kirschner.fr.html
[12:48:19] * Building fsfe.org/about/people/kirschner/kirschner.it.html
[12:48:19] * Building fsfe.org/about/people/ku/ku.es.html
[12:48:19] * Building fsfe.org/about/people/ku/ku.fr.html
[12:48:19] * Building fsfe.org/about/people/ku/ku.it.html
[12:48:19] * Building fsfe.org/about/people/lasota/lasota.es.html
[12:48:19] * Building fsfe.org/about/people/lasota/lasota.fr.html
[12:48:19] * Building fsfe.org/about/people/lasota/lasota.it.html
[12:48:19] * Building fsfe.org/about/people/mehl/mehl.es.html
[12:48:19] * Building fsfe.org/about/people/mehl/mehl.fr.html
[12:48:19] * Building fsfe.org/about/people/mehl/mehl.it.html
[12:48:19] * Building fsfe.org/about/people/partsafyllidou/partsafyllidou.es.html
[12:48:19] * Building fsfe.org/about/people/partsafyllidou/partsafyllidou.fr.html
[12:48:19] * Building fsfe.org/about/people/partsafyllidou/partsafyllidou.it.html
[12:48:20] * Building fsfe.org/about/people/repentinus/repentinus.es.html
[12:48:20] * Building fsfe.org/about/people/repentinus/repentinus.fr.html
[12:48:20] * Building fsfe.org/about/people/repentinus/repentinus.it.html
[12:48:20] * Building fsfe.org/about/people/rikken/rikken.es.html
[12:48:20] * Building fsfe.org/about/people/rikken/rikken.fr.html
[12:48:20] * Building fsfe.org/about/people/rikken/rikken.it.html
[12:48:20] * Building fsfe.org/about/people/roussos/roussos.es.html
[12:48:20] * Building fsfe.org/about/people/roussos/roussos.fr.html
[12:48:20] * Building fsfe.org/about/people/roussos/roussos.it.html
[12:48:20] * Building fsfe.org/about/people/roy/roy.es.html
[12:48:20] * Building fsfe.org/about/people/roy/roy.fr.html
[12:48:20] * Building fsfe.org/about/people/roy/roy.it.html
[12:48:20] * Building fsfe.org/about/people/sander/sander.es.html
[12:48:20] * Building fsfe.org/about/people/sander/sander.fr.html
[12:48:20] * Building fsfe.org/about/people/sander/sander.it.html
[12:48:20] * Building fsfe.org/about/people/testimonials.es.html
[12:48:20] * Building fsfe.org/about/people/testimonials.fr.html
[12:48:20] * Building fsfe.org/about/people/testimonials.it.html
[12:48:20] * Building fsfe.org/about/people/tobiasd/tobiasd.es.html
[12:48:20] * Building fsfe.org/about/people/tobiasd/tobiasd.fr.html
[12:48:20] * Building fsfe.org/about/people/tobiasd/tobiasd.it.html
[12:48:20] * Building fsfe.org/about/principles.es.html
[12:48:20] * Building fsfe.org/about/principles.fr.html
[12:48:20] * Building fsfe.org/about/principles.it.html
[12:48:20] * Building fsfe.org/about/softwarefreedom/testimonials.es.html
[12:48:20] * Building fsfe.org/about/softwarefreedom/testimonials.fr.html
[12:48:20] * Building fsfe.org/about/softwarefreedom/testimonials.it.html
[12:48:20] * Building fsfe.org/about/statement-20201220.es.html
[12:48:20] * Building fsfe.org/about/statement-20201220.fr.html
[12:48:20] * Building fsfe.org/about/statement-20201220.it.html
[12:48:20] * Building fsfe.org/about/timeline.es.html
[12:48:20] * Building fsfe.org/about/timeline.fr.html
[12:48:20] * Building fsfe.org/about/timeline.it.html
[12:48:20] * Building fsfe.org/about/transparency-commitment.es.html
[12:48:20] * Building fsfe.org/about/transparency-commitment.fr.html
[12:48:20] * Building fsfe.org/about/transparency-commitment.it.html
[12:48:21] * Building fsfe.org/activities/15years/15years.es.html
[12:48:21] * Building fsfe.org/activities/15years/15years.fr.html
[12:48:21] * Building fsfe.org/activities/15years/15years.it.html
[12:48:21] * Building fsfe.org/activities/20years/20years.es.html
[12:48:21] * Building fsfe.org/activities/20years/20years.fr.html
[12:48:21] * Building fsfe.org/activities/20years/20years.it.html
[12:48:21] * Building fsfe.org/activities/activities.es.html
[12:48:21] * Building fsfe.org/activities/activities.fr.html
[12:48:21] * Building fsfe.org/activities/activities.it.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/book-reviews.es.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/book-reviews.fr.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/book-reviews.it.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/index.es.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/index.fr.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/index.it.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/letters.es.html
[12:48:21] * Building fsfe.org/activities/ada-zangemann/letters.fr.html
[12:48:22] * Building fsfe.org/activities/ada-zangemann/letters.it.html
[12:48:22] * Building fsfe.org/activities/ada-zangemann/movie.es.html
[12:48:22] * Building fsfe.org/activities/ada-zangemann/movie.fr.html
[12:48:22] * Building fsfe.org/activities/ada-zangemann/movie.it.html
[12:48:22] * Building fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.es.html
[12:48:22] * Building fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.fr.html
[12:48:22] * Building fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.it.html
[12:48:22] * Building fsfe.org/activities/agnula/agnula.es.html
[12:48:22] * Building fsfe.org/activities/agnula/agnula.fr.html
[12:48:22] * Building fsfe.org/activities/agnula/agnula.it.html
[12:48:22] * Building fsfe.org/activities/agnula/deliverable-1.3.1.es.html
[12:48:22] * Building fsfe.org/activities/agnula/deliverable-1.3.1.fr.html
[12:48:22] * Building fsfe.org/activities/agnula/deliverable-1.3.1.it.html
[12:48:22] * Building fsfe.org/activities/agnula/java.es.html
[12:48:22] * Building fsfe.org/activities/agnula/java.fr.html
[12:48:22] * Building fsfe.org/activities/agnula/java.it.html
[12:48:22] * Building fsfe.org/activities/agnula/license.es.html
[12:48:22] * Building fsfe.org/activities/agnula/license.fr.html
[12:48:22] * Building fsfe.org/activities/agnula/license.it.html
[12:48:22] * Building fsfe.org/activities/agnula/license-faq.es.html
[12:48:22] * Building fsfe.org/activities/agnula/license-faq.fr.html
[12:48:22] * Building fsfe.org/activities/agnula/license-faq.it.html
[12:48:22] * Building fsfe.org/activities/android/android.es.html
[12:48:22] * Building fsfe.org/activities/android/android.fr.html
[12:48:22] * Building fsfe.org/activities/android/android.it.html
[12:48:22] * Building fsfe.org/activities/android/artwork.es.html
[12:48:22] * Building fsfe.org/activities/android/artwork.fr.html
[12:48:22] * Building fsfe.org/activities/android/artwork.it.html
[12:48:22] * Building fsfe.org/activities/android/artwork/DIN_A1.es.html
[12:48:22] * Building fsfe.org/activities/android/artwork/DIN_A1.fr.html
[12:48:22] * Building fsfe.org/activities/android/artwork/DIN_A1.it.html
[12:48:22] * Building fsfe.org/activities/android/artwork/DIN_A7.es.html
[12:48:22] * Building fsfe.org/activities/android/artwork/DIN_A7.fr.html
[12:48:22] * Building fsfe.org/activities/android/artwork/DIN_A7.it.html
[12:48:22] * Building fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.es.html
[12:48:22] * Building fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.fr.html
[12:48:23] * Building fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.it.html
[12:48:23] * Building fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.es.html
[12:48:23] * Building fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.fr.html
[12:48:23] * Building fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.it.html
[12:48:23] * Building fsfe.org/activities/android/flashingdevices.es.html
[12:48:23] * Building fsfe.org/activities/android/flashingdevices.fr.html
[12:48:23] * Building fsfe.org/activities/android/flashingdevices.it.html
[12:48:23] * Building fsfe.org/activities/android/help.es.html
[12:48:23] * Building fsfe.org/activities/android/help.fr.html
[12:48:23] * Building fsfe.org/activities/android/help.it.html
[12:48:23] * Building fsfe.org/activities/android/is-flashing-legal.es.html
[12:48:23] * Building fsfe.org/activities/android/is-flashing-legal.fr.html
[12:48:23] * Building fsfe.org/activities/android/is-flashing-legal.it.html
[12:48:23] * Building fsfe.org/activities/android/liberate.es.html
[12:48:23] * Building fsfe.org/activities/android/liberate.fr.html
[12:48:23] * Building fsfe.org/activities/android/liberate.it.html
[12:48:23] * Building fsfe.org/activities/android/sustainability.es.html
[12:48:23] * Building fsfe.org/activities/android/sustainability.fr.html
[12:48:23] * Building fsfe.org/activities/android/sustainability.it.html
[12:48:23] * Building fsfe.org/activities/android/workshops.es.html
[12:48:23] * Building fsfe.org/activities/android/workshops.fr.html
[12:48:23] * Building fsfe.org/activities/android/workshops.it.html
[12:48:23] * Building fsfe.org/activities/apple-litigation/apple-litigation.es.html
[12:48:23] * Building fsfe.org/activities/apple-litigation/apple-litigation.fr.html
[12:48:23] * Building fsfe.org/activities/apple-litigation/apple-litigation.it.html
[12:48:23] * Building fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.es.html
[12:48:23] * Building fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.fr.html
[12:48:23] * Building fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.it.html
[12:48:23] * Building fsfe.org/activities/awareness.es.html
[12:48:23] * Building fsfe.org/activities/awareness.fr.html
[12:48:23] * Building fsfe.org/activities/awareness.it.html
[12:48:23] * Building fsfe.org/activities/bgw/bgw.es.html
[12:48:23] * Building fsfe.org/activities/bgw/bgw.fr.html
[12:48:24] * Building fsfe.org/activities/bgw/bgw.it.html
[12:48:24] * Building fsfe.org/activities/conf-events/conf-events.es.html
[12:48:24] * Building fsfe.org/activities/conf-events/conf-events.fr.html
[12:48:24] * Building fsfe.org/activities/conf-events/conf-events.it.html
[12:48:24] * Building fsfe.org/activities/conf-events/report-cccamp23.es.html
[12:48:24] * Building fsfe.org/activities/conf-events/report-cccamp23.fr.html
[12:48:24] * Building fsfe.org/activities/conf-events/report-cccamp23.it.html
[12:48:24] * Building fsfe.org/activities/deviceneutrality/index.es.html
[12:48:24] * Building fsfe.org/activities/deviceneutrality/index.fr.html
[12:48:24] * Building fsfe.org/activities/deviceneutrality/index.it.html
[12:48:24] * Building fsfe.org/activities/dma/dma.es.html
[12:48:24] * Building fsfe.org/activities/dma/dma.fr.html
[12:48:24] * Building fsfe.org/activities/dma/dma.it.html
[12:48:24] * Building fsfe.org/activities/drm/drm.es.html
[12:48:24] * Building fsfe.org/activities/drm/drm.fr.html
[12:48:24] * Building fsfe.org/activities/drm/drm.it.html
[12:48:24] * Building fsfe.org/activities/drm/open-letter-ec-drm-html.es.html
[12:48:24] * Building fsfe.org/activities/drm/open-letter-ec-drm-html.fr.html
[12:48:24] * Building fsfe.org/activities/drm/open-letter-ec-drm-html.it.html
[12:48:24] * Building fsfe.org/activities/drm/sony-rootkit-fiasco.es.html
[12:48:24] * Building fsfe.org/activities/drm/sony-rootkit-fiasco.fr.html
[12:48:25] * Building fsfe.org/activities/drm/sony-rootkit-fiasco.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.es.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.fr.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.it.html
[12:48:25] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/askyourcandidates.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/askyourcandidates.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/askyourcandidates.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/example-questions.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/example-questions.fr.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/example-questions.it.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.es.html
[12:48:26] * Building fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.fr.html
[12:48:27] * Building fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.it.html
[12:48:27] * Building fsfe.org/activities/elections/digitalomat.es.html
[12:48:27] * Building fsfe.org/activities/elections/digitalomat.fr.html
[12:48:27] * Building fsfe.org/activities/elections/digitalomat.it.html
[12:48:27] * Building fsfe.org/activities/elections/freedomvote.es.html
[12:48:27] * Building fsfe.org/activities/elections/freedomvote.fr.html
[12:48:27] * Building fsfe.org/activities/elections/freedomvote.it.html
[12:48:27] * Building fsfe.org/activities/elections/index.es.html
[12:48:27] * Building fsfe.org/activities/elections/index.fr.html
[12:48:27] * Building fsfe.org/activities/elections/index.it.html
[12:48:27] * Building fsfe.org/activities/elections/letspromise.es.html
[12:48:27] * Building fsfe.org/activities/elections/letspromise.fr.html
[12:48:27] * Building fsfe.org/activities/elections/letspromise.it.html
[12:48:27] * Building fsfe.org/activities/eucd/eucd.es.html
[12:48:27] * Building fsfe.org/activities/eucd/eucd.fr.html
[12:48:27] * Building fsfe.org/activities/eucd/eucd.it.html
[12:48:27] * Building fsfe.org/activities/eucd/eucd-fs.es.html
[12:48:27] * Building fsfe.org/activities/eucd/eucd-fs.fr.html
[12:48:27] * Building fsfe.org/activities/eucd/eucd-fs.it.html
[12:48:27] * Building fsfe.org/activities/eura-slovakia/eura-slovakia.es.html
[12:48:27] * Building fsfe.org/activities/eura-slovakia/eura-slovakia.fr.html
[12:48:27] * Building fsfe.org/activities/eura-slovakia/eura-slovakia.it.html
[12:48:27] * Building fsfe.org/activities/fla/fiduciary.es.html
[12:48:27] * Building fsfe.org/activities/fla/fiduciary.fr.html
[12:48:27] * Building fsfe.org/activities/fla/fiduciary.it.html
[12:48:27] * Building fsfe.org/activities/fla/fla.es.html
[12:48:27] * Building fsfe.org/activities/fla/fla.fr.html
[12:48:27] * Building fsfe.org/activities/fla/fla.it.html
[12:48:27] * Building fsfe.org/activities/foss4smes/foss4smes.es.html
[12:48:27] * Building fsfe.org/activities/foss4smes/foss4smes.fr.html
[12:48:27] * Building fsfe.org/activities/foss4smes/foss4smes.it.html
[12:48:27] * Building fsfe.org/activities/fp6/focal.es.html
[12:48:27] * Building fsfe.org/activities/fp6/focal.fr.html
[12:48:27] * Building fsfe.org/activities/fp6/focal.it.html
[12:48:27] * Building fsfe.org/activities/fp6/fp6.es.html
[12:48:27] * Building fsfe.org/activities/fp6/fp6.fr.html
[12:48:27] * Building fsfe.org/activities/fp6/fp6.it.html
[12:48:27] * Building fsfe.org/activities/fp6/lafis.es.html
[12:48:27] * Building fsfe.org/activities/fp6/lafis.fr.html
[12:48:27] * Building fsfe.org/activities/fp6/lafis.it.html
[12:48:27] * Building fsfe.org/activities/fp6/more-support.es.html
[12:48:27] * Building fsfe.org/activities/fp6/more-support.fr.html
[12:48:27] * Building fsfe.org/activities/fp6/more-support.it.html
[12:48:28] * Building fsfe.org/activities/fp6/reasoning.es.html
[12:48:28] * Building fsfe.org/activities/fp6/reasoning.fr.html
[12:48:28] * Building fsfe.org/activities/fp6/reasoning.it.html
[12:48:28] * Building fsfe.org/activities/fp6/recommendation.es.html
[12:48:28] * Building fsfe.org/activities/fp6/recommendation.fr.html
[12:48:28] * Building fsfe.org/activities/fp6/recommendation.it.html
[12:48:28] * Building fsfe.org/activities/fp6/supporting-parties.es.html
[12:48:28] * Building fsfe.org/activities/fp6/supporting-parties.fr.html
[12:48:28] * Building fsfe.org/activities/fp6/supporting-parties.it.html
[12:48:28] * Building fsfe.org/activities/fp7/fp7.es.html
[12:48:28] * Building fsfe.org/activities/fp7/fp7.fr.html
[12:48:28] * Building fsfe.org/activities/fp7/fp7.it.html
[12:48:28] * Building fsfe.org/activities/gbn/gbn.es.html
[12:48:28] * Building fsfe.org/activities/gbn/gbn.fr.html
[12:48:28] * Building fsfe.org/activities/gbn/gbn.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/bangalore-rms-transcript.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/bangalore-rms-transcript.fr.html
[12:48:28] * Building fsfe.org/activities/gplv3/bangalore-rms-transcript.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-moglen-transcript.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-moglen-transcript.fr.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-moglen-transcript.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-rms-transcript.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-rms-transcript.fr.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-rms-transcript.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-summaries.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-summaries.fr.html
[12:48:28] * Building fsfe.org/activities/gplv3/barcelona-summaries.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/brussels-rms-transcript.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/brussels-rms-transcript.fr.html
[12:48:28] * Building fsfe.org/activities/gplv3/brussels-rms-transcript.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-draft1-draft2.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-draft1-draft2.fr.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-draft1-draft2.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-draft2-draft3.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-draft2-draft3.fr.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-draft2-draft3.it.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-gplv2-draft2.es.html
[12:48:28] * Building fsfe.org/activities/gplv3/diff-gplv2-draft2.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/diff-gplv2-draft2.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/drm-and-gplv3.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/drm-and-gplv3.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/drm-and-gplv3.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/europe-gplv3-conference.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/europe-gplv3-conference.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/europe-gplv3-conference.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/events.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/events.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/events.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/fisl-rms-transcript.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/fisl-rms-transcript.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/fisl-rms-transcript.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/gplv3.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/gplv3.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/gplv3.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/gplv3-torino.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/gplv3-torino.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/gplv3-torino.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/links.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/links.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/links.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/patents-and-gplv3.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/patents-and-gplv3.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/patents-and-gplv3.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/timeline.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/timeline.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/timeline.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/tokyo-ciaran-transcript.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/tokyo-ciaran-transcript.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/tokyo-ciaran-transcript.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/tokyo-rms-transcript.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/tokyo-rms-transcript.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/tokyo-rms-transcript.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/topics.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/topics.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/topics.it.html
[12:48:29] * Building fsfe.org/activities/gplv3/torino-rms-transcript.es.html
[12:48:29] * Building fsfe.org/activities/gplv3/torino-rms-transcript.fr.html
[12:48:29] * Building fsfe.org/activities/gplv3/torino-rms-transcript.it.html
[12:48:29] * Building fsfe.org/activities/igf/a2k.es.html
[12:48:29] * Building fsfe.org/activities/igf/a2k.fr.html
[12:48:30] * Building fsfe.org/activities/igf/a2k.it.html
[12:48:30] * Building fsfe.org/activities/igf/dcos.es.html
[12:48:30] * Building fsfe.org/activities/igf/dcos.fr.html
[12:48:30] * Building fsfe.org/activities/igf/dcos.it.html
[12:48:30] * Building fsfe.org/activities/igf/igf.es.html
[12:48:30] * Building fsfe.org/activities/igf/igf.fr.html
[12:48:30] * Building fsfe.org/activities/igf/igf.it.html
[12:48:30] * Building fsfe.org/activities/igf/sovsoft.es.html
[12:48:30] * Building fsfe.org/activities/igf/sovsoft.fr.html
[12:48:30] * Building fsfe.org/activities/igf/sovsoft.it.html
[12:48:30] * Building fsfe.org/activities/igf/wgig.es.html
[12:48:30] * Building fsfe.org/activities/igf/wgig.fr.html
[12:48:30] * Building fsfe.org/activities/igf/wgig.it.html
[12:48:30] * Building fsfe.org/activities/ilovefs/artwork/artwork.es.html
[12:48:30] * Building fsfe.org/activities/ilovefs/artwork/artwork.fr.html
[12:48:30] * Building fsfe.org/activities/ilovefs/artwork/artwork.it.html
[12:48:30] * Building fsfe.org/activities/ilovefs/index.es.html
[12:48:30] * Building fsfe.org/activities/ilovefs/index.fr.html
[12:48:30] * Building fsfe.org/activities/ilovefs/index.it.html
[12:48:30] * Building fsfe.org/activities/ilovefs/report/report_2023.es.html
[12:48:30] * Building fsfe.org/activities/ilovefs/report/report_2023.fr.html
[12:48:30] * Building fsfe.org/activities/ilovefs/report/report_2023.it.html
[12:48:30] * Building fsfe.org/activities/ilovefs/report/report_2024.es.html
[12:48:30] * Building fsfe.org/activities/ilovefs/report/report_2024.fr.html
[12:48:30] * Building fsfe.org/activities/ilovefs/report/report_2024.it.html
[12:48:30] * Building fsfe.org/activities/ilovefs/whylovefs/gallery.es.html
[12:48:30] * Building fsfe.org/activities/ilovefs/whylovefs/gallery.fr.html
[12:48:30] * Building fsfe.org/activities/ilovefs/whylovefs/gallery.it.html
[12:48:30] * Building fsfe.org/activities/ilovefs/whylovefs/whylovefs.es.html
[12:48:30] * Building fsfe.org/activities/ilovefs/whylovefs/whylovefs.fr.html
[12:48:30] * Building fsfe.org/activities/ilovefs/whylovefs/whylovefs.it.html
[12:48:30] * Building fsfe.org/activities/ipred2/ipred2.es.html
[12:48:30] * Building fsfe.org/activities/ipred2/ipred2.fr.html
[12:48:30] * Building fsfe.org/activities/ipred2/ipred2.it.html
[12:48:30] * Building fsfe.org/activities/ipred2/letter-april-2007.es.html
[12:48:30] * Building fsfe.org/activities/ipred2/letter-april-2007.fr.html
[12:48:30] * Building fsfe.org/activities/ipred2/letter-april-2007.it.html
[12:48:30] * Building fsfe.org/activities/legal.es.html
[12:48:31] * Building fsfe.org/activities/legal.fr.html
[12:48:31] * Building fsfe.org/activities/legal.it.html
[12:48:31] * Building fsfe.org/activities/licence-questions/licence-questions.es.html
[12:48:31] * Building fsfe.org/activities/licence-questions/licence-questions.fr.html
[12:48:31] * Building fsfe.org/activities/licence-questions/licence-questions.it.html
[12:48:31] * Building fsfe.org/activities/ln/application.es.html
[12:48:31] * Building fsfe.org/activities/ln/application.fr.html
[12:48:31] * Building fsfe.org/activities/ln/application.it.html
[12:48:31] * Building fsfe.org/activities/ln/application-confirm.es.html
[12:48:31] * Building fsfe.org/activities/ln/application-confirm.fr.html
[12:48:31] * Building fsfe.org/activities/ln/application-confirm.it.html
[12:48:31] * Building fsfe.org/activities/ln/application-success.es.html
[12:48:31] * Building fsfe.org/activities/ln/application-success.fr.html
[12:48:31] * Building fsfe.org/activities/ln/application-success.it.html
[12:48:31] * Building fsfe.org/activities/ln/council.es.html
[12:48:31] * Building fsfe.org/activities/ln/council.fr.html
[12:48:31] * Building fsfe.org/activities/ln/council.it.html
[12:48:31] * Building fsfe.org/activities/ln/llw.es.html
[12:48:31] * Building fsfe.org/activities/ln/llw.fr.html
[12:48:31] * Building fsfe.org/activities/ln/llw.it.html
[12:48:31] * Building fsfe.org/activities/ln/llw-conf.es.html
[12:48:31] * Building fsfe.org/activities/ln/llw-conf.fr.html
[12:48:31] * Building fsfe.org/activities/ln/llw-conf.it.html
[12:48:31] * Building fsfe.org/activities/ln/llw-past.es.html
[12:48:31] * Building fsfe.org/activities/ln/llw-past.fr.html
[12:48:31] * Building fsfe.org/activities/ln/llw-past.it.html
[12:48:31] * Building fsfe.org/activities/ln/ln.es.html
[12:48:31] * Building fsfe.org/activities/ln/ln.fr.html
[12:48:31] * Building fsfe.org/activities/ln/ln.it.html
[12:48:31] * Building fsfe.org/activities/ln/ln-procedures.es.html
[12:48:31] * Building fsfe.org/activities/ln/ln-procedures.fr.html
[12:48:31] * Building fsfe.org/activities/ln/ln-procedures.it.html
[12:48:31] * Building fsfe.org/activities/ln/memberlist.es.html
[12:48:31] * Building fsfe.org/activities/ln/memberlist.fr.html
[12:48:31] * Building fsfe.org/activities/ln/memberlist.it.html
[12:48:31] * Building fsfe.org/activities/ln/memberlist-confirm.es.html
[12:48:31] * Building fsfe.org/activities/ln/memberlist-confirm.fr.html
[12:48:32] * Building fsfe.org/activities/ln/memberlist-confirm.it.html
[12:48:32] * Building fsfe.org/activities/ln/memberlist-success.es.html
[12:48:32] * Building fsfe.org/activities/ln/memberlist-success.fr.html
[12:48:32] * Building fsfe.org/activities/ln/memberlist-success.it.html
[12:48:32] * Building fsfe.org/activities/ln/modpolicy.es.html
[12:48:32] * Building fsfe.org/activities/ln/modpolicy.fr.html
[12:48:32] * Building fsfe.org/activities/ln/modpolicy.it.html
[12:48:32] * Building fsfe.org/activities/ln/rules.es.html
[12:48:32] * Building fsfe.org/activities/ln/rules.fr.html
[12:48:32] * Building fsfe.org/activities/ln/rules.it.html
[12:48:32] * Building fsfe.org/activities/mankind/contact.es.html
[12:48:32] * Building fsfe.org/activities/mankind/contact.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/contact.it.html
[12:48:32] * Building fsfe.org/activities/mankind/done.es.html
[12:48:32] * Building fsfe.org/activities/mankind/done.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/done.it.html
[12:48:32] * Building fsfe.org/activities/mankind/help.es.html
[12:48:32] * Building fsfe.org/activities/mankind/help.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/help.it.html
[12:48:32] * Building fsfe.org/activities/mankind/links.es.html
[12:48:32] * Building fsfe.org/activities/mankind/links.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/links.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/index.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/index.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/index.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/press-release.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/press-release.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/press-release.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/conclusion.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/conclusion.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/conclusion.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/contact.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/contact.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/contact.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/ethical.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/ethical.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/ethical.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/facts.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/facts.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/facts.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/independence.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/independence.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/independence.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/origin.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/origin.fr.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/origin.it.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/plan.es.html
[12:48:32] * Building fsfe.org/activities/mankind/lsm2002/slides/plan.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/plan.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/social.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/social.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/social.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/support.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/support.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/support.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/technical.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/technical.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/technical.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/threats.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/threats.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/threats.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/unesco.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/unesco.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/unesco.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/why1.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/why1.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/why1.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/why2.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/why2.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/why2.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/workdone.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/workdone.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/workdone.it.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/workinprogress.es.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/workinprogress.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/lsm2002/slides/workinprogress.it.html
[12:48:33] * Building fsfe.org/activities/mankind/mankind.es.html
[12:48:33] * Building fsfe.org/activities/mankind/mankind.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/mankind.it.html
[12:48:33] * Building fsfe.org/activities/mankind/press.es.html
[12:48:33] * Building fsfe.org/activities/mankind/press.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/press.it.html
[12:48:33] * Building fsfe.org/activities/mankind/support.es.html
[12:48:33] * Building fsfe.org/activities/mankind/support.fr.html
[12:48:33] * Building fsfe.org/activities/mankind/support.it.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/article-20060421.es.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/article-20060421.fr.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/article-20060421.it.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/background.es.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/background.fr.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/background.it.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/intervention-20040930.es.html
[12:48:33] * Building fsfe.org/activities/ms-vs-eu/intervention-20040930.fr.html
[12:48:34] * Building fsfe.org/activities/ms-vs-eu/intervention-20040930.it.html
[12:48:34] * Building fsfe.org/activities/ms-vs-eu/ms-vs-eu.es.html
[12:48:34] * Building fsfe.org/activities/ms-vs-eu/ms-vs-eu.fr.html
[12:48:34] * Building fsfe.org/activities/ms-vs-eu/ms-vs-eu.it.html
[12:48:34] * Building fsfe.org/activities/ms-vs-eu/timeline.es.html
[12:48:34] * Building fsfe.org/activities/ms-vs-eu/timeline.fr.html
[12:48:34] * Building fsfe.org/activities/ms-vs-eu/timeline.it.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml.es.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml.fr.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml.it.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-converter-hoax.es.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-converter-hoax.fr.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-converter-hoax.it.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-idiosyncrasies.es.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-idiosyncrasies.fr.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-idiosyncrasies.it.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-interoperability.es.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-interoperability.fr.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-interoperability.it.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-questions.es.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-questions.fr.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-questions.it.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-questions-for-ms.es.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-questions-for-ms.fr.html
[12:48:34] * Building fsfe.org/activities/ngi/ngi.es.html
[12:48:34] * Building fsfe.org/activities/msooxml/msooxml-questions-for-ms.it.html
[12:48:34] * Building fsfe.org/activities/ngi/ngi.fr.html
[12:48:34] * Building fsfe.org/activities/ngi/ngi.it.html
[12:48:34] * Building fsfe.org/activities/ngi/ngi-past.es.html
[12:48:34] * Building fsfe.org/activities/ngi/ngi-past.fr.html
[12:48:34] * Building fsfe.org/activities/ngi/ngi-past.it.html
[12:48:34] * Building fsfe.org/activities/nledu/nledu.es.html
[12:48:34] * Building fsfe.org/activities/nledu/nledu.fr.html
[12:48:34] * Building fsfe.org/activities/nledu/nledu.it.html
[12:48:34] * Building fsfe.org/activities/pdfreaders/bug-report.es.html
[12:48:34] * Building fsfe.org/activities/pdfreaders/bug-report.fr.html
[12:48:34] * Building fsfe.org/activities/pdfreaders/bug-report.it.html
[12:48:34] * Building fsfe.org/activities/pdfreaders/bug-report-uk.es.html
[12:48:34] * Building fsfe.org/activities/pdfreaders/bug-report-uk.fr.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/bug-report-uk.it.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/buglist.es.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/buglist.fr.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/buglist.it.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/follow-up.es.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/follow-up.fr.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/follow-up.it.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/guideline.es.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/guideline.fr.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/guideline.it.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/letter.es.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/letter.fr.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/letter.it.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/parliamentary-questions-eu.es.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/parliamentary-questions-eu.fr.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/parliamentary-questions-eu.it.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/pdfreaders.es.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/pdfreaders.fr.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/pdfreaders.it.html
[12:48:35] * Building fsfe.org/activities/pdfreaders/pdfsprint.es.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/pdfsprint.fr.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/pdfsprint.it.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition.es.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition.fr.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition.it.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition-error.es.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition-error.fr.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition-error.it.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition-success.es.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition-success.fr.html
[12:48:36] * Building fsfe.org/activities/pdfreaders/petition-success.it.html
[12:48:36] * Building fsfe.org/activities/policy.es.html
[12:48:36] * Building fsfe.org/activities/policy.fr.html
[12:48:36] * Building fsfe.org/activities/policy.it.html
[12:48:36] * Building fsfe.org/activities/publiccode/bea.es.html
[12:48:36] * Building fsfe.org/activities/publiccode/bea.fr.html
[12:48:36] * Building fsfe.org/activities/publiccode/bea.it.html
[12:48:36] * Building fsfe.org/activities/publiccode/brochure.es.html
[12:48:36] * Building fsfe.org/activities/publiccode/brochure.fr.html
[12:48:36] * Building fsfe.org/activities/publiccode/brochure.it.html
[12:48:36] * Building fsfe.org/activities/publiccode/get-active.es.html
[12:48:37] * Building fsfe.org/activities/publiccode/get-active.fr.html
[12:48:37] * Building fsfe.org/activities/publiccode/get-active.it.html
[12:48:37] * Building fsfe.org/activities/publiccode/publiccode.es.html
[12:48:37] * Building fsfe.org/activities/publiccode/publiccode.fr.html
[12:48:37] * Building fsfe.org/activities/publiccode/publiccode.it.html
[12:48:37] * Building fsfe.org/activities/radiodirective/radiodirective.es.html
[12:48:37] * Building fsfe.org/activities/radiodirective/radiodirective.fr.html
[12:48:37] * Building fsfe.org/activities/radiodirective/radiodirective.it.html
[12:48:37] * Building fsfe.org/activities/radiodirective/statement.es.html
[12:48:37] * Building fsfe.org/activities/radiodirective/statement.fr.html
[12:48:37] * Building fsfe.org/activities/radiodirective/statement.it.html
[12:48:37] * Building fsfe.org/activities/routers/routers.es.html
[12:48:38] * Building fsfe.org/activities/routers/routers.fr.html
[12:48:38] * Building fsfe.org/activities/routers/routers.it.html
[12:48:38] * Building fsfe.org/activities/routers/timeline.es.html
[12:48:38] * Building fsfe.org/activities/routers/timeline.fr.html
[12:48:38] * Building fsfe.org/activities/routers/timeline.it.html
[12:48:38] * Building fsfe.org/activities/self/self.es.html
[12:48:38] * Building fsfe.org/activities/self/self.fr.html
[12:48:38] * Building fsfe.org/activities/self/self.it.html
[12:48:38] * Building fsfe.org/activities/stacs/belgrade.es.html
[12:48:38] * Building fsfe.org/activities/stacs/belgrade.fr.html
[12:48:38] * Building fsfe.org/activities/stacs/belgrade.it.html
[12:48:38] * Building fsfe.org/activities/stacs/belgrade-register.es.html
[12:48:38] * Building fsfe.org/activities/stacs/belgrade-register.fr.html
[12:48:38] * Building fsfe.org/activities/stacs/belgrade-register.it.html
[12:48:38] * Building fsfe.org/activities/stacs/london.es.html
[12:48:38] * Building fsfe.org/activities/stacs/london.fr.html
[12:48:38] * Building fsfe.org/activities/stacs/london.it.html
[12:48:38] * Building fsfe.org/activities/stacs/london-register.es.html
[12:48:38] * Building fsfe.org/activities/stacs/london-register.fr.html
[12:48:38] * Building fsfe.org/activities/stacs/london-register.it.html
[12:48:38] * Building fsfe.org/activities/stacs/stacs.es.html
[12:48:38] * Building fsfe.org/activities/stacs/stacs.fr.html
[12:48:38] * Building fsfe.org/activities/stacs/stacs.it.html
[12:48:38] * Building fsfe.org/activities/stacs/tmpl-belgrade.es.html
[12:48:38] * Building fsfe.org/activities/stacs/tmpl-belgrade.fr.html
[12:48:38] * Building fsfe.org/activities/stacs/tmpl-belgrade.it.html
[12:48:38] * Building fsfe.org/activities/stacs/tmpl-london.es.html
[12:48:38] * Building fsfe.org/activities/stacs/tmpl-london.fr.html
[12:48:39] * Building fsfe.org/activities/stacs/tmpl-london.it.html
[12:48:39] * Building fsfe.org/activities/swpat/background.es.html
[12:48:39] * Building fsfe.org/activities/swpat/background.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/background.it.html
[12:48:39] * Building fsfe.org/activities/swpat/current/model-letter-companies.es.html
[12:48:39] * Building fsfe.org/activities/swpat/current/model-letter-companies.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/current/model-letter-companies.it.html
[12:48:39] * Building fsfe.org/activities/swpat/current/unitary-patent.es.html
[12:48:39] * Building fsfe.org/activities/swpat/current/unitary-patent.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/current/unitary-patent.it.html
[12:48:39] * Building fsfe.org/activities/swpat/documents.es.html
[12:48:39] * Building fsfe.org/activities/swpat/documents.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/documents.it.html
[12:48:39] * Building fsfe.org/activities/swpat/fsfe-patstrat-response.es.html
[12:48:39] * Building fsfe.org/activities/swpat/fsfe-patstrat-response.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/fsfe-patstrat-response.it.html
[12:48:39] * Building fsfe.org/activities/swpat/how-the-eu-patent-system-works.es.html
[12:48:39] * Building fsfe.org/activities/swpat/how-the-eu-patent-system-works.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/how-the-eu-patent-system-works.it.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040510.es.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040510.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040510.it.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040531.es.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040531.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040531.it.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040706.es.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040706.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040706.it.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040802.es.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040802.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040802.it.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040906.es.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040906.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20040906.it.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20041004.es.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20041004.fr.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20041004.it.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20041101.es.html
[12:48:39] * Building fsfe.org/activities/swpat/letter-20041101.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20041101.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20041206.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20041206.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20041206.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050103.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050103.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050103.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050207.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050207.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050207.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050307.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050307.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050307.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050405.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050405.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050405.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050502.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050502.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050502.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050606.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050606.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20050606.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20101222.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20101222.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20101222.it.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20110406.es.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20110406.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/letter-20110406.it.html
[12:48:40] * Building fsfe.org/activities/swpat/memorandum.es.html
[12:48:40] * Building fsfe.org/activities/swpat/memorandum.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/memorandum.it.html
[12:48:40] * Building fsfe.org/activities/swpat/nortel.es.html
[12:48:40] * Building fsfe.org/activities/swpat/nortel.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/nortel.it.html
[12:48:40] * Building fsfe.org/activities/swpat/novell-cptn.es.html
[12:48:40] * Building fsfe.org/activities/swpat/novell-cptn.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/novell-cptn.it.html
[12:48:40] * Building fsfe.org/activities/swpat/second-reading-bullets.es.html
[12:48:40] * Building fsfe.org/activities/swpat/second-reading-bullets.fr.html
[12:48:40] * Building fsfe.org/activities/swpat/second-reading-bullets.it.html
[12:48:41] * Building fsfe.org/activities/swpat/status.es.html
[12:48:41] * Building fsfe.org/activities/swpat/status.fr.html
[12:48:41] * Building fsfe.org/activities/swpat/status.it.html
[12:48:41] * Building fsfe.org/activities/swpat/swpat.es.html
[12:48:41] * Building fsfe.org/activities/swpat/swpat.fr.html
[12:48:41] * Building fsfe.org/activities/swpat/swpat.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool1.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool1.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool1.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool2.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool2.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool2.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool3.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool3.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool3.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool4.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool4.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool4.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool5.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool5.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool5.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool6.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool6.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool6.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool7.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool7.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool7.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool8.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool8.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tagatschool8.it.html
[12:48:41] * Building fsfe.org/activities/tgs/tgs.es.html
[12:48:41] * Building fsfe.org/activities/tgs/tgs.fr.html
[12:48:41] * Building fsfe.org/activities/tgs/tgs.it.html
[12:48:41] * Building fsfe.org/activities/upcyclingandroid/application-confirm.es.html
[12:48:41] * Building fsfe.org/activities/upcyclingandroid/application-confirm.fr.html
[12:48:41] * Building fsfe.org/activities/upcyclingandroid/application-confirm.it.html
[12:48:41] * Building fsfe.org/activities/upcyclingandroid/application-success.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/application-success.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/application-success.it.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/howtoupcycle.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/howtoupcycle.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/howtoupcycle.it.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/individual-signatures.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/individual-signatures.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/informationmaterial.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/individual-signatures.it.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/informationmaterial.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/informationmaterial.it.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/is-flashing-legal.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/is-flashing-legal.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/is-flashing-legal.it.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/openletter.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/openletter.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/openletter.it.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/upcyclingandroid.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/upcyclingandroid.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/upcyclingandroid.it.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/workshops.es.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/workshops.fr.html
[12:48:42] * Building fsfe.org/activities/upcyclingandroid/workshops.it.html
[12:48:42] * Building fsfe.org/activities/whyfs/whyfs.es.html
[12:48:42] * Building fsfe.org/activities/whyfs/whyfs.fr.html
[12:48:42] * Building fsfe.org/activities/whyfs/whyfs.it.html
[12:48:42] * Building fsfe.org/activities/wipo/fser.es.html
[12:48:43] * Building fsfe.org/activities/wipo/fser.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/fser.it.html
[12:48:43] * Building fsfe.org/activities/wipo/iprip.es.html
[12:48:43] * Building fsfe.org/activities/wipo/iprip.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/iprip.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050413.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050413.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050413.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050415.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050415.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050415.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050620.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050620.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050620.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050721.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050721.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050721.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050930.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050930.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20050930.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20060223.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20060223.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20060223.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20060628.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20060628.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20060628.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20070928.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20070928.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20070928.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090324.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090324.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090324.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090325.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090325.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090325.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090327.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090327.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090327.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090420-01.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090420-01.fr.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090420-01.it.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090420-02.es.html
[12:48:43] * Building fsfe.org/activities/wipo/statement-20090420-02.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090420-02.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090430-01.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090430-01.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090430-01.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090430-02.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090430-02.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090430-02.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090501.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090501.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20090501.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-01.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-01.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-01.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-02.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-02.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-02.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-03.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-03.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100125-03.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100127-01.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100127-01.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100127-01.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100127-02.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100127-02.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20100127-02.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101013.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101013.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101013.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101124-01.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101124-01.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101124-01.it.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101124-02.es.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101124-02.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/statement-20101124-02.it.html
[12:48:44] * Building fsfe.org/activities/wipo/wipo.es.html
[12:48:44] * Building fsfe.org/activities/wipo/wipo.fr.html
[12:48:44] * Building fsfe.org/activities/wipo/wipo.it.html
[12:48:44] * Building fsfe.org/activities/wipo/wiwo.es.html
[12:48:44] * Building fsfe.org/activities/wipo/wiwo.fr.html
[12:48:45] * Building fsfe.org/activities/wipo/wiwo.it.html
[12:48:45] * Building fsfe.org/activities/wsis/cs-benchmarks-03-11-14.es.html
[12:48:45] * Building fsfe.org/activities/wsis/cs-benchmarks-03-11-14.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/cs-benchmarks-03-11-14.it.html
[12:48:45] * Building fsfe.org/activities/wsis/debriefing-geneva.es.html
[12:48:45] * Building fsfe.org/activities/wsis/debriefing-geneva.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/debriefing-geneva.it.html
[12:48:45] * Building fsfe.org/activities/wsis/debriefing-paris.es.html
[12:48:45] * Building fsfe.org/activities/wsis/debriefing-paris.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/debriefing-paris.it.html
[12:48:45] * Building fsfe.org/activities/wsis/event-03-12-10.es.html
[12:48:45] * Building fsfe.org/activities/wsis/event-03-12-10.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/event-03-12-10.it.html
[12:48:45] * Building fsfe.org/activities/wsis/fs.es.html
[12:48:45] * Building fsfe.org/activities/wsis/fs.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/fs.it.html
[12:48:45] * Building fsfe.org/activities/wsis/issues.es.html
[12:48:45] * Building fsfe.org/activities/wsis/issues.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/issues.it.html
[12:48:45] * Building fsfe.org/activities/wsis/ps-20030923.es.html
[12:48:45] * Building fsfe.org/activities/wsis/ps-20030923.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/ps-20030923.it.html
[12:48:45] * Building fsfe.org/activities/wsis/wsis.es.html
[12:48:45] * Building fsfe.org/activities/wsis/wsis.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/wsis.it.html
[12:48:45] * Building fsfe.org/activities/wsis/wsis-and-software.es.html
[12:48:45] * Building fsfe.org/activities/wsis/wsis-and-software.fr.html
[12:48:45] * Building fsfe.org/activities/wsis/wsis-and-software.it.html
[12:48:45] * Building fsfe.org/activities/yh4f/faq.es.html
[12:48:45] * Building fsfe.org/activities/yh4f/faq.fr.html
[12:48:45] * Building fsfe.org/activities/yh4f/faq.it.html
[12:48:45] * Building fsfe.org/activities/yh4f/index.es.html
[12:48:45] * Building fsfe.org/activities/yh4f/index.fr.html
[12:48:45] * Building fsfe.org/activities/yh4f/index.it.html
[12:48:45] * Building fsfe.org/activities/yh4f/jury.es.html
[12:48:45] * Building fsfe.org/activities/yh4f/jury.fr.html
[12:48:46] * Building fsfe.org/activities/yh4f/jury.it.html
[12:48:46] * Building fsfe.org/activities/yh4f/media.es.html
[12:48:46] * Building fsfe.org/activities/yh4f/media.fr.html
[12:48:46] * Building fsfe.org/activities/yh4f/media.it.html
[12:48:46] * Building fsfe.org/activities/yh4f/register-confirm.es.html
[12:48:46] * Building fsfe.org/activities/yh4f/register-confirm.fr.html
[12:48:46] * Building fsfe.org/activities/yh4f/register-confirm.it.html
[12:48:46] * Building fsfe.org/activities/yh4f/register-success.es.html
[12:48:46] * Building fsfe.org/activities/yh4f/register-success.fr.html
[12:48:46] * Building fsfe.org/activities/yh4f/register-success.it.html
[12:48:46] * Building fsfe.org/activities/zooom/zooom.es.html
[12:48:46] * Building fsfe.org/activities/zooom/zooom.fr.html
[12:48:46] * Building fsfe.org/activities/zooom/zooom.it.html
[12:48:46] * Building fsfe.org/boilerplate.es.html
[12:48:46] * Building fsfe.org/boilerplate.fr.html
[12:48:46] * Building fsfe.org/boilerplate.it.html
[12:48:46] * Building fsfe.org/contact/email-updates.es.html
[12:48:46] * Building fsfe.org/contact/email-updates.fr.html
[12:48:46] * Building fsfe.org/contact/email-updates.it.html
[12:48:46] * Building fsfe.org/contact/projects-call/projects-call.es.html
[12:48:46] * Building fsfe.org/contact/projects-call/projects-call.fr.html
[12:48:46] * Building fsfe.org/contact/projects-call/projects-call.it.html
[12:48:46] * Building fsfe.org/contact/projects-call/submission-confirm.es.html
[12:48:46] * Building fsfe.org/contact/projects-call/submission-confirm.fr.html
[12:48:46] * Building fsfe.org/contact/projects-call/submission-confirm.it.html
[12:48:46] * Building fsfe.org/contact/projects-call/submission-success.es.html
[12:48:46] * Building fsfe.org/contact/projects-call/submission-success.fr.html
[12:48:46] * Building fsfe.org/contact/projects-call/submission-success.it.html
[12:48:46] * Building fsfe.org/contribute/advocacy/cwfs.es.html
[12:48:46] * Building fsfe.org/contribute/advocacy/cwfs.fr.html
[12:48:46] * Building fsfe.org/contribute/advocacy/cwfs.it.html
[12:48:46] * Building fsfe.org/contribute/contribute.es.html
[12:48:46] * Building fsfe.org/contribute/contribute.fr.html
[12:48:46] * Building fsfe.org/contribute/contribute.it.html
[12:48:46] * Building fsfe.org/contribute/designers/designers.es.html
[12:48:46] * Building fsfe.org/contribute/designers/designers.fr.html
[12:48:46] * Building fsfe.org/contribute/designers/designers.it.html
[12:48:46] * Building fsfe.org/contribute/designers/styleguide.es.html
[12:48:46] * Building fsfe.org/contribute/designers/styleguide.fr.html
[12:48:46] * Building fsfe.org/contribute/designers/styleguide.it.html
[12:48:46] * Building fsfe.org/contribute/editors/editorial-guidelines.es.html
[12:48:47] * Building fsfe.org/contribute/editors/editorial-guidelines.fr.html
[12:48:47] * Building fsfe.org/contribute/editors/editorial-guidelines.it.html
[12:48:47] * Building fsfe.org/contribute/editors/editors.es.html
[12:48:47] * Building fsfe.org/contribute/editors/editors.fr.html
[12:48:47] * Building fsfe.org/contribute/editors/editors.it.html
[12:48:47] * Building fsfe.org/contribute/getyourgraphic.es.html
[12:48:47] * Building fsfe.org/contribute/getyourgraphic.fr.html
[12:48:47] * Building fsfe.org/contribute/getyourgraphic.it.html
[12:48:47] * Building fsfe.org/contribute/promotion-materials-archive.es.html
[12:48:47] * Building fsfe.org/contribute/promotion-materials-archive.fr.html
[12:48:47] * Building fsfe.org/contribute/promotion-materials-archive.it.html
[12:48:47] * Building fsfe.org/contribute/spreadtheword.es.html
[12:48:47] * Building fsfe.org/contribute/spreadtheword.fr.html
[12:48:47] * Building fsfe.org/contribute/spreadtheword.it.html
[12:48:47] * Building fsfe.org/contribute/spreadtheword-freebie.es.html
[12:48:47] * Building fsfe.org/contribute/spreadtheword-freebie.fr.html
[12:48:47] * Building fsfe.org/contribute/spreadtheword-freebie.it.html
[12:48:48] * Building fsfe.org/contribute/spreadtheword-ordererror.es.html
[12:48:48] * Building fsfe.org/contribute/spreadtheword-ordererror.fr.html
[12:48:48] * Building fsfe.org/contribute/spreadtheword-ordererror.it.html
[12:48:48] * Building fsfe.org/contribute/spreadtheword-orderthanks.es.html
[12:48:48] * Building fsfe.org/contribute/spreadtheword-orderthanks.fr.html
[12:48:48] * Building fsfe.org/contribute/spreadtheword-orderthanks.it.html
[12:48:48] * Building fsfe.org/contribute/translators/translators.es.html
[12:48:48] * Building fsfe.org/contribute/translators/translators.fr.html
[12:48:48] * Building fsfe.org/contribute/translators/translators.it.html
[12:48:48] * Building fsfe.org/contribute/translators/wordlist.es.html
[12:48:48] * Building fsfe.org/contribute/translators/wordlist.fr.html
[12:48:48] * Building fsfe.org/contribute/translators/wordlist.it.html
[12:48:48] * Building fsfe.org/contribute/web/features.es.html
[12:48:48] * Building fsfe.org/contribute/web/features.fr.html
[12:48:48] * Building fsfe.org/contribute/web/features.it.html
[12:48:48] * Building fsfe.org/contribute/web/web.es.html
[12:48:48] * Building fsfe.org/contribute/web/web.fr.html
[12:48:48] * Building fsfe.org/contribute/web/web.it.html
[12:48:48] * Building fsfe.org/donate/donate.es.html
[12:48:48] * Building fsfe.org/donate/donate.fr.html
[12:48:48] * Building fsfe.org/donate/donate.it.html
[12:48:48] * Building fsfe.org/donate/germany.es.html
[12:48:48] * Building fsfe.org/donate/germany.fr.html
[12:48:49] * Building fsfe.org/donate/germany.it.html
[12:48:49] * Building fsfe.org/donate/hardware.es.html
[12:48:49] * Building fsfe.org/donate/hardware.fr.html
[12:48:49] * Building fsfe.org/donate/hardware.it.html
[12:48:49] * Building fsfe.org/donate/letter-20041209.es.html
[12:48:49] * Building fsfe.org/donate/letter-20041209.fr.html
[12:48:49] * Building fsfe.org/donate/letter-20041209.it.html
[12:48:49] * Building fsfe.org/donate/letter-2009.es.html
[12:48:49] * Building fsfe.org/donate/letter-2009.fr.html
[12:48:49] * Building fsfe.org/donate/letter-2009.it.html
[12:48:49] * Building fsfe.org/donate/letter-2011.es.html
[12:48:49] * Building fsfe.org/donate/letter-2011.fr.html
[12:48:49] * Building fsfe.org/donate/letter-2011.it.html
[12:48:49] * Building fsfe.org/donate/luxembourg.es.html
[12:48:49] * Building fsfe.org/donate/luxembourg.fr.html
[12:48:49] * Building fsfe.org/donate/luxembourg.it.html
[12:48:49] * Building fsfe.org/donate/netherlands.es.html
[12:48:49] * Building fsfe.org/donate/netherlands.fr.html
[12:48:49] * Building fsfe.org/donate/netherlands.it.html
[12:48:49] * Building fsfe.org/donate/payment.es.html
[12:48:49] * Building fsfe.org/donate/payment.fr.html
[12:48:49] * Building fsfe.org/donate/payment.it.html
[12:48:49] * Building fsfe.org/donate/switzerland.es.html
[12:48:49] * Building fsfe.org/donate/switzerland.fr.html
[12:48:49] * Building fsfe.org/donate/switzerland.it.html
[12:48:49] * Building fsfe.org/donate/thankgnus.es.html
[12:48:49] * Building fsfe.org/donate/thankgnus.fr.html
[12:48:49] * Building fsfe.org/donate/thankgnus.it.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2001.es.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2001.fr.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2001.it.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2002.es.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2002.fr.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2002.it.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2003.es.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2003.fr.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2003.it.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2004.es.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2004.fr.html
[12:48:49] * Building fsfe.org/donate/thankgnus-2004.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2005.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2005.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2005.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2006.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2006.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2006.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2007.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2007.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2007.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2008.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2008.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2008.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2009.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2009.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2009.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2010.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2010.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2010.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2011.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2011.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2011.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2012.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2012.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2012.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2013.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2013.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2013.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2014.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2014.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2014.it.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2015.es.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2015.fr.html
[12:48:50] * Building fsfe.org/donate/thankgnus-2015.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2016.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2016.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2016.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2017.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2017.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2017.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2018.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2018.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2018.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2019.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2019.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2019.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2020.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2020.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2020.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2021.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2021.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2021.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2022.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2022.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2022.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2023.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2023.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2023.it.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2024.es.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2024.fr.html
[12:48:51] * Building fsfe.org/donate/thankgnus-2024.it.html
[12:48:51] * Building fsfe.org/donate/thankyou.es.html
[12:48:51] * Building fsfe.org/donate/thankyou.fr.html
[12:48:51] * Building fsfe.org/donate/thankyou.it.html
[12:48:51] * Building fsfe.org/error/400.es.html
[12:48:51] * Building fsfe.org/error/400.fr.html
[12:48:51] * Building fsfe.org/error/400.it.html
[12:48:52] * Building fsfe.org/error/401.es.html
[12:48:52] * Building fsfe.org/error/401.fr.html
[12:48:52] * Building fsfe.org/error/401.it.html
[12:48:52] * Building fsfe.org/error/403.es.html
[12:48:52] * Building fsfe.org/error/403.fr.html
[12:48:52] * Building fsfe.org/error/403.it.html
[12:48:52] * Building fsfe.org/error/404.es.html
[12:48:52] * Building fsfe.org/error/404.fr.html
[12:48:52] * Building fsfe.org/error/404.it.html
[12:48:52] * Building fsfe.org/error/405.es.html
[12:48:52] * Building fsfe.org/error/405.fr.html
[12:48:52] * Building fsfe.org/error/405.it.html
[12:48:52] * Building fsfe.org/error/408.es.html
[12:48:52] * Building fsfe.org/error/408.fr.html
[12:48:52] * Building fsfe.org/error/408.it.html
[12:48:52] * Building fsfe.org/error/410.es.html
[12:48:52] * Building fsfe.org/error/410.fr.html
[12:48:52] * Building fsfe.org/error/410.it.html
[12:48:52] * Building fsfe.org/error/411.es.html
[12:48:52] * Building fsfe.org/error/411.fr.html
[12:48:52] * Building fsfe.org/error/411.it.html
[12:48:52] * Building fsfe.org/error/412.es.html
[12:48:52] * Building fsfe.org/error/412.fr.html
[12:48:52] * Building fsfe.org/error/412.it.html
[12:48:52] * Building fsfe.org/error/413.es.html
[12:48:52] * Building fsfe.org/error/413.fr.html
[12:48:52] * Building fsfe.org/error/413.it.html
[12:48:52] * Building fsfe.org/error/414.es.html
[12:48:52] * Building fsfe.org/error/414.fr.html
[12:48:52] * Building fsfe.org/error/414.it.html
[12:48:52] * Building fsfe.org/error/415.es.html
[12:48:52] * Building fsfe.org/error/415.fr.html
[12:48:52] * Building fsfe.org/error/415.it.html
[12:48:52] * Building fsfe.org/error/500.es.html
[12:48:52] * Building fsfe.org/error/500.fr.html
[12:48:52] * Building fsfe.org/error/500.it.html
[12:48:52] * Building fsfe.org/error/501.es.html
[12:48:52] * Building fsfe.org/error/501.fr.html
[12:48:53] * Building fsfe.org/error/501.it.html
[12:48:53] * Building fsfe.org/error/502.es.html
[12:48:53] * Building fsfe.org/error/502.fr.html
[12:48:53] * Building fsfe.org/error/502.it.html
[12:48:53] * Building fsfe.org/error/503.es.html
[12:48:53] * Building fsfe.org/error/503.fr.html
[12:48:53] * Building fsfe.org/error/503.it.html
[12:48:53] * Building fsfe.org/events/2004/FISL/fisl.es.html
[12:48:53] * Building fsfe.org/events/2004/FISL/fisl.fr.html
[12:48:53] * Building fsfe.org/events/2004/FISL/fisl.it.html
[12:48:53] * Building fsfe.org/events/2004/index.es.html
[12:48:53] * Building fsfe.org/events/2004/index.fr.html
[12:48:53] * Building fsfe.org/events/2004/index.it.html
[12:48:53] * Building fsfe.org/events/2004/picnic.es.html
[12:48:53] * Building fsfe.org/events/2004/picnic.fr.html
[12:48:53] * Building fsfe.org/events/2004/picnic.it.html
[12:48:53] * Building fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.es.html
[12:48:53] * Building fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.fr.html
[12:48:53] * Building fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.it.html
[12:48:53] * Building fsfe.org/events/2005/index.es.html
[12:48:53] * Building fsfe.org/events/2005/index.fr.html
[12:48:53] * Building fsfe.org/events/2005/index.it.html
[12:48:53] * Building fsfe.org/events/2005/wsf-brazil/wsf-brazil.es.html
[12:48:53] * Building fsfe.org/events/2005/wsf-brazil/wsf-brazil.fr.html
[12:48:53] * Building fsfe.org/events/2005/wsf-brazil/wsf-brazil.it.html
[12:48:53] * Building fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.es.html
[12:48:53] * Building fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.fr.html
[12:48:53] * Building fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.it.html
[12:48:53] * Building fsfe.org/events/2006/index.es.html
[12:48:53] * Building fsfe.org/events/2006/index.fr.html
[12:48:54] * Building fsfe.org/events/2006/index.it.html
[12:48:54] * Building fsfe.org/events/2007/index.es.html
[12:48:54] * Building fsfe.org/events/2007/index.fr.html
[12:48:54] * Building fsfe.org/events/2007/index.it.html
[12:48:54] * Building fsfe.org/events/2008/index.es.html
[12:48:54] * Building fsfe.org/events/2008/index.fr.html
[12:48:54] * Building fsfe.org/events/2008/index.it.html
[12:48:54] * Building fsfe.org/events/2009/index.es.html
[12:48:54] * Building fsfe.org/events/2009/index.fr.html
[12:48:54] * Building fsfe.org/events/2009/index.it.html
[12:48:55] * Building fsfe.org/events/2010/index.es.html
[12:48:55] * Building fsfe.org/events/2010/index.fr.html
[12:48:55] * Building fsfe.org/events/2010/index.it.html
[12:48:55] * Building fsfe.org/events/2011/index.es.html
[12:48:55] * Building fsfe.org/events/2011/index.fr.html
[12:48:55] * Building fsfe.org/events/2011/index.it.html
[12:48:55] * Building fsfe.org/events/2011/lnm-award-debian.es.html
[12:48:55] * Building fsfe.org/events/2011/lnm-award-debian.fr.html
[12:48:56] * Building fsfe.org/events/2011/lnm-award-debian.it.html
[12:48:56] * Building fsfe.org/events/2012/fscons-2012.es.html
[12:48:56] * Building fsfe.org/events/2012/fscons-2012.fr.html
[12:48:56] * Building fsfe.org/events/2012/fscons-2012.it.html
[12:48:56] * Building fsfe.org/events/2012/index.es.html
[12:48:56] * Building fsfe.org/events/2012/index.fr.html
[12:48:56] * Building fsfe.org/events/2012/index.it.html
[12:48:56] * Building fsfe.org/events/2013/index.es.html
[12:48:56] * Building fsfe.org/events/2013/index.fr.html
[12:48:56] * Building fsfe.org/events/2013/index.it.html
[12:48:56] * Building fsfe.org/events/2013/linuxtag-2013.es.html
[12:48:56] * Building fsfe.org/events/2013/linuxtag-2013.fr.html
[12:48:57] * Building fsfe.org/events/2013/linuxtag-2013.it.html
[12:48:57] * Building fsfe.org/events/2013/panel-btw2013.es.html
[12:48:57] * Building fsfe.org/events/2013/panel-btw2013.fr.html
[12:48:57] * Building fsfe.org/events/2013/panel-btw2013.it.html
[12:48:57] * Building fsfe.org/events/2013/rmll-2-2013.es.html
[12:48:57] * Building fsfe.org/events/2013/rmll-2-2013.fr.html
[12:48:57] * Building fsfe.org/events/2013/rmll-2-2013.it.html
[12:48:57] * Building fsfe.org/events/2013/rmll-2013.es.html
[12:48:57] * Building fsfe.org/events/2013/rmll-2013.fr.html
[12:48:57] * Building fsfe.org/events/2013/rmll-2013.it.html
[12:48:57] * Building fsfe.org/events/2014/index.es.html
[12:48:57] * Building fsfe.org/events/2014/index.fr.html
[12:48:57] * Building fsfe.org/events/2014/index.it.html
[12:48:57] * Building fsfe.org/events/2015/index.es.html
[12:48:57] * Building fsfe.org/events/2015/index.fr.html
[12:48:57] * Building fsfe.org/events/2015/index.it.html
[12:48:57] * Building fsfe.org/events/2016/index.es.html
[12:48:57] * Building fsfe.org/events/2016/index.fr.html
[12:48:58] * Building fsfe.org/events/2016/index.it.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20160616-01.es.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20160616-01.fr.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20160616-01.it.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20161106-01.es.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20161106-01.fr.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20161106-01.it.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20161106-02.es.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20161106-02.fr.html
[12:48:58] * Building fsfe.org/events/2016/summit/event-20161106-02.it.html
[12:48:58] * Building fsfe.org/events/2017/index.es.html
[12:48:58] * Building fsfe.org/events/2017/index.fr.html
[12:48:58] * Building fsfe.org/events/2017/index.it.html
[12:48:58] * Building fsfe.org/events/2018/index.es.html
[12:48:59] * Building fsfe.org/events/2018/index.fr.html
[12:48:59] * Building fsfe.org/events/2018/index.it.html
[12:48:59] * Building fsfe.org/events/2019/index.es.html
[12:48:59] * Building fsfe.org/events/2019/index.fr.html
[12:48:59] * Building fsfe.org/events/2019/index.it.html
[12:48:59] * Building fsfe.org/events/2020/index.es.html
[12:48:59] * Building fsfe.org/events/2020/index.fr.html
[12:48:59] * Building fsfe.org/events/2020/index.it.html
[12:48:59] * Building fsfe.org/events/2021/index.es.html
[12:48:59] * Building fsfe.org/events/2021/index.fr.html
[12:48:59] * Building fsfe.org/events/2021/index.it.html
[12:48:59] * Building fsfe.org/events/2022/index.es.html
[12:49:00] * Building fsfe.org/events/2022/index.fr.html
[12:49:00] * Building fsfe.org/events/2022/index.it.html
[12:49:00] * Building fsfe.org/events/SFD-2010.es.html
[12:49:00] * Building fsfe.org/events/SFD-2010.fr.html
[12:49:00] * Building fsfe.org/events/SFD-2010.it.html
[12:49:00] * Building fsfe.org/events/archive-template.es.html
[12:49:00] * Building fsfe.org/events/archive-template.fr.html
[12:49:00] * Building fsfe.org/events/archive-template.it.html
[12:49:00] * Building fsfe.org/events/clt/clt-bus.es.html
[12:49:00] * Building fsfe.org/events/clt/clt-bus.fr.html
[12:49:00] * Building fsfe.org/events/clt/clt-bus.it.html
[12:49:00] * Building fsfe.org/events/clt/clt-hotel.es.html
[12:49:00] * Building fsfe.org/events/clt/clt-hotel.fr.html
[12:49:00] * Building fsfe.org/events/clt/clt-hotel.it.html
[12:49:00] * Building fsfe.org/events/events.es.html
[12:49:01] * Building fsfe.org/events/events.fr.html
[12:49:01] * Building fsfe.org/events/events.it.html
[12:49:01] * Building fsfe.org/events/fscons-2010.es.html
[12:49:01] * Building fsfe.org/events/fscons-2010.fr.html
[12:49:01] * Building fsfe.org/events/fscons-2010.it.html
[12:49:01] * Building fsfe.org/events/tools/eventregistration.es.html
[12:49:01] * Building fsfe.org/events/tools/eventregistration.fr.html
[12:49:01] * Building fsfe.org/events/tools/eventregistration.it.html
[12:49:01] * Building fsfe.org/freesoftware/artificial-intelligence.es.html
[12:49:01] * Building fsfe.org/freesoftware/artificial-intelligence.fr.html
[12:49:01] * Building fsfe.org/freesoftware/artificial-intelligence.it.html
[12:49:02] * Building fsfe.org/freesoftware/comparison.es.html
[12:49:02] * Building fsfe.org/freesoftware/comparison.fr.html
[12:49:02] * Building fsfe.org/freesoftware/comparison.it.html
[12:49:02] * Building fsfe.org/freesoftware/democracy.es.html
[12:49:02] * Building fsfe.org/freesoftware/democracy.fr.html
[12:49:02] * Building fsfe.org/freesoftware/democracy.it.html
[12:49:02] * Building fsfe.org/freesoftware/developmentcooperation/developmentcooperation.es.html
[12:49:02] * Building fsfe.org/freesoftware/developmentcooperation/developmentcooperation.fr.html
[12:49:02] * Building fsfe.org/freesoftware/developmentcooperation/developmentcooperation.it.html
[12:49:02] * Building fsfe.org/freesoftware/education/argumentation.es.html
[12:49:02] * Building fsfe.org/freesoftware/education/argumentation.fr.html
[12:49:02] * Building fsfe.org/freesoftware/education/argumentation.it.html
[12:49:02] * Building fsfe.org/freesoftware/education/edu-related-content.es.html
[12:49:02] * Building fsfe.org/freesoftware/education/edu-related-content.fr.html
[12:49:02] * Building fsfe.org/freesoftware/education/edu-related-content.it.html
[12:49:02] * Building fsfe.org/freesoftware/education/education.es.html
[12:49:02] * Building fsfe.org/freesoftware/education/education.fr.html
[12:49:02] * Building fsfe.org/freesoftware/education/education.it.html
[12:49:02] * Building fsfe.org/freesoftware/education/eduteam.es.html
[12:49:03] * Building fsfe.org/freesoftware/education/eduteam.fr.html
[12:49:03] * Building fsfe.org/freesoftware/education/eduteam.it.html
[12:49:03] * Building fsfe.org/freesoftware/freesoftware.es.html
[12:49:03] * Building fsfe.org/freesoftware/freesoftware.fr.html
[12:49:03] * Building fsfe.org/freesoftware/freesoftware.it.html
[12:49:03] * Building fsfe.org/freesoftware/gnuproject.es.html
[12:49:03] * Building fsfe.org/freesoftware/gnuproject.fr.html
[12:49:03] * Building fsfe.org/freesoftware/gnuproject.it.html
[12:49:03] * Building fsfe.org/freesoftware/legal/faq.es.html
[12:49:03] * Building fsfe.org/freesoftware/legal/faq.fr.html
[12:49:03] * Building fsfe.org/freesoftware/legal/faq.it.html
[12:49:03] * Building fsfe.org/freesoftware/legal/led.es.html
[12:49:03] * Building fsfe.org/freesoftware/legal/led.fr.html
[12:49:03] * Building fsfe.org/freesoftware/legal/led.it.html
[12:49:03] * Building fsfe.org/freesoftware/legal/legal.es.html
[12:49:03] * Building fsfe.org/freesoftware/legal/legal.fr.html
[12:49:03] * Building fsfe.org/freesoftware/legal/legal.it.html
[12:49:03] * Building fsfe.org/freesoftware/procurement/mEUcrosoft.es.html
[12:49:03] * Building fsfe.org/freesoftware/procurement/mEUcrosoft.fr.html
[12:49:03] * Building fsfe.org/freesoftware/procurement/mEUcrosoft.it.html
[12:49:03] * Building fsfe.org/freesoftware/procurement/procurement.es.html
[12:49:03] * Building fsfe.org/freesoftware/procurement/procurement.fr.html
[12:49:03] * Building fsfe.org/freesoftware/procurement/procurement.it.html
[12:49:03] * Building fsfe.org/freesoftware/secure-boot.es.html
[12:49:03] * Building fsfe.org/freesoftware/secure-boot.fr.html
[12:49:04] * Building fsfe.org/freesoftware/secure-boot.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/bsa-letter-analysis.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/bsa-letter-analysis.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/bsa-letter-analysis.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/bt-open-letter.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/bt-open-letter.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/bt-open-letter.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/def.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/def.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/def.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/dfd.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/dfd.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/dfd.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eif-v3.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eif-v3.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eif-v3.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eifv2.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eifv2.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eifv2.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eifv2-01.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eifv2-01.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/eifv2-01.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/guardian-open-letter.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/guardian-open-letter.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/guardian-open-letter.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/minimalisticstandards.es.html
[12:49:04] * Building fsfe.org/freesoftware/standards/minimalisticstandards.fr.html
[12:49:04] * Building fsfe.org/freesoftware/standards/minimalisticstandards.it.html
[12:49:04] * Building fsfe.org/freesoftware/standards/ps.es.html
[12:49:05] * Building fsfe.org/freesoftware/standards/ps.fr.html
[12:49:05] * Building fsfe.org/freesoftware/standards/ps.it.html
[12:49:05] * Building fsfe.org/freesoftware/standards/standards.es.html
[12:49:05] * Building fsfe.org/freesoftware/standards/standards.fr.html
[12:49:05] * Building fsfe.org/freesoftware/standards/standards.it.html
[12:49:05] * Building fsfe.org/freesoftware/standards/transparency-letter.es.html
[12:49:05] * Building fsfe.org/freesoftware/standards/transparency-letter.fr.html
[12:49:05] * Building fsfe.org/freesoftware/standards/transparency-letter.it.html
[12:49:05] * Building fsfe.org/freesoftware/standards/uk-standards-consultation.es.html
[12:49:05] * Building fsfe.org/freesoftware/standards/uk-standards-consultation.fr.html
[12:49:05] * Building fsfe.org/freesoftware/standards/uk-standards-consultation.it.html
[12:49:05] * Building fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.es.html
[12:49:05] * Building fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.fr.html
[12:49:05] * Building fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.it.html
[12:49:05] * Building fsfe.org/freesoftware/sustainability/sustainability.es.html
[12:49:05] * Building fsfe.org/freesoftware/sustainability/sustainability.fr.html
[12:49:05] * Building fsfe.org/freesoftware/sustainability/sustainability.it.html
[12:49:05] * Building fsfe.org/index.es.html
[12:49:05] * Building fsfe.org/index.fr.html
[12:49:05] * Building fsfe.org/index.it.html
[12:49:05] * Building fsfe.org/internal/bc.es.html
[12:49:05] * Building fsfe.org/internal/bc.fr.html
[12:49:06] * Building fsfe.org/internal/bc.it.html
[12:49:06] * Building fsfe.org/internal/er.es.html
[12:49:06] * Building fsfe.org/internal/er.fr.html
[12:49:06] * Building fsfe.org/internal/er.it.html
[12:49:06] * Building fsfe.org/internal/nt.es.html
[12:49:06] * Building fsfe.org/internal/nt.fr.html
[12:49:06] * Building fsfe.org/internal/nt.it.html
[12:49:06] * Building fsfe.org/internal/pd.es.html
[12:49:06] * Building fsfe.org/internal/pd.fr.html
[12:49:06] * Building fsfe.org/internal/pd.it.html
[12:49:06] * Building fsfe.org/internal/pd-result.es.html
[12:49:06] * Building fsfe.org/internal/pd-result.fr.html
[12:49:06] * Building fsfe.org/internal/pd-result.it.html
[12:49:07] * Building fsfe.org/internal/pt.es.html
[12:49:07] * Building fsfe.org/internal/pt.fr.html
[12:49:07] * Building fsfe.org/internal/pt.it.html
[12:49:07] * Building fsfe.org/internal/rc.es.html
[12:49:07] * Building fsfe.org/internal/rc.fr.html
[12:49:07] * Building fsfe.org/internal/rc.it.html
[12:49:07] * Building fsfe.org/internal/rc-result.es.html
[12:49:07] * Building fsfe.org/internal/rc-result.fr.html
[12:49:07] * Building fsfe.org/internal/rc-result.it.html
[12:49:07] * Building fsfe.org/news/2001/article-13.12.2001.es.html
[12:49:07] * Building fsfe.org/news/2001/article-13.12.2001.fr.html
[12:49:07] * Building fsfe.org/news/2001/article-13.12.2001.it.html
[12:49:07] * Building fsfe.org/news/2001/article-24.9.2001.es.html
[12:49:07] * Building fsfe.org/news/2001/article-24.9.2001.fr.html
[12:49:07] * Building fsfe.org/news/2001/article-24.9.2001.it.html
[12:49:07] * Building fsfe.org/news/2001/article2001-10-20-01.es.html
[12:49:07] * Building fsfe.org/news/2001/article2001-10-20-01.fr.html
[12:49:07] * Building fsfe.org/news/2001/article2001-10-20-01.it.html
[12:49:07] * Building fsfe.org/news/2001/article2001-12-17-01.es.html
[12:49:07] * Building fsfe.org/news/2001/article2001-12-17-01.fr.html
[12:49:07] * Building fsfe.org/news/2001/article2001-12-17-01.it.html
[12:49:07] * Building fsfe.org/news/2001/index.es.html
[12:49:07] * Building fsfe.org/news/2001/index.fr.html
[12:49:08] * Building fsfe.org/news/2001/index.it.html
[12:49:08] * Building fsfe.org/news/2002/article-25.04.2002.es.html
[12:49:08] * Building fsfe.org/news/2002/article-25.04.2002.fr.html
[12:49:08] * Building fsfe.org/news/2002/article-25.04.2002.it.html
[12:49:08] * Building fsfe.org/news/2002/article-30.9.2002.es.html
[12:49:08] * Building fsfe.org/news/2002/article-30.9.2002.fr.html
[12:49:08] * Building fsfe.org/news/2002/article-30.9.2002.it.html
[12:49:08] * Building fsfe.org/news/2002/article2002-01-18-01.es.html
[12:49:08] * Building fsfe.org/news/2002/article2002-01-18-01.fr.html
[12:49:08] * Building fsfe.org/news/2002/article2002-01-18-01.it.html
[12:49:08] * Building fsfe.org/news/2002/index.es.html
[12:49:08] * Building fsfe.org/news/2002/index.fr.html
[12:49:08] * Building fsfe.org/news/2002/index.it.html
[12:49:08] * Building fsfe.org/news/2003/commissione-meo-presentazione.es.html
[12:49:08] * Building fsfe.org/news/2003/commissione-meo-presentazione.fr.html
[12:49:08] * Building fsfe.org/news/2003/commissione-meo-presentazione.it.html
[12:49:08] * Building fsfe.org/news/2003/commissione-meo-risposte.es.html
[12:49:08] * Building fsfe.org/news/2003/commissione-meo-risposte.fr.html
[12:49:08] * Building fsfe.org/news/2003/commissione-meo-risposte.it.html
[12:49:08] * Building fsfe.org/news/2003/index.es.html
[12:49:08] * Building fsfe.org/news/2003/index.fr.html
[12:49:08] * Building fsfe.org/news/2003/index.it.html
[12:49:08] * Building fsfe.org/news/2003/lettera_MIUR-2003-07-16.es.html
[12:49:08] * Building fsfe.org/news/2003/lettera_MIUR-2003-07-16.fr.html
[12:49:08] * Building fsfe.org/news/2003/lettera_MIUR-2003-07-16.it.html
[12:49:08] * Building fsfe.org/news/2003/news-20030211-01.es.html
[12:49:08] * Building fsfe.org/news/2003/news-20030211-01.fr.html
[12:49:08] * Building fsfe.org/news/2003/news-20030211-01.it.html
[12:49:08] * Building fsfe.org/news/2003/news-20030602-01.es.html
[12:49:08] * Building fsfe.org/news/2003/news-20030602-01.fr.html
[12:49:08] * Building fsfe.org/news/2003/news-20030602-01.it.html
[12:49:08] * Building fsfe.org/news/2003/vsi-studie.es.html
[12:49:09] * Building fsfe.org/news/2003/vsi-studie.fr.html
[12:49:09] * Building fsfe.org/news/2003/vsi-studie.it.html
[12:49:09] * Building fsfe.org/news/2004/cie.es.html
[12:49:09] * Building fsfe.org/news/2004/cie.fr.html
[12:49:09] * Building fsfe.org/news/2004/cie.it.html
[12:49:09] * Building fsfe.org/news/2004/cw-interview.es.html
[12:49:09] * Building fsfe.org/news/2004/cw-interview.fr.html
[12:49:09] * Building fsfe.org/news/2004/cw-interview.it.html
[12:49:09] * Building fsfe.org/news/2004/index.es.html
[12:49:09] * Building fsfe.org/news/2004/index.fr.html
[12:49:09] * Building fsfe.org/news/2004/index.it.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040521.es.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040521.fr.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040521.it.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040624.es.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040624.fr.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040624.it.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040917.es.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040917.fr.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040917.it.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040930.es.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040930.fr.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20040930.it.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20041129.es.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20041129.fr.html
[12:49:09] * Building fsfe.org/news/2004/navigator-20041129.it.html
[12:49:09] * Building fsfe.org/news/2004/news-20040510-01.es.html
[12:49:09] * Building fsfe.org/news/2004/news-20040510-01.fr.html
[12:49:09] * Building fsfe.org/news/2004/news-20040510-01.it.html
[12:49:09] * Building fsfe.org/news/2004/news-20040621-01.es.html
[12:49:09] * Building fsfe.org/news/2004/news-20040621-01.fr.html
[12:49:09] * Building fsfe.org/news/2004/news-20040621-01.it.html
[12:49:09] * Building fsfe.org/news/2004/news-20040701-01.es.html
[12:49:09] * Building fsfe.org/news/2004/news-20040701-01.fr.html
[12:49:09] * Building fsfe.org/news/2004/news-20040701-01.it.html
[12:49:10] * Building fsfe.org/news/2004/news-20040727-01.es.html
[12:49:10] * Building fsfe.org/news/2004/news-20040727-01.fr.html
[12:49:10] * Building fsfe.org/news/2004/news-20040727-01.it.html
[12:49:10] * Building fsfe.org/news/2005/index.es.html
[12:49:10] * Building fsfe.org/news/2005/index.fr.html
[12:49:10] * Building fsfe.org/news/2005/index.it.html
[12:49:10] * Building fsfe.org/news/2005/letter-20050511-it-mep.es.html
[12:49:10] * Building fsfe.org/news/2005/letter-20050511-it-mep.fr.html
[12:49:10] * Building fsfe.org/news/2005/letter-20050511-it-mep.it.html
[12:49:10] * Building fsfe.org/news/2005/news-20050507-01.es.html
[12:49:10] * Building fsfe.org/news/2005/news-20050507-01.fr.html
[12:49:10] * Building fsfe.org/news/2005/news-20050507-01.it.html
[12:49:10] * Building fsfe.org/news/2006/index.es.html
[12:49:10] * Building fsfe.org/news/2006/index.fr.html
[12:49:10] * Building fsfe.org/news/2006/index.it.html
[12:49:10] * Building fsfe.org/news/2007/index.es.html
[12:49:10] * Building fsfe.org/news/2007/index.fr.html
[12:49:10] * Building fsfe.org/news/2007/index.it.html
[12:49:10] * Building fsfe.org/news/2007/news-20070630-01.es.html
[12:49:10] * Building fsfe.org/news/2007/news-20070630-01.fr.html
[12:49:10] * Building fsfe.org/news/2007/news-20070630-01.it.html
[12:49:10] * Building fsfe.org/news/2007/news-20071220-01.es.html
[12:49:10] * Building fsfe.org/news/2007/news-20071220-01.fr.html
[12:49:10] * Building fsfe.org/news/2007/news-20071220-01.it.html
[12:49:10] * Building fsfe.org/news/2007/news-20071221-01.es.html
[12:49:10] * Building fsfe.org/news/2007/news-20071221-01.fr.html
[12:49:11] * Building fsfe.org/news/2007/news-20071221-01.it.html
[12:49:11] * Building fsfe.org/news/2008/freedom-not-fear.es.html
[12:49:11] * Building fsfe.org/news/2008/freedom-not-fear.fr.html
[12:49:11] * Building fsfe.org/news/2008/freedom-not-fear.it.html
[12:49:11] * Building fsfe.org/news/2008/gnu-25-years.es.html
[12:49:11] * Building fsfe.org/news/2008/gnu-25-years.fr.html
[12:49:11] * Building fsfe.org/news/2008/gnu-25-years.it.html
[12:49:11] * Building fsfe.org/news/2008/index.es.html
[12:49:11] * Building fsfe.org/news/2008/index.fr.html
[12:49:11] * Building fsfe.org/news/2008/index.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20080118-01.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20080118-01.fr.html
[12:49:11] * Building fsfe.org/news/2008/news-20080118-01.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20080214-01.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20080214-01.fr.html
[12:49:11] * Building fsfe.org/news/2008/news-20080214-01.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20080220-01.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20080220-01.fr.html
[12:49:11] * Building fsfe.org/news/2008/news-20080220-01.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20080222-01.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20080222-01.fr.html
[12:49:11] * Building fsfe.org/news/2008/news-20080222-01.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20080228-01.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20080228-01.fr.html
[12:49:11] * Building fsfe.org/news/2008/news-20080228-01.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20080301-01.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20080301-01.fr.html
[12:49:11] * Building fsfe.org/news/2008/news-20080301-01.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20080305-01.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20080305-01.fr.html
[12:49:11] * Building fsfe.org/news/2008/news-20080305-01.it.html
[12:49:11] * Building fsfe.org/news/2008/news-20081202-02.es.html
[12:49:11] * Building fsfe.org/news/2008/news-20081202-02.fr.html
[12:49:12] * Building fsfe.org/news/2008/news-20081202-02.it.html
[12:49:12] * Building fsfe.org/news/2008/news-20081208-01.es.html
[12:49:12] * Building fsfe.org/news/2008/news-20081208-01.fr.html
[12:49:12] * Building fsfe.org/news/2008/news-20081208-01.it.html
[12:49:12] * Building fsfe.org/news/2008/news-20081210-01.es.html
[12:49:12] * Building fsfe.org/news/2008/news-20081210-01.fr.html
[12:49:12] * Building fsfe.org/news/2008/news-20081210-01.it.html
[12:49:12] * Building fsfe.org/news/2008/news-20081215-01.es.html
[12:49:12] * Building fsfe.org/news/2008/news-20081215-01.fr.html
[12:49:12] * Building fsfe.org/news/2008/news-20081215-01.it.html
[12:49:12] * Building fsfe.org/news/2009/index.es.html
[12:49:12] * Building fsfe.org/news/2009/index.fr.html
[12:49:12] * Building fsfe.org/news/2009/index.it.html
[12:49:12] * Building fsfe.org/news/2009/news-20090120-02.es.html
[12:49:12] * Building fsfe.org/news/2009/news-20090120-02.fr.html
[12:49:12] * Building fsfe.org/news/2009/news-20090120-02.it.html
[12:49:12] * Building fsfe.org/news/2009/news-20090123-01.es.html
[12:49:12] * Building fsfe.org/news/2009/news-20090123-01.fr.html
[12:49:12] * Building fsfe.org/news/2009/news-20090123-01.it.html
[12:49:12] * Building fsfe.org/news/2009/news-20090202-01.es.html
[12:49:12] * Building fsfe.org/news/2009/news-20090202-01.fr.html
[12:49:12] * Building fsfe.org/news/2009/news-20090227-01.es.html
[12:49:12] * Building fsfe.org/news/2009/news-20090202-01.it.html
[12:49:12] * Building fsfe.org/news/2009/news-20090227-01.fr.html
[12:49:12] * Building fsfe.org/news/2009/news-20090227-01.it.html
[12:49:12] * Building fsfe.org/news/2009/news-20090301-01.es.html
[12:49:12] * Building fsfe.org/news/2009/news-20090301-01.fr.html
[12:49:12] * Building fsfe.org/news/2009/news-20090301-01.it.html
[12:49:12] * Building fsfe.org/news/2009/news-20090311-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090311-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090311-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090323-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090323-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090323-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090325-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090325-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090325-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090411-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090411-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090411-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090414-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090414-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090414-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090418-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090418-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090418-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090430-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090430-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090430-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090515-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090515-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090515-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090601-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090601-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090601-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090604-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090604-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090604-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090610-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090610-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090610-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090620-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090620-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090620-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090624-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090624-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090624-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090728-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090728-01.fr.html
[12:49:13] * Building fsfe.org/news/2009/news-20090728-01.it.html
[12:49:13] * Building fsfe.org/news/2009/news-20090831-01.es.html
[12:49:13] * Building fsfe.org/news/2009/news-20090831-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20090831-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20090908-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20090908-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20090908-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20090921-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20090921-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20090921-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091005-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091005-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091005-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091006-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091006-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091006-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091008-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091008-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091008-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091019-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091019-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091019-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091023-02.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091023-02.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091023-02.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091109-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091109-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091109-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091109-02.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091109-02.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091109-02.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091118-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091118-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091118-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091127-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091127-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091127-01.it.html
[12:49:14] * Building fsfe.org/news/2009/news-20091216-01.es.html
[12:49:14] * Building fsfe.org/news/2009/news-20091216-01.fr.html
[12:49:14] * Building fsfe.org/news/2009/news-20091216-01.it.html
[12:49:14] * Building fsfe.org/news/2009/nyr.es.html
[12:49:15] * Building fsfe.org/news/2009/nyr.fr.html
[12:49:15] * Building fsfe.org/news/2009/nyr.it.html
[12:49:15] * Building fsfe.org/news/2010/index.es.html
[12:49:15] * Building fsfe.org/news/2010/index.fr.html
[12:49:15] * Building fsfe.org/news/2010/index.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100126-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100126-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100126-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100129-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100129-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100129-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100212-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100212-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100212-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100222-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100222-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100222-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100302-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100302-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100302-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100305-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100305-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100305-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100324-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100324-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100324-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100330-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100330-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100330-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100331-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100331-01.fr.html
[12:49:15] * Building fsfe.org/news/2010/news-20100331-01.it.html
[12:49:15] * Building fsfe.org/news/2010/news-20100428-01.es.html
[12:49:15] * Building fsfe.org/news/2010/news-20100428-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100428-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100508-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100508-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100508-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100510-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100510-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100510-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100519-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100519-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100519-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100702-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100702-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100702-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100705-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100705-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100705-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100802-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100802-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100802-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100803-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100803-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100803-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100907-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100907-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100907-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20100913-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20100913-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20100913-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20101016-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20101016-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20101016-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20101018-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20101018-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20101018-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20101102-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20101102-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20101102-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20101108-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20101108-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20101108-01.it.html
[12:49:16] * Building fsfe.org/news/2010/news-20101207-01.es.html
[12:49:16] * Building fsfe.org/news/2010/news-20101207-01.fr.html
[12:49:16] * Building fsfe.org/news/2010/news-20101207-01.it.html
[12:49:17] * Building fsfe.org/news/2010/news-20101216-01.es.html
[12:49:17] * Building fsfe.org/news/2010/news-20101216-01.fr.html
[12:49:17] * Building fsfe.org/news/2010/news-20101216-01.it.html
[12:49:17] * Building fsfe.org/news/2010/news-20101217-01.es.html
[12:49:17] * Building fsfe.org/news/2010/news-20101217-01.fr.html
[12:49:17] * Building fsfe.org/news/2010/news-20101217-01.it.html
[12:49:17] * Building fsfe.org/news/2010/th-eulogy-20100508.es.html
[12:49:17] * Building fsfe.org/news/2010/th-eulogy-20100508.fr.html
[12:49:17] * Building fsfe.org/news/2010/th-eulogy-20100508.it.html
[12:49:17] * Building fsfe.org/news/2011/index.es.html
[12:49:17] * Building fsfe.org/news/2011/index.fr.html
[12:49:17] * Building fsfe.org/news/2011/index.it.html
[12:49:17] * Building fsfe.org/news/2011/mapping-uk.es.html
[12:49:17] * Building fsfe.org/news/2011/mapping-uk.fr.html
[12:49:17] * Building fsfe.org/news/2011/mapping-uk.it.html
[12:49:17] * Building fsfe.org/news/2011/news-20110113-01.es.html
[12:49:17] * Building fsfe.org/news/2011/news-20110113-01.fr.html
[12:49:17] * Building fsfe.org/news/2011/news-20110113-01.it.html
[12:49:17] * Building fsfe.org/news/2011/news-20110113-02.es.html
[12:49:17] * Building fsfe.org/news/2011/news-20110113-02.fr.html
[12:49:17] * Building fsfe.org/news/2011/news-20110113-02.it.html
[12:49:17] * Building fsfe.org/news/2011/news-20110201-01.es.html
[12:49:17] * Building fsfe.org/news/2011/news-20110201-01.fr.html
[12:49:17] * Building fsfe.org/news/2011/news-20110201-01.it.html
[12:49:17] * Building fsfe.org/news/2011/news-20110202-01.es.html
[12:49:17] * Building fsfe.org/news/2011/news-20110202-01.fr.html
[12:49:17] * Building fsfe.org/news/2011/news-20110202-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110202-02.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110202-02.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110202-02.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110209-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110209-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110209-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110214-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110214-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110214-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110215-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110215-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110215-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110225-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110225-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110225-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110301-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110301-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110301-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110310-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110310-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110310-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110318-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110318-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110318-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110321-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110321-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110321-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110325-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110325-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110325-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-01.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-02.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-02.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-02.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-03.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-03.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-03.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-04.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-04.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110330-04.it.html
[12:49:18] * Building fsfe.org/news/2011/news-20110401-01.es.html
[12:49:18] * Building fsfe.org/news/2011/news-20110401-01.fr.html
[12:49:18] * Building fsfe.org/news/2011/news-20110401-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110412-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110412-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110412-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110415-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110415-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110415-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110418-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110418-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110418-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110420-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110420-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110420-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110421-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110421-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110421-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110502-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110502-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110502-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110511-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110511-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110511-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110520-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110520-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110520-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110523-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110523-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110523-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110525-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110525-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110525-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110608-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110608-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110608-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110620-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110620-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110620-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110622-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110622-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110622-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110718-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110718-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110718-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110809-01.es.html
[12:49:19] * Building fsfe.org/news/2011/news-20110809-01.fr.html
[12:49:19] * Building fsfe.org/news/2011/news-20110809-01.it.html
[12:49:19] * Building fsfe.org/news/2011/news-20110913-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20110913-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20110913-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20110919-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20110919-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20110919-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111025-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111025-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111025-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111107-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111107-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111107-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111110-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111110-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111110-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111114-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111114-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111114-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111117-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111117-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111117-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111122-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111122-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111122-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111128-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111128-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111128-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111128-02.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111128-02.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111128-02.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111201-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111201-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111201-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111201-02.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111201-02.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111201-02.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111206-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111206-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111206-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111208-01.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111208-01.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111208-01.it.html
[12:49:20] * Building fsfe.org/news/2011/news-20111208-02.es.html
[12:49:20] * Building fsfe.org/news/2011/news-20111208-02.fr.html
[12:49:20] * Building fsfe.org/news/2011/news-20111208-02.it.html
[12:49:21] * Building fsfe.org/news/2011/news-20111213-01.es.html
[12:49:21] * Building fsfe.org/news/2011/news-20111213-01.fr.html
[12:49:21] * Building fsfe.org/news/2011/news-20111213-01.it.html
[12:49:21] * Building fsfe.org/news/2011/news-20111213-02.es.html
[12:49:21] * Building fsfe.org/news/2011/news-20111213-02.fr.html
[12:49:21] * Building fsfe.org/news/2011/news-20111213-02.it.html
[12:49:21] * Building fsfe.org/news/2011/news-20111220-01.es.html
[12:49:21] * Building fsfe.org/news/2011/news-20111220-01.fr.html
[12:49:21] * Building fsfe.org/news/2011/news-20111220-01.it.html
[12:49:21] * Building fsfe.org/news/2012/index.es.html
[12:49:21] * Building fsfe.org/news/2012/index.fr.html
[12:49:21] * Building fsfe.org/news/2012/index.it.html
[12:49:21] * Building fsfe.org/news/2012/news-20120109-02.es.html
[12:49:21] * Building fsfe.org/news/2012/news-20120109-02.fr.html
[12:49:21] * Building fsfe.org/news/2012/news-20120109-02.it.html
[12:49:21] * Building fsfe.org/news/2012/news-20120110-01.es.html
[12:49:21] * Building fsfe.org/news/2012/news-20120110-01.fr.html
[12:49:21] * Building fsfe.org/news/2012/news-20120110-01.it.html
[12:49:21] * Building fsfe.org/news/2012/news-20120110-02.es.html
[12:49:21] * Building fsfe.org/news/2012/news-20120110-02.fr.html
[12:49:21] * Building fsfe.org/news/2012/news-20120110-02.it.html
[12:49:21] * Building fsfe.org/news/2012/news-20120120-01.es.html
[12:49:21] * Building fsfe.org/news/2012/news-20120120-01.fr.html
[12:49:21] * Building fsfe.org/news/2012/news-20120120-01.it.html
[12:49:21] * Building fsfe.org/news/2012/news-20120126-01.es.html
[12:49:21] * Building fsfe.org/news/2012/news-20120126-01.fr.html
[12:49:21] * Building fsfe.org/news/2012/news-20120126-01.it.html
[12:49:21] * Building fsfe.org/news/2012/news-20120130-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120130-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120130-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120131-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120131-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120131-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120202-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120202-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120202-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120202-02.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120202-02.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120202-02.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120204-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120204-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120204-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120209-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120209-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120209-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120210-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120210-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120210-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120214-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120214-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120214-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120223-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120223-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120223-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120228-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120228-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120228-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120303-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120303-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120303-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120321-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120321-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120321-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120322-01.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120322-01.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120322-01.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120323-02.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120323-02.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120323-02.it.html
[12:49:22] * Building fsfe.org/news/2012/news-20120323-03.es.html
[12:49:22] * Building fsfe.org/news/2012/news-20120323-03.fr.html
[12:49:22] * Building fsfe.org/news/2012/news-20120323-03.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120328-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120328-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120328-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120328-02.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120328-02.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120328-02.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120330-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120330-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120330-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120402-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120402-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120402-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120405-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120405-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120405-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120412-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120412-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120412-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120412-02.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120412-02.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120412-02.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120425-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120425-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120425-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120425-02.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120425-02.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120425-02.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120426-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120426-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120426-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120501-02.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120501-02.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120501-02.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120502-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120502-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120502-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120508-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120508-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120508-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120509-01.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120509-01.fr.html
[12:49:23] * Building fsfe.org/news/2012/news-20120509-01.it.html
[12:49:23] * Building fsfe.org/news/2012/news-20120509-02.es.html
[12:49:23] * Building fsfe.org/news/2012/news-20120509-02.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120509-02.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120525-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120525-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120525-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120528-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120528-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120528-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120601-02.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120601-02.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120601-02.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120607-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120607-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120607-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120616-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120616-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120616-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120619-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120619-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120619-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120627-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120627-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120627-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120711-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120711-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120711-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120730-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120730-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120730-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120730-02.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120730-02.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120730-02.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120831-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120831-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120831-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120907-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120907-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120907-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120918-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120918-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120918-01.it.html
[12:49:24] * Building fsfe.org/news/2012/news-20120920-01.es.html
[12:49:24] * Building fsfe.org/news/2012/news-20120920-01.fr.html
[12:49:24] * Building fsfe.org/news/2012/news-20120920-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20120921-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20120921-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20120921-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20120925-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20120925-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20120925-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121018-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121018-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121018-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121022-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121022-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121022-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121101-02.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121101-02.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121101-02.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121102-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121102-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121102-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121106-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121106-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121106-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121112-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121112-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121112-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121116-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121116-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121116-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121120-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121120-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121120-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121122-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121122-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121122-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121129-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121129-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121129-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121208-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121208-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121208-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121211-01.es.html
[12:49:25] * Building fsfe.org/news/2012/news-20121211-01.fr.html
[12:49:25] * Building fsfe.org/news/2012/news-20121211-01.it.html
[12:49:25] * Building fsfe.org/news/2012/news-20121214-01.es.html
[12:49:26] * Building fsfe.org/news/2012/news-20121214-01.fr.html
[12:49:26] * Building fsfe.org/news/2012/news-20121214-01.it.html
[12:49:26] * Building fsfe.org/news/2012/news-20121217-01.es.html
[12:49:26] * Building fsfe.org/news/2012/news-20121217-01.fr.html
[12:49:26] * Building fsfe.org/news/2012/news-20121217-01.it.html
[12:49:26] * Building fsfe.org/news/2012/news-20130329-01.es.html
[12:49:26] * Building fsfe.org/news/2012/news-20130329-01.fr.html
[12:49:26] * Building fsfe.org/news/2012/news-20130329-01.it.html
[12:49:26] * Building fsfe.org/news/2012/report-2012.es.html
[12:49:26] * Building fsfe.org/news/2012/report-2012.fr.html
[12:49:26] * Building fsfe.org/news/2012/report-2012.it.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.es.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.fr.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.it.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.es.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.fr.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.it.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.es.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.fr.html
[12:49:26] * Building fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.it.html
[12:49:26] * Building fsfe.org/news/2013/index.es.html
[12:49:26] * Building fsfe.org/news/2013/index.fr.html
[12:49:26] * Building fsfe.org/news/2013/index.it.html
[12:49:26] * Building fsfe.org/news/2013/news-20130212-01.es.html
[12:49:26] * Building fsfe.org/news/2013/news-20130212-01.fr.html
[12:49:26] * Building fsfe.org/news/2013/news-20130212-01.it.html
[12:49:26] * Building fsfe.org/news/2013/news-20130218-01.es.html
[12:49:26] * Building fsfe.org/news/2013/news-20130218-01.fr.html
[12:49:26] * Building fsfe.org/news/2013/news-20130218-01.it.html
[12:49:26] * Building fsfe.org/news/2013/news-20130221-01.es.html
[12:49:26] * Building fsfe.org/news/2013/news-20130221-01.fr.html
[12:49:26] * Building fsfe.org/news/2013/news-20130221-01.it.html
[12:49:26] * Building fsfe.org/news/2013/news-20130226-01.es.html
[12:49:26] * Building fsfe.org/news/2013/news-20130226-01.fr.html
[12:49:26] * Building fsfe.org/news/2013/news-20130226-01.it.html
[12:49:26] * Building fsfe.org/news/2013/news-20130312-01.es.html
[12:49:26] * Building fsfe.org/news/2013/news-20130312-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130312-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130319-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130319-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130319-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130327-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130327-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130327-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130327-02.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130327-02.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130327-02.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130402-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130402-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130402-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130422-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130422-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130422-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130423-02.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130423-02.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130423-02.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130424-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130424-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130424-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130429-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130429-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130429-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130503-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130503-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130503-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130611-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130611-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130611-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130612-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130612-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130612-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130620-01.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130620-01.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130620-01.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130620-02.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130620-02.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130620-02.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130625-02.es.html
[12:49:27] * Building fsfe.org/news/2013/news-20130625-02.fr.html
[12:49:27] * Building fsfe.org/news/2013/news-20130625-02.it.html
[12:49:27] * Building fsfe.org/news/2013/news-20130626-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130626-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130626-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130703-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130703-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130703-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130712-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130712-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130712-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130716-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130716-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130716-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130729-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130729-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130729-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130729-02.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130729-02.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130729-02.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130730-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130730-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130730-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130918-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130918-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130918-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130920-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130920-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130920-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130923-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130923-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130923-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130926-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130926-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130926-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20130927-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20130927-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20130927-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20131104-02.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20131104-02.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20131104-02.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20131105-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20131105-01.fr.html
[12:49:28] * Building fsfe.org/news/2013/news-20131105-01.it.html
[12:49:28] * Building fsfe.org/news/2013/news-20131107-01.es.html
[12:49:28] * Building fsfe.org/news/2013/news-20131107-01.fr.html
[12:49:29] * Building fsfe.org/news/2013/news-20131107-01.it.html
[12:49:29] * Building fsfe.org/news/2013/news-20131211-01.es.html
[12:49:29] * Building fsfe.org/news/2013/news-20131211-01.fr.html
[12:49:29] * Building fsfe.org/news/2013/news-20131211-01.it.html
[12:49:29] * Building fsfe.org/news/2013/news-20131213-01.es.html
[12:49:29] * Building fsfe.org/news/2013/news-20131213-01.fr.html
[12:49:29] * Building fsfe.org/news/2013/news-20131213-01.it.html
[12:49:29] * Building fsfe.org/news/2014/index.es.html
[12:49:29] * Building fsfe.org/news/2014/index.fr.html
[12:49:29] * Building fsfe.org/news/2014/index.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140116-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140116-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140116-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140210-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140210-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140210-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140211-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140211-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140221-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140211-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140221-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140221-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140226-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140226-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140226-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140303-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140303-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140303-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140304-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140304-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140304-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140310-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140310-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140310-01.it.html
[12:49:29] * Building fsfe.org/news/2014/news-20140314-01.es.html
[12:49:29] * Building fsfe.org/news/2014/news-20140314-01.fr.html
[12:49:29] * Building fsfe.org/news/2014/news-20140314-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140324-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140324-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140324-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140326-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140326-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140326-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140326-02.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140326-02.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140326-02.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140328-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140328-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140328-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140424-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140424-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140424-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140506-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140506-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140506-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140527-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140527-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140527-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140528-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140528-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140528-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140708-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140708-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140708-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140801-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140801-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140801-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140912-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140912-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140912-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20140929-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20140929-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20140929-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20141016-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20141016-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20141016-01.it.html
[12:49:30] * Building fsfe.org/news/2014/news-20141017-01.es.html
[12:49:30] * Building fsfe.org/news/2014/news-20141017-01.fr.html
[12:49:30] * Building fsfe.org/news/2014/news-20141017-01.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141017-02.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141017-02.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141017-02.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141120-02.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141120-02.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141120-02.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141203-01.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141203-01.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141203-01.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141212-01.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141212-01.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141212-01.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141217-01.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141217-01.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141217-01.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141218-01.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141218-01.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141218-01.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141218-02.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141218-02.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141218-02.it.html
[12:49:31] * Building fsfe.org/news/2014/news-20141219-01.es.html
[12:49:31] * Building fsfe.org/news/2014/news-20141219-01.fr.html
[12:49:31] * Building fsfe.org/news/2014/news-20141219-01.it.html
[12:49:31] * Building fsfe.org/news/2015/index.es.html
[12:49:31] * Building fsfe.org/news/2015/index.fr.html
[12:49:31] * Building fsfe.org/news/2015/index.it.html
[12:49:31] * Building fsfe.org/news/2015/news-20150209-01.es.html
[12:49:31] * Building fsfe.org/news/2015/news-20150209-01.fr.html
[12:49:31] * Building fsfe.org/news/2015/news-20150209-01.it.html
[12:49:31] * Building fsfe.org/news/2015/news-20150210-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150210-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150210-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150218-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150218-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150218-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150224-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150224-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150224-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150301-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150301-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150301-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150302-02.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150302-02.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150302-02.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150303-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150303-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150303-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150306-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150306-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150306-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150316-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150316-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150316-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150324-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150324-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150324-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150325-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150325-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150325-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150331-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150331-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150331-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150401-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150401-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150401-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150401-02.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150401-02.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150401-02.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150414-01.es.html
[12:49:32] * Building fsfe.org/news/2015/news-20150414-01.fr.html
[12:49:32] * Building fsfe.org/news/2015/news-20150414-01.it.html
[12:49:32] * Building fsfe.org/news/2015/news-20150506-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150506-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150506-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150527-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150527-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150527-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150605-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150605-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150605-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150605-02.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150605-02.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150605-02.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150616-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150616-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150616-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150817-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150817-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150817-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150829-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150829-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150829-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150902-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150902-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150902-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150916-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150916-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150916-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150918-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150918-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150918-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150918-02.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150918-02.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150918-02.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20150922-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20150922-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20150922-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20151013-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20151013-01.fr.html
[12:49:33] * Building fsfe.org/news/2015/news-20151013-01.it.html
[12:49:33] * Building fsfe.org/news/2015/news-20151020-01.es.html
[12:49:33] * Building fsfe.org/news/2015/news-20151020-01.fr.html
[12:49:34] * Building fsfe.org/news/2015/news-20151020-01.it.html
[12:49:34] * Building fsfe.org/news/2015/news-20151028-01.es.html
[12:49:34] * Building fsfe.org/news/2015/news-20151028-01.fr.html
[12:49:34] * Building fsfe.org/news/2015/news-20151028-01.it.html
[12:49:34] * Building fsfe.org/news/2015/news-20151104-01.es.html
[12:49:34] * Building fsfe.org/news/2015/news-20151104-01.fr.html
[12:49:34] * Building fsfe.org/news/2015/news-20151104-01.it.html
[12:49:34] * Building fsfe.org/news/2015/news-20151105-01.es.html
[12:49:34] * Building fsfe.org/news/2015/news-20151105-01.fr.html
[12:49:34] * Building fsfe.org/news/2015/news-20151105-01.it.html
[12:49:34] * Building fsfe.org/news/2015/news-20151110-01.es.html
[12:49:34] * Building fsfe.org/news/2015/news-20151110-01.fr.html
[12:49:34] * Building fsfe.org/news/2015/news-20151110-01.it.html
[12:49:34] * Building fsfe.org/news/2015/news-20151203-01.es.html
[12:49:34] * Building fsfe.org/news/2015/news-20151203-01.fr.html
[12:49:34] * Building fsfe.org/news/2015/news-20151203-01.it.html
[12:49:34] * Building fsfe.org/news/2015/news-20151216-01.es.html
[12:49:34] * Building fsfe.org/news/2015/news-20151216-01.fr.html
[12:49:34] * Building fsfe.org/news/2015/news-20151216-01.it.html
[12:49:34] * Building fsfe.org/news/2016/index.es.html
[12:49:34] * Building fsfe.org/news/2016/index.fr.html
[12:49:34] * Building fsfe.org/news/2016/index.it.html
[12:49:34] * Building fsfe.org/news/2016/news-20160118-01.es.html
[12:49:34] * Building fsfe.org/news/2016/news-20160118-01.fr.html
[12:49:34] * Building fsfe.org/news/2016/news-20160118-01.it.html
[12:49:34] * Building fsfe.org/news/2016/news-20160122-01.es.html
[12:49:34] * Building fsfe.org/news/2016/news-20160122-01.fr.html
[12:49:34] * Building fsfe.org/news/2016/news-20160122-01.it.html
[12:49:34] * Building fsfe.org/news/2016/news-20160126-01.es.html
[12:49:34] * Building fsfe.org/news/2016/news-20160126-01.fr.html
[12:49:34] * Building fsfe.org/news/2016/news-20160126-01.it.html
[12:49:34] * Building fsfe.org/news/2016/news-20160128-01.es.html
[12:49:34] * Building fsfe.org/news/2016/news-20160128-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160128-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160205-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160205-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160205-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160208-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160208-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160208-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160222-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160222-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160222-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160224-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160224-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160224-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160406-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160406-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160406-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160411-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160411-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160411-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160428-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160428-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160428-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160428-02.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160428-02.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160428-02.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160502-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160502-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160502-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160624-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160624-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160624-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160630-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160630-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160630-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160725-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160725-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160725-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160804-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160804-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160804-01.it.html
[12:49:35] * Building fsfe.org/news/2016/news-20160809-01.es.html
[12:49:35] * Building fsfe.org/news/2016/news-20160809-01.fr.html
[12:49:35] * Building fsfe.org/news/2016/news-20160809-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20160817-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20160817-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20160817-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20160823-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20160823-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20160823-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20160831-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20160831-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20160831-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20160907-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20160907-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20160907-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20160928-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20160928-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20160928-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20160930-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20160930-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20160930-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20161027-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20161027-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20161027-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20161031-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20161031-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20161031-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20161110-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20161110-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20161110-01.it.html
[12:49:36] * Building fsfe.org/news/2016/news-20161202-01.es.html
[12:49:36] * Building fsfe.org/news/2016/news-20161202-01.fr.html
[12:49:36] * Building fsfe.org/news/2016/news-20161202-01.it.html
[12:49:36] * Building fsfe.org/news/2017/index.es.html
[12:49:36] * Building fsfe.org/news/2017/index.fr.html
[12:49:36] * Building fsfe.org/news/2017/index.it.html
[12:49:36] * Building fsfe.org/news/2017/news-20170105-01.es.html
[12:49:36] * Building fsfe.org/news/2017/news-20170105-01.fr.html
[12:49:36] * Building fsfe.org/news/2017/news-20170105-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170109-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170109-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170109-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170110-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170110-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170110-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170116-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170116-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170116-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170209-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170209-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170209-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170214-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170214-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170214-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170214-02.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170214-02.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170214-02.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170217-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170217-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170217-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170301-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170301-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170301-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170302-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170302-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170302-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170315-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170315-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170315-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170321-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170321-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170321-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170328-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170328-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170328-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170419-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170419-01.fr.html
[12:49:37] * Building fsfe.org/news/2017/news-20170419-01.it.html
[12:49:37] * Building fsfe.org/news/2017/news-20170425-01.es.html
[12:49:37] * Building fsfe.org/news/2017/news-20170425-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170425-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170613-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170613-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170613-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170616-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170616-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170616-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170619-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170619-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170619-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170710-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170710-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170710-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170726-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170726-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170726-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170811-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170811-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170811-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170829-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170829-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170829-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170905-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170905-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170905-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170906-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170906-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170906-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170908-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170908-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170908-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170911-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170911-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170911-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20170913-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20170913-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20170913-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20171005-01.es.html
[12:49:38] * Building fsfe.org/news/2017/news-20171005-01.fr.html
[12:49:38] * Building fsfe.org/news/2017/news-20171005-01.it.html
[12:49:38] * Building fsfe.org/news/2017/news-20171013-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171013-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171013-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171024-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171024-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171024-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171107-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171107-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171107-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171108-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171108-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171108-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171109-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171109-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171109-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171114-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171114-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171114-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171116-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171116-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171116-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171130-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171130-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171130-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171206-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171206-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171206-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171207-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171207-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171207-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171207-02.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171207-02.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171207-02.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171211-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171211-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171211-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171212-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171212-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171212-01.it.html
[12:49:39] * Building fsfe.org/news/2017/news-20171219-01.es.html
[12:49:39] * Building fsfe.org/news/2017/news-20171219-01.fr.html
[12:49:39] * Building fsfe.org/news/2017/news-20171219-01.it.html
[12:49:39] * Building fsfe.org/news/2018/index.es.html
[12:49:39] * Building fsfe.org/news/2018/index.fr.html
[12:49:39] * Building fsfe.org/news/2018/index.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180111-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180111-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180111-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180119-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180119-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180119-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180212-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180212-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180212-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180215-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180215-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180215-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180219-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180219-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180219-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180302-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180302-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180302-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180308-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180308-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180308-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180322-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180322-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180322-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180414-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180414-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180414-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180526-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180526-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180526-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180529-01.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180529-01.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180529-01.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180530-02.es.html
[12:49:40] * Building fsfe.org/news/2018/news-20180530-02.fr.html
[12:49:40] * Building fsfe.org/news/2018/news-20180530-02.it.html
[12:49:40] * Building fsfe.org/news/2018/news-20180601-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180601-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180601-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180613-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180613-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180613-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180705-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180705-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180705-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180716-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180716-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180716-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180723-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180723-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180723-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180725-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180725-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180725-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180905-02.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180905-02.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180905-02.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180907-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180907-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180907-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180913-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180913-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180913-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20180917-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20180917-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20180917-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20181010-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20181010-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20181010-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20181023-02.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20181023-02.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20181023-02.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20181024-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20181024-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20181024-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20181105-01.es.html
[12:49:41] * Building fsfe.org/news/2018/news-20181105-01.fr.html
[12:49:41] * Building fsfe.org/news/2018/news-20181105-01.it.html
[12:49:41] * Building fsfe.org/news/2018/news-20181205-01.es.html
[12:49:42] * Building fsfe.org/news/2018/news-20181205-01.fr.html
[12:49:42] * Building fsfe.org/news/2018/news-20181205-01.it.html
[12:49:42] * Building fsfe.org/news/2019/index.es.html
[12:49:42] * Building fsfe.org/news/2019/index.fr.html
[12:49:42] * Building fsfe.org/news/2019/index.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190108-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190108-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190108-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190124-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190124-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190124-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190205-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190205-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190205-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190214-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190214-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190214-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190308-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190308-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190308-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190326-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190326-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190326-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190329-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190329-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190329-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190514-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190514-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190514-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190515-01.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190515-01.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190515-01.it.html
[12:49:42] * Building fsfe.org/news/2019/news-20190515-02.es.html
[12:49:42] * Building fsfe.org/news/2019/news-20190515-02.fr.html
[12:49:42] * Building fsfe.org/news/2019/news-20190515-02.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20190520-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20190520-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20190520-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20190701-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20190701-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20190701-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20190806-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20190806-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20190806-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20190807-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20190807-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20190807-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20190827-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20190827-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20190827-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20190917-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20190917-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20190917-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20190927-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20190927-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20190927-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20191002-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20191002-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20191002-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20191007-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20191007-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20191007-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20191012-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20191012-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20191012-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20191014-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20191014-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20191014-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20191022-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20191022-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20191022-01.it.html
[12:49:43] * Building fsfe.org/news/2019/news-20191028-01.es.html
[12:49:43] * Building fsfe.org/news/2019/news-20191028-01.fr.html
[12:49:43] * Building fsfe.org/news/2019/news-20191028-01.it.html
[12:49:44] * Building fsfe.org/news/2019/news-20191102-01.es.html
[12:49:44] * Building fsfe.org/news/2019/news-20191102-01.fr.html
[12:49:44] * Building fsfe.org/news/2019/news-20191102-01.it.html
[12:49:44] * Building fsfe.org/news/2019/news-20191112-01.es.html
[12:49:44] * Building fsfe.org/news/2019/news-20191112-01.fr.html
[12:49:44] * Building fsfe.org/news/2019/news-20191112-01.it.html
[12:49:44] * Building fsfe.org/news/2019/news-20191113-01.es.html
[12:49:44] * Building fsfe.org/news/2019/news-20191113-01.fr.html
[12:49:44] * Building fsfe.org/news/2019/news-20191113-01.it.html
[12:49:44] * Building fsfe.org/news/2019/news-20191120-01.es.html
[12:49:44] * Building fsfe.org/news/2019/news-20191120-01.fr.html
[12:49:44] * Building fsfe.org/news/2019/news-20191120-01.it.html
[12:49:44] * Building fsfe.org/news/2019/news-20191125-01.es.html
[12:49:44] * Building fsfe.org/news/2019/news-20191125-01.fr.html
[12:49:44] * Building fsfe.org/news/2019/news-20191125-01.it.html
[12:49:44] * Building fsfe.org/news/2019/news-20191128-01.es.html
[12:49:44] * Building fsfe.org/news/2019/news-20191128-01.fr.html
[12:49:44] * Building fsfe.org/news/2019/news-20191128-01.it.html
[12:49:44] * Building fsfe.org/news/2019/news-20191205-01.es.html
[12:49:44] * Building fsfe.org/news/2019/news-20191205-01.fr.html
[12:49:44] * Building fsfe.org/news/2019/news-20191205-01.it.html
[12:49:44] * Building fsfe.org/news/2020/index.es.html
[12:49:44] * Building fsfe.org/news/2020/index.fr.html
[12:49:44] * Building fsfe.org/news/2020/index.it.html
[12:49:44] * Building fsfe.org/news/2020/news-20200121-01.es.html
[12:49:44] * Building fsfe.org/news/2020/news-20200121-01.fr.html
[12:49:44] * Building fsfe.org/news/2020/news-20200121-01.it.html
[12:49:44] * Building fsfe.org/news/2020/news-20200129-01.es.html
[12:49:44] * Building fsfe.org/news/2020/news-20200129-01.fr.html
[12:49:44] * Building fsfe.org/news/2020/news-20200129-01.it.html
[12:49:44] * Building fsfe.org/news/2020/news-20200212-01.es.html
[12:49:44] * Building fsfe.org/news/2020/news-20200212-01.fr.html
[12:49:44] * Building fsfe.org/news/2020/news-20200228-01.es.html
[12:49:44] * Building fsfe.org/news/2020/news-20200212-01.it.html
[12:49:44] * Building fsfe.org/news/2020/news-20200228-01.fr.html
[12:49:44] * Building fsfe.org/news/2020/news-20200228-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200302-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200302-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200302-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200310-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200310-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200310-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200311-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200311-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200311-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200327-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200327-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200327-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200330-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200330-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200330-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200402-02.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200402-02.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200402-02.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200403-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200403-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200403-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200408-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200408-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200408-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200411-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200411-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200411-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200415-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200415-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200415-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200424-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200424-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200424-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200427-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200427-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200427-01.it.html
[12:49:45] * Building fsfe.org/news/2020/news-20200506-01.es.html
[12:49:45] * Building fsfe.org/news/2020/news-20200506-01.fr.html
[12:49:45] * Building fsfe.org/news/2020/news-20200506-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200514-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200514-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200514-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200519-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200519-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200519-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200601-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200601-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200601-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200609-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200609-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200609-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200610-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200610-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200610-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200629-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200629-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200629-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200630-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200630-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200630-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200720-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200720-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200720-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200810-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200810-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200810-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200820-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200820-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200820-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200904-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200904-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200904-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200907-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200907-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200907-01.it.html
[12:49:46] * Building fsfe.org/news/2020/news-20200910-01.es.html
[12:49:46] * Building fsfe.org/news/2020/news-20200910-01.fr.html
[12:49:46] * Building fsfe.org/news/2020/news-20200910-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201005-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201005-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201005-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201009-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201009-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201009-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201019-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201019-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201019-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201023-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201023-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201023-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201110-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201110-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201110-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201112-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201112-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201112-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201120-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201120-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201120-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201208-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201208-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201208-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201210-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201210-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201210-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201211-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201211-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201211-01.it.html
[12:49:47] * Building fsfe.org/news/2020/news-20201215-01.es.html
[12:49:47] * Building fsfe.org/news/2020/news-20201215-01.fr.html
[12:49:47] * Building fsfe.org/news/2020/news-20201215-01.it.html
[12:49:47] * Building fsfe.org/news/2021/index.es.html
[12:49:47] * Building fsfe.org/news/2021/index.fr.html
[12:49:47] * Building fsfe.org/news/2021/index.it.html
[12:49:47] * Building fsfe.org/news/2021/news-20210119-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210119-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210119-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210127-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210127-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210127-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210203-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210203-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210203-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210204-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210204-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210204-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210204-02.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210204-02.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210204-02.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210209-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210209-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210209-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210214-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210214-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210214-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210219-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210219-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210219-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210302-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210302-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210302-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210305-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210305-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210305-01.it.html
[12:49:48] * Building fsfe.org/news/2021/news-20210311-01.es.html
[12:49:48] * Building fsfe.org/news/2021/news-20210311-01.fr.html
[12:49:48] * Building fsfe.org/news/2021/news-20210311-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210317-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210317-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210317-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210318-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210318-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210318-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210324-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210324-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210324-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210330-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210330-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210330-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210331-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210331-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210331-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210406-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210406-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210406-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210420-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210420-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210420-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210427-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210427-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210427-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210504-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210504-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210504-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210505-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210505-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210505-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210506-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210506-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210506-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210521-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210521-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210521-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210525-01.es.html
[12:49:49] * Building fsfe.org/news/2021/news-20210525-01.fr.html
[12:49:49] * Building fsfe.org/news/2021/news-20210525-01.it.html
[12:49:49] * Building fsfe.org/news/2021/news-20210526-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210526-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210526-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210529-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210529-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210529-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210609-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210609-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210609-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210611-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210611-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210611-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210625-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210625-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210625-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210629-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210629-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210629-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210721-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210721-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210721-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210805-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210805-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210805-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210830-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210830-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210830-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210920-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210920-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210920-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20210928-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20210928-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20210928-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20211008-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20211008-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20211008-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20211011-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20211011-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20211011-01.it.html
[12:49:50] * Building fsfe.org/news/2021/news-20211015-01.es.html
[12:49:50] * Building fsfe.org/news/2021/news-20211015-01.fr.html
[12:49:50] * Building fsfe.org/news/2021/news-20211015-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211027-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211027-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211027-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211102-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211102-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211102-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211110-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211110-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211110-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211118-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211118-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211118-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211122-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211122-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211122-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211123-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211123-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211123-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211124-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211124-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211125-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211124-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211125-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211125-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211129-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211129-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211129-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211203-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211203-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211203-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211206-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211206-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211206-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211209-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211209-01.fr.html
[12:49:51] * Building fsfe.org/news/2021/news-20211209-01.it.html
[12:49:51] * Building fsfe.org/news/2021/news-20211210-01.es.html
[12:49:51] * Building fsfe.org/news/2021/news-20211210-01.fr.html
[12:49:52] * Building fsfe.org/news/2021/news-20211210-01.it.html
[12:49:52] * Building fsfe.org/news/2021/news-20211213-01.es.html
[12:49:52] * Building fsfe.org/news/2021/news-20211213-01.fr.html
[12:49:52] * Building fsfe.org/news/2021/news-20211213-01.it.html
[12:49:52] * Building fsfe.org/news/2021/news-20211215-01.es.html
[12:49:52] * Building fsfe.org/news/2021/news-20211215-01.fr.html
[12:49:52] * Building fsfe.org/news/2021/news-20211215-01.it.html
[12:49:52] * Building fsfe.org/news/2021/news-20211216-01.es.html
[12:49:52] * Building fsfe.org/news/2021/news-20211216-01.fr.html
[12:49:52] * Building fsfe.org/news/2021/news-20211216-01.it.html
[12:49:52] * Building fsfe.org/news/2022/index.es.html
[12:49:52] * Building fsfe.org/news/2022/index.fr.html
[12:49:52] * Building fsfe.org/news/2022/index.it.html
[12:49:52] * Building fsfe.org/news/2022/news-20220112-01.es.html
[12:49:52] * Building fsfe.org/news/2022/news-20220112-01.fr.html
[12:49:52] * Building fsfe.org/news/2022/news-20220112-01.it.html
[12:49:52] * Building fsfe.org/news/2022/news-20220121-01.es.html
[12:49:52] * Building fsfe.org/news/2022/news-20220121-01.fr.html
[12:49:52] * Building fsfe.org/news/2022/news-20220121-01.it.html
[12:49:52] * Building fsfe.org/news/2022/news-20220127-01.es.html
[12:49:52] * Building fsfe.org/news/2022/news-20220127-01.fr.html
[12:49:52] * Building fsfe.org/news/2022/news-20220127-01.it.html
[12:49:52] * Building fsfe.org/news/2022/news-20220201-01.es.html
[12:49:52] * Building fsfe.org/news/2022/news-20220201-01.fr.html
[12:49:52] * Building fsfe.org/news/2022/news-20220201-01.it.html
[12:49:52] * Building fsfe.org/news/2022/news-20220202-01.es.html
[12:49:52] * Building fsfe.org/news/2022/news-20220202-01.fr.html
[12:49:52] * Building fsfe.org/news/2022/news-20220202-01.it.html
[12:49:52] * Building fsfe.org/news/2022/news-20220224-01.es.html
[12:49:52] * Building fsfe.org/news/2022/news-20220224-01.fr.html
[12:49:52] * Building fsfe.org/news/2022/news-20220224-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220225-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220225-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220225-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220310-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220310-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220310-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220315-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220315-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220315-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220316-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220316-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220316-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220323-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220323-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220323-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220328-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220328-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220328-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220330-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220330-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220330-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220414-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220414-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220414-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220420-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220420-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220420-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220425-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220425-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220425-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220427-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220427-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220427-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220503-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220503-01.fr.html
[12:49:53] * Building fsfe.org/news/2022/news-20220503-01.it.html
[12:49:53] * Building fsfe.org/news/2022/news-20220504-01.es.html
[12:49:53] * Building fsfe.org/news/2022/news-20220504-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220504-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220510-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220510-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220510-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220516-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220516-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220516-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220520-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220520-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220520-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220531-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220531-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220531-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220602-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220602-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220602-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220615-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220615-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220615-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220628-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220628-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220628-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220712-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220712-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220712-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220714-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220714-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220714-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220823-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220823-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220823-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220905-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220905-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220905-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220915-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220915-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220915-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20220928-01.es.html
[12:49:54] * Building fsfe.org/news/2022/news-20220928-01.fr.html
[12:49:54] * Building fsfe.org/news/2022/news-20220928-01.it.html
[12:49:54] * Building fsfe.org/news/2022/news-20221004-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221004-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221004-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221026-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221026-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221026-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221026-02.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221026-02.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221026-02.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221104-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221104-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221104-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221104-02.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221104-02.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221104-02.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221118-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221118-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221118-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221121-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221121-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221121-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221205-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221205-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221205-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221206-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221206-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221206-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221209-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221209-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221209-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221212-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221212-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221212-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221214-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221214-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221214-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221215-01.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221215-01.fr.html
[12:49:55] * Building fsfe.org/news/2022/news-20221215-01.it.html
[12:49:55] * Building fsfe.org/news/2022/news-20221215-02.es.html
[12:49:55] * Building fsfe.org/news/2022/news-20221215-02.fr.html
[12:49:56] * Building fsfe.org/news/2022/news-20221215-02.it.html
[12:49:56] * Building fsfe.org/news/2022/news-20221219-01.es.html
[12:49:56] * Building fsfe.org/news/2022/news-20221219-01.fr.html
[12:49:56] * Building fsfe.org/news/2022/news-20221219-01.it.html
[12:49:56] * Building fsfe.org/news/2022/news-20221220-01.es.html
[12:49:56] * Building fsfe.org/news/2022/news-20221220-01.fr.html
[12:49:56] * Building fsfe.org/news/2022/news-20221220-01.it.html
[12:49:56] * Building fsfe.org/news/2022/news-20221221-01.es.html
[12:49:56] * Building fsfe.org/news/2022/news-20221221-01.fr.html
[12:49:56] * Building fsfe.org/news/2022/news-20221221-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230104-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230104-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230104-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230109-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230109-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230109-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230113-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230113-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230113-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230119-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230119-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230119-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230123-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230123-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230123-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230126-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230126-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230126-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230215-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230215-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230215-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230220-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230220-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230220-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230222-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230222-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230222-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230227-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230227-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230227-01.it.html
[12:49:56] * Building fsfe.org/news/2023/news-20230301-01.es.html
[12:49:56] * Building fsfe.org/news/2023/news-20230301-01.fr.html
[12:49:56] * Building fsfe.org/news/2023/news-20230301-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230308-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230308-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230308-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230313-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230313-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230313-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230321-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230321-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230321-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230323-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230323-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230323-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230323-02.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230323-02.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230323-02.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230412-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230412-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230412-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230413-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230413-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230413-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230418-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230418-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230418-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230425-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230425-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230425-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230428-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230428-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230428-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230508-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230508-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230508-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230509-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230509-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230509-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230511-01.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230511-01.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230511-01.it.html
[12:49:57] * Building fsfe.org/news/2023/news-20230511-02.es.html
[12:49:57] * Building fsfe.org/news/2023/news-20230511-02.fr.html
[12:49:57] * Building fsfe.org/news/2023/news-20230511-02.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230515-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230515-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230515-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230515-02.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230515-02.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230515-02.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230524-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230524-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230524-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230606-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230606-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230606-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230614-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230614-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230614-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230623-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230623-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230623-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230629-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230629-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230629-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230629-02.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230629-02.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230629-02.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230712-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230712-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230712-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230719-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230719-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230719-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230719-02.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230719-02.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230719-02.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230724-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230724-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230724-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230807-01.es.html
[12:49:58] * Building fsfe.org/news/2023/news-20230807-01.fr.html
[12:49:58] * Building fsfe.org/news/2023/news-20230807-01.it.html
[12:49:58] * Building fsfe.org/news/2023/news-20230815-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230815-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230815-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230824-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230824-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230824-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230825-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230825-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230825-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230829-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230829-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230829-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230831-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230831-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230831-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230906-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230906-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230906-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230907-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230907-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230907-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230915-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230915-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230915-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230920-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230920-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230920-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230920-02.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230920-02.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230920-02.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20230926-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20230926-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20230926-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20231011-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20231011-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20231011-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20231017-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20231017-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20231017-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20231020-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20231020-01.fr.html
[12:49:59] * Building fsfe.org/news/2023/news-20231020-01.it.html
[12:49:59] * Building fsfe.org/news/2023/news-20231025-01.es.html
[12:49:59] * Building fsfe.org/news/2023/news-20231025-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231025-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231102-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231102-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231102-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231106-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231106-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231106-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231108-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231108-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231108-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231110-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231110-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231110-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231113-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231113-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231113-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231113-02.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231113-02.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231113-02.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231115-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231115-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231115-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231116-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231116-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231116-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231201-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231201-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231201-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231207-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231207-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231207-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231211-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231211-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231211-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231214-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231214-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231214-01.it.html
[12:50:00] * Building fsfe.org/news/2023/news-20231220-01.es.html
[12:50:00] * Building fsfe.org/news/2023/news-20231220-01.fr.html
[12:50:00] * Building fsfe.org/news/2023/news-20231220-01.it.html
[12:50:00] * Building fsfe.org/news/2024/news-20240109-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240109-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240109-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240111-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240111-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240111-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240117-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240117-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240117-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240122-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240122-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240122-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240126-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240126-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240126-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240130-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240130-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240130-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240206-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240206-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240206-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240208-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240208-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240208-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240226-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240226-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240226-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240301-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240301-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240301-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240307-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240307-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240307-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240312-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240312-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240312-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240318-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240318-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240318-01.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240318-02.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240318-02.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240318-02.it.html
[12:50:01] * Building fsfe.org/news/2024/news-20240321-01.es.html
[12:50:01] * Building fsfe.org/news/2024/news-20240321-01.fr.html
[12:50:01] * Building fsfe.org/news/2024/news-20240321-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240417-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240417-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240417-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240430-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240430-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240430-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240506-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240506-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240506-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240515-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240515-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240515-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240530-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240530-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240530-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240610-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240610-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240610-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240620-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240620-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240620-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240627-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240627-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240627-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240628-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240628-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240628-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240701-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240701-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240701-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240709-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240709-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240709-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240715-01.es.html
[12:50:02] * Building fsfe.org/news/2024/news-20240715-01.fr.html
[12:50:02] * Building fsfe.org/news/2024/news-20240715-01.it.html
[12:50:02] * Building fsfe.org/news/2024/news-20240719-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240719-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240719-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240726-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240726-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240726-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240808-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240808-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240808-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240809-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240809-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240809-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240812-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240812-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240812-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240813-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240813-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240813-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240828-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240828-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240828-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240911-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240911-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240911-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240911-02.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240911-02.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240911-02.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20240920-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20240920-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20240920-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20241002-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20241002-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20241002-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20241016-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20241016-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20241016-01.it.html
[12:50:03] * Building fsfe.org/news/2024/news-20241027-01.es.html
[12:50:03] * Building fsfe.org/news/2024/news-20241027-01.fr.html
[12:50:03] * Building fsfe.org/news/2024/news-20241027-01.it.html
[12:50:04] * Building fsfe.org/news/2024/news-20241101-01.es.html
[12:50:04] * Building fsfe.org/news/2024/news-20241101-01.fr.html
[12:50:04] * Building fsfe.org/news/2024/news-20241101-01.it.html
[12:50:04] * Building fsfe.org/news/2024/news-20241108-01.es.html
[12:50:04] * Building fsfe.org/news/2024/news-20241108-01.fr.html
[12:50:04] * Building fsfe.org/news/2024/news-20241108-01.it.html
[12:50:04] * Building fsfe.org/news/2024/news-20241113-01.es.html
[12:50:04] * Building fsfe.org/news/2024/news-20241113-01.fr.html
[12:50:04] * Building fsfe.org/news/2024/news-20241113-01.it.html
[12:50:04] * Building fsfe.org/news/2024/news-20241114-01.es.html
[12:50:04] * Building fsfe.org/news/2024/news-20241114-01.fr.html
[12:50:04] * Building fsfe.org/news/2024/news-20241114-01.it.html
[12:50:04] * Building fsfe.org/news/2024/news-20241121-01.es.html
[12:50:04] * Building fsfe.org/news/2024/news-20241121-01.fr.html
[12:50:04] * Building fsfe.org/news/2024/news-20241121-01.it.html
[12:50:04] * Building fsfe.org/news/archive-template.es.html
[12:50:04] * Building fsfe.org/news/archive-template.fr.html
[12:50:04] * Building fsfe.org/news/archive-template.it.html
[12:50:04] * Building fsfe.org/news/news.es.html
[12:50:04] * Building fsfe.org/news/news.fr.html
[12:50:04] * Building fsfe.org/news/news.it.html
[12:50:04] * Building fsfe.org/news/news/podcast/transcript/episode-1.es.html
[12:50:04] * Building fsfe.org/news/news/podcast/transcript/episode-1.fr.html
[12:50:04] * Building fsfe.org/news/news/podcast/transcript/episode-1.it.html
[12:50:04] * Building fsfe.org/news/news/podcast/transcript/episode-10.es.html
[12:50:04] * Building fsfe.org/news/news/podcast/transcript/episode-10.fr.html
[12:50:04] * Building fsfe.org/news/news/podcast/transcript/episode-10.it.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-11.es.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-11.fr.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-11.it.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-12.es.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-12.fr.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-12.it.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-13.es.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-13.fr.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-13.it.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-14.es.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-14.fr.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-14.it.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-15.es.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-15.fr.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-15.it.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-16.es.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-16.fr.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-16.it.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-17.es.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-17.fr.html
[12:50:05] * Building fsfe.org/news/news/podcast/transcript/episode-17.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-18.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-18.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-18.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-19.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-19.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-19.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-2.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-2.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-2.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-20.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-20.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-20.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-21.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-21.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-21.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-22.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-22.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-22.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-23.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-23.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-23.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-24.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-24.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-24.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-25.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-25.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-25.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-3.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-3.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-3.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-4.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-4.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-4.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-5.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-5.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-5.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-6.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-6.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-6.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-7.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-7.fr.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-7.it.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-8.es.html
[12:50:06] * Building fsfe.org/news/news/podcast/transcript/episode-8.fr.html
[12:50:07] * Building fsfe.org/news/news/podcast/transcript/episode-8.it.html
[12:50:07] * Building fsfe.org/news/news/podcast/transcript/episode-9.es.html
[12:50:07] * Building fsfe.org/news/news/podcast/transcript/episode-9.fr.html
[12:50:07] * Building fsfe.org/news/news/podcast/transcript/episode-9.it.html
[12:50:07] * Building fsfe.org/news/news/podcast/transcript/episode-special-1.es.html
[12:50:07] * Building fsfe.org/news/news/podcast/transcript/episode-special-1.fr.html
[12:50:07] * Building fsfe.org/news/news/podcast/transcript/episode-special-1.it.html
[12:50:07] * Building fsfe.org/news/newsletter.es.html
[12:50:07] * Building fsfe.org/news/newsletter.fr.html
[12:50:07] * Building fsfe.org/news/newsletter.it.html
[12:50:07] * Building fsfe.org/news/nl/nl-200904.es.html
[12:50:07] * Building fsfe.org/news/nl/nl-200904.fr.html
[12:50:07] * Building fsfe.org/news/nl/nl-200904.it.html
[12:50:07] * Building fsfe.org/news/nl/nl-200905.es.html
[12:50:07] * Building fsfe.org/news/nl/nl-200905.fr.html
[12:50:07] * Building fsfe.org/news/nl/nl-200905.it.html
[12:50:07] * Building fsfe.org/news/nl/nl-200906.es.html
[12:50:07] * Building fsfe.org/news/nl/nl-200906.fr.html
[12:50:08] * Building fsfe.org/news/nl/nl-200906.it.html
[12:50:08] * Building fsfe.org/news/nl/nl-200907.es.html
[12:50:08] * Building fsfe.org/news/nl/nl-200907.fr.html
[12:50:08] * Building fsfe.org/news/nl/nl-200907.it.html
[12:50:08] * Building fsfe.org/news/nl/nl-200908.es.html
[12:50:08] * Building fsfe.org/news/nl/nl-200908.fr.html
[12:50:08] * Building fsfe.org/news/nl/nl-200908.it.html
[12:50:08] * Building fsfe.org/news/nl/nl-200909.es.html
[12:50:08] * Building fsfe.org/news/nl/nl-200909.fr.html
[12:50:08] * Building fsfe.org/news/nl/nl-200909.it.html
[12:50:08] * Building fsfe.org/news/nl/nl-200910.es.html
[12:50:08] * Building fsfe.org/news/nl/nl-200910.fr.html
[12:50:08] * Building fsfe.org/news/nl/nl-200910.it.html
[12:50:08] * Building fsfe.org/news/nl/nl-200911.es.html
[12:50:08] * Building fsfe.org/news/nl/nl-200911.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-200911.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-200912.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-200912.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-200912.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201001.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201001.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201001.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201006.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201006.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201006.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201007.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201007.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201007.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201008.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201008.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201008.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201009.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201009.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201009.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201010.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201010.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201010.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201011.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201011.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201011.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201012.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201012.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201012.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201101.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201101.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201101.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201102.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201102.fr.html
[12:50:09] * Building fsfe.org/news/nl/nl-201102.it.html
[12:50:09] * Building fsfe.org/news/nl/nl-201103.es.html
[12:50:09] * Building fsfe.org/news/nl/nl-201103.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201103.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201104.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201104.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201104.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201105.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201105.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201105.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201106.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201106.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201106.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201107.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201107.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201107.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201108.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201108.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201108.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201109.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201109.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201109.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201110.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201110.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201110.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201111.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201111.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201111.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201112.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201112.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201112.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201201.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201201.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201201.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201202.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201202.fr.html
[12:50:10] * Building fsfe.org/news/nl/nl-201202.it.html
[12:50:10] * Building fsfe.org/news/nl/nl-201203.es.html
[12:50:10] * Building fsfe.org/news/nl/nl-201203.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201203.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201204.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201204.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201204.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201205.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201205.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201205.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201206.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201206.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201206.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201207.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201207.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201207.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201208.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201208.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201208.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201209.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201209.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201209.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201210.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201210.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201210.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201211.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201211.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201211.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201212.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201212.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201212.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201302.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201302.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201302.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201303.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201303.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201303.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201305.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201305.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201305.it.html
[12:50:11] * Building fsfe.org/news/nl/nl-201306.es.html
[12:50:11] * Building fsfe.org/news/nl/nl-201306.fr.html
[12:50:11] * Building fsfe.org/news/nl/nl-201306.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201307.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201307.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201307.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201308.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201308.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201308.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201309.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201309.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201309.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201310.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201310.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201310.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201311.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201311.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201311.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201312.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201312.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201312.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201401.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201401.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201401.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201402.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201402.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201402.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201403.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201403.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201403.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201404.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201404.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201404.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201405.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201405.fr.html
[12:50:12] * Building fsfe.org/news/nl/nl-201405.it.html
[12:50:12] * Building fsfe.org/news/nl/nl-201406.es.html
[12:50:12] * Building fsfe.org/news/nl/nl-201406.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201406.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201407.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201407.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201407.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201408.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201408.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201408.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201409.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201409.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201409.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201410.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201410.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201410.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201411.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201411.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201411.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201412.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201412.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201412.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201501.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201501.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201501.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201502.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201502.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201502.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201503.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201503.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201503.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201504.es.html
[12:50:13] * Building fsfe.org/news/nl/nl-201504.fr.html
[12:50:13] * Building fsfe.org/news/nl/nl-201504.it.html
[12:50:13] * Building fsfe.org/news/nl/nl-201505.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201505.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201505.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201506.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201506.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201506.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201507.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201507.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201507.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201508.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201508.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201508.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201509.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201509.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201509.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201510.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201510.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201510.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201511.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201511.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201511.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201512.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201512.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201512.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201602.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201602.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201602.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201603.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201603.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201603.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201604.es.html
[12:50:14] * Building fsfe.org/news/nl/nl-201604.fr.html
[12:50:14] * Building fsfe.org/news/nl/nl-201604.it.html
[12:50:14] * Building fsfe.org/news/nl/nl-201605.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201605.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201605.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201606.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201606.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201606.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201607.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201607.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201607.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201608.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201608.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201608.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201609.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201609.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201609.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201610.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201610.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201610.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201611.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201611.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201611.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201612.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201612.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201612.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201702.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201702.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201702.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201703.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201703.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201703.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201704.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201704.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201704.it.html
[12:50:15] * Building fsfe.org/news/nl/nl-201705.es.html
[12:50:15] * Building fsfe.org/news/nl/nl-201705.fr.html
[12:50:15] * Building fsfe.org/news/nl/nl-201705.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201706.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201706.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201706.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201707.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201707.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201707.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201709.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201709.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201709.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201710.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201710.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201710.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201711.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201711.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201711.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201712.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201712.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201712.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201802.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201802.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201802.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201803.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201803.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201803.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201804.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201804.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201804.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201805.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201805.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201805.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201806.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201806.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201806.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201807.es.html
[12:50:16] * Building fsfe.org/news/nl/nl-201807.fr.html
[12:50:16] * Building fsfe.org/news/nl/nl-201807.it.html
[12:50:16] * Building fsfe.org/news/nl/nl-201809.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201809.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201809.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201810.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201810.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201810.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201811.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201811.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201811.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201812.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201812.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201812.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201902.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201902.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201902.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201903.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201903.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201903.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201904.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201904.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201904.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201905.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201905.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201905.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201906.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201906.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201906.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201907.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201907.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201907.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201909.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201909.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201909.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201910.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201910.fr.html
[12:50:17] * Building fsfe.org/news/nl/nl-201910.it.html
[12:50:17] * Building fsfe.org/news/nl/nl-201911.es.html
[12:50:17] * Building fsfe.org/news/nl/nl-201911.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-201911.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-201912.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-201912.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-201912.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202001.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202001.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202001.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202002.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202002.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202002.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202004.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202004.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202004.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202005.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202005.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202005.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202006.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202006.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202006.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202007.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202007.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202007.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202008.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202008.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202008.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202009.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202009.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202009.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202010.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202010.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202010.it.html
[12:50:18] * Building fsfe.org/news/nl/nl-202011.es.html
[12:50:18] * Building fsfe.org/news/nl/nl-202011.fr.html
[12:50:18] * Building fsfe.org/news/nl/nl-202011.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202012.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202012.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202101.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202012.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202101.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202101.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202102.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202102.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202102.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202103.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202103.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202103.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202104.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202104.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202104.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202105.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202105.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202105.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202106.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202106.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202106.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202107.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202107.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202107.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202109.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202109.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202109.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202110.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202110.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202110.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202111.es.html
[12:50:19] * Building fsfe.org/news/nl/nl-202111.fr.html
[12:50:19] * Building fsfe.org/news/nl/nl-202111.it.html
[12:50:19] * Building fsfe.org/news/nl/nl-202112.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202112.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202112.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202201.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202201.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202201.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202202.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202202.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202202.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202203.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202203.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202203.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202204.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202204.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202204.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202205.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202205.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202205.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202206.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202206.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202206.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202207.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202207.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202207.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202209.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202209.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202209.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202210.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202210.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202210.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202211.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202211.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202211.it.html
[12:50:20] * Building fsfe.org/news/nl/nl-202212.es.html
[12:50:20] * Building fsfe.org/news/nl/nl-202212.fr.html
[12:50:20] * Building fsfe.org/news/nl/nl-202212.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202301.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202301.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202301.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202302.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202302.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202302.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202303.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202303.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202303.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202304.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202304.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202304.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202305.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202305.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202305.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202306.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202306.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202306.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202307.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202307.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202307.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202308.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202308.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202308.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202309.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202309.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202309.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202310.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202310.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202310.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202311.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202311.fr.html
[12:50:21] * Building fsfe.org/news/nl/nl-202311.it.html
[12:50:21] * Building fsfe.org/news/nl/nl-202312.es.html
[12:50:21] * Building fsfe.org/news/nl/nl-202312.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202312.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202401.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202401.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202401.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202402.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202402.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202402.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202403.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202403.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202403.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202404.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202404.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202404.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202405.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202405.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202405.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202406.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202406.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202406.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202407.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202407.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202407.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202408.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202408.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202408.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202409.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202409.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202409.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202410.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202410.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202410.it.html
[12:50:22] * Building fsfe.org/news/nl/nl-202411.es.html
[12:50:22] * Building fsfe.org/news/nl/nl-202411.fr.html
[12:50:22] * Building fsfe.org/news/nl/nl-202411.it.html
[12:50:22] * Building fsfe.org/news/podcast.es.html
[12:50:22] * Building fsfe.org/news/podcast.fr.html
[12:50:22] * Building fsfe.org/news/podcast.it.html
[12:50:22] * Building fsfe.org/news/podcast-opus.es.html
[12:50:23] * Building fsfe.org/news/podcast-opus.fr.html
[12:50:23] * Building fsfe.org/news/podcast-opus.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-1.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-1.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-1.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-10.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-10.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-10.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-11.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-11.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-11.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-12.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-12.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-12.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-13.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-13.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-13.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-14.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-14.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-14.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-15.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-15.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-15.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-16.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-16.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-16.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-17.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-17.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-17.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-18.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-18.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-18.it.html
[12:50:23] * Building fsfe.org/news/podcast/episode-19.es.html
[12:50:23] * Building fsfe.org/news/podcast/episode-19.fr.html
[12:50:23] * Building fsfe.org/news/podcast/episode-19.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-2.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-2.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-2.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-20.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-20.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-20.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-21.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-21.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-21.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-22.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-22.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-22.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-23.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-23.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-23.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-24.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-24.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-24.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-25.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-25.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-25.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-26.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-26.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-26.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-3.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-3.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-3.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-4.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-4.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-4.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-5.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-5.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-5.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-6.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-6.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-6.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-7.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-7.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-7.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-8.es.html
[12:50:24] * Building fsfe.org/news/podcast/episode-8.fr.html
[12:50:24] * Building fsfe.org/news/podcast/episode-8.it.html
[12:50:24] * Building fsfe.org/news/podcast/episode-9.es.html
[12:50:25] * Building fsfe.org/news/podcast/episode-9.fr.html
[12:50:25] * Building fsfe.org/news/podcast/episode-9.it.html
[12:50:25] * Building fsfe.org/news/podcast/episode-special-1.es.html
[12:50:25] * Building fsfe.org/news/podcast/episode-special-1.fr.html
[12:50:25] * Building fsfe.org/news/podcast/episode-special-1.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-1.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-1.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-1.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-10.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-10.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-10.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-11.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-11.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-11.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-12.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-12.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-12.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-13.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-13.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-13.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-14.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-14.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-14.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-15.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-15.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-15.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-16.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-16.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-16.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-17.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-17.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-17.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-18.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-18.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-18.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-19.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-19.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-19.it.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-2.es.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-2.fr.html
[12:50:25] * Building fsfe.org/news/podcast/transcript/episode-2.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-20.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-20.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-20.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-21.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-21.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-21.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-22.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-22.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-22.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-23.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-23.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-23.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-24.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-24.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-24.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-25.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-25.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-25.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-26.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-26.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-26.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-3.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-3.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-3.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-4.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-4.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-4.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-5.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-5.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-5.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-6.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-6.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-6.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-7.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-7.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-7.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-8.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-8.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-8.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-9.es.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-9.fr.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-9.it.html
[12:50:26] * Building fsfe.org/news/podcast/transcript/episode-special-1.es.html
[12:50:27] * Building fsfe.org/news/podcast/transcript/episode-special-1.fr.html
[12:50:27] * Building fsfe.org/news/podcast/transcript/episode-special-1.it.html
[12:50:27] * Building fsfe.org/order/cancel.es.html
[12:50:27] * Building fsfe.org/order/cancel.fr.html
[12:50:27] * Building fsfe.org/order/cancel.it.html
[12:50:27] * Building fsfe.org/order/order.es.html
[12:50:27] * Building fsfe.org/order/order.fr.html
[12:50:27] * Building fsfe.org/order/order.it.html
[12:50:27] * Building fsfe.org/order/size.es.html
[12:50:27] * Building fsfe.org/order/size.fr.html
[12:50:27] * Building fsfe.org/order/size.it.html
[12:50:27] * Building fsfe.org/order/thankyou.es.html
[12:50:27] * Building fsfe.org/order/thankyou.fr.html
[12:50:27] * Building fsfe.org/order/thankyou.it.html
[12:50:27] * Building fsfe.org/order/tmpl-concardis.es.html
[12:50:27] * Building fsfe.org/order/tmpl-concardis.fr.html
[12:50:27] * Building fsfe.org/order/tmpl-concardis.it.html
[12:50:27] * Building fsfe.org/order/tmpl-thankyou.es.html
[12:50:27] * Building fsfe.org/order/tmpl-thankyou.fr.html
[12:50:27] * Building fsfe.org/order/tmpl-thankyou.it.html
[12:50:27] * Building fsfe.org/press/press.es.html
[12:50:27] * Building fsfe.org/press/press.fr.html
[12:50:27] * Building fsfe.org/press/press.it.html
[12:50:27] * Building fsfe.org/search/search.es.html
[12:50:27] * Building fsfe.org/search/search.fr.html
[12:50:27] * Building fsfe.org/search/search.it.html
[12:50:27] * Building fsfe.org/tags/tagged.es.html
[12:50:27] * Building fsfe.org/tags/tagged.fr.html
[12:50:27] * Building fsfe.org/tags/tagged.it.html
[12:50:27] * Building fsfe.org/tags/tagged-2FA.es.html
[12:50:27] * Building fsfe.org/tags/tagged-2FA.fr.html
[12:50:27] * Building fsfe.org/tags/tagged-2FA.it.html
[12:50:27] * Building fsfe.org/tags/tagged-AI.es.html
[12:50:28] * Building fsfe.org/tags/tagged-AI.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-AI.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Belgium.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Belgium.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-Belgium.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Bewustmaking.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Bewustmaking.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-Bewustmaking.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Bewustzijn.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Bewustzijn.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-Bewustzijn.it.html
[12:50:28] * Building fsfe.org/tags/tagged-DMA.es.html
[12:50:28] * Building fsfe.org/tags/tagged-DMA.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-DMA.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Denmark.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Denmark.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-Denmark.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Deutschland.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Deutschland.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-Deutschland.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Estonia.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Estonia.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-Estonia.it.html
[12:50:28] * Building fsfe.org/tags/tagged-France.es.html
[12:50:28] * Building fsfe.org/tags/tagged-France.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-France.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Germany.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Germany.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-Germany.it.html
[12:50:28] * Building fsfe.org/tags/tagged-IEA.es.html
[12:50:28] * Building fsfe.org/tags/tagged-IEA.fr.html
[12:50:28] * Building fsfe.org/tags/tagged-IEA.it.html
[12:50:28] * Building fsfe.org/tags/tagged-Italia.es.html
[12:50:28] * Building fsfe.org/tags/tagged-Italia.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-Italia.it.html
[12:50:29] * Building fsfe.org/tags/tagged-Italy.es.html
[12:50:29] * Building fsfe.org/tags/tagged-Italy.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-Italy.it.html
[12:50:29] * Building fsfe.org/tags/tagged-Luxembourg.es.html
[12:50:29] * Building fsfe.org/tags/tagged-Luxembourg.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-Luxembourg.it.html
[12:50:29] * Building fsfe.org/tags/tagged-Netherlands.es.html
[12:50:29] * Building fsfe.org/tags/tagged-Netherlands.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-Netherlands.it.html
[12:50:29] * Building fsfe.org/tags/tagged-PR.es.html
[12:50:29] * Building fsfe.org/tags/tagged-PR.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-PR.it.html
[12:50:29] * Building fsfe.org/tags/tagged-Poland.es.html
[12:50:29] * Building fsfe.org/tags/tagged-Poland.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-Poland.it.html
[12:50:29] * Building fsfe.org/tags/tagged-Switzerland.es.html
[12:50:29] * Building fsfe.org/tags/tagged-Switzerland.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-Switzerland.it.html
[12:50:29] * Building fsfe.org/tags/tagged-Taiwan.es.html
[12:50:29] * Building fsfe.org/tags/tagged-Taiwan.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-Taiwan.it.html
[12:50:29] * Building fsfe.org/tags/tagged-United.es.html
[12:50:29] * Building fsfe.org/tags/tagged-United.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-United.it.html
[12:50:29] * Building fsfe.org/tags/tagged-ada-zangemann.es.html
[12:50:29] * Building fsfe.org/tags/tagged-ada-zangemann.fr.html
[12:50:29] * Building fsfe.org/tags/tagged-ada-zangemann.it.html
[12:50:29] * Building fsfe.org/tags/tagged-anniversary.es.html
[12:50:29] * Building fsfe.org/tags/tagged-anniversary.fr.html
[12:50:30] * Building fsfe.org/tags/tagged-anniversary.it.html
[12:50:30] * Building fsfe.org/tags/tagged-annual-report.es.html
[12:50:30] * Building fsfe.org/tags/tagged-annual-report.fr.html
[12:50:30] * Building fsfe.org/tags/tagged-annual-report.it.html
[12:50:30] * Building fsfe.org/tags/tagged-antitrust.es.html
[12:50:30] * Building fsfe.org/tags/tagged-antitrust.fr.html
[12:50:30] * Building fsfe.org/tags/tagged-antitrust.it.html
[12:50:30] * Building fsfe.org/tags/tagged-at.es.html
[12:50:30] * Building fsfe.org/tags/tagged-at.fr.html
[12:50:30] * Building fsfe.org/tags/tagged-at.it.html
[12:50:30] * Building fsfe.org/tags/tagged-avm.es.html
[12:50:30] * Building fsfe.org/tags/tagged-avm.fr.html
[12:50:30] * Building fsfe.org/tags/tagged-avm.it.html
[12:50:30] * Building fsfe.org/tags/tagged-awareness.es.html
[12:50:31] * Building fsfe.org/tags/tagged-awareness.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-awareness.it.html
[12:50:31] * Building fsfe.org/tags/tagged-ayc.es.html
[12:50:31] * Building fsfe.org/tags/tagged-ayc.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-ayc.it.html
[12:50:31] * Building fsfe.org/tags/tagged-barcelona.es.html
[12:50:31] * Building fsfe.org/tags/tagged-barcelona.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-barcelona.it.html
[12:50:31] * Building fsfe.org/tags/tagged-be.es.html
[12:50:31] * Building fsfe.org/tags/tagged-be.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-be.it.html
[12:50:31] * Building fsfe.org/tags/tagged-bea.es.html
[12:50:31] * Building fsfe.org/tags/tagged-bea.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-bea.it.html
[12:50:31] * Building fsfe.org/tags/tagged-beleid.es.html
[12:50:31] * Building fsfe.org/tags/tagged-beleid.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-beleid.it.html
[12:50:31] * Building fsfe.org/tags/tagged-berlin.es.html
[12:50:31] * Building fsfe.org/tags/tagged-berlin.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-berlin.it.html
[12:50:31] * Building fsfe.org/tags/tagged-bg.es.html
[12:50:31] * Building fsfe.org/tags/tagged-bg.fr.html
[12:50:31] * Building fsfe.org/tags/tagged-bg.it.html
[12:50:31] * Building fsfe.org/tags/tagged-by.es.html
[12:50:32] * Building fsfe.org/tags/tagged-by.fr.html
[12:50:32] * Building fsfe.org/tags/tagged-by.it.html
[12:50:32] * Building fsfe.org/tags/tagged-campaigns.es.html
[12:50:32] * Building fsfe.org/tags/tagged-campaigns.fr.html
[12:50:32] * Building fsfe.org/tags/tagged-campaigns.it.html
[12:50:32] * Building fsfe.org/tags/tagged-career.es.html
[12:50:32] * Building fsfe.org/tags/tagged-career.fr.html
[12:50:32] * Building fsfe.org/tags/tagged-career.it.html
[12:50:32] * Building fsfe.org/tags/tagged-ccc.es.html
[12:50:32] * Building fsfe.org/tags/tagged-ccc.fr.html
[12:50:32] * Building fsfe.org/tags/tagged-ccc.it.html
[12:50:32] * Building fsfe.org/tags/tagged-cfp.es.html
[12:50:32] * Building fsfe.org/tags/tagged-cfp.fr.html
[12:50:32] * Building fsfe.org/tags/tagged-cfp.it.html
[12:50:32] * Building fsfe.org/tags/tagged-ch.es.html
[12:50:32] * Building fsfe.org/tags/tagged-ch.fr.html
[12:50:32] * Building fsfe.org/tags/tagged-ch.it.html
[12:50:32] * Building fsfe.org/tags/tagged-cloud.es.html
[12:50:32] * Building fsfe.org/tags/tagged-cloud.fr.html
[12:50:32] * Building fsfe.org/tags/tagged-cloud.it.html
[12:50:32] * Building fsfe.org/tags/tagged-coc.es.html
[12:50:33] * Building fsfe.org/tags/tagged-coc.fr.html
[12:50:33] * Building fsfe.org/tags/tagged-coc.it.html
[12:50:33] * Building fsfe.org/tags/tagged-community.es.html
[12:50:33] * Building fsfe.org/tags/tagged-community.fr.html
[12:50:33] * Building fsfe.org/tags/tagged-community.it.html
[12:50:33] * Building fsfe.org/tags/tagged-community-meeting.es.html
[12:50:33] * Building fsfe.org/tags/tagged-community-meeting.fr.html
[12:50:33] * Building fsfe.org/tags/tagged-community-meeting.it.html
[12:50:33] * Building fsfe.org/tags/tagged-competition.es.html
[12:50:33] * Building fsfe.org/tags/tagged-competition.fr.html
[12:50:33] * Building fsfe.org/tags/tagged-competition.it.html
[12:50:33] * Building fsfe.org/tags/tagged-compliance.es.html
[12:50:33] * Building fsfe.org/tags/tagged-compliance.fr.html
[12:50:33] * Building fsfe.org/tags/tagged-compliance.it.html
[12:50:33] * Building fsfe.org/tags/tagged-copyright.es.html
[12:50:33] * Building fsfe.org/tags/tagged-copyright.fr.html
[12:50:33] * Building fsfe.org/tags/tagged-copyright.it.html
[12:50:33] * Building fsfe.org/tags/tagged-corona.es.html
[12:50:33] * Building fsfe.org/tags/tagged-corona.fr.html
[12:50:33] * Building fsfe.org/tags/tagged-corona.it.html
[12:50:34] * Building fsfe.org/tags/tagged-cz.es.html
[12:50:34] * Building fsfe.org/tags/tagged-cz.fr.html
[12:50:34] * Building fsfe.org/tags/tagged-cz.it.html
[12:50:34] * Building fsfe.org/tags/tagged-de.es.html
[12:50:34] * Building fsfe.org/tags/tagged-de.fr.html
[12:50:34] * Building fsfe.org/tags/tagged-de.it.html
[12:50:34] * Building fsfe.org/tags/tagged-device-neutrality.es.html
[12:50:34] * Building fsfe.org/tags/tagged-device-neutrality.fr.html
[12:50:34] * Building fsfe.org/tags/tagged-device-neutrality.it.html
[12:50:34] * Building fsfe.org/tags/tagged-deviceneutrality.es.html
[12:50:34] * Building fsfe.org/tags/tagged-deviceneutrality.fr.html
[12:50:35] * Building fsfe.org/tags/tagged-deviceneutrality.it.html
[12:50:35] * Building fsfe.org/tags/tagged-dfd.es.html
[12:50:35] * Building fsfe.org/tags/tagged-dfd.fr.html
[12:50:36] * Building fsfe.org/tags/tagged-dfd.it.html
[12:50:36] * Building fsfe.org/tags/tagged-digital-o-mat.es.html
[12:50:36] * Building fsfe.org/tags/tagged-digital-o-mat.fr.html
[12:50:36] * Building fsfe.org/tags/tagged-digital-o-mat.it.html
[12:50:36] * Building fsfe.org/tags/tagged-digital-single-market.es.html
[12:50:36] * Building fsfe.org/tags/tagged-digital-single-market.fr.html
[12:50:37] * Building fsfe.org/tags/tagged-digital-single-market.it.html
[12:50:37] * Building fsfe.org/tags/tagged-dk.es.html
[12:50:37] * Building fsfe.org/tags/tagged-dk.fr.html
[12:50:37] * Building fsfe.org/tags/tagged-dk.it.html
[12:50:37] * Building fsfe.org/tags/tagged-dma.es.html
[12:50:37] * Building fsfe.org/tags/tagged-dma.fr.html
[12:50:37] * Building fsfe.org/tags/tagged-dma.it.html
[12:50:37] * Building fsfe.org/tags/tagged-drm.es.html
[12:50:37] * Building fsfe.org/tags/tagged-drm.fr.html
[12:50:37] * Building fsfe.org/tags/tagged-drm.it.html
[12:50:37] * Building fsfe.org/tags/tagged-education.es.html
[12:50:37] * Building fsfe.org/tags/tagged-education.fr.html
[12:50:37] * Building fsfe.org/tags/tagged-education.it.html
[12:50:37] * Building fsfe.org/tags/tagged-ee.es.html
[12:50:37] * Building fsfe.org/tags/tagged-ee.fr.html
[12:50:37] * Building fsfe.org/tags/tagged-ee.it.html
[12:50:37] * Building fsfe.org/tags/tagged-eif.es.html
[12:50:37] * Building fsfe.org/tags/tagged-eif.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-eif.it.html
[12:50:38] * Building fsfe.org/tags/tagged-elections.es.html
[12:50:38] * Building fsfe.org/tags/tagged-elections.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-elections.it.html
[12:50:38] * Building fsfe.org/tags/tagged-electronic-voting.es.html
[12:50:38] * Building fsfe.org/tags/tagged-electronic-voting.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-electronic-voting.it.html
[12:50:38] * Building fsfe.org/tags/tagged-en.es.html
[12:50:38] * Building fsfe.org/tags/tagged-en.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-en.it.html
[12:50:38] * Building fsfe.org/tags/tagged-encryption.es.html
[12:50:38] * Building fsfe.org/tags/tagged-encryption.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-encryption.it.html
[12:50:38] * Building fsfe.org/tags/tagged-enterprise.es.html
[12:50:38] * Building fsfe.org/tags/tagged-enterprise.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-enterprise.it.html
[12:50:38] * Building fsfe.org/tags/tagged-es.es.html
[12:50:38] * Building fsfe.org/tags/tagged-es.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-es.it.html
[12:50:38] * Building fsfe.org/tags/tagged-eura-slovakia.es.html
[12:50:38] * Building fsfe.org/tags/tagged-eura-slovakia.fr.html
[12:50:38] * Building fsfe.org/tags/tagged-eura-slovakia.it.html
[12:50:38] * Building fsfe.org/tags/tagged-european-commission.es.html
[12:50:39] * Building fsfe.org/tags/tagged-european-commission.fr.html
[12:50:39] * Building fsfe.org/tags/tagged-european-commission.it.html
[12:50:39] * Building fsfe.org/tags/tagged-european-court-justice.es.html
[12:50:39] * Building fsfe.org/tags/tagged-european-court-justice.fr.html
[12:50:39] * Building fsfe.org/tags/tagged-european-court-justice.it.html
[12:50:39] * Building fsfe.org/tags/tagged-european-parliament.es.html
[12:50:39] * Building fsfe.org/tags/tagged-european-parliament.fr.html
[12:50:39] * Building fsfe.org/tags/tagged-european-parliament.it.html
[12:50:39] * Building fsfe.org/tags/tagged-european-union.es.html
[12:50:39] * Building fsfe.org/tags/tagged-european-union.fr.html
[12:50:39] * Building fsfe.org/tags/tagged-european-union.it.html
[12:50:39] * Building fsfe.org/tags/tagged-european=union.es.html
[12:50:39] * Building fsfe.org/tags/tagged-european=union.fr.html
[12:50:39] * Building fsfe.org/tags/tagged-european=union.it.html
[12:50:39] * Building fsfe.org/tags/tagged-event.es.html
[12:50:40] * Building fsfe.org/tags/tagged-event.fr.html
[12:50:40] * Building fsfe.org/tags/tagged-event.it.html
[12:50:40] * Building fsfe.org/tags/tagged-fediverse.es.html
[12:50:40] * Building fsfe.org/tags/tagged-fediverse.fr.html
[12:50:40] * Building fsfe.org/tags/tagged-fediverse.it.html
[12:50:40] * Building fsfe.org/tags/tagged-fellowship.es.html
[12:50:40] * Building fsfe.org/tags/tagged-fellowship.fr.html
[12:50:40] * Building fsfe.org/tags/tagged-fellowship.it.html
[12:50:40] * Building fsfe.org/tags/tagged-fi.es.html
[12:50:40] * Building fsfe.org/tags/tagged-fi.fr.html
[12:50:40] * Building fsfe.org/tags/tagged-fi.it.html
[12:50:40] * Building fsfe.org/tags/tagged-fla.es.html
[12:50:40] * Building fsfe.org/tags/tagged-fla.fr.html
[12:50:40] * Building fsfe.org/tags/tagged-fla.it.html
[12:50:40] * Building fsfe.org/tags/tagged-fosdem.es.html
[12:50:40] * Building fsfe.org/tags/tagged-fosdem.fr.html
[12:50:40] * Building fsfe.org/tags/tagged-fosdem.it.html
[12:50:40] * Building fsfe.org/tags/tagged-fr.es.html
[12:50:41] * Building fsfe.org/tags/tagged-fr.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-fr.it.html
[12:50:41] * Building fsfe.org/tags/tagged-frand.es.html
[12:50:41] * Building fsfe.org/tags/tagged-frand.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-frand.it.html
[12:50:41] * Building fsfe.org/tags/tagged-freedomvote.es.html
[12:50:41] * Building fsfe.org/tags/tagged-freedomvote.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-freedomvote.it.html
[12:50:41] * Building fsfe.org/tags/tagged-fsfe-summit.es.html
[12:50:41] * Building fsfe.org/tags/tagged-fsfe-summit.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-fsfe-summit.it.html
[12:50:41] * Building fsfe.org/tags/tagged-fsfe20.es.html
[12:50:41] * Building fsfe.org/tags/tagged-fsfe20.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-fsfe20.it.html
[12:50:41] * Building fsfe.org/tags/tagged-fspact.es.html
[12:50:41] * Building fsfe.org/tags/tagged-fspact.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-fspact.it.html
[12:50:41] * Building fsfe.org/tags/tagged-funding.es.html
[12:50:41] * Building fsfe.org/tags/tagged-funding.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-funding.it.html
[12:50:41] * Building fsfe.org/tags/tagged-fya.es.html
[12:50:41] * Building fsfe.org/tags/tagged-fya.fr.html
[12:50:41] * Building fsfe.org/tags/tagged-fya.it.html
[12:50:41] * Building fsfe.org/tags/tagged-ga.es.html
[12:50:41] * Building fsfe.org/tags/tagged-ga.fr.html
[12:50:42] * Building fsfe.org/tags/tagged-ga.it.html
[12:50:42] * Building fsfe.org/tags/tagged-gaming.es.html
[12:50:42] * Building fsfe.org/tags/tagged-gaming.fr.html
[12:50:42] * Building fsfe.org/tags/tagged-gaming.it.html
[12:50:42] * Building fsfe.org/tags/tagged-gb.es.html
[12:50:42] * Building fsfe.org/tags/tagged-gb.fr.html
[12:50:42] * Building fsfe.org/tags/tagged-gb.it.html
[12:50:42] * Building fsfe.org/tags/tagged-general-purpose-computing.es.html
[12:50:42] * Building fsfe.org/tags/tagged-general-purpose-computing.fr.html
[12:50:42] * Building fsfe.org/tags/tagged-general-purpose-computing.it.html
[12:50:42] * Building fsfe.org/tags/tagged-gnu.es.html
[12:50:42] * Building fsfe.org/tags/tagged-gnu.fr.html
[12:50:42] * Building fsfe.org/tags/tagged-gnu.it.html
[12:50:42] * Building fsfe.org/tags/tagged-google.es.html
[12:50:42] * Building fsfe.org/tags/tagged-google.fr.html
[12:50:42] * Building fsfe.org/tags/tagged-google.it.html
[12:50:42] * Building fsfe.org/tags/tagged-gpl.es.html
[12:50:42] * Building fsfe.org/tags/tagged-gpl.fr.html
[12:50:42] * Building fsfe.org/tags/tagged-gpl.it.html
[12:50:42] * Building fsfe.org/tags/tagged-gr.es.html
[12:50:43] * Building fsfe.org/tags/tagged-gr.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-gr.it.html
[12:50:43] * Building fsfe.org/tags/tagged-hamburg-group.es.html
[12:50:43] * Building fsfe.org/tags/tagged-hamburg-group.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-hamburg-group.it.html
[12:50:43] * Building fsfe.org/tags/tagged-helsinki.es.html
[12:50:43] * Building fsfe.org/tags/tagged-helsinki.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-helsinki.it.html
[12:50:43] * Building fsfe.org/tags/tagged-hide.es.html
[12:50:43] * Building fsfe.org/tags/tagged-hide.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-hide.it.html
[12:50:43] * Building fsfe.org/tags/tagged-highlights.es.html
[12:50:43] * Building fsfe.org/tags/tagged-highlights.it.html
[12:50:43] * Building fsfe.org/tags/tagged-highlights.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-horizon2020.es.html
[12:50:43] * Building fsfe.org/tags/tagged-horizon2020.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-horizon2020.it.html
[12:50:43] * Building fsfe.org/tags/tagged-hr.es.html
[12:50:43] * Building fsfe.org/tags/tagged-hr.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-hr.it.html
[12:50:43] * Building fsfe.org/tags/tagged-hu.es.html
[12:50:43] * Building fsfe.org/tags/tagged-hu.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-hu.it.html
[12:50:43] * Building fsfe.org/tags/tagged-huawei.es.html
[12:50:43] * Building fsfe.org/tags/tagged-huawei.fr.html
[12:50:43] * Building fsfe.org/tags/tagged-huawei.it.html
[12:50:43] * Building fsfe.org/tags/tagged-ie.es.html
[12:50:43] * Building fsfe.org/tags/tagged-ie.fr.html
[12:50:44] * Building fsfe.org/tags/tagged-ie.it.html
[12:50:44] * Building fsfe.org/tags/tagged-ilovefs.es.html
[12:50:44] * Building fsfe.org/tags/tagged-ilovefs.fr.html
[12:50:44] * Building fsfe.org/tags/tagged-ilovefs.it.html
[12:50:44] * Building fsfe.org/tags/tagged-ilovefs-report.es.html
[12:50:44] * Building fsfe.org/tags/tagged-ilovefs-report.fr.html
[12:50:44] * Building fsfe.org/tags/tagged-ilovefs-report.it.html
[12:50:44] * Building fsfe.org/tags/tagged-infobooth.es.html
[12:50:44] * Building fsfe.org/tags/tagged-infobooth.fr.html
[12:50:44] * Building fsfe.org/tags/tagged-infobooth.it.html
[12:50:44] * Building fsfe.org/tags/tagged-internal.es.html
[12:50:44] * Building fsfe.org/tags/tagged-internal.fr.html
[12:50:45] * Building fsfe.org/tags/tagged-internal.it.html
[12:50:45] * Building fsfe.org/tags/tagged-internship.es.html
[12:50:45] * Building fsfe.org/tags/tagged-internship.fr.html
[12:50:45] * Building fsfe.org/tags/tagged-internship.it.html
[12:50:45] * Building fsfe.org/tags/tagged-interview.es.html
[12:50:45] * Building fsfe.org/tags/tagged-interview.fr.html
[12:50:45] * Building fsfe.org/tags/tagged-interview.it.html
[12:50:45] * Building fsfe.org/tags/tagged-it.es.html
[12:50:45] * Building fsfe.org/tags/tagged-it.fr.html
[12:50:45] * Building fsfe.org/tags/tagged-it.it.html
[12:50:45] * Building fsfe.org/tags/tagged-jp.es.html
[12:50:45] * Building fsfe.org/tags/tagged-jp.fr.html
[12:50:46] * Building fsfe.org/tags/tagged-jp.it.html
[12:50:46] * Building fsfe.org/tags/tagged-juridisch.es.html
[12:50:46] * Building fsfe.org/tags/tagged-juridisch.fr.html
[12:50:46] * Building fsfe.org/tags/tagged-juridisch.it.html
[12:50:46] * Building fsfe.org/tags/tagged-koalition-freies-wissen.es.html
[12:50:46] * Building fsfe.org/tags/tagged-koalition-freies-wissen.fr.html
[12:50:46] * Building fsfe.org/tags/tagged-koalition-freies-wissen.it.html
[12:50:46] * Building fsfe.org/tags/tagged-legal.es.html
[12:50:46] * Building fsfe.org/tags/tagged-legal.fr.html
[12:50:46] * Building fsfe.org/tags/tagged-legal.it.html
[12:50:46] * Building fsfe.org/tags/tagged-licensing.es.html
[12:50:46] * Building fsfe.org/tags/tagged-licensing.fr.html
[12:50:46] * Building fsfe.org/tags/tagged-licensing.it.html
[12:50:46] * Building fsfe.org/tags/tagged-limux.es.html
[12:50:46] * Building fsfe.org/tags/tagged-limux.fr.html
[12:50:46] * Building fsfe.org/tags/tagged-limux.it.html
[12:50:47] * Building fsfe.org/tags/tagged-llw.es.html
[12:50:47] * Building fsfe.org/tags/tagged-llw.fr.html
[12:50:47] * Building fsfe.org/tags/tagged-llw.it.html
[12:50:47] * Building fsfe.org/tags/tagged-localgroup.es.html
[12:50:47] * Building fsfe.org/tags/tagged-localgroup.fr.html
[12:50:47] * Building fsfe.org/tags/tagged-localgroup.it.html
[12:50:47] * Building fsfe.org/tags/tagged-lt.es.html
[12:50:47] * Building fsfe.org/tags/tagged-lt.fr.html
[12:50:47] * Building fsfe.org/tags/tagged-lt.it.html
[12:50:47] * Building fsfe.org/tags/tagged-lu.es.html
[12:50:47] * Building fsfe.org/tags/tagged-lu.fr.html
[12:50:47] * Building fsfe.org/tags/tagged-lu.it.html
[12:50:47] * Building fsfe.org/tags/tagged-lv.es.html
[12:50:47] * Building fsfe.org/tags/tagged-lv.fr.html
[12:50:47] * Building fsfe.org/tags/tagged-lv.it.html
[12:50:48] * Building fsfe.org/tags/tagged-manchester.es.html
[12:50:48] * Building fsfe.org/tags/tagged-manchester.fr.html
[12:50:48] * Building fsfe.org/tags/tagged-manchester.it.html
[12:50:48] * Building fsfe.org/tags/tagged-meeting.es.html
[12:50:49] * Building fsfe.org/tags/tagged-meeting.fr.html
[12:50:49] * Building fsfe.org/tags/tagged-meeting.it.html
[12:50:49] * Building fsfe.org/tags/tagged-merchandise.es.html
[12:50:49] * Building fsfe.org/tags/tagged-merchandise.fr.html
[12:50:49] * Building fsfe.org/tags/tagged-merchandise.it.html
[12:50:49] * Building fsfe.org/tags/tagged-microsoft.es.html
[12:50:50] * Building fsfe.org/tags/tagged-microsoft.fr.html
[12:50:50] * Building fsfe.org/tags/tagged-microsoft.it.html
[12:50:50] * Building fsfe.org/tags/tagged-news.es.html
[12:50:50] * Building fsfe.org/tags/tagged-news.fr.html
[12:50:50] * Building fsfe.org/tags/tagged-news.it.html
[12:50:50] * Building fsfe.org/tags/tagged-newsletter.es.html
[12:50:50] * Building fsfe.org/tags/tagged-newsletter.fr.html
[12:50:50] * Building fsfe.org/tags/tagged-newsletter.it.html
[12:50:50] * Building fsfe.org/tags/tagged-ngi.es.html
[12:50:51] * Building fsfe.org/tags/tagged-ngi.fr.html
[12:50:51] * Building fsfe.org/tags/tagged-ngi.it.html
[12:50:51] * Building fsfe.org/tags/tagged-nl.es.html
[12:50:51] * Building fsfe.org/tags/tagged-nl.fr.html
[12:50:51] * Building fsfe.org/tags/tagged-nl.it.html
[12:50:51] * Building fsfe.org/tags/tagged-no.es.html
[12:50:51] * Building fsfe.org/tags/tagged-no.fr.html
[12:50:51] * Building fsfe.org/tags/tagged-no.it.html
[12:50:52] * Building fsfe.org/tags/tagged-office-suites.es.html
[12:50:52] * Building fsfe.org/tags/tagged-office-suites.fr.html
[12:50:52] * Building fsfe.org/tags/tagged-office-suites.it.html
[12:50:52] * Building fsfe.org/tags/tagged-open-justitia.es.html
[12:50:52] * Building fsfe.org/tags/tagged-open-justitia.fr.html
[12:50:52] * Building fsfe.org/tags/tagged-open-justitia.it.html
[12:50:52] * Building fsfe.org/tags/tagged-open-letter.es.html
[12:50:52] * Building fsfe.org/tags/tagged-open-letter.fr.html
[12:50:52] * Building fsfe.org/tags/tagged-open-letter.it.html
[12:50:52] * Building fsfe.org/tags/tagged-open-science.es.html
[12:50:52] * Building fsfe.org/tags/tagged-open-science.fr.html
[12:50:52] * Building fsfe.org/tags/tagged-open-science.it.html
[12:50:52] * Building fsfe.org/tags/tagged-openstandards.es.html
[12:50:52] * Building fsfe.org/tags/tagged-openstandards.fr.html
[12:50:52] * Building fsfe.org/tags/tagged-openstandards.it.html
[12:50:52] * Building fsfe.org/tags/tagged-panel.es.html
[12:50:52] * Building fsfe.org/tags/tagged-panel.fr.html
[12:50:52] * Building fsfe.org/tags/tagged-panel.it.html
[12:50:52] * Building fsfe.org/tags/tagged-pdfreaders.es.html
[12:50:53] * Building fsfe.org/tags/tagged-pdfreaders.fr.html
[12:50:53] * Building fsfe.org/tags/tagged-pdfreaders.it.html
[12:50:53] * Building fsfe.org/tags/tagged-pl.es.html
[12:50:53] * Building fsfe.org/tags/tagged-pl.fr.html
[12:50:53] * Building fsfe.org/tags/tagged-pl.it.html
[12:50:53] * Building fsfe.org/tags/tagged-pmpc.es.html
[12:50:53] * Building fsfe.org/tags/tagged-pmpc.fr.html
[12:50:53] * Building fsfe.org/tags/tagged-pmpc.it.html
[12:50:53] * Building fsfe.org/tags/tagged-podcast.es.html
[12:50:53] * Building fsfe.org/tags/tagged-podcast.fr.html
[12:50:54] * Building fsfe.org/tags/tagged-podcast.it.html
[12:50:54] * Building fsfe.org/tags/tagged-policy.es.html
[12:50:54] * Building fsfe.org/tags/tagged-policy.fr.html
[12:50:54] * Building fsfe.org/tags/tagged-policy.it.html
[12:50:54] * Building fsfe.org/tags/tagged-press.es.html
[12:50:54] * Building fsfe.org/tags/tagged-press.fr.html
[12:50:54] * Building fsfe.org/tags/tagged-press.it.html
[12:50:54] * Building fsfe.org/tags/tagged-privacy.es.html
[12:50:55] * Building fsfe.org/tags/tagged-privacy.fr.html
[12:50:55] * Building fsfe.org/tags/tagged-privacy.it.html
[12:50:55] * Building fsfe.org/tags/tagged-procurement.es.html
[12:50:55] * Building fsfe.org/tags/tagged-procurement.fr.html
[12:50:55] * Building fsfe.org/tags/tagged-procurement.it.html
[12:50:55] * Building fsfe.org/tags/tagged-pt.es.html
[12:50:55] * Building fsfe.org/tags/tagged-pt.fr.html
[12:50:55] * Building fsfe.org/tags/tagged-pt.it.html
[12:50:55] * Building fsfe.org/tags/tagged-public-administration.es.html
[12:50:55] * Building fsfe.org/tags/tagged-public-administration.fr.html
[12:50:55] * Building fsfe.org/tags/tagged-public-administration.it.html
[12:50:55] * Building fsfe.org/tags/tagged-radiodirective.es.html
[12:50:55] * Building fsfe.org/tags/tagged-radiodirective.fr.html
[12:50:55] * Building fsfe.org/tags/tagged-radiodirective.it.html
[12:50:56] * Building fsfe.org/tags/tagged-reuse.es.html
[12:50:56] * Building fsfe.org/tags/tagged-reuse.fr.html
[12:50:56] * Building fsfe.org/tags/tagged-reuse.it.html
[12:50:56] * Building fsfe.org/tags/tagged-rmll.es.html
[12:50:56] * Building fsfe.org/tags/tagged-rmll.fr.html
[12:50:56] * Building fsfe.org/tags/tagged-rmll.it.html
[12:50:56] * Building fsfe.org/tags/tagged-ro.es.html
[12:50:56] * Building fsfe.org/tags/tagged-ro.fr.html
[12:50:56] * Building fsfe.org/tags/tagged-ro.it.html
[12:50:56] * Building fsfe.org/tags/tagged-router-freedom.es.html
[12:50:56] * Building fsfe.org/tags/tagged-router-freedom.it.html
[12:50:56] * Building fsfe.org/tags/tagged-router-freedom.fr.html
[12:50:56] * Building fsfe.org/tags/tagged-routers.es.html
[12:50:56] * Building fsfe.org/tags/tagged-routers.fr.html
[12:50:56] * Building fsfe.org/tags/tagged-routers.it.html
[12:50:56] * Building fsfe.org/tags/tagged-rs.es.html
[12:50:56] * Building fsfe.org/tags/tagged-rs.fr.html
[12:50:56] * Building fsfe.org/tags/tagged-rs.it.html
[12:50:56] * Building fsfe.org/tags/tagged-samba.es.html
[12:50:57] * Building fsfe.org/tags/tagged-samba.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-samba.it.html
[12:50:57] * Building fsfe.org/tags/tagged-savecodeshare.es.html
[12:50:57] * Building fsfe.org/tags/tagged-savecodeshare.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-savecodeshare.it.html
[12:50:57] * Building fsfe.org/tags/tagged-se.es.html
[12:50:57] * Building fsfe.org/tags/tagged-se.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-se.it.html
[12:50:57] * Building fsfe.org/tags/tagged-security.es.html
[12:50:57] * Building fsfe.org/tags/tagged-security.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-security.it.html
[12:50:57] * Building fsfe.org/tags/tagged-sfd.es.html
[12:50:57] * Building fsfe.org/tags/tagged-sfd.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-sfd.it.html
[12:50:57] * Building fsfe.org/tags/tagged-sfscon.es.html
[12:50:57] * Building fsfe.org/tags/tagged-sfscon.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-sfscon.it.html
[12:50:57] * Building fsfe.org/tags/tagged-sha.es.html
[12:50:57] * Building fsfe.org/tags/tagged-sha.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-sha.it.html
[12:50:57] * Building fsfe.org/tags/tagged-sk.es.html
[12:50:57] * Building fsfe.org/tags/tagged-sk.fr.html
[12:50:57] * Building fsfe.org/tags/tagged-sk.it.html
[12:50:57] * Building fsfe.org/tags/tagged-software-freedom.es.html
[12:50:57] * Building fsfe.org/tags/tagged-software-freedom.fr.html
[12:50:58] * Building fsfe.org/tags/tagged-software-freedom.it.html
[12:50:58] * Building fsfe.org/tags/tagged-sq.es.html
[12:50:58] * Building fsfe.org/tags/tagged-sq.fr.html
[12:50:58] * Building fsfe.org/tags/tagged-sq.it.html
[12:50:58] * Building fsfe.org/tags/tagged-sustainability.es.html
[12:50:58] * Building fsfe.org/tags/tagged-sustainability.fr.html
[12:50:58] * Building fsfe.org/tags/tagged-sustainability.it.html
[12:50:58] * Building fsfe.org/tags/tagged-swpat.es.html
[12:50:58] * Building fsfe.org/tags/tagged-swpat.fr.html
[12:50:58] * Building fsfe.org/tags/tagged-swpat.it.html
[12:50:58] * Building fsfe.org/tags/tagged-talk.es.html
[12:50:58] * Building fsfe.org/tags/tagged-talk.fr.html
[12:50:58] * Building fsfe.org/tags/tagged-talk.it.html
[12:50:58] * Building fsfe.org/tags/tagged-tech-teams.es.html
[12:50:58] * Building fsfe.org/tags/tagged-tech-teams.fr.html
[12:50:59] * Building fsfe.org/tags/tagged-tech-teams.it.html
[12:50:59] * Building fsfe.org/tags/tagged-tedective.es.html
[12:50:59] * Building fsfe.org/tags/tagged-tedective.fr.html
[12:50:59] * Building fsfe.org/tags/tagged-tedective.it.html
[12:50:59] * Building fsfe.org/tags/tagged-tools.es.html
[12:50:59] * Building fsfe.org/tags/tagged-tools.fr.html
[12:50:59] * Building fsfe.org/tags/tagged-tools.it.html
[12:50:59] * Building fsfe.org/tags/tagged-tr.es.html
[12:50:59] * Building fsfe.org/tags/tagged-tr.fr.html
[12:50:59] * Building fsfe.org/tags/tagged-tr.it.html
[12:50:59] * Building fsfe.org/tags/tagged-translations.es.html
[12:51:00] * Building fsfe.org/tags/tagged-translations.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-translations.it.html
[12:51:00] * Building fsfe.org/tags/tagged-tw.es.html
[12:51:00] * Building fsfe.org/tags/tagged-tw.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-tw.it.html
[12:51:00] * Building fsfe.org/tags/tagged-ua.es.html
[12:51:00] * Building fsfe.org/tags/tagged-ua.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-ua.it.html
[12:51:00] * Building fsfe.org/tags/tagged-uk.es.html
[12:51:00] * Building fsfe.org/tags/tagged-uk.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-uk.it.html
[12:51:00] * Building fsfe.org/tags/tagged-united-nations.es.html
[12:51:00] * Building fsfe.org/tags/tagged-united-nations.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-united-nations.it.html
[12:51:00] * Building fsfe.org/tags/tagged-upcyclingandroid.es.html
[12:51:00] * Building fsfe.org/tags/tagged-upcyclingandroid.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-upcyclingandroid.it.html
[12:51:00] * Building fsfe.org/tags/tagged-us.es.html
[12:51:00] * Building fsfe.org/tags/tagged-us.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-us.it.html
[12:51:00] * Building fsfe.org/tags/tagged-w3c.es.html
[12:51:00] * Building fsfe.org/tags/tagged-w3c.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-w3c.it.html
[12:51:00] * Building fsfe.org/tags/tagged-windows-tax.es.html
[12:51:00] * Building fsfe.org/tags/tagged-windows-tax.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-windows-tax.it.html
[12:51:00] * Building fsfe.org/tags/tagged-women.es.html
[12:51:00] * Building fsfe.org/tags/tagged-women.fr.html
[12:51:00] * Building fsfe.org/tags/tagged-women.it.html
[12:51:00] * Building fsfe.org/tags/tagged-women-group.es.html
[12:51:01] * Building fsfe.org/tags/tagged-women-group.fr.html
[12:51:01] * Building fsfe.org/tags/tagged-women-group.it.html
[12:51:01] * Building fsfe.org/tags/tagged-workshop.es.html
[12:51:01] * Building fsfe.org/tags/tagged-workshop.fr.html
[12:51:01] * Building fsfe.org/tags/tagged-workshop.it.html
[12:51:01] * Building fsfe.org/tags/tagged-yh4f.es.html
[12:51:01] * Building fsfe.org/tags/tagged-yh4f.fr.html
[12:51:01] * Building fsfe.org/tags/tagged-yh4f.it.html
[12:51:01] * Building fsfe.org/tags/tagged-yh4f-project.es.html
[12:51:01] * Building fsfe.org/tags/tagged-yh4f-project.fr.html
[12:51:01] * Building fsfe.org/tags/tagged-yh4f-project.it.html
[12:51:01] * Building fsfe.org/tags/tagged-zooom.es.html
[12:51:01] * Building fsfe.org/tags/tagged-zooom.fr.html
[12:51:01] * Building fsfe.org/tags/tagged-zooom.it.html
[12:51:01] * Building fsfe.org/tags/tags.es.html
[12:51:02] * Building fsfe.org/tags/tags.fr.html
[12:51:02] * Building fsfe.org/tags/tags.it.html
[12:51:02] * Building fsfe.org/templates/concardis_relay.es.html
[12:51:02] * Building fsfe.org/templates/concardis_relay.fr.html
[12:51:02] * Building fsfe.org/templates/concardis_relay.it.html
[12:51:02] * Building fsfe.org/templates/registerevent/error.es.html
[12:51:02] * Building fsfe.org/templates/registerevent/error.fr.html
[12:51:02] * Building fsfe.org/templates/registerevent/error.it.html
[12:51:02] * Building fsfe.org/templates/registerevent/success.es.html
[12:51:02] * Building fsfe.org/templates/registerevent/success.fr.html
[12:51:02] * Building fsfe.org/templates/registerevent/success.it.html
[12:51:02] * Building pdfreaders.org/about.es.html
[12:51:02] * Building pdfreaders.org/about.fr.html
[12:51:02] * Building pdfreaders.org/about.it.html
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/hecat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] : No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:02] * Building pdfreaders.org/graphics.es.html
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] * Building pdfreaders.org/graphics.fr.html
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] * Building pdfreaders.org/graphics.it.html
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:02] * Building pdfreaders.org/index.es.html
[12:51:02] * Building pdfreaders.org/index.fr.html
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] * Building pdfreaders.org/index.it.html
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:02] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:02] * Building pdfreaders.org/os.es.html
[12:51:02] * Building pdfreaders.org/os.fr.html
[12:51:02] * Building pdfreaders.org/os.it.html
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/eo: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/gl: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:03] cat: /srv/www/fsfe.org_git/global/languages/he: No such file or directory
[12:51:03] * Building status.fsfe.org/fsfe.org/template.es.html
[12:51:03] * Building status.fsfe.org/fsfe.org/template.fr.html
[12:51:03] * Building status.fsfe.org/fsfe.org/template.it.html
[12:51:03] * Building status.fsfe.org/index.es.html
[12:51:03] * Building status.fsfe.org/index.fr.html
[12:51:03] * Building status.fsfe.org/index.it.html
[12:51:03] * Building status.fsfe.org/test.fsfe.org/template.es.html
[12:51:03] * Building status.fsfe.org/test.fsfe.org/template.fr.html
[12:51:03] * Building status.fsfe.org/test.fsfe.org/template.it.html
[12:51:03] * Building status.fsfe.org/translations/index.es.html
[12:51:03] * Building status.fsfe.org/translations/index.fr.html
[12:51:03] * Building status.fsfe.org/translations/index.it.html
[12:51:05] * Copying file fsfe.org/search/index.js
[12:51:07] Finishing phase 2
Target update: 15542 updated files
[12:51:07] Syncing files to bunsen.fsfeurope.org
[12:51:09] sending incremental file list
[12:51:09] drm.info/act-now.es.html
[12:51:09] drm.info/act-now.fr.html
[12:51:09] drm.info/act-now.it.html
[12:51:09] drm.info/citizen-rights.es.html
[12:51:09] drm.info/citizen-rights.fr.html
[12:51:09] drm.info/citizen-rights.it.html
[12:51:09] drm.info/creativity.es.html
[12:51:09] drm.info/creativity.fr.html
[12:51:09] drm.info/creativity.it.html
[12:51:09] drm.info/index.es.html
[12:51:09] drm.info/index.fr.html
[12:51:09] drm.info/index.it.html
[12:51:09] drm.info/losing-heritage.es.html
[12:51:09] drm.info/losing-heritage.fr.html
[12:51:09] drm.info/losing-heritage.it.html
[12:51:09] drm.info/privacy.es.html
[12:51:09] drm.info/privacy.fr.html
[12:51:09] drm.info/privacy.it.html
[12:51:09] drm.info/what-is-drm.es.html
[12:51:09] drm.info/what-is-drm.fr.html
[12:51:09] drm.info/what-is-drm.it.html
[12:51:09] fsfe.org/boilerplate.es.html
[12:51:09] fsfe.org/boilerplate.fr.html
[12:51:09] fsfe.org/boilerplate.it.html
[12:51:09] fsfe.org/index.es.html
[12:51:09] fsfe.org/index.fr.html
[12:51:09] fsfe.org/index.it.html
[12:51:09] fsfe.org/about/about.es.html
[12:51:09] fsfe.org/about/about.fr.html
[12:51:09] fsfe.org/about/about.it.html
[12:51:09] fsfe.org/about/codeofconduct.es.html
[12:51:09] fsfe.org/about/codeofconduct.fr.html
[12:51:09] fsfe.org/about/codeofconduct.it.html
[12:51:09] fsfe.org/about/contact.es.html
[12:51:09] fsfe.org/about/contact.fr.html
[12:51:09] fsfe.org/about/contact.it.html
[12:51:09] fsfe.org/about/fsfnetwork.es.html
[12:51:09] fsfe.org/about/fsfnetwork.fr.html
[12:51:09] fsfe.org/about/fsfnetwork.it.html
[12:51:09] fsfe.org/about/groups.es.html
[12:51:09] fsfe.org/about/groups.fr.html
[12:51:09] fsfe.org/about/groups.it.html
[12:51:09] fsfe.org/about/js-licences.es.html
[12:51:09] fsfe.org/about/js-licences.fr.html
[12:51:09] fsfe.org/about/js-licences.it.html
[12:51:09] fsfe.org/about/mission.es.html
[12:51:09] fsfe.org/about/mission.fr.html
[12:51:09] fsfe.org/about/mission.it.html
[12:51:09] fsfe.org/about/ourwork.es.html
[12:51:09] fsfe.org/about/ourwork.fr.html
[12:51:09] fsfe.org/about/ourwork.it.html
[12:51:09] fsfe.org/about/overview2010.es.html
[12:51:09] fsfe.org/about/overview2010.fr.html
[12:51:09] fsfe.org/about/overview2010.it.html
[12:51:09] fsfe.org/about/principles.es.html
[12:51:09] fsfe.org/about/principles.fr.html
[12:51:09] fsfe.org/about/principles.it.html
[12:51:09] fsfe.org/about/statement-20201220.es.html
[12:51:09] fsfe.org/about/statement-20201220.fr.html
[12:51:09] fsfe.org/about/statement-20201220.it.html
[12:51:09] fsfe.org/about/timeline.es.html
[12:51:09] fsfe.org/about/timeline.fr.html
[12:51:09] fsfe.org/about/timeline.it.html
[12:51:09] fsfe.org/about/transparency-commitment.es.html
[12:51:09] fsfe.org/about/transparency-commitment.fr.html
[12:51:09] fsfe.org/about/transparency-commitment.it.html
[12:51:09] fsfe.org/about/associates/associates.es.html
[12:51:09] fsfe.org/about/associates/associates.fr.html
[12:51:09] fsfe.org/about/associates/associates.it.html
[12:51:09] fsfe.org/about/funds/2001.es.html
[12:51:09] fsfe.org/about/funds/2001.fr.html
[12:51:09] fsfe.org/about/funds/2001.it.html
[12:51:09] fsfe.org/about/funds/2002.es.html
[12:51:09] fsfe.org/about/funds/2002.fr.html
[12:51:09] fsfe.org/about/funds/2002.it.html
[12:51:09] fsfe.org/about/funds/2003.es.html
[12:51:09] fsfe.org/about/funds/2003.fr.html
[12:51:09] fsfe.org/about/funds/2003.it.html
[12:51:09] fsfe.org/about/funds/2004.es.html
[12:51:09] fsfe.org/about/funds/2004.fr.html
[12:51:09] fsfe.org/about/funds/2004.it.html
[12:51:09] fsfe.org/about/funds/2005.es.html
[12:51:09] fsfe.org/about/funds/2005.fr.html
[12:51:09] fsfe.org/about/funds/2005.it.html
[12:51:09] fsfe.org/about/funds/2006.es.html
[12:51:09] fsfe.org/about/funds/2006.fr.html
[12:51:09] fsfe.org/about/funds/2006.it.html
[12:51:09] fsfe.org/about/funds/2007.es.html
[12:51:09] fsfe.org/about/funds/2007.fr.html
[12:51:09] fsfe.org/about/funds/2007.it.html
[12:51:09] fsfe.org/about/funds/2008.es.html
[12:51:09] fsfe.org/about/funds/2008.fr.html
[12:51:09] fsfe.org/about/funds/2008.it.html
[12:51:09] fsfe.org/about/funds/2009.es.html
[12:51:09] fsfe.org/about/funds/2009.fr.html
[12:51:09] fsfe.org/about/funds/2009.it.html
[12:51:09] fsfe.org/about/funds/2010.es.html
[12:51:09] fsfe.org/about/funds/2010.fr.html
[12:51:09] fsfe.org/about/funds/2010.it.html
[12:51:09] fsfe.org/about/funds/2011.es.html
[12:51:09] fsfe.org/about/funds/2011.fr.html
[12:51:09] fsfe.org/about/funds/2011.it.html
[12:51:09] fsfe.org/about/funds/2012.es.html
[12:51:09] fsfe.org/about/funds/2012.fr.html
[12:51:09] fsfe.org/about/funds/2012.it.html
[12:51:09] fsfe.org/about/funds/2013.es.html
[12:51:09] fsfe.org/about/funds/2013.fr.html
[12:51:09] fsfe.org/about/funds/2013.it.html
[12:51:09] fsfe.org/about/funds/2014.es.html
[12:51:09] fsfe.org/about/funds/2014.fr.html
[12:51:09] fsfe.org/about/funds/2014.it.html
[12:51:09] fsfe.org/about/funds/2015.es.html
[12:51:09] fsfe.org/about/funds/2015.fr.html
[12:51:09] fsfe.org/about/funds/2015.it.html
[12:51:09] fsfe.org/about/funds/2016.es.html
[12:51:09] fsfe.org/about/funds/2016.fr.html
[12:51:09] fsfe.org/about/funds/2016.it.html
[12:51:09] fsfe.org/about/funds/2017.es.html
[12:51:09] fsfe.org/about/funds/2017.fr.html
[12:51:09] fsfe.org/about/funds/2017.it.html
[12:51:09] fsfe.org/about/funds/2018.es.html
[12:51:09] fsfe.org/about/funds/2018.fr.html
[12:51:09] fsfe.org/about/funds/2018.it.html
[12:51:10] fsfe.org/about/funds/2019.es.html
[12:51:10] fsfe.org/about/funds/2019.fr.html
[12:51:10] fsfe.org/about/funds/2019.it.html
[12:51:10] fsfe.org/about/funds/2020.es.html
[12:51:10] fsfe.org/about/funds/2020.fr.html
[12:51:10] fsfe.org/about/funds/2020.it.html
[12:51:10] fsfe.org/about/funds/2021.es.html
[12:51:10] fsfe.org/about/funds/2021.fr.html
[12:51:10] fsfe.org/about/funds/2021.it.html
[12:51:10] fsfe.org/about/funds/2022.es.html
[12:51:10] fsfe.org/about/funds/2022.fr.html
[12:51:10] fsfe.org/about/funds/2022.it.html
[12:51:10] fsfe.org/about/funds/funds.es.html
[12:51:10] fsfe.org/about/funds/funds.fr.html
[12:51:10] fsfe.org/about/funds/funds.it.html
[12:51:10] fsfe.org/about/graphics/graphics.es.html
[12:51:10] fsfe.org/about/graphics/graphics.fr.html
[12:51:10] fsfe.org/about/graphics/graphics.it.html
[12:51:10] fsfe.org/about/graphics/sponsoring/sponsoring.es.html
[12:51:10] fsfe.org/about/graphics/sponsoring/sponsoring.fr.html
[12:51:10] fsfe.org/about/graphics/sponsoring/sponsoring.it.html
[12:51:10] fsfe.org/about/history/doi.es.html
[12:51:10] fsfe.org/about/history/doi.fr.html
[12:51:10] fsfe.org/about/history/doi.it.html
[12:51:10] fsfe.org/about/history/preamble.es.html
[12:51:10] fsfe.org/about/history/preamble.fr.html
[12:51:10] fsfe.org/about/history/preamble.it.html
[12:51:10] fsfe.org/about/jobs/index.es.html
[12:51:10] fsfe.org/about/jobs/index.fr.html
[12:51:10] fsfe.org/about/jobs/index.it.html
[12:51:10] fsfe.org/about/jobs/internship.es.html
[12:51:10] fsfe.org/about/jobs/internship.fr.html
[12:51:10] fsfe.org/about/jobs/internship.it.html
[12:51:10] fsfe.org/about/legal/imprint.es.html
[12:51:10] fsfe.org/about/legal/imprint.fr.html
[12:51:10] fsfe.org/about/legal/imprint.it.html
[12:51:10] fsfe.org/about/legal/legal.es.html
[12:51:10] fsfe.org/about/legal/legal.fr.html
[12:51:10] fsfe.org/about/legal/legal.it.html
[12:51:10] fsfe.org/about/people/index.es.html
[12:51:10] fsfe.org/about/people/index.fr.html
[12:51:10] fsfe.org/about/people/index.it.html
[12:51:10] fsfe.org/about/people/testimonials.es.html
[12:51:10] fsfe.org/about/people/testimonials.fr.html
[12:51:10] fsfe.org/about/people/testimonials.it.html
[12:51:10] fsfe.org/about/people/albers/albers.es.html
[12:51:10] fsfe.org/about/people/albers/albers.fr.html
[12:51:10] fsfe.org/about/people/albers/albers.it.html
[12:51:10] fsfe.org/about/people/bakker/bakker.es.html
[12:51:10] fsfe.org/about/people/bakker/bakker.fr.html
[12:51:10] fsfe.org/about/people/bakker/bakker.it.html
[12:51:10] fsfe.org/about/people/ceballos/ceballos.es.html
[12:51:10] fsfe.org/about/people/ceballos/ceballos.fr.html
[12:51:10] fsfe.org/about/people/ceballos/ceballos.it.html
[12:51:10] fsfe.org/about/people/gerloff/gerloff.es.html
[12:51:10] fsfe.org/about/people/gerloff/gerloff.fr.html
[12:51:10] fsfe.org/about/people/gerloff/gerloff.it.html
[12:51:10] fsfe.org/about/people/greve/cv.es.html
[12:51:10] fsfe.org/about/people/greve/cv.fr.html
[12:51:10] fsfe.org/about/people/greve/cv.it.html
[12:51:10] fsfe.org/about/people/greve/greve.es.html
[12:51:10] fsfe.org/about/people/greve/greve.fr.html
[12:51:10] fsfe.org/about/people/greve/greve.it.html
[12:51:10] fsfe.org/about/people/interviews/cryptie.es.html
[12:51:10] fsfe.org/about/people/interviews/cryptie.fr.html
[12:51:10] fsfe.org/about/people/interviews/cryptie.it.html
[12:51:10] fsfe.org/about/people/interviews/gkotsopoulou.es.html
[12:51:10] fsfe.org/about/people/interviews/gkotsopoulou.fr.html
[12:51:10] fsfe.org/about/people/interviews/gkotsopoulou.it.html
[12:51:10] fsfe.org/about/people/interviews/grun.es.html
[12:51:10] fsfe.org/about/people/interviews/grun.fr.html
[12:51:10] fsfe.org/about/people/interviews/grun.it.html
[12:51:10] fsfe.org/about/people/interviews/lequertier.es.html
[12:51:10] fsfe.org/about/people/interviews/lequertier.fr.html
[12:51:10] fsfe.org/about/people/interviews/lequertier.it.html
[12:51:10] fsfe.org/about/people/interviews/mueller.es.html
[12:51:10] fsfe.org/about/people/interviews/mueller.fr.html
[12:51:10] fsfe.org/about/people/interviews/mueller.it.html
[12:51:10] fsfe.org/about/people/interviews/ockers.es.html
[12:51:10] fsfe.org/about/people/interviews/ockers.fr.html
[12:51:10] fsfe.org/about/people/interviews/ockers.it.html
[12:51:10] fsfe.org/about/people/interviews/snow.es.html
[12:51:10] fsfe.org/about/people/interviews/snow.fr.html
[12:51:10] fsfe.org/about/people/interviews/snow.it.html
[12:51:10] fsfe.org/about/people/interviews/weitzhofer.es.html
[12:51:10] fsfe.org/about/people/interviews/weitzhofer.fr.html
[12:51:10] fsfe.org/about/people/interviews/weitzhofer.it.html
[12:51:10] fsfe.org/about/people/interviews/zerolo.es.html
[12:51:10] fsfe.org/about/people/interviews/zerolo.fr.html
[12:51:10] fsfe.org/about/people/interviews/zerolo.it.html
[12:51:10] fsfe.org/about/people/kirschner/kirschner.es.html
[12:51:10] fsfe.org/about/people/kirschner/kirschner.fr.html
[12:51:10] fsfe.org/about/people/kirschner/kirschner.it.html
[12:51:10] fsfe.org/about/people/ku/ku.es.html
[12:51:10] fsfe.org/about/people/ku/ku.fr.html
[12:51:10] fsfe.org/about/people/ku/ku.it.html
[12:51:11] fsfe.org/about/people/lasota/lasota.es.html
[12:51:11] fsfe.org/about/people/lasota/lasota.fr.html
[12:51:11] fsfe.org/about/people/lasota/lasota.it.html
[12:51:11] fsfe.org/about/people/mehl/mehl.es.html
[12:51:11] fsfe.org/about/people/mehl/mehl.fr.html
[12:51:11] fsfe.org/about/people/mehl/mehl.it.html
[12:51:11] fsfe.org/about/people/partsafyllidou/partsafyllidou.es.html
[12:51:11] fsfe.org/about/people/partsafyllidou/partsafyllidou.fr.html
[12:51:11] fsfe.org/about/people/partsafyllidou/partsafyllidou.it.html
[12:51:11] fsfe.org/about/people/repentinus/repentinus.es.html
[12:51:11] fsfe.org/about/people/repentinus/repentinus.fr.html
[12:51:11] fsfe.org/about/people/repentinus/repentinus.it.html
[12:51:11] fsfe.org/about/people/rikken/rikken.es.html
[12:51:11] fsfe.org/about/people/rikken/rikken.fr.html
[12:51:11] fsfe.org/about/people/rikken/rikken.it.html
[12:51:11] fsfe.org/about/people/roussos/roussos.es.html
[12:51:11] fsfe.org/about/people/roussos/roussos.fr.html
[12:51:11] fsfe.org/about/people/roussos/roussos.it.html
[12:51:11] fsfe.org/about/people/roy/roy.es.html
[12:51:11] fsfe.org/about/people/roy/roy.fr.html
[12:51:11] fsfe.org/about/people/roy/roy.it.html
[12:51:11] fsfe.org/about/people/sander/sander.es.html
[12:51:11] fsfe.org/about/people/sander/sander.fr.html
[12:51:11] fsfe.org/about/people/sander/sander.it.html
[12:51:11] fsfe.org/about/people/tobiasd/tobiasd.es.html
[12:51:11] fsfe.org/about/people/tobiasd/tobiasd.fr.html
[12:51:11] fsfe.org/about/people/tobiasd/tobiasd.it.html
[12:51:11] fsfe.org/about/softwarefreedom/testimonials.es.html
[12:51:11] fsfe.org/about/softwarefreedom/testimonials.fr.html
[12:51:11] fsfe.org/about/softwarefreedom/testimonials.it.html
[12:51:11] fsfe.org/activities/activities.es.html
[12:51:11] fsfe.org/activities/activities.fr.html
[12:51:11] fsfe.org/activities/activities.it.html
[12:51:11] fsfe.org/activities/awareness.es.html
[12:51:11] fsfe.org/activities/awareness.fr.html
[12:51:11] fsfe.org/activities/awareness.it.html
[12:51:11] fsfe.org/activities/legal.es.html
[12:51:11] fsfe.org/activities/legal.fr.html
[12:51:11] fsfe.org/activities/legal.it.html
[12:51:11] fsfe.org/activities/policy.es.html
[12:51:11] fsfe.org/activities/policy.fr.html
[12:51:11] fsfe.org/activities/policy.it.html
[12:51:11] fsfe.org/activities/15years/15years.es.html
[12:51:11] fsfe.org/activities/15years/15years.fr.html
[12:51:11] fsfe.org/activities/15years/15years.it.html
[12:51:11] fsfe.org/activities/20years/20years.es.html
[12:51:11] fsfe.org/activities/20years/20years.fr.html
[12:51:11] fsfe.org/activities/20years/20years.it.html
[12:51:11] fsfe.org/activities/ada-zangemann/book-reviews.es.html
[12:51:11] fsfe.org/activities/ada-zangemann/book-reviews.fr.html
[12:51:11] fsfe.org/activities/ada-zangemann/book-reviews.it.html
[12:51:11] fsfe.org/activities/ada-zangemann/index.es.html
[12:51:11] fsfe.org/activities/ada-zangemann/index.fr.html
[12:51:11] fsfe.org/activities/ada-zangemann/index.it.html
[12:51:11] fsfe.org/activities/ada-zangemann/letters.es.html
[12:51:11] fsfe.org/activities/ada-zangemann/letters.fr.html
[12:51:11] fsfe.org/activities/ada-zangemann/letters.it.html
[12:51:11] fsfe.org/activities/ada-zangemann/movie.es.html
[12:51:11] fsfe.org/activities/ada-zangemann/movie.fr.html
[12:51:11] fsfe.org/activities/ada-zangemann/movie.it.html
[12:51:11] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.es.html
[12:51:11] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.fr.html
[12:51:11] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.it.html
[12:51:11] fsfe.org/activities/agnula/agnula.es.html
[12:51:11] fsfe.org/activities/agnula/agnula.fr.html
[12:51:11] fsfe.org/activities/agnula/agnula.it.html
[12:51:11] fsfe.org/activities/agnula/deliverable-1.3.1.es.html
[12:51:11] fsfe.org/activities/agnula/deliverable-1.3.1.fr.html
[12:51:11] fsfe.org/activities/agnula/deliverable-1.3.1.it.html
[12:51:11] fsfe.org/activities/agnula/java.es.html
[12:51:11] fsfe.org/activities/agnula/java.fr.html
[12:51:11] fsfe.org/activities/agnula/java.it.html
[12:51:11] fsfe.org/activities/agnula/license-faq.es.html
[12:51:11] fsfe.org/activities/agnula/license-faq.fr.html
[12:51:11] fsfe.org/activities/agnula/license-faq.it.html
[12:51:11] fsfe.org/activities/agnula/license.es.html
[12:51:11] fsfe.org/activities/agnula/license.fr.html
[12:51:11] fsfe.org/activities/agnula/license.it.html
[12:51:11] fsfe.org/activities/android/android.es.html
[12:51:11] fsfe.org/activities/android/android.fr.html
[12:51:11] fsfe.org/activities/android/android.it.html
[12:51:11] fsfe.org/activities/android/artwork.es.html
[12:51:11] fsfe.org/activities/android/artwork.fr.html
[12:51:11] fsfe.org/activities/android/artwork.it.html
[12:51:11] fsfe.org/activities/android/flashingdevices.es.html
[12:51:11] fsfe.org/activities/android/flashingdevices.fr.html
[12:51:11] fsfe.org/activities/android/flashingdevices.it.html
[12:51:11] fsfe.org/activities/android/help.es.html
[12:51:11] fsfe.org/activities/android/help.fr.html
[12:51:12] fsfe.org/activities/android/help.it.html
[12:51:12] fsfe.org/activities/android/is-flashing-legal.es.html
[12:51:12] fsfe.org/activities/android/is-flashing-legal.fr.html
[12:51:12] fsfe.org/activities/android/is-flashing-legal.it.html
[12:51:12] fsfe.org/activities/android/liberate.es.html
[12:51:12] fsfe.org/activities/android/liberate.fr.html
[12:51:12] fsfe.org/activities/android/liberate.it.html
[12:51:12] fsfe.org/activities/android/sustainability.es.html
[12:51:12] fsfe.org/activities/android/sustainability.fr.html
[12:51:12] fsfe.org/activities/android/sustainability.it.html
[12:51:12] fsfe.org/activities/android/workshops.es.html
[12:51:12] fsfe.org/activities/android/workshops.fr.html
[12:51:12] fsfe.org/activities/android/workshops.it.html
[12:51:12] fsfe.org/activities/android/artwork/DIN_A1.es.html
[12:51:12] fsfe.org/activities/android/artwork/DIN_A1.fr.html
[12:51:12] fsfe.org/activities/android/artwork/DIN_A1.it.html
[12:51:12] fsfe.org/activities/android/artwork/DIN_A7.es.html
[12:51:12] fsfe.org/activities/android/artwork/DIN_A7.fr.html
[12:51:12] fsfe.org/activities/android/artwork/DIN_A7.it.html
[12:51:12] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.es.html
[12:51:12] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.fr.html
[12:51:12] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.it.html
[12:51:12] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.es.html
[12:51:12] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.fr.html
[12:51:12] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.it.html
[12:51:12] fsfe.org/activities/apple-litigation/apple-litigation.es.html
[12:51:12] fsfe.org/activities/apple-litigation/apple-litigation.fr.html
[12:51:12] fsfe.org/activities/apple-litigation/apple-litigation.it.html
[12:51:12] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.es.html
[12:51:12] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.fr.html
[12:51:12] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.it.html
[12:51:12] fsfe.org/activities/bgw/bgw.es.html
[12:51:12] fsfe.org/activities/bgw/bgw.fr.html
[12:51:12] fsfe.org/activities/bgw/bgw.it.html
[12:51:12] fsfe.org/activities/conf-events/conf-events.es.html
[12:51:12] fsfe.org/activities/conf-events/conf-events.fr.html
[12:51:12] fsfe.org/activities/conf-events/conf-events.it.html
[12:51:12] fsfe.org/activities/conf-events/report-cccamp23.es.html
[12:51:12] fsfe.org/activities/conf-events/report-cccamp23.fr.html
[12:51:12] fsfe.org/activities/conf-events/report-cccamp23.it.html
[12:51:12] fsfe.org/activities/deviceneutrality/index.es.html
[12:51:12] fsfe.org/activities/deviceneutrality/index.fr.html
[12:51:12] fsfe.org/activities/deviceneutrality/index.it.html
[12:51:12] fsfe.org/activities/dma/dma.es.html
[12:51:12] fsfe.org/activities/dma/dma.fr.html
[12:51:12] fsfe.org/activities/dma/dma.it.html
[12:51:12] fsfe.org/activities/drm/drm.es.html
[12:51:12] fsfe.org/activities/drm/drm.fr.html
[12:51:12] fsfe.org/activities/drm/drm.it.html
[12:51:12] fsfe.org/activities/drm/open-letter-ec-drm-html.es.html
[12:51:12] fsfe.org/activities/drm/open-letter-ec-drm-html.fr.html
[12:51:12] fsfe.org/activities/drm/open-letter-ec-drm-html.it.html
[12:51:12] fsfe.org/activities/drm/sony-rootkit-fiasco.es.html
[12:51:12] fsfe.org/activities/drm/sony-rootkit-fiasco.fr.html
[12:51:12] fsfe.org/activities/drm/sony-rootkit-fiasco.it.html
[12:51:12] fsfe.org/activities/elections/digitalomat.es.html
[12:51:12] fsfe.org/activities/elections/digitalomat.fr.html
[12:51:12] fsfe.org/activities/elections/digitalomat.it.html
[12:51:12] fsfe.org/activities/elections/freedomvote.es.html
[12:51:12] fsfe.org/activities/elections/freedomvote.fr.html
[12:51:12] fsfe.org/activities/elections/freedomvote.it.html
[12:51:12] fsfe.org/activities/elections/index.es.html
[12:51:12] fsfe.org/activities/elections/index.fr.html
[12:51:12] fsfe.org/activities/elections/index.it.html
[12:51:12] fsfe.org/activities/elections/letspromise.es.html
[12:51:12] fsfe.org/activities/elections/letspromise.fr.html
[12:51:12] fsfe.org/activities/elections/letspromise.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.es.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.fr.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.it.html
[12:51:12] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.es.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.fr.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.it.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.es.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.fr.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.it.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.es.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.fr.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.it.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.es.html
[12:51:13] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/example-questions.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/example-questions.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/example-questions.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.it.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.es.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.fr.html
[12:51:14] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.it.html
[12:51:14] fsfe.org/activities/eucd/eucd-fs.es.html
[12:51:14] fsfe.org/activities/eucd/eucd-fs.fr.html
[12:51:14] fsfe.org/activities/eucd/eucd-fs.it.html
[12:51:14] fsfe.org/activities/eucd/eucd.es.html
[12:51:14] fsfe.org/activities/eucd/eucd.fr.html
[12:51:14] fsfe.org/activities/eucd/eucd.it.html
[12:51:14] fsfe.org/activities/eura-slovakia/eura-slovakia.es.html
[12:51:14] fsfe.org/activities/eura-slovakia/eura-slovakia.fr.html
[12:51:14] fsfe.org/activities/eura-slovakia/eura-slovakia.it.html
[12:51:14] fsfe.org/activities/fla/fiduciary.es.html
[12:51:14] fsfe.org/activities/fla/fiduciary.fr.html
[12:51:14] fsfe.org/activities/fla/fiduciary.it.html
[12:51:14] fsfe.org/activities/fla/fla.es.html
[12:51:14] fsfe.org/activities/fla/fla.fr.html
[12:51:14] fsfe.org/activities/fla/fla.it.html
[12:51:14] fsfe.org/activities/foss4smes/foss4smes.es.html
[12:51:14] fsfe.org/activities/foss4smes/foss4smes.fr.html
[12:51:14] fsfe.org/activities/foss4smes/foss4smes.it.html
[12:51:14] fsfe.org/activities/fp6/focal.es.html
[12:51:14] fsfe.org/activities/fp6/focal.fr.html
[12:51:14] fsfe.org/activities/fp6/focal.it.html
[12:51:14] fsfe.org/activities/fp6/fp6.es.html
[12:51:14] fsfe.org/activities/fp6/fp6.fr.html
[12:51:14] fsfe.org/activities/fp6/fp6.it.html
[12:51:14] fsfe.org/activities/fp6/lafis.es.html
[12:51:14] fsfe.org/activities/fp6/lafis.fr.html
[12:51:14] fsfe.org/activities/fp6/lafis.it.html
[12:51:14] fsfe.org/activities/fp6/more-support.es.html
[12:51:14] fsfe.org/activities/fp6/more-support.fr.html
[12:51:14] fsfe.org/activities/fp6/more-support.it.html
[12:51:14] fsfe.org/activities/fp6/reasoning.es.html
[12:51:14] fsfe.org/activities/fp6/reasoning.fr.html
[12:51:14] fsfe.org/activities/fp6/reasoning.it.html
[12:51:14] fsfe.org/activities/fp6/recommendation.es.html
[12:51:14] fsfe.org/activities/fp6/recommendation.fr.html
[12:51:14] fsfe.org/activities/fp6/recommendation.it.html
[12:51:14] fsfe.org/activities/fp6/supporting-parties.es.html
[12:51:14] fsfe.org/activities/fp6/supporting-parties.fr.html
[12:51:14] fsfe.org/activities/fp6/supporting-parties.it.html
[12:51:14] fsfe.org/activities/fp7/fp7.es.html
[12:51:14] fsfe.org/activities/fp7/fp7.fr.html
[12:51:14] fsfe.org/activities/fp7/fp7.it.html
[12:51:14] fsfe.org/activities/gbn/gbn.es.html
[12:51:14] fsfe.org/activities/gbn/gbn.fr.html
[12:51:14] fsfe.org/activities/gbn/gbn.it.html
[12:51:14] fsfe.org/activities/gplv3/bangalore-rms-transcript.es.html
[12:51:14] fsfe.org/activities/gplv3/bangalore-rms-transcript.fr.html
[12:51:14] fsfe.org/activities/gplv3/bangalore-rms-transcript.it.html
[12:51:14] fsfe.org/activities/gplv3/barcelona-moglen-transcript.es.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-moglen-transcript.fr.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-moglen-transcript.it.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-rms-transcript.es.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-rms-transcript.fr.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-rms-transcript.it.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-summaries.es.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-summaries.fr.html
[12:51:15] fsfe.org/activities/gplv3/barcelona-summaries.it.html
[12:51:15] fsfe.org/activities/gplv3/brussels-rms-transcript.es.html
[12:51:15] fsfe.org/activities/gplv3/brussels-rms-transcript.fr.html
[12:51:15] fsfe.org/activities/gplv3/brussels-rms-transcript.it.html
[12:51:15] fsfe.org/activities/gplv3/diff-draft1-draft2.es.html
[12:51:15] fsfe.org/activities/gplv3/diff-draft1-draft2.fr.html
[12:51:15] fsfe.org/activities/gplv3/diff-draft1-draft2.it.html
[12:51:15] fsfe.org/activities/gplv3/diff-draft2-draft3.es.html
[12:51:15] fsfe.org/activities/gplv3/diff-draft2-draft3.fr.html
[12:51:15] fsfe.org/activities/gplv3/diff-draft2-draft3.it.html
[12:51:15] fsfe.org/activities/gplv3/diff-gplv2-draft2.es.html
[12:51:15] fsfe.org/activities/gplv3/diff-gplv2-draft2.fr.html
[12:51:15] fsfe.org/activities/gplv3/diff-gplv2-draft2.it.html
[12:51:15] fsfe.org/activities/gplv3/drm-and-gplv3.es.html
[12:51:15] fsfe.org/activities/gplv3/drm-and-gplv3.fr.html
[12:51:15] fsfe.org/activities/gplv3/drm-and-gplv3.it.html
[12:51:15] fsfe.org/activities/gplv3/europe-gplv3-conference.es.html
[12:51:15] fsfe.org/activities/gplv3/europe-gplv3-conference.fr.html
[12:51:15] fsfe.org/activities/gplv3/europe-gplv3-conference.it.html
[12:51:15] fsfe.org/activities/gplv3/events.es.html
[12:51:15] fsfe.org/activities/gplv3/events.fr.html
[12:51:15] fsfe.org/activities/gplv3/events.it.html
[12:51:15] fsfe.org/activities/gplv3/fisl-rms-transcript.es.html
[12:51:15] fsfe.org/activities/gplv3/fisl-rms-transcript.fr.html
[12:51:15] fsfe.org/activities/gplv3/fisl-rms-transcript.it.html
[12:51:15] fsfe.org/activities/gplv3/gplv3-torino.es.html
[12:51:15] fsfe.org/activities/gplv3/gplv3-torino.fr.html
[12:51:15] fsfe.org/activities/gplv3/gplv3-torino.it.html
[12:51:15] fsfe.org/activities/gplv3/gplv3.es.html
[12:51:15] fsfe.org/activities/gplv3/gplv3.fr.html
[12:51:15] fsfe.org/activities/gplv3/gplv3.it.html
[12:51:15] fsfe.org/activities/gplv3/links.es.html
[12:51:15] fsfe.org/activities/gplv3/links.fr.html
[12:51:15] fsfe.org/activities/gplv3/links.it.html
[12:51:15] fsfe.org/activities/gplv3/patents-and-gplv3.es.html
[12:51:15] fsfe.org/activities/gplv3/patents-and-gplv3.fr.html
[12:51:15] fsfe.org/activities/gplv3/patents-and-gplv3.it.html
[12:51:15] fsfe.org/activities/gplv3/timeline.es.html
[12:51:15] fsfe.org/activities/gplv3/timeline.fr.html
[12:51:15] fsfe.org/activities/gplv3/timeline.it.html
[12:51:15] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.es.html
[12:51:15] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.fr.html
[12:51:15] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.it.html
[12:51:15] fsfe.org/activities/gplv3/tokyo-rms-transcript.es.html
[12:51:15] fsfe.org/activities/gplv3/tokyo-rms-transcript.fr.html
[12:51:15] fsfe.org/activities/gplv3/tokyo-rms-transcript.it.html
[12:51:15] fsfe.org/activities/gplv3/topics.es.html
[12:51:15] fsfe.org/activities/gplv3/topics.fr.html
[12:51:15] fsfe.org/activities/gplv3/topics.it.html
[12:51:15] fsfe.org/activities/gplv3/torino-rms-transcript.es.html
[12:51:15] fsfe.org/activities/gplv3/torino-rms-transcript.fr.html
[12:51:15] fsfe.org/activities/gplv3/torino-rms-transcript.it.html
[12:51:15] fsfe.org/activities/igf/a2k.es.html
[12:51:15] fsfe.org/activities/igf/a2k.fr.html
[12:51:15] fsfe.org/activities/igf/a2k.it.html
[12:51:15] fsfe.org/activities/igf/dcos.es.html
[12:51:15] fsfe.org/activities/igf/dcos.fr.html
[12:51:15] fsfe.org/activities/igf/dcos.it.html
[12:51:15] fsfe.org/activities/igf/igf.es.html
[12:51:15] fsfe.org/activities/igf/igf.fr.html
[12:51:15] fsfe.org/activities/igf/igf.it.html
[12:51:15] fsfe.org/activities/igf/sovsoft.es.html
[12:51:15] fsfe.org/activities/igf/sovsoft.fr.html
[12:51:15] fsfe.org/activities/igf/sovsoft.it.html
[12:51:15] fsfe.org/activities/igf/wgig.es.html
[12:51:15] fsfe.org/activities/igf/wgig.fr.html
[12:51:15] fsfe.org/activities/igf/wgig.it.html
[12:51:15] fsfe.org/activities/ilovefs/index.es.html
[12:51:15] fsfe.org/activities/ilovefs/index.fr.html
[12:51:15] fsfe.org/activities/ilovefs/index.it.html
[12:51:15] fsfe.org/activities/ilovefs/artwork/artwork.es.html
[12:51:15] fsfe.org/activities/ilovefs/artwork/artwork.fr.html
[12:51:15] fsfe.org/activities/ilovefs/artwork/artwork.it.html
[12:51:15] fsfe.org/activities/ilovefs/report/report_2023.es.html
[12:51:15] fsfe.org/activities/ilovefs/report/report_2023.fr.html
[12:51:15] fsfe.org/activities/ilovefs/report/report_2023.it.html
[12:51:15] fsfe.org/activities/ilovefs/report/report_2024.es.html
[12:51:17] fsfe.org/activities/ilovefs/report/report_2024.fr.html
[12:51:17] fsfe.org/activities/ilovefs/report/report_2024.it.html
[12:51:17] fsfe.org/activities/ilovefs/whylovefs/gallery.es.html
[12:51:17] fsfe.org/activities/ilovefs/whylovefs/gallery.fr.html
[12:51:17] fsfe.org/activities/ilovefs/whylovefs/gallery.it.html
[12:51:17] fsfe.org/activities/ilovefs/whylovefs/whylovefs.es.html
[12:51:17] fsfe.org/activities/ilovefs/whylovefs/whylovefs.fr.html
[12:51:17] fsfe.org/activities/ilovefs/whylovefs/whylovefs.it.html
[12:51:17] fsfe.org/activities/ipred2/ipred2.es.html
[12:51:17] fsfe.org/activities/ipred2/ipred2.fr.html
[12:51:17] fsfe.org/activities/ipred2/ipred2.it.html
[12:51:17] fsfe.org/activities/ipred2/letter-april-2007.es.html
[12:51:17] fsfe.org/activities/ipred2/letter-april-2007.fr.html
[12:51:17] fsfe.org/activities/ipred2/letter-april-2007.it.html
[12:51:17] fsfe.org/activities/licence-questions/licence-questions.es.html
[12:51:17] fsfe.org/activities/licence-questions/licence-questions.fr.html
[12:51:17] fsfe.org/activities/licence-questions/licence-questions.it.html
[12:51:17] fsfe.org/activities/ln/application-confirm.es.html
[12:51:17] fsfe.org/activities/ln/application-confirm.fr.html
[12:51:17] fsfe.org/activities/ln/application-confirm.it.html
[12:51:17] fsfe.org/activities/ln/application-success.es.html
[12:51:17] fsfe.org/activities/ln/application-success.fr.html
[12:51:17] fsfe.org/activities/ln/application-success.it.html
[12:51:17] fsfe.org/activities/ln/application.es.html
[12:51:17] fsfe.org/activities/ln/application.fr.html
[12:51:17] fsfe.org/activities/ln/application.it.html
[12:51:17] fsfe.org/activities/ln/council.es.html
[12:51:17] fsfe.org/activities/ln/council.fr.html
[12:51:17] fsfe.org/activities/ln/council.it.html
[12:51:17] fsfe.org/activities/ln/llw-conf.es.html
[12:51:17] fsfe.org/activities/ln/llw-conf.fr.html
[12:51:17] fsfe.org/activities/ln/llw-conf.it.html
[12:51:17] fsfe.org/activities/ln/llw-past.es.html
[12:51:17] fsfe.org/activities/ln/llw-past.fr.html
[12:51:17] fsfe.org/activities/ln/llw-past.it.html
[12:51:17] fsfe.org/activities/ln/llw.es.html
[12:51:17] fsfe.org/activities/ln/llw.fr.html
[12:51:17] fsfe.org/activities/ln/llw.it.html
[12:51:17] fsfe.org/activities/ln/ln-procedures.es.html
[12:51:17] fsfe.org/activities/ln/ln-procedures.fr.html
[12:51:17] fsfe.org/activities/ln/ln-procedures.it.html
[12:51:17] fsfe.org/activities/ln/ln.es.html
[12:51:17] fsfe.org/activities/ln/ln.fr.html
[12:51:17] fsfe.org/activities/ln/ln.it.html
[12:51:17] fsfe.org/activities/ln/memberlist-confirm.es.html
[12:51:17] fsfe.org/activities/ln/memberlist-confirm.fr.html
[12:51:17] fsfe.org/activities/ln/memberlist-confirm.it.html
[12:51:17] fsfe.org/activities/ln/memberlist-success.es.html
[12:51:17] fsfe.org/activities/ln/memberlist-success.fr.html
[12:51:17] fsfe.org/activities/ln/memberlist-success.it.html
[12:51:17] fsfe.org/activities/ln/memberlist.es.html
[12:51:17] fsfe.org/activities/ln/memberlist.fr.html
[12:51:17] fsfe.org/activities/ln/memberlist.it.html
[12:51:17] fsfe.org/activities/ln/modpolicy.es.html
[12:51:17] fsfe.org/activities/ln/modpolicy.fr.html
[12:51:17] fsfe.org/activities/ln/modpolicy.it.html
[12:51:17] fsfe.org/activities/ln/rules.es.html
[12:51:17] fsfe.org/activities/ln/rules.fr.html
[12:51:17] fsfe.org/activities/ln/rules.it.html
[12:51:17] fsfe.org/activities/mankind/contact.es.html
[12:51:17] fsfe.org/activities/mankind/contact.fr.html
[12:51:17] fsfe.org/activities/mankind/contact.it.html
[12:51:17] fsfe.org/activities/mankind/done.es.html
[12:51:17] fsfe.org/activities/mankind/done.fr.html
[12:51:17] fsfe.org/activities/mankind/done.it.html
[12:51:17] fsfe.org/activities/mankind/help.es.html
[12:51:17] fsfe.org/activities/mankind/help.fr.html
[12:51:17] fsfe.org/activities/mankind/help.it.html
[12:51:17] fsfe.org/activities/mankind/links.es.html
[12:51:17] fsfe.org/activities/mankind/links.fr.html
[12:51:17] fsfe.org/activities/mankind/links.it.html
[12:51:17] fsfe.org/activities/mankind/mankind.es.html
[12:51:17] fsfe.org/activities/mankind/mankind.fr.html
[12:51:17] fsfe.org/activities/mankind/mankind.it.html
[12:51:17] fsfe.org/activities/mankind/press.es.html
[12:51:17] fsfe.org/activities/mankind/press.fr.html
[12:51:17] fsfe.org/activities/mankind/press.it.html
[12:51:17] fsfe.org/activities/mankind/support.es.html
[12:51:17] fsfe.org/activities/mankind/support.fr.html
[12:51:17] fsfe.org/activities/mankind/support.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/index.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/index.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/index.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/press-release.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/press-release.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/press-release.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/conclusion.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/conclusion.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/conclusion.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/contact.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/contact.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/contact.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/ethical.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/ethical.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/ethical.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/facts.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/facts.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/facts.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/independence.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/independence.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/independence.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/origin.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/origin.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/origin.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/plan.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/plan.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/plan.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/social.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/social.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/social.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/support.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/support.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/support.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/technical.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/technical.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/technical.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/threats.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/threats.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/threats.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/unesco.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/unesco.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/unesco.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/why1.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/why1.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/why1.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/why2.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/why2.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/why2.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/workdone.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/workdone.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/workdone.it.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.es.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.fr.html
[12:51:17] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.it.html
[12:51:17] fsfe.org/activities/ms-vs-eu/article-20060421.es.html
[12:51:17] fsfe.org/activities/ms-vs-eu/article-20060421.fr.html
[12:51:17] fsfe.org/activities/ms-vs-eu/article-20060421.it.html
[12:51:17] fsfe.org/activities/ms-vs-eu/background.es.html
[12:51:17] fsfe.org/activities/ms-vs-eu/background.fr.html
[12:51:17] fsfe.org/activities/ms-vs-eu/background.it.html
[12:51:17] fsfe.org/activities/ms-vs-eu/intervention-20040930.es.html
[12:51:17] fsfe.org/activities/ms-vs-eu/intervention-20040930.fr.html
[12:51:17] fsfe.org/activities/ms-vs-eu/intervention-20040930.it.html
[12:51:17] fsfe.org/activities/ms-vs-eu/ms-vs-eu.es.html
[12:51:17] fsfe.org/activities/ms-vs-eu/ms-vs-eu.fr.html
[12:51:17] fsfe.org/activities/ms-vs-eu/ms-vs-eu.it.html
[12:51:17] fsfe.org/activities/ms-vs-eu/timeline.es.html
[12:51:17] fsfe.org/activities/ms-vs-eu/timeline.fr.html
[12:51:17] fsfe.org/activities/ms-vs-eu/timeline.it.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-converter-hoax.es.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-converter-hoax.fr.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-converter-hoax.it.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.es.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.fr.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.it.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-interoperability.es.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-interoperability.fr.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-interoperability.it.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-questions-for-ms.es.html
[12:51:17] fsfe.org/activities/msooxml/msooxml-questions-for-ms.fr.html
[12:51:18] fsfe.org/activities/msooxml/msooxml-questions-for-ms.it.html
[12:51:18] fsfe.org/activities/msooxml/msooxml-questions.es.html
[12:51:18] fsfe.org/activities/msooxml/msooxml-questions.fr.html
[12:51:18] fsfe.org/activities/msooxml/msooxml-questions.it.html
[12:51:18] fsfe.org/activities/msooxml/msooxml.es.html
[12:51:18] fsfe.org/activities/msooxml/msooxml.fr.html
[12:51:18] fsfe.org/activities/msooxml/msooxml.it.html
[12:51:18] fsfe.org/activities/ngi/ngi-past.es.html
[12:51:18] fsfe.org/activities/ngi/ngi-past.fr.html
[12:51:18] fsfe.org/activities/ngi/ngi-past.it.html
[12:51:18] fsfe.org/activities/ngi/ngi.es.html
[12:51:18] fsfe.org/activities/ngi/ngi.fr.html
[12:51:18] fsfe.org/activities/ngi/ngi.it.html
[12:51:18] fsfe.org/activities/nledu/nledu.es.html
[12:51:18] fsfe.org/activities/nledu/nledu.fr.html
[12:51:18] fsfe.org/activities/nledu/nledu.it.html
[12:51:18] fsfe.org/activities/pdfreaders/bug-report-uk.es.html
[12:51:18] fsfe.org/activities/pdfreaders/bug-report-uk.fr.html
[12:51:18] fsfe.org/activities/pdfreaders/bug-report-uk.it.html
[12:51:18] fsfe.org/activities/pdfreaders/bug-report.es.html
[12:51:18] fsfe.org/activities/pdfreaders/bug-report.fr.html
[12:51:18] fsfe.org/activities/pdfreaders/bug-report.it.html
[12:51:18] fsfe.org/activities/pdfreaders/buglist.es.html
[12:51:18] fsfe.org/activities/pdfreaders/buglist.fr.html
[12:51:18] fsfe.org/activities/pdfreaders/buglist.it.html
[12:51:18] fsfe.org/activities/pdfreaders/follow-up.es.html
[12:51:18] fsfe.org/activities/pdfreaders/follow-up.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/follow-up.it.html
[12:51:19] fsfe.org/activities/pdfreaders/guideline.es.html
[12:51:19] fsfe.org/activities/pdfreaders/guideline.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/guideline.it.html
[12:51:19] fsfe.org/activities/pdfreaders/letter.es.html
[12:51:19] fsfe.org/activities/pdfreaders/letter.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/letter.it.html
[12:51:19] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.es.html
[12:51:19] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.it.html
[12:51:19] fsfe.org/activities/pdfreaders/pdfreaders.es.html
[12:51:19] fsfe.org/activities/pdfreaders/pdfreaders.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/pdfreaders.it.html
[12:51:19] fsfe.org/activities/pdfreaders/pdfsprint.es.html
[12:51:19] fsfe.org/activities/pdfreaders/pdfsprint.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/pdfsprint.it.html
[12:51:19] fsfe.org/activities/pdfreaders/petition-error.es.html
[12:51:19] fsfe.org/activities/pdfreaders/petition-error.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/petition-error.it.html
[12:51:19] fsfe.org/activities/pdfreaders/petition-success.es.html
[12:51:19] fsfe.org/activities/pdfreaders/petition-success.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/petition-success.it.html
[12:51:19] fsfe.org/activities/pdfreaders/petition.es.html
[12:51:19] fsfe.org/activities/pdfreaders/petition.fr.html
[12:51:19] fsfe.org/activities/pdfreaders/petition.it.html
[12:51:19] fsfe.org/activities/publiccode/bea.es.html
[12:51:19] fsfe.org/activities/publiccode/bea.fr.html
[12:51:19] fsfe.org/activities/publiccode/bea.it.html
[12:51:19] fsfe.org/activities/publiccode/brochure.es.html
[12:51:19] fsfe.org/activities/publiccode/brochure.fr.html
[12:51:19] fsfe.org/activities/publiccode/brochure.it.html
[12:51:19] fsfe.org/activities/publiccode/get-active.es.html
[12:51:19] fsfe.org/activities/publiccode/get-active.fr.html
[12:51:19] fsfe.org/activities/publiccode/get-active.it.html
[12:51:19] fsfe.org/activities/publiccode/publiccode.es.html
[12:51:19] fsfe.org/activities/publiccode/publiccode.fr.html
[12:51:19] fsfe.org/activities/publiccode/publiccode.it.html
[12:51:19] fsfe.org/activities/radiodirective/radiodirective.es.html
[12:51:19] fsfe.org/activities/radiodirective/radiodirective.fr.html
[12:51:19] fsfe.org/activities/radiodirective/radiodirective.it.html
[12:51:19] fsfe.org/activities/radiodirective/statement.es.html
[12:51:19] fsfe.org/activities/radiodirective/statement.fr.html
[12:51:19] fsfe.org/activities/radiodirective/statement.it.html
[12:51:19] fsfe.org/activities/routers/routers.es.html
[12:51:19] fsfe.org/activities/routers/routers.fr.html
[12:51:19] fsfe.org/activities/routers/routers.it.html
[12:51:19] fsfe.org/activities/routers/timeline.es.html
[12:51:19] fsfe.org/activities/routers/timeline.fr.html
[12:51:19] fsfe.org/activities/routers/timeline.it.html
[12:51:19] fsfe.org/activities/self/self.es.html
[12:51:19] fsfe.org/activities/self/self.fr.html
[12:51:19] fsfe.org/activities/self/self.it.html
[12:51:19] fsfe.org/activities/stacs/belgrade-register.es.html
[12:51:19] fsfe.org/activities/stacs/belgrade-register.fr.html
[12:51:19] fsfe.org/activities/stacs/belgrade-register.it.html
[12:51:19] fsfe.org/activities/stacs/belgrade.es.html
[12:51:19] fsfe.org/activities/stacs/belgrade.fr.html
[12:51:19] fsfe.org/activities/stacs/belgrade.it.html
[12:51:20] fsfe.org/activities/stacs/london-register.es.html
[12:51:20] fsfe.org/activities/stacs/london-register.fr.html
[12:51:20] fsfe.org/activities/stacs/london-register.it.html
[12:51:20] fsfe.org/activities/stacs/london.es.html
[12:51:20] fsfe.org/activities/stacs/london.fr.html
[12:51:20] fsfe.org/activities/stacs/london.it.html
[12:51:20] fsfe.org/activities/stacs/stacs.es.html
[12:51:20] fsfe.org/activities/stacs/stacs.fr.html
[12:51:20] fsfe.org/activities/stacs/stacs.it.html
[12:51:20] fsfe.org/activities/stacs/tmpl-belgrade.es.html
[12:51:20] fsfe.org/activities/stacs/tmpl-belgrade.fr.html
[12:51:20] fsfe.org/activities/stacs/tmpl-belgrade.it.html
[12:51:20] fsfe.org/activities/stacs/tmpl-london.es.html
[12:51:20] fsfe.org/activities/stacs/tmpl-london.fr.html
[12:51:20] fsfe.org/activities/stacs/tmpl-london.it.html
[12:51:20] fsfe.org/activities/swpat/background.es.html
[12:51:20] fsfe.org/activities/swpat/background.fr.html
[12:51:20] fsfe.org/activities/swpat/background.it.html
[12:51:20] fsfe.org/activities/swpat/documents.es.html
[12:51:20] fsfe.org/activities/swpat/documents.fr.html
[12:51:20] fsfe.org/activities/swpat/documents.it.html
[12:51:20] fsfe.org/activities/swpat/fsfe-patstrat-response.es.html
[12:51:20] fsfe.org/activities/swpat/fsfe-patstrat-response.fr.html
[12:51:20] fsfe.org/activities/swpat/fsfe-patstrat-response.it.html
[12:51:20] fsfe.org/activities/swpat/how-the-eu-patent-system-works.es.html
[12:51:20] fsfe.org/activities/swpat/how-the-eu-patent-system-works.fr.html
[12:51:20] fsfe.org/activities/swpat/how-the-eu-patent-system-works.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20040510.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20040510.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20040510.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20040531.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20040531.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20040531.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20040706.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20040706.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20040706.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20040802.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20040802.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20040802.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20040906.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20040906.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20040906.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20041004.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20041004.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20041004.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20041101.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20041101.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20041101.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20041206.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20041206.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20041206.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20050103.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20050103.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20050103.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20050207.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20050207.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20050207.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20050307.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20050307.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20050307.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20050405.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20050405.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20050405.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20050502.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20050502.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20050502.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20050606.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20050606.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20050606.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20101222.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20101222.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20101222.it.html
[12:51:20] fsfe.org/activities/swpat/letter-20110406.es.html
[12:51:20] fsfe.org/activities/swpat/letter-20110406.fr.html
[12:51:20] fsfe.org/activities/swpat/letter-20110406.it.html
[12:51:20] fsfe.org/activities/swpat/memorandum.es.html
[12:51:20] fsfe.org/activities/swpat/memorandum.fr.html
[12:51:20] fsfe.org/activities/swpat/memorandum.it.html
[12:51:20] fsfe.org/activities/swpat/nortel.es.html
[12:51:20] fsfe.org/activities/swpat/nortel.fr.html
[12:51:20] fsfe.org/activities/swpat/nortel.it.html
[12:51:20] fsfe.org/activities/swpat/novell-cptn.es.html
[12:51:20] fsfe.org/activities/swpat/novell-cptn.fr.html
[12:51:20] fsfe.org/activities/swpat/novell-cptn.it.html
[12:51:22] fsfe.org/activities/swpat/second-reading-bullets.es.html
[12:51:22] fsfe.org/activities/swpat/second-reading-bullets.fr.html
[12:51:22] fsfe.org/activities/swpat/second-reading-bullets.it.html
[12:51:22] fsfe.org/activities/swpat/status.es.html
[12:51:22] fsfe.org/activities/swpat/status.fr.html
[12:51:22] fsfe.org/activities/swpat/status.it.html
[12:51:22] fsfe.org/activities/swpat/swpat.es.html
[12:51:22] fsfe.org/activities/swpat/swpat.fr.html
[12:51:22] fsfe.org/activities/swpat/swpat.it.html
[12:51:22] fsfe.org/activities/swpat/current/model-letter-companies.es.html
[12:51:22] fsfe.org/activities/swpat/current/model-letter-companies.fr.html
[12:51:22] fsfe.org/activities/swpat/current/model-letter-companies.it.html
[12:51:22] fsfe.org/activities/swpat/current/unitary-patent.es.html
[12:51:22] fsfe.org/activities/swpat/current/unitary-patent.fr.html
[12:51:22] fsfe.org/activities/swpat/current/unitary-patent.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool1.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool1.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool1.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool2.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool2.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool2.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool3.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool3.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool3.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool4.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool4.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool4.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool5.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool5.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool5.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool6.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool6.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool6.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool7.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool7.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool7.it.html
[12:51:22] fsfe.org/activities/tgs/tagatschool8.es.html
[12:51:22] fsfe.org/activities/tgs/tagatschool8.fr.html
[12:51:22] fsfe.org/activities/tgs/tagatschool8.it.html
[12:51:22] fsfe.org/activities/tgs/tgs.es.html
[12:51:22] fsfe.org/activities/tgs/tgs.fr.html
[12:51:22] fsfe.org/activities/tgs/tgs.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/application-confirm.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/application-confirm.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/application-confirm.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/application-success.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/application-success.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/application-success.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/howtoupcycle.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/howtoupcycle.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/howtoupcycle.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/individual-signatures.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/individual-signatures.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/individual-signatures.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/informationmaterial.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/informationmaterial.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/informationmaterial.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/is-flashing-legal.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/is-flashing-legal.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/is-flashing-legal.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/openletter.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/openletter.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/openletter.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/upcyclingandroid.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/upcyclingandroid.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/upcyclingandroid.it.html
[12:51:22] fsfe.org/activities/upcyclingandroid/workshops.es.html
[12:51:22] fsfe.org/activities/upcyclingandroid/workshops.fr.html
[12:51:22] fsfe.org/activities/upcyclingandroid/workshops.it.html
[12:51:22] fsfe.org/activities/whyfs/whyfs.es.html
[12:51:22] fsfe.org/activities/whyfs/whyfs.fr.html
[12:51:22] fsfe.org/activities/whyfs/whyfs.it.html
[12:51:22] fsfe.org/activities/wipo/fser.es.html
[12:51:22] fsfe.org/activities/wipo/fser.fr.html
[12:51:22] fsfe.org/activities/wipo/fser.it.html
[12:51:22] fsfe.org/activities/wipo/iprip.es.html
[12:51:22] fsfe.org/activities/wipo/iprip.fr.html
[12:51:22] fsfe.org/activities/wipo/iprip.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20050413.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20050413.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20050413.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20050415.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20050415.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20050415.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20050620.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20050620.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20050620.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20050721.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20050721.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20050721.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20050930.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20050930.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20050930.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20060223.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20060223.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20060223.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20060628.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20060628.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20060628.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20070928.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20070928.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20070928.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090324.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090324.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090324.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090325.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090325.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090325.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090327.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090327.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090327.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090420-01.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090420-01.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090420-01.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090420-02.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090420-02.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090420-02.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090430-01.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090430-01.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090430-01.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090430-02.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090430-02.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090430-02.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20090501.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20090501.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20090501.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-01.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-01.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-01.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-02.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-02.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-02.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-03.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-03.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125-03.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20100125.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20100127-01.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20100127-01.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20100127-01.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20100127-02.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20100127-02.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20100127-02.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20101013.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20101013.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20101013.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20101124-01.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20101124-01.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20101124-01.it.html
[12:51:22] fsfe.org/activities/wipo/statement-20101124-02.es.html
[12:51:22] fsfe.org/activities/wipo/statement-20101124-02.fr.html
[12:51:22] fsfe.org/activities/wipo/statement-20101124-02.it.html
[12:51:22] fsfe.org/activities/wipo/wipo.es.html
[12:51:22] fsfe.org/activities/wipo/wipo.fr.html
[12:51:22] fsfe.org/activities/wipo/wipo.it.html
[12:51:22] fsfe.org/activities/wipo/wiwo.es.html
[12:51:22] fsfe.org/activities/wipo/wiwo.fr.html
[12:51:23] fsfe.org/activities/wipo/wiwo.it.html
[12:51:23] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.es.html
[12:51:23] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.fr.html
[12:51:23] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.it.html
[12:51:23] fsfe.org/activities/wsis/debriefing-geneva.es.html
[12:51:23] fsfe.org/activities/wsis/debriefing-geneva.fr.html
[12:51:23] fsfe.org/activities/wsis/debriefing-geneva.it.html
[12:51:23] fsfe.org/activities/wsis/debriefing-paris.es.html
[12:51:23] fsfe.org/activities/wsis/debriefing-paris.fr.html
[12:51:23] fsfe.org/activities/wsis/debriefing-paris.it.html
[12:51:23] fsfe.org/activities/wsis/event-03-12-10.es.html
[12:51:23] fsfe.org/activities/wsis/event-03-12-10.fr.html
[12:51:23] fsfe.org/activities/wsis/event-03-12-10.it.html
[12:51:23] fsfe.org/activities/wsis/fs.es.html
[12:51:23] fsfe.org/activities/wsis/fs.fr.html
[12:51:23] fsfe.org/activities/wsis/fs.it.html
[12:51:23] fsfe.org/activities/wsis/issues.es.html
[12:51:23] fsfe.org/activities/wsis/issues.fr.html
[12:51:23] fsfe.org/activities/wsis/issues.it.html
[12:51:23] fsfe.org/activities/wsis/ps-20030923.es.html
[12:51:23] fsfe.org/activities/wsis/ps-20030923.fr.html
[12:51:23] fsfe.org/activities/wsis/ps-20030923.it.html
[12:51:23] fsfe.org/activities/wsis/wsis-and-software.es.html
[12:51:23] fsfe.org/activities/wsis/wsis-and-software.fr.html
[12:51:23] fsfe.org/activities/wsis/wsis-and-software.it.html
[12:51:23] fsfe.org/activities/wsis/wsis.es.html
[12:51:23] fsfe.org/activities/wsis/wsis.fr.html
[12:51:23] fsfe.org/activities/wsis/wsis.it.html
[12:51:23] fsfe.org/activities/yh4f/faq.es.html
[12:51:23] fsfe.org/activities/yh4f/faq.fr.html
[12:51:23] fsfe.org/activities/yh4f/faq.it.html
[12:51:23] fsfe.org/activities/yh4f/index.es.html
[12:51:23] fsfe.org/activities/yh4f/index.fr.html
[12:51:23] fsfe.org/activities/yh4f/index.it.html
[12:51:23] fsfe.org/activities/yh4f/jury.es.html
[12:51:23] fsfe.org/activities/yh4f/jury.fr.html
[12:51:23] fsfe.org/activities/yh4f/jury.it.html
[12:51:23] fsfe.org/activities/yh4f/media.es.html
[12:51:23] fsfe.org/activities/yh4f/media.fr.html
[12:51:23] fsfe.org/activities/yh4f/media.it.html
[12:51:23] fsfe.org/activities/yh4f/register-confirm.es.html
[12:51:23] fsfe.org/activities/yh4f/register-confirm.fr.html
[12:51:23] fsfe.org/activities/yh4f/register-confirm.it.html
[12:51:23] fsfe.org/activities/yh4f/register-success.es.html
[12:51:23] fsfe.org/activities/yh4f/register-success.fr.html
[12:51:23] fsfe.org/activities/yh4f/register-success.it.html
[12:51:23] fsfe.org/activities/zooom/zooom.es.html
[12:51:23] fsfe.org/activities/zooom/zooom.fr.html
[12:51:23] fsfe.org/activities/zooom/zooom.it.html
[12:51:23] fsfe.org/contact/email-updates.es.html
[12:51:23] fsfe.org/contact/email-updates.fr.html
[12:51:23] fsfe.org/contact/email-updates.it.html
[12:51:23] fsfe.org/contact/projects-call/projects-call.es.html
[12:51:23] fsfe.org/contact/projects-call/projects-call.fr.html
[12:51:23] fsfe.org/contact/projects-call/projects-call.it.html
[12:51:23] fsfe.org/contact/projects-call/submission-confirm.es.html
[12:51:23] fsfe.org/contact/projects-call/submission-confirm.fr.html
[12:51:23] fsfe.org/contact/projects-call/submission-confirm.it.html
[12:51:23] fsfe.org/contact/projects-call/submission-success.es.html
[12:51:23] fsfe.org/contact/projects-call/submission-success.fr.html
[12:51:23] fsfe.org/contact/projects-call/submission-success.it.html
[12:51:23] fsfe.org/contribute/contribute.es.html
[12:51:23] fsfe.org/contribute/contribute.fr.html
[12:51:23] fsfe.org/contribute/contribute.it.html
[12:51:23] fsfe.org/contribute/getyourgraphic.es.html
[12:51:23] fsfe.org/contribute/getyourgraphic.fr.html
[12:51:23] fsfe.org/contribute/getyourgraphic.it.html
[12:51:23] fsfe.org/contribute/promotion-materials-archive.es.html
[12:51:23] fsfe.org/contribute/promotion-materials-archive.fr.html
[12:51:23] fsfe.org/contribute/promotion-materials-archive.it.html
[12:51:23] fsfe.org/contribute/spreadtheword-freebie.es.html
[12:51:23] fsfe.org/contribute/spreadtheword-freebie.fr.html
[12:51:23] fsfe.org/contribute/spreadtheword-freebie.it.html
[12:51:23] fsfe.org/contribute/spreadtheword-ordererror.es.html
[12:51:23] fsfe.org/contribute/spreadtheword-ordererror.fr.html
[12:51:23] fsfe.org/contribute/spreadtheword-ordererror.it.html
[12:51:23] fsfe.org/contribute/spreadtheword-orderthanks.es.html
[12:51:23] fsfe.org/contribute/spreadtheword-orderthanks.fr.html
[12:51:23] fsfe.org/contribute/spreadtheword-orderthanks.it.html
[12:51:23] fsfe.org/contribute/spreadtheword.es.html
[12:51:23] fsfe.org/contribute/spreadtheword.fr.html
[12:51:23] fsfe.org/contribute/spreadtheword.it.html
[12:51:23] fsfe.org/contribute/advocacy/cwfs.es.html
[12:51:23] fsfe.org/contribute/advocacy/cwfs.fr.html
[12:51:23] fsfe.org/contribute/advocacy/cwfs.it.html
[12:51:23] fsfe.org/contribute/designers/designers.es.html
[12:51:23] fsfe.org/contribute/designers/designers.fr.html
[12:51:23] fsfe.org/contribute/designers/designers.it.html
[12:51:23] fsfe.org/contribute/designers/styleguide.es.html
[12:51:24] fsfe.org/contribute/designers/styleguide.fr.html
[12:51:24] fsfe.org/contribute/designers/styleguide.it.html
[12:51:24] fsfe.org/contribute/editors/editorial-guidelines.es.html
[12:51:24] fsfe.org/contribute/editors/editorial-guidelines.fr.html
[12:51:24] fsfe.org/contribute/editors/editorial-guidelines.it.html
[12:51:24] fsfe.org/contribute/editors/editors.es.html
[12:51:24] fsfe.org/contribute/editors/editors.fr.html
[12:51:24] fsfe.org/contribute/editors/editors.it.html
[12:51:24] fsfe.org/contribute/translators/translators.es.html
[12:51:24] fsfe.org/contribute/translators/translators.fr.html
[12:51:24] fsfe.org/contribute/translators/translators.it.html
[12:51:24] fsfe.org/contribute/translators/wordlist.es.html
[12:51:24] fsfe.org/contribute/translators/wordlist.fr.html
[12:51:24] fsfe.org/contribute/translators/wordlist.it.html
[12:51:24] fsfe.org/contribute/web/features.es.html
[12:51:24] fsfe.org/contribute/web/features.fr.html
[12:51:24] fsfe.org/contribute/web/features.it.html
[12:51:24] fsfe.org/contribute/web/web.es.html
[12:51:24] fsfe.org/contribute/web/web.fr.html
[12:51:24] fsfe.org/contribute/web/web.it.html
[12:51:24] fsfe.org/donate/donate.es.html
[12:51:24] fsfe.org/donate/donate.fr.html
[12:51:24] fsfe.org/donate/donate.it.html
[12:51:24] fsfe.org/donate/germany.es.html
[12:51:24] fsfe.org/donate/germany.fr.html
[12:51:24] fsfe.org/donate/germany.it.html
[12:51:24] fsfe.org/donate/hardware.es.html
[12:51:24] fsfe.org/donate/hardware.fr.html
[12:51:24] fsfe.org/donate/hardware.it.html
[12:51:24] fsfe.org/donate/letter-20041209.es.html
[12:51:24] fsfe.org/donate/letter-20041209.fr.html
[12:51:24] fsfe.org/donate/letter-20041209.it.html
[12:51:24] fsfe.org/donate/letter-2009.es.html
[12:51:24] fsfe.org/donate/letter-2009.fr.html
[12:51:24] fsfe.org/donate/letter-2009.it.html
[12:51:24] fsfe.org/donate/letter-2011.es.html
[12:51:24] fsfe.org/donate/letter-2011.fr.html
[12:51:24] fsfe.org/donate/letter-2011.it.html
[12:51:24] fsfe.org/donate/luxembourg.es.html
[12:51:24] fsfe.org/donate/luxembourg.fr.html
[12:51:24] fsfe.org/donate/luxembourg.it.html
[12:51:24] fsfe.org/donate/netherlands.es.html
[12:51:24] fsfe.org/donate/netherlands.fr.html
[12:51:24] fsfe.org/donate/netherlands.it.html
[12:51:24] fsfe.org/donate/payment.es.html
[12:51:24] fsfe.org/donate/payment.fr.html
[12:51:24] fsfe.org/donate/payment.it.html
[12:51:24] fsfe.org/donate/switzerland.es.html
[12:51:24] fsfe.org/donate/switzerland.fr.html
[12:51:24] fsfe.org/donate/switzerland.it.html
[12:51:24] fsfe.org/donate/thankgnus-2001.es.html
[12:51:24] fsfe.org/donate/thankgnus-2001.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2001.it.html
[12:51:24] fsfe.org/donate/thankgnus-2002.es.html
[12:51:24] fsfe.org/donate/thankgnus-2002.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2002.it.html
[12:51:24] fsfe.org/donate/thankgnus-2003.es.html
[12:51:24] fsfe.org/donate/thankgnus-2003.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2003.it.html
[12:51:24] fsfe.org/donate/thankgnus-2004.es.html
[12:51:24] fsfe.org/donate/thankgnus-2004.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2004.it.html
[12:51:24] fsfe.org/donate/thankgnus-2005.es.html
[12:51:24] fsfe.org/donate/thankgnus-2005.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2005.it.html
[12:51:24] fsfe.org/donate/thankgnus-2006.es.html
[12:51:24] fsfe.org/donate/thankgnus-2006.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2006.it.html
[12:51:24] fsfe.org/donate/thankgnus-2007.es.html
[12:51:24] fsfe.org/donate/thankgnus-2007.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2007.it.html
[12:51:24] fsfe.org/donate/thankgnus-2008.es.html
[12:51:24] fsfe.org/donate/thankgnus-2008.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2008.it.html
[12:51:24] fsfe.org/donate/thankgnus-2009.es.html
[12:51:24] fsfe.org/donate/thankgnus-2009.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2009.it.html
[12:51:24] fsfe.org/donate/thankgnus-2010.es.html
[12:51:24] fsfe.org/donate/thankgnus-2010.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2010.it.html
[12:51:24] fsfe.org/donate/thankgnus-2011.es.html
[12:51:24] fsfe.org/donate/thankgnus-2011.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2011.it.html
[12:51:24] fsfe.org/donate/thankgnus-2012.es.html
[12:51:24] fsfe.org/donate/thankgnus-2012.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2012.it.html
[12:51:24] fsfe.org/donate/thankgnus-2013.es.html
[12:51:24] fsfe.org/donate/thankgnus-2013.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2013.it.html
[12:51:24] fsfe.org/donate/thankgnus-2014.es.html
[12:51:24] fsfe.org/donate/thankgnus-2014.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2014.it.html
[12:51:24] fsfe.org/donate/thankgnus-2015.es.html
[12:51:24] fsfe.org/donate/thankgnus-2015.fr.html
[12:51:24] fsfe.org/donate/thankgnus-2015.it.html
[12:51:25] fsfe.org/donate/thankgnus-2016.es.html
[12:51:25] fsfe.org/donate/thankgnus-2016.fr.html
[12:51:25] fsfe.org/donate/thankgnus-2016.it.html
[12:51:25] fsfe.org/donate/thankgnus-2017.es.html
[12:51:25] fsfe.org/donate/thankgnus-2017.fr.html
[12:51:25] fsfe.org/donate/thankgnus-2017.it.html
[12:51:25] fsfe.org/donate/thankgnus-2018.es.html
[12:51:25] fsfe.org/donate/thankgnus-2018.fr.html
[12:51:25] fsfe.org/donate/thankgnus-2018.it.html
[12:51:26] fsfe.org/donate/thankgnus-2019.es.html
[12:51:26] fsfe.org/donate/thankgnus-2019.fr.html
[12:51:26] fsfe.org/donate/thankgnus-2019.it.html
[12:51:26] fsfe.org/donate/thankgnus-2020.es.html
[12:51:26] fsfe.org/donate/thankgnus-2020.fr.html
[12:51:26] fsfe.org/donate/thankgnus-2020.it.html
[12:51:26] fsfe.org/donate/thankgnus-2021.es.html
[12:51:26] fsfe.org/donate/thankgnus-2021.fr.html
[12:51:26] fsfe.org/donate/thankgnus-2021.it.html
[12:51:26] fsfe.org/donate/thankgnus-2022.es.html
[12:51:26] fsfe.org/donate/thankgnus-2022.fr.html
[12:51:26] fsfe.org/donate/thankgnus-2022.it.html
[12:51:26] fsfe.org/donate/thankgnus-2023.es.html
[12:51:26] fsfe.org/donate/thankgnus-2023.fr.html
[12:51:26] fsfe.org/donate/thankgnus-2023.it.html
[12:51:26] fsfe.org/donate/thankgnus-2024.es.html
[12:51:26] fsfe.org/donate/thankgnus-2024.fr.html
[12:51:26] fsfe.org/donate/thankgnus-2024.it.html
[12:51:26] fsfe.org/donate/thankgnus.es.html
[12:51:26] fsfe.org/donate/thankgnus.fr.html
[12:51:26] fsfe.org/donate/thankgnus.it.html
[12:51:26] fsfe.org/donate/thankyou.es.html
[12:51:26] fsfe.org/donate/thankyou.fr.html
[12:51:26] fsfe.org/donate/thankyou.it.html
[12:51:26] fsfe.org/error/400.es.html
[12:51:26] fsfe.org/error/400.fr.html
[12:51:26] fsfe.org/error/400.it.html
[12:51:26] fsfe.org/error/401.es.html
[12:51:26] fsfe.org/error/401.fr.html
[12:51:26] fsfe.org/error/401.it.html
[12:51:26] fsfe.org/error/403.es.html
[12:51:26] fsfe.org/error/403.fr.html
[12:51:26] fsfe.org/error/403.it.html
[12:51:26] fsfe.org/error/404.es.html
[12:51:26] fsfe.org/error/404.fr.html
[12:51:26] fsfe.org/error/404.it.html
[12:51:26] fsfe.org/error/405.es.html
[12:51:26] fsfe.org/error/405.fr.html
[12:51:26] fsfe.org/error/405.it.html
[12:51:26] fsfe.org/error/408.es.html
[12:51:26] fsfe.org/error/408.fr.html
[12:51:26] fsfe.org/error/408.it.html
[12:51:26] fsfe.org/error/410.es.html
[12:51:26] fsfe.org/error/410.fr.html
[12:51:26] fsfe.org/error/410.it.html
[12:51:26] fsfe.org/error/411.es.html
[12:51:26] fsfe.org/error/411.fr.html
[12:51:26] fsfe.org/error/411.it.html
[12:51:26] fsfe.org/error/412.es.html
[12:51:26] fsfe.org/error/412.fr.html
[12:51:26] fsfe.org/error/412.it.html
[12:51:26] fsfe.org/error/413.es.html
[12:51:26] fsfe.org/error/413.fr.html
[12:51:26] fsfe.org/error/413.it.html
[12:51:26] fsfe.org/error/414.es.html
[12:51:26] fsfe.org/error/414.fr.html
[12:51:26] fsfe.org/error/414.it.html
[12:51:26] fsfe.org/error/415.es.html
[12:51:26] fsfe.org/error/415.fr.html
[12:51:26] fsfe.org/error/415.it.html
[12:51:26] fsfe.org/error/500.es.html
[12:51:26] fsfe.org/error/500.fr.html
[12:51:26] fsfe.org/error/500.it.html
[12:51:26] fsfe.org/error/501.es.html
[12:51:26] fsfe.org/error/501.fr.html
[12:51:26] fsfe.org/error/501.it.html
[12:51:26] fsfe.org/error/502.es.html
[12:51:26] fsfe.org/error/502.fr.html
[12:51:26] fsfe.org/error/502.it.html
[12:51:26] fsfe.org/error/503.es.html
[12:51:26] fsfe.org/error/503.fr.html
[12:51:26] fsfe.org/error/503.it.html
[12:51:26] fsfe.org/events/SFD-2010.es.html
[12:51:26] fsfe.org/events/SFD-2010.fr.html
[12:51:26] fsfe.org/events/SFD-2010.it.html
[12:51:26] fsfe.org/events/archive-template.es.html
[12:51:26] fsfe.org/events/archive-template.fr.html
[12:51:26] fsfe.org/events/archive-template.it.html
[12:51:26] fsfe.org/events/events.es.html
[12:51:26] fsfe.org/events/events.fr.html
[12:51:26] fsfe.org/events/events.it.html
[12:51:26] fsfe.org/events/fscons-2010.es.html
[12:51:26] fsfe.org/events/fscons-2010.fr.html
[12:51:26] fsfe.org/events/fscons-2010.it.html
[12:51:26] fsfe.org/events/2004/index.es.html
[12:51:26] fsfe.org/events/2004/index.fr.html
[12:51:26] fsfe.org/events/2004/index.it.html
[12:51:26] fsfe.org/events/2004/picnic.es.html
[12:51:26] fsfe.org/events/2004/picnic.fr.html
[12:51:26] fsfe.org/events/2004/picnic.it.html
[12:51:26] fsfe.org/events/2004/FISL/fisl.es.html
[12:51:26] fsfe.org/events/2004/FISL/fisl.fr.html
[12:51:26] fsfe.org/events/2004/FISL/fisl.it.html
[12:51:26] fsfe.org/events/2005/index.es.html
[12:51:26] fsfe.org/events/2005/index.fr.html
[12:51:26] fsfe.org/events/2005/index.it.html
[12:51:26] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.es.html
[12:51:26] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.fr.html
[12:51:26] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.it.html
[12:51:26] fsfe.org/events/2005/wsf-brazil/wsf-brazil.es.html
[12:51:26] fsfe.org/events/2005/wsf-brazil/wsf-brazil.fr.html
[12:51:26] fsfe.org/events/2005/wsf-brazil/wsf-brazil.it.html
[12:51:26] fsfe.org/events/2006/index.es.html
[12:51:26] fsfe.org/events/2006/index.fr.html
[12:51:26] fsfe.org/events/2006/index.it.html
[12:51:26] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.es.html
[12:51:26] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.fr.html
[12:51:26] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.it.html
[12:51:26] fsfe.org/events/2007/index.es.html
[12:51:26] fsfe.org/events/2007/index.fr.html
[12:51:26] fsfe.org/events/2007/index.it.html
[12:51:26] fsfe.org/events/2008/index.es.html
[12:51:26] fsfe.org/events/2008/index.fr.html
[12:51:26] fsfe.org/events/2008/index.it.html
[12:51:26] fsfe.org/events/2009/index.es.html
[12:51:26] fsfe.org/events/2009/index.fr.html
[12:51:26] fsfe.org/events/2009/index.it.html
[12:51:26] fsfe.org/events/2010/index.es.html
[12:51:26] fsfe.org/events/2010/index.fr.html
[12:51:26] fsfe.org/events/2010/index.it.html
[12:51:26] fsfe.org/events/2011/index.es.html
[12:51:27] fsfe.org/events/2011/index.fr.html
[12:51:27] fsfe.org/events/2011/index.it.html
[12:51:27] fsfe.org/events/2011/lnm-award-debian.es.html
[12:51:27] fsfe.org/events/2011/lnm-award-debian.fr.html
[12:51:27] fsfe.org/events/2011/lnm-award-debian.it.html
[12:51:27] fsfe.org/events/2012/fscons-2012.es.html
[12:51:27] fsfe.org/events/2012/fscons-2012.fr.html
[12:51:27] fsfe.org/events/2012/fscons-2012.it.html
[12:51:27] fsfe.org/events/2012/index.es.html
[12:51:27] fsfe.org/events/2012/index.fr.html
[12:51:27] fsfe.org/events/2012/index.it.html
[12:51:27] fsfe.org/events/2013/index.es.html
[12:51:27] fsfe.org/events/2013/index.fr.html
[12:51:27] fsfe.org/events/2013/index.it.html
[12:51:27] fsfe.org/events/2013/linuxtag-2013.es.html
[12:51:27] fsfe.org/events/2013/linuxtag-2013.fr.html
[12:51:27] fsfe.org/events/2013/linuxtag-2013.it.html
[12:51:27] fsfe.org/events/2013/panel-btw2013.es.html
[12:51:27] fsfe.org/events/2013/panel-btw2013.fr.html
[12:51:27] fsfe.org/events/2013/panel-btw2013.it.html
[12:51:27] fsfe.org/events/2013/rmll-2-2013.es.html
[12:51:27] fsfe.org/events/2013/rmll-2-2013.fr.html
[12:51:27] fsfe.org/events/2013/rmll-2-2013.it.html
[12:51:27] fsfe.org/events/2013/rmll-2013.es.html
[12:51:27] fsfe.org/events/2013/rmll-2013.fr.html
[12:51:27] fsfe.org/events/2013/rmll-2013.it.html
[12:51:27] fsfe.org/events/2014/index.es.html
[12:51:27] fsfe.org/events/2014/index.fr.html
[12:51:27] fsfe.org/events/2014/index.it.html
[12:51:27] fsfe.org/events/2015/index.es.html
[12:51:27] fsfe.org/events/2015/index.fr.html
[12:51:27] fsfe.org/events/2015/index.it.html
[12:51:27] fsfe.org/events/2016/index.es.html
[12:51:27] fsfe.org/events/2016/index.fr.html
[12:51:27] fsfe.org/events/2016/index.it.html
[12:51:27] fsfe.org/events/2016/summit/event-20160616-01.es.html
[12:51:27] fsfe.org/events/2016/summit/event-20160616-01.fr.html
[12:51:27] fsfe.org/events/2016/summit/event-20160616-01.it.html
[12:51:27] fsfe.org/events/2016/summit/event-20161106-01.es.html
[12:51:27] fsfe.org/events/2016/summit/event-20161106-01.fr.html
[12:51:27] fsfe.org/events/2016/summit/event-20161106-01.it.html
[12:51:27] fsfe.org/events/2016/summit/event-20161106-02.es.html
[12:51:27] fsfe.org/events/2016/summit/event-20161106-02.fr.html
[12:51:27] fsfe.org/events/2016/summit/event-20161106-02.it.html
[12:51:27] fsfe.org/events/2017/index.es.html
[12:51:27] fsfe.org/events/2017/index.fr.html
[12:51:27] fsfe.org/events/2017/index.it.html
[12:51:27] fsfe.org/events/2018/index.es.html
[12:51:27] fsfe.org/events/2018/index.fr.html
[12:51:27] fsfe.org/events/2018/index.it.html
[12:51:27] fsfe.org/events/2019/index.es.html
[12:51:27] fsfe.org/events/2019/index.fr.html
[12:51:27] fsfe.org/events/2019/index.it.html
[12:51:27] fsfe.org/events/2020/index.es.html
[12:51:27] fsfe.org/events/2020/index.fr.html
[12:51:27] fsfe.org/events/2020/index.it.html
[12:51:27] fsfe.org/events/2021/index.es.html
[12:51:27] fsfe.org/events/2021/index.fr.html
[12:51:27] fsfe.org/events/2021/index.it.html
[12:51:27] fsfe.org/events/2022/index.es.html
[12:51:27] fsfe.org/events/2022/index.fr.html
[12:51:27] fsfe.org/events/2022/index.it.html
[12:51:27] fsfe.org/events/clt/clt-bus.es.html
[12:51:27] fsfe.org/events/clt/clt-bus.fr.html
[12:51:27] fsfe.org/events/clt/clt-bus.it.html
[12:51:27] fsfe.org/events/clt/clt-hotel.es.html
[12:51:27] fsfe.org/events/clt/clt-hotel.fr.html
[12:51:27] fsfe.org/events/clt/clt-hotel.it.html
[12:51:27] fsfe.org/events/tools/eventregistration.es.html
[12:51:27] fsfe.org/events/tools/eventregistration.fr.html
[12:51:27] fsfe.org/events/tools/eventregistration.it.html
[12:51:27] fsfe.org/freesoftware/artificial-intelligence.es.html
[12:51:27] fsfe.org/freesoftware/artificial-intelligence.fr.html
[12:51:27] fsfe.org/freesoftware/artificial-intelligence.it.html
[12:51:27] fsfe.org/freesoftware/comparison.es.html
[12:51:27] fsfe.org/freesoftware/comparison.fr.html
[12:51:27] fsfe.org/freesoftware/comparison.it.html
[12:51:27] fsfe.org/freesoftware/democracy.es.html
[12:51:27] fsfe.org/freesoftware/democracy.fr.html
[12:51:27] fsfe.org/freesoftware/democracy.it.html
[12:51:27] fsfe.org/freesoftware/freesoftware.es.html
[12:51:27] fsfe.org/freesoftware/freesoftware.fr.html
[12:51:27] fsfe.org/freesoftware/freesoftware.it.html
[12:51:27] fsfe.org/freesoftware/gnuproject.es.html
[12:51:27] fsfe.org/freesoftware/gnuproject.fr.html
[12:51:27] fsfe.org/freesoftware/gnuproject.it.html
[12:51:27] fsfe.org/freesoftware/secure-boot.es.html
[12:51:27] fsfe.org/freesoftware/secure-boot.fr.html
[12:51:27] fsfe.org/freesoftware/secure-boot.it.html
[12:51:27] fsfe.org/freesoftware/developmentcooperation/developmentcooperation.es.html
[12:51:27] fsfe.org/freesoftware/developmentcooperation/developmentcooperation.fr.html
[12:51:27] fsfe.org/freesoftware/developmentcooperation/developmentcooperation.it.html
[12:51:27] fsfe.org/freesoftware/education/argumentation.es.html
[12:51:27] fsfe.org/freesoftware/education/argumentation.fr.html
[12:51:27] fsfe.org/freesoftware/education/argumentation.it.html
[12:51:27] fsfe.org/freesoftware/education/edu-related-content.es.html
[12:51:28] fsfe.org/freesoftware/education/edu-related-content.fr.html
[12:51:28] fsfe.org/freesoftware/education/edu-related-content.it.html
[12:51:28] fsfe.org/freesoftware/education/education.es.html
[12:51:28] fsfe.org/freesoftware/education/education.fr.html
[12:51:28] fsfe.org/freesoftware/education/education.it.html
[12:51:28] fsfe.org/freesoftware/education/eduteam.es.html
[12:51:28] fsfe.org/freesoftware/education/eduteam.fr.html
[12:51:28] fsfe.org/freesoftware/education/eduteam.it.html
[12:51:28] fsfe.org/freesoftware/legal/faq.es.html
[12:51:28] fsfe.org/freesoftware/legal/faq.fr.html
[12:51:28] fsfe.org/freesoftware/legal/faq.it.html
[12:51:28] fsfe.org/freesoftware/legal/led.es.html
[12:51:28] fsfe.org/freesoftware/legal/led.fr.html
[12:51:28] fsfe.org/freesoftware/legal/led.it.html
[12:51:28] fsfe.org/freesoftware/legal/legal.es.html
[12:51:28] fsfe.org/freesoftware/legal/legal.fr.html
[12:51:28] fsfe.org/freesoftware/legal/legal.it.html
[12:51:28] fsfe.org/freesoftware/procurement/mEUcrosoft.es.html
[12:51:28] fsfe.org/freesoftware/procurement/mEUcrosoft.fr.html
[12:51:28] fsfe.org/freesoftware/procurement/mEUcrosoft.it.html
[12:51:28] fsfe.org/freesoftware/procurement/procurement.es.html
[12:51:28] fsfe.org/freesoftware/procurement/procurement.fr.html
[12:51:28] fsfe.org/freesoftware/procurement/procurement.it.html
[12:51:28] fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.es.html
[12:51:28] fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.fr.html
[12:51:28] fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.it.html
[12:51:28] fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.es.html
[12:51:28] fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.fr.html
[12:51:28] fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.it.html
[12:51:28] fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.es.html
[12:51:28] fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.fr.html
[12:51:28] fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.it.html
[12:51:28] fsfe.org/freesoftware/standards/bsa-letter-analysis.es.html
[12:51:28] fsfe.org/freesoftware/standards/bsa-letter-analysis.fr.html
[12:51:28] fsfe.org/freesoftware/standards/bsa-letter-analysis.it.html
[12:51:28] fsfe.org/freesoftware/standards/bt-open-letter.es.html
[12:51:28] fsfe.org/freesoftware/standards/bt-open-letter.fr.html
[12:51:28] fsfe.org/freesoftware/standards/bt-open-letter.it.html
[12:51:28] fsfe.org/freesoftware/standards/def.es.html
[12:51:28] fsfe.org/freesoftware/standards/def.fr.html
[12:51:28] fsfe.org/freesoftware/standards/def.it.html
[12:51:28] fsfe.org/freesoftware/standards/dfd.es.html
[12:51:28] fsfe.org/freesoftware/standards/dfd.fr.html
[12:51:28] fsfe.org/freesoftware/standards/dfd.it.html
[12:51:28] fsfe.org/freesoftware/standards/eif-v3.es.html
[12:51:28] fsfe.org/freesoftware/standards/eif-v3.fr.html
[12:51:28] fsfe.org/freesoftware/standards/eif-v3.it.html
[12:51:28] fsfe.org/freesoftware/standards/eifv2-01.es.html
[12:51:28] fsfe.org/freesoftware/standards/eifv2-01.fr.html
[12:51:28] fsfe.org/freesoftware/standards/eifv2-01.it.html
[12:51:28] fsfe.org/freesoftware/standards/eifv2.es.html
[12:51:28] fsfe.org/freesoftware/standards/eifv2.fr.html
[12:51:28] fsfe.org/freesoftware/standards/eifv2.it.html
[12:51:28] fsfe.org/freesoftware/standards/guardian-open-letter.es.html
[12:51:28] fsfe.org/freesoftware/standards/guardian-open-letter.fr.html
[12:51:28] fsfe.org/freesoftware/standards/guardian-open-letter.it.html
[12:51:28] fsfe.org/freesoftware/standards/minimalisticstandards.es.html
[12:51:28] fsfe.org/freesoftware/standards/minimalisticstandards.fr.html
[12:51:28] fsfe.org/freesoftware/standards/minimalisticstandards.it.html
[12:51:28] fsfe.org/freesoftware/standards/ps.es.html
[12:51:28] fsfe.org/freesoftware/standards/ps.fr.html
[12:51:28] fsfe.org/freesoftware/standards/ps.it.html
[12:51:28] fsfe.org/freesoftware/standards/standards.es.html
[12:51:28] fsfe.org/freesoftware/standards/standards.fr.html
[12:51:28] fsfe.org/freesoftware/standards/standards.it.html
[12:51:28] fsfe.org/freesoftware/standards/transparency-letter.es.html
[12:51:28] fsfe.org/freesoftware/standards/transparency-letter.fr.html
[12:51:28] fsfe.org/freesoftware/standards/transparency-letter.it.html
[12:51:28] fsfe.org/freesoftware/standards/uk-standards-consultation.es.html
[12:51:28] fsfe.org/freesoftware/standards/uk-standards-consultation.fr.html
[12:51:28] fsfe.org/freesoftware/standards/uk-standards-consultation.it.html
[12:51:28] fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.es.html
[12:51:28] fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.fr.html
[12:51:28] fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.it.html
[12:51:28] fsfe.org/freesoftware/sustainability/sustainability.es.html
[12:51:28] fsfe.org/freesoftware/sustainability/sustainability.fr.html
[12:51:30] fsfe.org/freesoftware/sustainability/sustainability.it.html
[12:51:30] fsfe.org/internal/bc.es.html
[12:51:30] fsfe.org/internal/bc.fr.html
[12:51:30] fsfe.org/internal/bc.it.html
[12:51:30] fsfe.org/internal/er.es.html
[12:51:30] fsfe.org/internal/er.fr.html
[12:51:30] fsfe.org/internal/er.it.html
[12:51:30] fsfe.org/internal/nt.es.html
[12:51:30] fsfe.org/internal/nt.fr.html
[12:51:30] fsfe.org/internal/nt.it.html
[12:51:30] fsfe.org/internal/pd-result.es.html
[12:51:30] fsfe.org/internal/pd-result.fr.html
[12:51:30] fsfe.org/internal/pd-result.it.html
[12:51:30] fsfe.org/internal/pd.es.html
[12:51:30] fsfe.org/internal/pd.fr.html
[12:51:30] fsfe.org/internal/pd.it.html
[12:51:30] fsfe.org/internal/pt.es.html
[12:51:30] fsfe.org/internal/pt.fr.html
[12:51:30] fsfe.org/internal/pt.it.html
[12:51:30] fsfe.org/internal/rc-result.es.html
[12:51:30] fsfe.org/internal/rc-result.fr.html
[12:51:30] fsfe.org/internal/rc-result.it.html
[12:51:30] fsfe.org/internal/rc.es.html
[12:51:30] fsfe.org/internal/rc.fr.html
[12:51:30] fsfe.org/internal/rc.it.html
[12:51:30] fsfe.org/news/archive-template.es.html
[12:51:30] fsfe.org/news/archive-template.fr.html
[12:51:30] fsfe.org/news/archive-template.it.html
[12:51:30] fsfe.org/news/news.es.html
[12:51:30] fsfe.org/news/news.fr.html
[12:51:30] fsfe.org/news/news.it.html
[12:51:30] fsfe.org/news/newsletter.es.html
[12:51:30] fsfe.org/news/newsletter.fr.html
[12:51:30] fsfe.org/news/newsletter.it.html
[12:51:30] fsfe.org/news/podcast-opus.es.html
[12:51:30] fsfe.org/news/podcast-opus.fr.html
[12:51:30] fsfe.org/news/podcast-opus.it.html
[12:51:30] fsfe.org/news/podcast.es.html
[12:51:30] fsfe.org/news/podcast.fr.html
[12:51:30] fsfe.org/news/podcast.it.html
[12:51:30] fsfe.org/news/2001/article-13.12.2001.es.html
[12:51:30] fsfe.org/news/2001/article-13.12.2001.fr.html
[12:51:30] fsfe.org/news/2001/article-13.12.2001.it.html
[12:51:30] fsfe.org/news/2001/article-24.9.2001.es.html
[12:51:30] fsfe.org/news/2001/article-24.9.2001.fr.html
[12:51:30] fsfe.org/news/2001/article-24.9.2001.it.html
[12:51:30] fsfe.org/news/2001/article2001-10-20-01.es.html
[12:51:30] fsfe.org/news/2001/article2001-10-20-01.fr.html
[12:51:30] fsfe.org/news/2001/article2001-10-20-01.it.html
[12:51:30] fsfe.org/news/2001/article2001-12-17-01.es.html
[12:51:30] fsfe.org/news/2001/article2001-12-17-01.fr.html
[12:51:30] fsfe.org/news/2001/article2001-12-17-01.it.html
[12:51:30] fsfe.org/news/2001/index.es.html
[12:51:30] fsfe.org/news/2001/index.fr.html
[12:51:30] fsfe.org/news/2001/index.it.html
[12:51:30] fsfe.org/news/2002/article-25.04.2002.es.html
[12:51:30] fsfe.org/news/2002/article-25.04.2002.fr.html
[12:51:30] fsfe.org/news/2002/article-25.04.2002.it.html
[12:51:30] fsfe.org/news/2002/article-30.9.2002.es.html
[12:51:30] fsfe.org/news/2002/article-30.9.2002.fr.html
[12:51:30] fsfe.org/news/2002/article-30.9.2002.it.html
[12:51:30] fsfe.org/news/2002/article2002-01-18-01.es.html
[12:51:30] fsfe.org/news/2002/article2002-01-18-01.fr.html
[12:51:30] fsfe.org/news/2002/article2002-01-18-01.it.html
[12:51:30] fsfe.org/news/2002/index.es.html
[12:51:30] fsfe.org/news/2002/index.fr.html
[12:51:30] fsfe.org/news/2002/index.it.html
[12:51:30] fsfe.org/news/2003/commissione-meo-presentazione.es.html
[12:51:30] fsfe.org/news/2003/commissione-meo-presentazione.fr.html
[12:51:30] fsfe.org/news/2003/commissione-meo-presentazione.it.html
[12:51:30] fsfe.org/news/2003/commissione-meo-risposte.es.html
[12:51:30] fsfe.org/news/2003/commissione-meo-risposte.fr.html
[12:51:30] fsfe.org/news/2003/commissione-meo-risposte.it.html
[12:51:30] fsfe.org/news/2003/index.es.html
[12:51:30] fsfe.org/news/2003/index.fr.html
[12:51:30] fsfe.org/news/2003/index.it.html
[12:51:30] fsfe.org/news/2003/lettera_MIUR-2003-07-16.es.html
[12:51:30] fsfe.org/news/2003/lettera_MIUR-2003-07-16.fr.html
[12:51:30] fsfe.org/news/2003/lettera_MIUR-2003-07-16.it.html
[12:51:30] fsfe.org/news/2003/news-20030211-01.es.html
[12:51:30] fsfe.org/news/2003/news-20030211-01.fr.html
[12:51:30] fsfe.org/news/2003/news-20030211-01.it.html
[12:51:30] fsfe.org/news/2003/news-20030602-01.es.html
[12:51:30] fsfe.org/news/2003/news-20030602-01.fr.html
[12:51:30] fsfe.org/news/2003/news-20030602-01.it.html
[12:51:30] fsfe.org/news/2003/vsi-studie.es.html
[12:51:30] fsfe.org/news/2003/vsi-studie.fr.html
[12:51:30] fsfe.org/news/2003/vsi-studie.it.html
[12:51:30] fsfe.org/news/2004/cie.es.html
[12:51:30] fsfe.org/news/2004/cie.fr.html
[12:51:30] fsfe.org/news/2004/cie.it.html
[12:51:30] fsfe.org/news/2004/cw-interview.es.html
[12:51:30] fsfe.org/news/2004/cw-interview.fr.html
[12:51:30] fsfe.org/news/2004/cw-interview.it.html
[12:51:30] fsfe.org/news/2004/index.es.html
[12:51:30] fsfe.org/news/2004/index.fr.html
[12:51:30] fsfe.org/news/2004/index.it.html
[12:51:30] fsfe.org/news/2004/navigator-20040521.es.html
[12:51:30] fsfe.org/news/2004/navigator-20040521.fr.html
[12:51:30] fsfe.org/news/2004/navigator-20040521.it.html
[12:51:30] fsfe.org/news/2004/navigator-20040624.es.html
[12:51:30] fsfe.org/news/2004/navigator-20040624.fr.html
[12:51:30] fsfe.org/news/2004/navigator-20040624.it.html
[12:51:30] fsfe.org/news/2004/navigator-20040917.es.html
[12:51:32] fsfe.org/news/2004/navigator-20040917.fr.html
[12:51:32] fsfe.org/news/2004/navigator-20040917.it.html
[12:51:32] fsfe.org/news/2004/navigator-20040930.es.html
[12:51:32] fsfe.org/news/2004/navigator-20040930.fr.html
[12:51:32] fsfe.org/news/2004/navigator-20040930.it.html
[12:51:32] fsfe.org/news/2004/navigator-20041129.es.html
[12:51:32] fsfe.org/news/2004/navigator-20041129.fr.html
[12:51:32] fsfe.org/news/2004/navigator-20041129.it.html
[12:51:32] fsfe.org/news/2004/news-20040510-01.es.html
[12:51:32] fsfe.org/news/2004/news-20040510-01.fr.html
[12:51:32] fsfe.org/news/2004/news-20040510-01.it.html
[12:51:32] fsfe.org/news/2004/news-20040621-01.es.html
[12:51:32] fsfe.org/news/2004/news-20040621-01.fr.html
[12:51:32] fsfe.org/news/2004/news-20040621-01.it.html
[12:51:32] fsfe.org/news/2004/news-20040701-01.es.html
[12:51:32] fsfe.org/news/2004/news-20040701-01.fr.html
[12:51:32] fsfe.org/news/2004/news-20040701-01.it.html
[12:51:32] fsfe.org/news/2004/news-20040727-01.es.html
[12:51:32] fsfe.org/news/2004/news-20040727-01.fr.html
[12:51:32] fsfe.org/news/2004/news-20040727-01.it.html
[12:51:32] fsfe.org/news/2005/index.es.html
[12:51:32] fsfe.org/news/2005/index.fr.html
[12:51:32] fsfe.org/news/2005/index.it.html
[12:51:32] fsfe.org/news/2005/letter-20050511-it-mep.es.html
[12:51:32] fsfe.org/news/2005/letter-20050511-it-mep.fr.html
[12:51:32] fsfe.org/news/2005/letter-20050511-it-mep.it.html
[12:51:32] fsfe.org/news/2005/news-20050507-01.es.html
[12:51:32] fsfe.org/news/2005/news-20050507-01.fr.html
[12:51:32] fsfe.org/news/2005/news-20050507-01.it.html
[12:51:32] fsfe.org/news/2006/index.es.html
[12:51:32] fsfe.org/news/2006/index.fr.html
[12:51:32] fsfe.org/news/2006/index.it.html
[12:51:32] fsfe.org/news/2007/index.es.html
[12:51:32] fsfe.org/news/2007/index.fr.html
[12:51:32] fsfe.org/news/2007/index.it.html
[12:51:32] fsfe.org/news/2007/news-20070630-01.es.html
[12:51:32] fsfe.org/news/2007/news-20070630-01.fr.html
[12:51:32] fsfe.org/news/2007/news-20070630-01.it.html
[12:51:32] fsfe.org/news/2007/news-20071220-01.es.html
[12:51:32] fsfe.org/news/2007/news-20071220-01.fr.html
[12:51:32] fsfe.org/news/2007/news-20071220-01.it.html
[12:51:32] fsfe.org/news/2007/news-20071221-01.es.html
[12:51:32] fsfe.org/news/2007/news-20071221-01.fr.html
[12:51:32] fsfe.org/news/2007/news-20071221-01.it.html
[12:51:32] fsfe.org/news/2008/freedom-not-fear.es.html
[12:51:32] fsfe.org/news/2008/freedom-not-fear.fr.html
[12:51:32] fsfe.org/news/2008/freedom-not-fear.it.html
[12:51:32] fsfe.org/news/2008/gnu-25-years.es.html
[12:51:32] fsfe.org/news/2008/gnu-25-years.fr.html
[12:51:32] fsfe.org/news/2008/gnu-25-years.it.html
[12:51:32] fsfe.org/news/2008/index.es.html
[12:51:32] fsfe.org/news/2008/index.fr.html
[12:51:32] fsfe.org/news/2008/index.it.html
[12:51:32] fsfe.org/news/2008/news-20080118-01.es.html
[12:51:32] fsfe.org/news/2008/news-20080118-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20080118-01.it.html
[12:51:32] fsfe.org/news/2008/news-20080214-01.es.html
[12:51:32] fsfe.org/news/2008/news-20080214-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20080214-01.it.html
[12:51:32] fsfe.org/news/2008/news-20080220-01.es.html
[12:51:32] fsfe.org/news/2008/news-20080220-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20080220-01.it.html
[12:51:32] fsfe.org/news/2008/news-20080222-01.es.html
[12:51:32] fsfe.org/news/2008/news-20080222-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20080222-01.it.html
[12:51:32] fsfe.org/news/2008/news-20080228-01.es.html
[12:51:32] fsfe.org/news/2008/news-20080228-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20080228-01.it.html
[12:51:32] fsfe.org/news/2008/news-20080301-01.es.html
[12:51:32] fsfe.org/news/2008/news-20080301-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20080301-01.it.html
[12:51:32] fsfe.org/news/2008/news-20080305-01.es.html
[12:51:32] fsfe.org/news/2008/news-20080305-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20080305-01.it.html
[12:51:32] fsfe.org/news/2008/news-20081202-02.es.html
[12:51:32] fsfe.org/news/2008/news-20081202-02.fr.html
[12:51:32] fsfe.org/news/2008/news-20081202-02.it.html
[12:51:32] fsfe.org/news/2008/news-20081208-01.es.html
[12:51:32] fsfe.org/news/2008/news-20081208-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20081208-01.it.html
[12:51:32] fsfe.org/news/2008/news-20081210-01.es.html
[12:51:32] fsfe.org/news/2008/news-20081210-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20081210-01.it.html
[12:51:32] fsfe.org/news/2008/news-20081215-01.es.html
[12:51:32] fsfe.org/news/2008/news-20081215-01.fr.html
[12:51:32] fsfe.org/news/2008/news-20081215-01.it.html
[12:51:32] fsfe.org/news/2009/index.es.html
[12:51:32] fsfe.org/news/2009/index.fr.html
[12:51:32] fsfe.org/news/2009/index.it.html
[12:51:32] fsfe.org/news/2009/news-20090120-02.es.html
[12:51:32] fsfe.org/news/2009/news-20090120-02.fr.html
[12:51:32] fsfe.org/news/2009/news-20090120-02.it.html
[12:51:32] fsfe.org/news/2009/news-20090123-01.es.html
[12:51:32] fsfe.org/news/2009/news-20090123-01.fr.html
[12:51:32] fsfe.org/news/2009/news-20090123-01.it.html
[12:51:32] fsfe.org/news/2009/news-20090202-01.es.html
[12:51:32] fsfe.org/news/2009/news-20090202-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090202-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090227-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090227-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090227-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090301-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090301-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090301-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090311-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090311-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090311-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090323-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090323-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090323-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090325-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090325-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090325-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090411-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090411-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090411-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090414-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090414-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090414-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090418-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090418-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090418-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090430-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090430-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090430-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090515-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090515-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090515-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090601-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090601-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090601-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090604-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090604-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090604-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090610-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090610-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090610-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090620-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090620-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090620-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090624-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090624-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090624-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090728-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090728-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090728-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090831-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090831-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090831-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090908-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090908-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090908-01.it.html
[12:51:33] fsfe.org/news/2009/news-20090921-01.es.html
[12:51:33] fsfe.org/news/2009/news-20090921-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20090921-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091005-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091005-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091005-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091006-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091006-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091006-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091008-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091008-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091008-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091019-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091019-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091019-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091023-02.es.html
[12:51:33] fsfe.org/news/2009/news-20091023-02.fr.html
[12:51:33] fsfe.org/news/2009/news-20091023-02.it.html
[12:51:33] fsfe.org/news/2009/news-20091109-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091109-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091109-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091109-02.es.html
[12:51:33] fsfe.org/news/2009/news-20091109-02.fr.html
[12:51:33] fsfe.org/news/2009/news-20091109-02.it.html
[12:51:33] fsfe.org/news/2009/news-20091118-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091118-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091118-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091127-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091127-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091127-01.it.html
[12:51:33] fsfe.org/news/2009/news-20091216-01.es.html
[12:51:33] fsfe.org/news/2009/news-20091216-01.fr.html
[12:51:33] fsfe.org/news/2009/news-20091216-01.it.html
[12:51:33] fsfe.org/news/2009/nyr.es.html
[12:51:33] fsfe.org/news/2009/nyr.fr.html
[12:51:33] fsfe.org/news/2009/nyr.it.html
[12:51:33] fsfe.org/news/2010/index.es.html
[12:51:33] fsfe.org/news/2010/index.fr.html
[12:51:33] fsfe.org/news/2010/index.it.html
[12:51:33] fsfe.org/news/2010/news-20100126-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100126-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100126-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100129-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100129-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100129-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100212-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100212-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100212-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100222-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100222-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100222-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100302-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100302-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100302-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100305-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100305-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100305-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100324-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100324-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100324-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100330-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100330-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100330-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100331-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100331-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100331-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100428-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100428-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100428-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100508-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100508-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100508-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100510-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100510-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100510-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100519-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100519-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100519-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100702-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100702-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100702-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100705-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100705-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100705-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100802-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100802-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100802-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100803-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100803-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100803-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100907-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100907-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100907-01.it.html
[12:51:36] fsfe.org/news/2010/news-20100913-01.es.html
[12:51:36] fsfe.org/news/2010/news-20100913-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20100913-01.it.html
[12:51:36] fsfe.org/news/2010/news-20101016-01.es.html
[12:51:36] fsfe.org/news/2010/news-20101016-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20101016-01.it.html
[12:51:36] fsfe.org/news/2010/news-20101018-01.es.html
[12:51:36] fsfe.org/news/2010/news-20101018-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20101018-01.it.html
[12:51:36] fsfe.org/news/2010/news-20101102-01.es.html
[12:51:36] fsfe.org/news/2010/news-20101102-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20101102-01.it.html
[12:51:36] fsfe.org/news/2010/news-20101108-01.es.html
[12:51:36] fsfe.org/news/2010/news-20101108-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20101108-01.it.html
[12:51:36] fsfe.org/news/2010/news-20101207-01.es.html
[12:51:36] fsfe.org/news/2010/news-20101207-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20101207-01.it.html
[12:51:36] fsfe.org/news/2010/news-20101216-01.es.html
[12:51:36] fsfe.org/news/2010/news-20101216-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20101216-01.it.html
[12:51:36] fsfe.org/news/2010/news-20101217-01.es.html
[12:51:36] fsfe.org/news/2010/news-20101217-01.fr.html
[12:51:36] fsfe.org/news/2010/news-20101217-01.it.html
[12:51:36] fsfe.org/news/2010/th-eulogy-20100508.es.html
[12:51:36] fsfe.org/news/2010/th-eulogy-20100508.fr.html
[12:51:36] fsfe.org/news/2010/th-eulogy-20100508.it.html
[12:51:36] fsfe.org/news/2011/index.es.html
[12:51:36] fsfe.org/news/2011/index.fr.html
[12:51:36] fsfe.org/news/2011/index.it.html
[12:51:36] fsfe.org/news/2011/mapping-uk.es.html
[12:51:36] fsfe.org/news/2011/mapping-uk.fr.html
[12:51:36] fsfe.org/news/2011/mapping-uk.it.html
[12:51:36] fsfe.org/news/2011/news-20110113-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110113-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110113-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110113-02.es.html
[12:51:36] fsfe.org/news/2011/news-20110113-02.fr.html
[12:51:36] fsfe.org/news/2011/news-20110113-02.it.html
[12:51:36] fsfe.org/news/2011/news-20110201-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110201-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110201-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110202-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110202-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110202-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110202-02.es.html
[12:51:36] fsfe.org/news/2011/news-20110202-02.fr.html
[12:51:36] fsfe.org/news/2011/news-20110202-02.it.html
[12:51:36] fsfe.org/news/2011/news-20110209-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110209-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110209-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110214-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110214-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110214-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110215-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110215-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110215-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110225-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110225-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110225-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110301-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110301-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110301-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110310-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110310-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110310-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110318-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110318-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110318-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110321-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110321-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110321-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110325-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110325-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110325-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110330-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110330-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110330-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110330-02.es.html
[12:51:36] fsfe.org/news/2011/news-20110330-02.fr.html
[12:51:36] fsfe.org/news/2011/news-20110330-02.it.html
[12:51:36] fsfe.org/news/2011/news-20110330-03.es.html
[12:51:36] fsfe.org/news/2011/news-20110330-03.fr.html
[12:51:36] fsfe.org/news/2011/news-20110330-03.it.html
[12:51:36] fsfe.org/news/2011/news-20110330-04.es.html
[12:51:36] fsfe.org/news/2011/news-20110330-04.fr.html
[12:51:36] fsfe.org/news/2011/news-20110330-04.it.html
[12:51:36] fsfe.org/news/2011/news-20110401-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110401-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110401-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110412-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110412-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110412-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110415-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110415-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110415-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110418-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110418-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110418-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110420-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110420-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110420-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110421-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110421-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110421-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110502-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110502-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110502-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110511-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110511-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110511-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110520-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110520-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110520-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110523-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110523-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110523-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110525-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110525-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110525-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110608-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110608-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110608-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110620-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110620-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110620-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110622-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110622-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110622-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110718-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110718-01.fr.html
[12:51:36] fsfe.org/news/2011/news-20110718-01.it.html
[12:51:36] fsfe.org/news/2011/news-20110809-01.es.html
[12:51:36] fsfe.org/news/2011/news-20110809-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20110809-01.it.html
[12:51:38] fsfe.org/news/2011/news-20110913-01.es.html
[12:51:38] fsfe.org/news/2011/news-20110913-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20110913-01.it.html
[12:51:38] fsfe.org/news/2011/news-20110919-01.es.html
[12:51:38] fsfe.org/news/2011/news-20110919-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20110919-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111025-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111025-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111025-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111107-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111107-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111107-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111110-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111110-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111110-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111114-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111114-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111114-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111117-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111117-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111117-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111122-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111122-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111122-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111128-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111128-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111128-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111128-02.es.html
[12:51:38] fsfe.org/news/2011/news-20111128-02.fr.html
[12:51:38] fsfe.org/news/2011/news-20111128-02.it.html
[12:51:38] fsfe.org/news/2011/news-20111201-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111201-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111201-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111201-02.es.html
[12:51:38] fsfe.org/news/2011/news-20111201-02.fr.html
[12:51:38] fsfe.org/news/2011/news-20111201-02.it.html
[12:51:38] fsfe.org/news/2011/news-20111206-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111206-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111206-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111208-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111208-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111208-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111208-02.es.html
[12:51:38] fsfe.org/news/2011/news-20111208-02.fr.html
[12:51:38] fsfe.org/news/2011/news-20111208-02.it.html
[12:51:38] fsfe.org/news/2011/news-20111213-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111213-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111213-01.it.html
[12:51:38] fsfe.org/news/2011/news-20111213-02.es.html
[12:51:38] fsfe.org/news/2011/news-20111213-02.fr.html
[12:51:38] fsfe.org/news/2011/news-20111213-02.it.html
[12:51:38] fsfe.org/news/2011/news-20111220-01.es.html
[12:51:38] fsfe.org/news/2011/news-20111220-01.fr.html
[12:51:38] fsfe.org/news/2011/news-20111220-01.it.html
[12:51:38] fsfe.org/news/2012/index.es.html
[12:51:38] fsfe.org/news/2012/index.fr.html
[12:51:38] fsfe.org/news/2012/index.it.html
[12:51:38] fsfe.org/news/2012/news-20120109-02.es.html
[12:51:38] fsfe.org/news/2012/news-20120109-02.fr.html
[12:51:38] fsfe.org/news/2012/news-20120109-02.it.html
[12:51:38] fsfe.org/news/2012/news-20120110-01.es.html
[12:51:38] fsfe.org/news/2012/news-20120110-01.fr.html
[12:51:38] fsfe.org/news/2012/news-20120110-01.it.html
[12:51:38] fsfe.org/news/2012/news-20120110-02.es.html
[12:51:38] fsfe.org/news/2012/news-20120110-02.fr.html
[12:51:38] fsfe.org/news/2012/news-20120110-02.it.html
[12:51:38] fsfe.org/news/2012/news-20120120-01.es.html
[12:51:38] fsfe.org/news/2012/news-20120120-01.fr.html
[12:51:38] fsfe.org/news/2012/news-20120120-01.it.html
[12:51:38] fsfe.org/news/2012/news-20120126-01.es.html
[12:51:38] fsfe.org/news/2012/news-20120126-01.fr.html
[12:51:38] fsfe.org/news/2012/news-20120126-01.it.html
[12:51:38] fsfe.org/news/2012/news-20120130-01.es.html
[12:51:38] fsfe.org/news/2012/news-20120130-01.fr.html
[12:51:38] fsfe.org/news/2012/news-20120130-01.it.html
[12:51:38] fsfe.org/news/2012/news-20120131-01.es.html
[12:51:38] fsfe.org/news/2012/news-20120131-01.fr.html
[12:51:38] fsfe.org/news/2012/news-20120131-01.it.html
[12:51:38] fsfe.org/news/2012/news-20120202-01.es.html
[12:51:38] fsfe.org/news/2012/news-20120202-01.fr.html
[12:51:38] fsfe.org/news/2012/news-20120202-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120202-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120202-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120202-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120204-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120204-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120204-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120209-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120209-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120209-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120210-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120210-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120210-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120214-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120214-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120214-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120223-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120223-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120223-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120228-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120228-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120228-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120303-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120303-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120303-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120321-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120321-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120321-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120322-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120322-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120322-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120323-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120323-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120323-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120323-03.es.html
[12:51:39] fsfe.org/news/2012/news-20120323-03.fr.html
[12:51:39] fsfe.org/news/2012/news-20120323-03.it.html
[12:51:39] fsfe.org/news/2012/news-20120328-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120328-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120328-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120328-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120328-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120328-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120330-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120330-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120330-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120402-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120402-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120402-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120405-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120405-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120405-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120412-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120412-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120412-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120412-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120412-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120412-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120425-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120425-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120425-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120425-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120425-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120425-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120426-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120426-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120426-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120501-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120501-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120501-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120502-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120502-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120502-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120508-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120508-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120508-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120509-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120509-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120509-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120509-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120509-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120509-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120525-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120525-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120525-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120528-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120528-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120528-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120601-02.es.html
[12:51:39] fsfe.org/news/2012/news-20120601-02.fr.html
[12:51:39] fsfe.org/news/2012/news-20120601-02.it.html
[12:51:39] fsfe.org/news/2012/news-20120607-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120607-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120607-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120616-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120616-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120616-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120619-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120619-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120619-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120627-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120627-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120627-01.it.html
[12:51:39] fsfe.org/news/2012/news-20120711-01.es.html
[12:51:39] fsfe.org/news/2012/news-20120711-01.fr.html
[12:51:39] fsfe.org/news/2012/news-20120711-01.it.html
[12:51:40] fsfe.org/news/2012/news-20120730-01.es.html
[12:51:40] fsfe.org/news/2012/news-20120730-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20120730-01.it.html
[12:51:40] fsfe.org/news/2012/news-20120730-02.es.html
[12:51:40] fsfe.org/news/2012/news-20120730-02.fr.html
[12:51:40] fsfe.org/news/2012/news-20120730-02.it.html
[12:51:40] fsfe.org/news/2012/news-20120831-01.es.html
[12:51:40] fsfe.org/news/2012/news-20120831-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20120831-01.it.html
[12:51:40] fsfe.org/news/2012/news-20120907-01.es.html
[12:51:40] fsfe.org/news/2012/news-20120907-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20120907-01.it.html
[12:51:40] fsfe.org/news/2012/news-20120918-01.es.html
[12:51:40] fsfe.org/news/2012/news-20120918-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20120918-01.it.html
[12:51:40] fsfe.org/news/2012/news-20120920-01.es.html
[12:51:40] fsfe.org/news/2012/news-20120920-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20120920-01.it.html
[12:51:40] fsfe.org/news/2012/news-20120921-01.es.html
[12:51:40] fsfe.org/news/2012/news-20120921-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20120921-01.it.html
[12:51:40] fsfe.org/news/2012/news-20120925-01.es.html
[12:51:40] fsfe.org/news/2012/news-20120925-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20120925-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121018-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121018-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121018-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121022-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121022-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121022-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121101-02.es.html
[12:51:40] fsfe.org/news/2012/news-20121101-02.fr.html
[12:51:40] fsfe.org/news/2012/news-20121101-02.it.html
[12:51:40] fsfe.org/news/2012/news-20121102-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121102-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121102-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121106-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121106-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121106-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121112-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121112-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121112-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121116-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121116-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121116-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121120-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121120-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121120-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121122-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121122-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121122-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121129-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121129-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121129-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121208-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121208-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121208-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121211-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121211-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121211-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121214-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121214-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121214-01.it.html
[12:51:40] fsfe.org/news/2012/news-20121217-01.es.html
[12:51:40] fsfe.org/news/2012/news-20121217-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20121217-01.it.html
[12:51:40] fsfe.org/news/2012/news-20130329-01.es.html
[12:51:40] fsfe.org/news/2012/news-20130329-01.fr.html
[12:51:40] fsfe.org/news/2012/news-20130329-01.it.html
[12:51:40] fsfe.org/news/2012/report-2012.es.html
[12:51:40] fsfe.org/news/2012/report-2012.fr.html
[12:51:40] fsfe.org/news/2012/report-2012.it.html
[12:51:40] fsfe.org/news/2013/index.es.html
[12:51:40] fsfe.org/news/2013/index.fr.html
[12:51:40] fsfe.org/news/2013/index.it.html
[12:51:40] fsfe.org/news/2013/news-20130212-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130212-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130212-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130218-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130218-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130218-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130221-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130221-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130221-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130226-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130226-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130226-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130312-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130312-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130312-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130319-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130319-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130319-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130327-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130327-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130327-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130327-02.es.html
[12:51:40] fsfe.org/news/2013/news-20130327-02.fr.html
[12:51:40] fsfe.org/news/2013/news-20130327-02.it.html
[12:51:40] fsfe.org/news/2013/news-20130402-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130402-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130402-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130422-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130422-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130422-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130423-02.es.html
[12:51:40] fsfe.org/news/2013/news-20130423-02.fr.html
[12:51:40] fsfe.org/news/2013/news-20130423-02.it.html
[12:51:40] fsfe.org/news/2013/news-20130424-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130424-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130424-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130429-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130429-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130429-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130503-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130503-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130503-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130611-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130611-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130611-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130612-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130612-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130612-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130620-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130620-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130620-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130620-02.es.html
[12:51:40] fsfe.org/news/2013/news-20130620-02.fr.html
[12:51:40] fsfe.org/news/2013/news-20130620-02.it.html
[12:51:40] fsfe.org/news/2013/news-20130625-02.es.html
[12:51:40] fsfe.org/news/2013/news-20130625-02.fr.html
[12:51:40] fsfe.org/news/2013/news-20130625-02.it.html
[12:51:40] fsfe.org/news/2013/news-20130626-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130626-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130626-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130703-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130703-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130703-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130712-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130712-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130712-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130716-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130716-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130716-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130729-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130729-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130729-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130729-02.es.html
[12:51:40] fsfe.org/news/2013/news-20130729-02.fr.html
[12:51:40] fsfe.org/news/2013/news-20130729-02.it.html
[12:51:40] fsfe.org/news/2013/news-20130730-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130730-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130730-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130918-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130918-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130918-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130920-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130920-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130920-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130923-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130923-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130923-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130926-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130926-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130926-01.it.html
[12:51:40] fsfe.org/news/2013/news-20130927-01.es.html
[12:51:40] fsfe.org/news/2013/news-20130927-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20130927-01.it.html
[12:51:40] fsfe.org/news/2013/news-20131104-02.es.html
[12:51:40] fsfe.org/news/2013/news-20131104-02.fr.html
[12:51:40] fsfe.org/news/2013/news-20131104-02.it.html
[12:51:40] fsfe.org/news/2013/news-20131105-01.es.html
[12:51:40] fsfe.org/news/2013/news-20131105-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20131105-01.it.html
[12:51:40] fsfe.org/news/2013/news-20131107-01.es.html
[12:51:40] fsfe.org/news/2013/news-20131107-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20131107-01.it.html
[12:51:40] fsfe.org/news/2013/news-20131211-01.es.html
[12:51:40] fsfe.org/news/2013/news-20131211-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20131211-01.it.html
[12:51:40] fsfe.org/news/2013/news-20131213-01.es.html
[12:51:40] fsfe.org/news/2013/news-20131213-01.fr.html
[12:51:40] fsfe.org/news/2013/news-20131213-01.it.html
[12:51:40] fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.es.html
[12:51:40] fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.fr.html
[12:51:41] fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.it.html
[12:51:41] fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.es.html
[12:51:41] fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.fr.html
[12:51:41] fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.it.html
[12:51:41] fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.es.html
[12:51:41] fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.fr.html
[12:51:41] fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.it.html
[12:51:41] fsfe.org/news/2014/index.es.html
[12:51:41] fsfe.org/news/2014/index.fr.html
[12:51:41] fsfe.org/news/2014/index.it.html
[12:51:41] fsfe.org/news/2014/news-20140116-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140116-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140116-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140210-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140210-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140210-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140211-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140211-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140211-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140221-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140221-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140221-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140226-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140226-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140226-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140303-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140303-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140303-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140304-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140304-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140304-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140310-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140310-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140310-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140314-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140314-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140314-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140324-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140324-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140324-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140326-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140326-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140326-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140326-02.es.html
[12:51:41] fsfe.org/news/2014/news-20140326-02.fr.html
[12:51:41] fsfe.org/news/2014/news-20140326-02.it.html
[12:51:41] fsfe.org/news/2014/news-20140328-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140328-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140328-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140424-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140424-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140424-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140506-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140506-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140506-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140527-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140527-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140527-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140528-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140528-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140528-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140708-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140708-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140708-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140801-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140801-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140801-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140912-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140912-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140912-01.it.html
[12:51:41] fsfe.org/news/2014/news-20140929-01.es.html
[12:51:41] fsfe.org/news/2014/news-20140929-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20140929-01.it.html
[12:51:41] fsfe.org/news/2014/news-20141016-01.es.html
[12:51:41] fsfe.org/news/2014/news-20141016-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20141016-01.it.html
[12:51:41] fsfe.org/news/2014/news-20141017-01.es.html
[12:51:41] fsfe.org/news/2014/news-20141017-01.fr.html
[12:51:41] fsfe.org/news/2014/news-20141017-01.it.html
[12:51:41] fsfe.org/news/2014/news-20141017-02.es.html
[12:51:41] fsfe.org/news/2014/news-20141017-02.fr.html
[12:51:41] fsfe.org/news/2014/news-20141017-02.it.html
[12:51:41] fsfe.org/news/2014/news-20141120-02.es.html
[12:51:41] fsfe.org/news/2014/news-20141120-02.fr.html
[12:51:41] fsfe.org/news/2014/news-20141120-02.it.html
[12:51:41] fsfe.org/news/2014/news-20141203-01.es.html
[12:51:41] fsfe.org/news/2014/news-20141203-01.fr.html
[12:51:42] fsfe.org/news/2014/news-20141203-01.it.html
[12:51:42] fsfe.org/news/2014/news-20141212-01.es.html
[12:51:42] fsfe.org/news/2014/news-20141212-01.fr.html
[12:51:42] fsfe.org/news/2014/news-20141212-01.it.html
[12:51:42] fsfe.org/news/2014/news-20141217-01.es.html
[12:51:42] fsfe.org/news/2014/news-20141217-01.fr.html
[12:51:42] fsfe.org/news/2014/news-20141217-01.it.html
[12:51:42] fsfe.org/news/2014/news-20141218-01.es.html
[12:51:42] fsfe.org/news/2014/news-20141218-01.fr.html
[12:51:42] fsfe.org/news/2014/news-20141218-01.it.html
[12:51:42] fsfe.org/news/2014/news-20141218-02.es.html
[12:51:42] fsfe.org/news/2014/news-20141218-02.fr.html
[12:51:42] fsfe.org/news/2014/news-20141218-02.it.html
[12:51:42] fsfe.org/news/2014/news-20141219-01.es.html
[12:51:42] fsfe.org/news/2014/news-20141219-01.fr.html
[12:51:42] fsfe.org/news/2014/news-20141219-01.it.html
[12:51:42] fsfe.org/news/2015/index.es.html
[12:51:42] fsfe.org/news/2015/index.fr.html
[12:51:42] fsfe.org/news/2015/index.it.html
[12:51:42] fsfe.org/news/2015/news-20150209-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150209-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150209-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150210-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150210-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150210-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150218-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150218-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150218-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150224-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150224-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150224-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150301-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150301-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150301-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150302-02.es.html
[12:51:42] fsfe.org/news/2015/news-20150302-02.fr.html
[12:51:42] fsfe.org/news/2015/news-20150302-02.it.html
[12:51:42] fsfe.org/news/2015/news-20150303-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150303-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150303-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150306-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150306-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150306-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150316-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150316-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150316-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150324-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150324-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150324-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150325-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150325-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150325-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150331-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150331-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150331-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150401-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150401-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150401-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150401-02.es.html
[12:51:42] fsfe.org/news/2015/news-20150401-02.fr.html
[12:51:42] fsfe.org/news/2015/news-20150401-02.it.html
[12:51:42] fsfe.org/news/2015/news-20150414-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150414-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150414-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150506-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150506-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150506-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150527-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150527-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150527-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150605-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150605-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150605-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150605-02.es.html
[12:51:42] fsfe.org/news/2015/news-20150605-02.fr.html
[12:51:42] fsfe.org/news/2015/news-20150605-02.it.html
[12:51:42] fsfe.org/news/2015/news-20150616-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150616-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150616-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150817-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150817-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150817-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150829-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150829-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150829-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150902-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150902-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150902-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150916-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150916-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150916-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150918-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150918-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150918-01.it.html
[12:51:42] fsfe.org/news/2015/news-20150918-02.es.html
[12:51:42] fsfe.org/news/2015/news-20150918-02.fr.html
[12:51:42] fsfe.org/news/2015/news-20150918-02.it.html
[12:51:42] fsfe.org/news/2015/news-20150922-01.es.html
[12:51:42] fsfe.org/news/2015/news-20150922-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20150922-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151013-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151013-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151013-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151020-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151020-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151020-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151028-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151028-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151028-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151104-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151104-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151104-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151105-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151105-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151105-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151110-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151110-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151110-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151203-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151203-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151203-01.it.html
[12:51:42] fsfe.org/news/2015/news-20151216-01.es.html
[12:51:42] fsfe.org/news/2015/news-20151216-01.fr.html
[12:51:42] fsfe.org/news/2015/news-20151216-01.it.html
[12:51:42] fsfe.org/news/2016/index.es.html
[12:51:42] fsfe.org/news/2016/index.fr.html
[12:51:42] fsfe.org/news/2016/index.it.html
[12:51:42] fsfe.org/news/2016/news-20160118-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160118-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160118-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160122-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160122-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160122-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160126-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160126-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160126-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160128-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160128-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160128-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160205-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160205-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160205-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160208-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160208-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160208-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160222-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160222-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160222-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160224-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160224-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160224-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160406-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160406-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160406-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160411-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160411-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160411-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160428-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160428-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160428-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160428-02.es.html
[12:51:42] fsfe.org/news/2016/news-20160428-02.fr.html
[12:51:42] fsfe.org/news/2016/news-20160428-02.it.html
[12:51:42] fsfe.org/news/2016/news-20160502-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160502-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160502-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160624-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160624-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160624-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160630-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160630-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160630-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160725-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160725-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160725-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160804-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160804-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160804-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160809-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160809-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160809-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160817-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160817-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160817-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160823-01.es.html
[12:51:42] fsfe.org/news/2016/news-20160823-01.fr.html
[12:51:42] fsfe.org/news/2016/news-20160823-01.it.html
[12:51:42] fsfe.org/news/2016/news-20160831-01.es.html
[12:51:43] fsfe.org/news/2016/news-20160831-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20160831-01.it.html
[12:51:43] fsfe.org/news/2016/news-20160907-01.es.html
[12:51:43] fsfe.org/news/2016/news-20160907-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20160907-01.it.html
[12:51:43] fsfe.org/news/2016/news-20160928-01.es.html
[12:51:43] fsfe.org/news/2016/news-20160928-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20160928-01.it.html
[12:51:43] fsfe.org/news/2016/news-20160930-01.es.html
[12:51:43] fsfe.org/news/2016/news-20160930-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20160930-01.it.html
[12:51:43] fsfe.org/news/2016/news-20161027-01.es.html
[12:51:43] fsfe.org/news/2016/news-20161027-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20161027-01.it.html
[12:51:43] fsfe.org/news/2016/news-20161031-01.es.html
[12:51:43] fsfe.org/news/2016/news-20161031-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20161031-01.it.html
[12:51:43] fsfe.org/news/2016/news-20161110-01.es.html
[12:51:43] fsfe.org/news/2016/news-20161110-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20161110-01.it.html
[12:51:43] fsfe.org/news/2016/news-20161202-01.es.html
[12:51:43] fsfe.org/news/2016/news-20161202-01.fr.html
[12:51:43] fsfe.org/news/2016/news-20161202-01.it.html
[12:51:43] fsfe.org/news/2017/index.es.html
[12:51:43] fsfe.org/news/2017/index.fr.html
[12:51:43] fsfe.org/news/2017/index.it.html
[12:51:43] fsfe.org/news/2017/news-20170105-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170105-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170105-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170109-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170109-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170109-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170110-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170110-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170110-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170116-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170116-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170116-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170209-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170209-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170209-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170214-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170214-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170214-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170214-02.es.html
[12:51:43] fsfe.org/news/2017/news-20170214-02.fr.html
[12:51:43] fsfe.org/news/2017/news-20170214-02.it.html
[12:51:43] fsfe.org/news/2017/news-20170217-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170217-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170217-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170301-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170301-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170301-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170302-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170302-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170302-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170315-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170315-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170315-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170321-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170321-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170321-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170328-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170328-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170328-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170419-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170419-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170419-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170425-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170425-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170425-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170613-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170613-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170613-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170616-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170616-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170616-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170619-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170619-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170619-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170710-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170710-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170710-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170726-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170726-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170726-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170811-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170811-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170811-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170829-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170829-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170829-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170905-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170905-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170905-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170906-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170906-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170906-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170908-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170908-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170908-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170911-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170911-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170911-01.it.html
[12:51:43] fsfe.org/news/2017/news-20170913-01.es.html
[12:51:43] fsfe.org/news/2017/news-20170913-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20170913-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171005-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171005-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171005-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171013-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171013-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171013-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171024-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171024-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171024-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171107-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171107-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171107-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171108-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171108-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171108-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171109-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171109-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171109-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171114-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171114-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171114-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171116-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171116-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171116-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171130-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171130-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171130-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171206-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171206-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171206-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171207-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171207-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171207-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171207-02.es.html
[12:51:43] fsfe.org/news/2017/news-20171207-02.fr.html
[12:51:43] fsfe.org/news/2017/news-20171207-02.it.html
[12:51:43] fsfe.org/news/2017/news-20171211-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171211-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171211-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171212-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171212-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171212-01.it.html
[12:51:43] fsfe.org/news/2017/news-20171219-01.es.html
[12:51:43] fsfe.org/news/2017/news-20171219-01.fr.html
[12:51:43] fsfe.org/news/2017/news-20171219-01.it.html
[12:51:43] fsfe.org/news/2018/index.es.html
[12:51:43] fsfe.org/news/2018/index.fr.html
[12:51:43] fsfe.org/news/2018/index.it.html
[12:51:43] fsfe.org/news/2018/news-20180111-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180111-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180111-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180119-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180119-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180119-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180212-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180212-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180212-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180215-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180215-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180215-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180219-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180219-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180219-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180302-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180302-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180302-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180308-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180308-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180308-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180322-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180322-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180322-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180414-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180414-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180414-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180526-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180526-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180526-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180529-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180529-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180529-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180530-02.es.html
[12:51:43] fsfe.org/news/2018/news-20180530-02.fr.html
[12:51:43] fsfe.org/news/2018/news-20180530-02.it.html
[12:51:43] fsfe.org/news/2018/news-20180601-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180601-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180601-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180613-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180613-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180613-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180705-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180705-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180705-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180716-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180716-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180716-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180723-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180723-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180723-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180725-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180725-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180725-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180905-02.es.html
[12:51:43] fsfe.org/news/2018/news-20180905-02.fr.html
[12:51:43] fsfe.org/news/2018/news-20180905-02.it.html
[12:51:43] fsfe.org/news/2018/news-20180907-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180907-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180907-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180913-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180913-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180913-01.it.html
[12:51:43] fsfe.org/news/2018/news-20180917-01.es.html
[12:51:43] fsfe.org/news/2018/news-20180917-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20180917-01.it.html
[12:51:43] fsfe.org/news/2018/news-20181010-01.es.html
[12:51:43] fsfe.org/news/2018/news-20181010-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20181010-01.it.html
[12:51:43] fsfe.org/news/2018/news-20181023-02.es.html
[12:51:43] fsfe.org/news/2018/news-20181023-02.fr.html
[12:51:43] fsfe.org/news/2018/news-20181023-02.it.html
[12:51:43] fsfe.org/news/2018/news-20181024-01.es.html
[12:51:43] fsfe.org/news/2018/news-20181024-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20181024-01.it.html
[12:51:43] fsfe.org/news/2018/news-20181105-01.es.html
[12:51:43] fsfe.org/news/2018/news-20181105-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20181105-01.it.html
[12:51:43] fsfe.org/news/2018/news-20181205-01.es.html
[12:51:43] fsfe.org/news/2018/news-20181205-01.fr.html
[12:51:43] fsfe.org/news/2018/news-20181205-01.it.html
[12:51:43] fsfe.org/news/2019/index.es.html
[12:51:43] fsfe.org/news/2019/index.fr.html
[12:51:43] fsfe.org/news/2019/index.it.html
[12:51:43] fsfe.org/news/2019/news-20190108-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190108-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190108-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190124-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190124-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190124-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190205-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190205-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190205-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190214-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190214-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190214-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190308-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190308-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190308-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190326-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190326-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190326-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190329-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190329-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190329-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190514-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190514-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190514-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190515-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190515-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190515-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190515-02.es.html
[12:51:43] fsfe.org/news/2019/news-20190515-02.fr.html
[12:51:43] fsfe.org/news/2019/news-20190515-02.it.html
[12:51:43] fsfe.org/news/2019/news-20190520-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190520-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190520-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190701-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190701-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190701-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190806-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190806-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190806-01.it.html
[12:51:43] fsfe.org/news/2019/news-20190807-01.es.html
[12:51:43] fsfe.org/news/2019/news-20190807-01.fr.html
[12:51:43] fsfe.org/news/2019/news-20190807-01.it.html
[12:51:44] fsfe.org/news/2019/news-20190827-01.es.html
[12:51:44] fsfe.org/news/2019/news-20190827-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20190827-01.it.html
[12:51:44] fsfe.org/news/2019/news-20190917-01.es.html
[12:51:44] fsfe.org/news/2019/news-20190917-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20190917-01.it.html
[12:51:44] fsfe.org/news/2019/news-20190927-01.es.html
[12:51:44] fsfe.org/news/2019/news-20190927-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20190927-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191002-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191002-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191002-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191007-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191007-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191007-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191012-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191012-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191012-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191014-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191014-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191014-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191022-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191022-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191022-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191028-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191028-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191028-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191102-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191102-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191102-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191112-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191112-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191112-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191113-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191113-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191113-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191120-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191120-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191120-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191125-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191125-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191125-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191128-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191128-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191128-01.it.html
[12:51:44] fsfe.org/news/2019/news-20191205-01.es.html
[12:51:44] fsfe.org/news/2019/news-20191205-01.fr.html
[12:51:44] fsfe.org/news/2019/news-20191205-01.it.html
[12:51:44] fsfe.org/news/2020/index.es.html
[12:51:44] fsfe.org/news/2020/index.fr.html
[12:51:44] fsfe.org/news/2020/index.it.html
[12:51:44] fsfe.org/news/2020/news-20200121-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200121-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200121-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200129-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200129-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200129-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200212-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200212-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200212-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200228-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200228-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200228-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200302-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200302-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200302-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200310-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200310-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200310-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200311-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200311-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200311-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200327-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200327-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200327-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200330-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200330-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200330-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200402-02.es.html
[12:51:44] fsfe.org/news/2020/news-20200402-02.fr.html
[12:51:44] fsfe.org/news/2020/news-20200402-02.it.html
[12:51:44] fsfe.org/news/2020/news-20200403-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200403-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200403-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200408-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200408-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200408-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200411-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200411-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200411-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200415-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200415-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200415-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200424-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200424-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200424-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200427-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200427-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200427-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200506-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200506-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200506-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200514-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200514-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200514-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200519-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200519-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200519-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200601-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200601-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200601-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200609-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200609-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200609-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200610-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200610-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200610-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200629-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200629-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200629-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200630-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200630-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200630-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200720-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200720-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200720-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200810-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200810-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200810-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200820-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200820-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200820-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200904-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200904-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200904-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200907-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200907-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200907-01.it.html
[12:51:44] fsfe.org/news/2020/news-20200910-01.es.html
[12:51:44] fsfe.org/news/2020/news-20200910-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20200910-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201005-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201005-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201005-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201009-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201009-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201009-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201019-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201019-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201019-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201023-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201023-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201023-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201110-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201110-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201110-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201112-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201112-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201112-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201120-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201120-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201120-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201208-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201208-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201208-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201210-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201210-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201210-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201211-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201211-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201211-01.it.html
[12:51:44] fsfe.org/news/2020/news-20201215-01.es.html
[12:51:44] fsfe.org/news/2020/news-20201215-01.fr.html
[12:51:44] fsfe.org/news/2020/news-20201215-01.it.html
[12:51:44] fsfe.org/news/2021/index.es.html
[12:51:44] fsfe.org/news/2021/index.fr.html
[12:51:44] fsfe.org/news/2021/index.it.html
[12:51:44] fsfe.org/news/2021/news-20210119-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210119-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210119-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210127-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210127-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210127-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210203-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210203-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210203-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210204-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210204-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210204-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210204-02.es.html
[12:51:44] fsfe.org/news/2021/news-20210204-02.fr.html
[12:51:44] fsfe.org/news/2021/news-20210204-02.it.html
[12:51:44] fsfe.org/news/2021/news-20210209-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210209-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210209-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210214-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210214-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210214-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210219-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210219-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210219-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210302-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210302-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210302-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210305-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210305-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210305-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210311-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210311-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210311-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210317-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210317-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210317-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210318-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210318-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210318-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210324-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210324-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210324-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210330-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210330-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210330-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210331-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210331-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210331-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210406-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210406-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210406-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210420-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210420-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210420-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210427-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210427-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210427-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210504-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210504-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210504-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210505-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210505-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210505-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210506-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210506-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210506-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210521-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210521-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210521-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210525-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210525-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210525-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210526-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210526-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210526-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210529-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210529-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210529-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210609-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210609-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210609-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210611-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210611-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210611-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210625-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210625-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210625-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210629-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210629-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210629-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210721-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210721-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210721-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210805-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210805-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210805-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210830-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210830-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210830-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210920-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210920-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210920-01.it.html
[12:51:44] fsfe.org/news/2021/news-20210928-01.es.html
[12:51:44] fsfe.org/news/2021/news-20210928-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20210928-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211008-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211008-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211008-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211011-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211011-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211011-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211015-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211015-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211015-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211027-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211027-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211027-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211102-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211102-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211102-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211110-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211110-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211110-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211118-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211118-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211118-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211122-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211122-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211122-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211123-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211123-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211123-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211124-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211124-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211124-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211125-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211125-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211125-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211129-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211129-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211129-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211203-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211203-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211203-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211206-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211206-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211206-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211209-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211209-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211209-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211210-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211210-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211210-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211213-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211213-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211213-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211215-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211215-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211215-01.it.html
[12:51:44] fsfe.org/news/2021/news-20211216-01.es.html
[12:51:44] fsfe.org/news/2021/news-20211216-01.fr.html
[12:51:44] fsfe.org/news/2021/news-20211216-01.it.html
[12:51:44] fsfe.org/news/2022/index.es.html
[12:51:44] fsfe.org/news/2022/index.fr.html
[12:51:44] fsfe.org/news/2022/index.it.html
[12:51:44] fsfe.org/news/2022/news-20220112-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220112-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220112-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220121-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220121-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220121-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220127-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220127-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220127-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220201-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220201-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220201-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220202-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220202-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220202-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220224-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220224-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220224-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220225-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220225-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220225-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220310-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220310-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220310-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220315-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220315-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220315-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220316-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220316-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220316-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220323-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220323-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220323-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220328-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220328-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220328-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220330-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220330-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220330-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220414-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220414-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220414-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220420-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220420-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220420-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220425-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220425-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220425-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220427-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220427-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220427-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220503-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220503-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220503-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220504-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220504-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220504-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220510-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220510-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220510-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220516-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220516-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220516-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220520-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220520-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220520-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220531-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220531-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220531-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220602-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220602-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220602-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220615-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220615-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220615-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220628-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220628-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220628-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220712-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220712-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220712-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220714-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220714-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220714-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220823-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220823-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220823-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220905-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220905-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220905-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220915-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220915-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220915-01.it.html
[12:51:44] fsfe.org/news/2022/news-20220928-01.es.html
[12:51:44] fsfe.org/news/2022/news-20220928-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20220928-01.it.html
[12:51:44] fsfe.org/news/2022/news-20221004-01.es.html
[12:51:44] fsfe.org/news/2022/news-20221004-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20221004-01.it.html
[12:51:44] fsfe.org/news/2022/news-20221026-01.es.html
[12:51:44] fsfe.org/news/2022/news-20221026-01.fr.html
[12:51:44] fsfe.org/news/2022/news-20221026-01.it.html
[12:51:44] fsfe.org/news/2022/news-20221026-02.es.html
[12:51:44] fsfe.org/news/2022/news-20221026-02.fr.html
[12:51:44] fsfe.org/news/2022/news-20221026-02.it.html
[12:51:44] fsfe.org/news/2022/news-20221104-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221104-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221104-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221104-02.es.html
[12:51:45] fsfe.org/news/2022/news-20221104-02.fr.html
[12:51:45] fsfe.org/news/2022/news-20221104-02.it.html
[12:51:45] fsfe.org/news/2022/news-20221118-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221118-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221118-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221121-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221121-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221121-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221205-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221205-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221205-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221206-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221206-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221206-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221209-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221209-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221209-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221212-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221212-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221212-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221214-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221214-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221214-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221215-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221215-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221215-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221215-02.es.html
[12:51:45] fsfe.org/news/2022/news-20221215-02.fr.html
[12:51:45] fsfe.org/news/2022/news-20221215-02.it.html
[12:51:45] fsfe.org/news/2022/news-20221219-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221219-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221219-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221220-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221220-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221220-01.it.html
[12:51:45] fsfe.org/news/2022/news-20221221-01.es.html
[12:51:45] fsfe.org/news/2022/news-20221221-01.fr.html
[12:51:45] fsfe.org/news/2022/news-20221221-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230104-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230104-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230104-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230109-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230109-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230109-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230113-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230113-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230113-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230119-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230119-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230119-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230123-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230123-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230123-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230126-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230126-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230126-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230215-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230215-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230215-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230220-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230220-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230220-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230222-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230222-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230222-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230227-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230227-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230227-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230301-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230301-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230301-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230308-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230308-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230308-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230313-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230313-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230313-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230321-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230321-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230321-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230323-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230323-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230323-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230323-02.es.html
[12:51:45] fsfe.org/news/2023/news-20230323-02.fr.html
[12:51:45] fsfe.org/news/2023/news-20230323-02.it.html
[12:51:45] fsfe.org/news/2023/news-20230412-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230412-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230412-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230413-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230413-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230413-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230418-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230418-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230418-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230425-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230425-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230425-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230428-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230428-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230428-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230508-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230508-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230508-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230509-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230509-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230509-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230511-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230511-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230511-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230511-02.es.html
[12:51:45] fsfe.org/news/2023/news-20230511-02.fr.html
[12:51:45] fsfe.org/news/2023/news-20230511-02.it.html
[12:51:45] fsfe.org/news/2023/news-20230515-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230515-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230515-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230515-02.es.html
[12:51:45] fsfe.org/news/2023/news-20230515-02.fr.html
[12:51:45] fsfe.org/news/2023/news-20230515-02.it.html
[12:51:45] fsfe.org/news/2023/news-20230524-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230524-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230524-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230606-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230606-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230606-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230614-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230614-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230614-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230623-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230623-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230623-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230629-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230629-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230629-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230629-02.es.html
[12:51:45] fsfe.org/news/2023/news-20230629-02.fr.html
[12:51:45] fsfe.org/news/2023/news-20230629-02.it.html
[12:51:45] fsfe.org/news/2023/news-20230712-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230712-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230712-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230719-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230719-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230719-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230719-02.es.html
[12:51:45] fsfe.org/news/2023/news-20230719-02.fr.html
[12:51:45] fsfe.org/news/2023/news-20230719-02.it.html
[12:51:45] fsfe.org/news/2023/news-20230724-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230724-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230724-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230807-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230807-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230807-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230815-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230815-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230815-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230824-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230824-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230824-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230825-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230825-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230825-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230829-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230829-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230829-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230831-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230831-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230831-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230906-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230906-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230906-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230907-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230907-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230907-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230915-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230915-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230915-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230920-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230920-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230920-01.it.html
[12:51:45] fsfe.org/news/2023/news-20230920-02.es.html
[12:51:45] fsfe.org/news/2023/news-20230920-02.fr.html
[12:51:45] fsfe.org/news/2023/news-20230920-02.it.html
[12:51:45] fsfe.org/news/2023/news-20230926-01.es.html
[12:51:45] fsfe.org/news/2023/news-20230926-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20230926-01.it.html
[12:51:45] fsfe.org/news/2023/news-20231011-01.es.html
[12:51:45] fsfe.org/news/2023/news-20231011-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20231011-01.it.html
[12:51:45] fsfe.org/news/2023/news-20231017-01.es.html
[12:51:45] fsfe.org/news/2023/news-20231017-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20231017-01.it.html
[12:51:45] fsfe.org/news/2023/news-20231020-01.es.html
[12:51:45] fsfe.org/news/2023/news-20231020-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20231020-01.it.html
[12:51:45] fsfe.org/news/2023/news-20231025-01.es.html
[12:51:45] fsfe.org/news/2023/news-20231025-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20231025-01.it.html
[12:51:45] fsfe.org/news/2023/news-20231102-01.es.html
[12:51:45] fsfe.org/news/2023/news-20231102-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20231102-01.it.html
[12:51:45] fsfe.org/news/2023/news-20231106-01.es.html
[12:51:45] fsfe.org/news/2023/news-20231106-01.fr.html
[12:51:45] fsfe.org/news/2023/news-20231106-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231108-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231108-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231108-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231110-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231110-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231110-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231113-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231113-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231113-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231113-02.es.html
[12:51:46] fsfe.org/news/2023/news-20231113-02.fr.html
[12:51:46] fsfe.org/news/2023/news-20231113-02.it.html
[12:51:46] fsfe.org/news/2023/news-20231115-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231115-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231115-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231116-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231116-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231116-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231201-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231201-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231201-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231207-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231207-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231207-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231211-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231211-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231211-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231214-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231214-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231214-01.it.html
[12:51:46] fsfe.org/news/2023/news-20231220-01.es.html
[12:51:46] fsfe.org/news/2023/news-20231220-01.fr.html
[12:51:46] fsfe.org/news/2023/news-20231220-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240109-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240109-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240109-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240111-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240111-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240111-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240117-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240117-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240117-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240122-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240122-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240122-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240126-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240126-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240126-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240130-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240130-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240130-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240206-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240206-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240206-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240208-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240208-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240208-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240226-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240226-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240226-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240301-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240301-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240301-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240307-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240307-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240307-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240312-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240312-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240312-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240318-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240318-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240318-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240318-02.es.html
[12:51:46] fsfe.org/news/2024/news-20240318-02.fr.html
[12:51:46] fsfe.org/news/2024/news-20240318-02.it.html
[12:51:46] fsfe.org/news/2024/news-20240321-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240321-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240321-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240417-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240417-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240417-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240430-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240430-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240430-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240506-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240506-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240506-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240515-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240515-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240515-01.it.html
[12:51:46] fsfe.org/news/2024/news-20240530-01.es.html
[12:51:46] fsfe.org/news/2024/news-20240530-01.fr.html
[12:51:46] fsfe.org/news/2024/news-20240530-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240610-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240610-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240610-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240620-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240620-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240620-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240627-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240627-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240627-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240628-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240628-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240628-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240701-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240701-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240701-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240709-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240709-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240709-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240715-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240715-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240715-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240719-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240719-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240719-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240726-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240726-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240726-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240808-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240808-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240808-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240809-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240809-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240809-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240812-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240812-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240812-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240813-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240813-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240813-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240828-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240828-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240828-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240911-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240911-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240911-01.it.html
[12:51:47] fsfe.org/news/2024/news-20240911-02.es.html
[12:51:47] fsfe.org/news/2024/news-20240911-02.fr.html
[12:51:47] fsfe.org/news/2024/news-20240911-02.it.html
[12:51:47] fsfe.org/news/2024/news-20240920-01.es.html
[12:51:47] fsfe.org/news/2024/news-20240920-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20240920-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241002-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241002-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241002-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241016-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241016-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241016-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241027-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241027-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241027-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241101-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241101-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241101-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241108-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241108-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241108-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241113-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241113-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241113-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241114-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241114-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241114-01.it.html
[12:51:47] fsfe.org/news/2024/news-20241121-01.es.html
[12:51:47] fsfe.org/news/2024/news-20241121-01.fr.html
[12:51:47] fsfe.org/news/2024/news-20241121-01.it.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-1.es.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-1.fr.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-1.it.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-10.es.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-10.fr.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-10.it.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-11.es.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-11.fr.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-11.it.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-12.es.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-12.fr.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-12.it.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-13.es.html
[12:51:47] fsfe.org/news/news/podcast/transcript/episode-13.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-13.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-14.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-14.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-14.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-15.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-15.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-15.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-16.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-16.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-16.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-17.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-17.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-17.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-18.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-18.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-18.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-19.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-19.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-19.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-2.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-2.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-2.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-20.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-20.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-20.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-21.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-21.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-21.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-22.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-22.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-22.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-23.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-23.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-23.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-24.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-24.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-24.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-25.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-25.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-25.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-3.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-3.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-3.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-4.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-4.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-4.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-5.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-5.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-5.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-6.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-6.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-6.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-7.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-7.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-7.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-8.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-8.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-8.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-9.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-9.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-9.it.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-special-1.es.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-special-1.fr.html
[12:51:48] fsfe.org/news/news/podcast/transcript/episode-special-1.it.html
[12:51:48] fsfe.org/news/nl/nl-200904.es.html
[12:51:48] fsfe.org/news/nl/nl-200904.fr.html
[12:51:48] fsfe.org/news/nl/nl-200904.it.html
[12:51:48] fsfe.org/news/nl/nl-200905.es.html
[12:51:48] fsfe.org/news/nl/nl-200905.fr.html
[12:51:48] fsfe.org/news/nl/nl-200905.it.html
[12:51:48] fsfe.org/news/nl/nl-200906.es.html
[12:51:48] fsfe.org/news/nl/nl-200906.fr.html
[12:51:48] fsfe.org/news/nl/nl-200906.it.html
[12:51:48] fsfe.org/news/nl/nl-200907.es.html
[12:51:48] fsfe.org/news/nl/nl-200907.fr.html
[12:51:48] fsfe.org/news/nl/nl-200907.it.html
[12:51:48] fsfe.org/news/nl/nl-200908.es.html
[12:51:48] fsfe.org/news/nl/nl-200908.fr.html
[12:51:48] fsfe.org/news/nl/nl-200908.it.html
[12:51:48] fsfe.org/news/nl/nl-200909.es.html
[12:51:48] fsfe.org/news/nl/nl-200909.fr.html
[12:51:48] fsfe.org/news/nl/nl-200909.it.html
[12:51:48] fsfe.org/news/nl/nl-200910.es.html
[12:51:48] fsfe.org/news/nl/nl-200910.fr.html
[12:51:48] fsfe.org/news/nl/nl-200910.it.html
[12:51:48] fsfe.org/news/nl/nl-200911.es.html
[12:51:48] fsfe.org/news/nl/nl-200911.fr.html
[12:51:48] fsfe.org/news/nl/nl-200911.it.html
[12:51:48] fsfe.org/news/nl/nl-200912.es.html
[12:51:48] fsfe.org/news/nl/nl-200912.fr.html
[12:51:48] fsfe.org/news/nl/nl-200912.it.html
[12:51:48] fsfe.org/news/nl/nl-201001.es.html
[12:51:48] fsfe.org/news/nl/nl-201001.fr.html
[12:51:48] fsfe.org/news/nl/nl-201001.it.html
[12:51:48] fsfe.org/news/nl/nl-201006.es.html
[12:51:48] fsfe.org/news/nl/nl-201006.fr.html
[12:51:48] fsfe.org/news/nl/nl-201006.it.html
[12:51:48] fsfe.org/news/nl/nl-201007.es.html
[12:51:48] fsfe.org/news/nl/nl-201007.fr.html
[12:51:48] fsfe.org/news/nl/nl-201007.it.html
[12:51:48] fsfe.org/news/nl/nl-201008.es.html
[12:51:48] fsfe.org/news/nl/nl-201008.fr.html
[12:51:48] fsfe.org/news/nl/nl-201008.it.html
[12:51:48] fsfe.org/news/nl/nl-201009.es.html
[12:51:48] fsfe.org/news/nl/nl-201009.fr.html
[12:51:48] fsfe.org/news/nl/nl-201009.it.html
[12:51:48] fsfe.org/news/nl/nl-201010.es.html
[12:51:48] fsfe.org/news/nl/nl-201010.fr.html
[12:51:48] fsfe.org/news/nl/nl-201010.it.html
[12:51:48] fsfe.org/news/nl/nl-201011.es.html
[12:51:48] fsfe.org/news/nl/nl-201011.fr.html
[12:51:48] fsfe.org/news/nl/nl-201011.it.html
[12:51:48] fsfe.org/news/nl/nl-201012.es.html
[12:51:48] fsfe.org/news/nl/nl-201012.fr.html
[12:51:48] fsfe.org/news/nl/nl-201012.it.html
[12:51:48] fsfe.org/news/nl/nl-201101.es.html
[12:51:48] fsfe.org/news/nl/nl-201101.fr.html
[12:51:48] fsfe.org/news/nl/nl-201101.it.html
[12:51:48] fsfe.org/news/nl/nl-201102.es.html
[12:51:48] fsfe.org/news/nl/nl-201102.fr.html
[12:51:48] fsfe.org/news/nl/nl-201102.it.html
[12:51:48] fsfe.org/news/nl/nl-201103.es.html
[12:51:48] fsfe.org/news/nl/nl-201103.fr.html
[12:51:48] fsfe.org/news/nl/nl-201103.it.html
[12:51:48] fsfe.org/news/nl/nl-201104.es.html
[12:51:48] fsfe.org/news/nl/nl-201104.fr.html
[12:51:48] fsfe.org/news/nl/nl-201104.it.html
[12:51:48] fsfe.org/news/nl/nl-201105.es.html
[12:51:48] fsfe.org/news/nl/nl-201105.fr.html
[12:51:48] fsfe.org/news/nl/nl-201105.it.html
[12:51:48] fsfe.org/news/nl/nl-201106.es.html
[12:51:48] fsfe.org/news/nl/nl-201106.fr.html
[12:51:48] fsfe.org/news/nl/nl-201106.it.html
[12:51:48] fsfe.org/news/nl/nl-201107.es.html
[12:51:48] fsfe.org/news/nl/nl-201107.fr.html
[12:51:48] fsfe.org/news/nl/nl-201107.it.html
[12:51:48] fsfe.org/news/nl/nl-201108.es.html
[12:51:48] fsfe.org/news/nl/nl-201108.fr.html
[12:51:48] fsfe.org/news/nl/nl-201108.it.html
[12:51:48] fsfe.org/news/nl/nl-201109.es.html
[12:51:48] fsfe.org/news/nl/nl-201109.fr.html
[12:51:48] fsfe.org/news/nl/nl-201109.it.html
[12:51:48] fsfe.org/news/nl/nl-201110.es.html
[12:51:48] fsfe.org/news/nl/nl-201110.fr.html
[12:51:48] fsfe.org/news/nl/nl-201110.it.html
[12:51:48] fsfe.org/news/nl/nl-201111.es.html
[12:51:48] fsfe.org/news/nl/nl-201111.fr.html
[12:51:48] fsfe.org/news/nl/nl-201111.it.html
[12:51:48] fsfe.org/news/nl/nl-201112.es.html
[12:51:48] fsfe.org/news/nl/nl-201112.fr.html
[12:51:48] fsfe.org/news/nl/nl-201112.it.html
[12:51:48] fsfe.org/news/nl/nl-201201.es.html
[12:51:48] fsfe.org/news/nl/nl-201201.fr.html
[12:51:48] fsfe.org/news/nl/nl-201201.it.html
[12:51:48] fsfe.org/news/nl/nl-201202.es.html
[12:51:48] fsfe.org/news/nl/nl-201202.fr.html
[12:51:48] fsfe.org/news/nl/nl-201202.it.html
[12:51:48] fsfe.org/news/nl/nl-201203.es.html
[12:51:48] fsfe.org/news/nl/nl-201203.fr.html
[12:51:48] fsfe.org/news/nl/nl-201203.it.html
[12:51:48] fsfe.org/news/nl/nl-201204.es.html
[12:51:48] fsfe.org/news/nl/nl-201204.fr.html
[12:51:48] fsfe.org/news/nl/nl-201204.it.html
[12:51:48] fsfe.org/news/nl/nl-201205.es.html
[12:51:48] fsfe.org/news/nl/nl-201205.fr.html
[12:51:48] fsfe.org/news/nl/nl-201205.it.html
[12:51:48] fsfe.org/news/nl/nl-201206.es.html
[12:51:48] fsfe.org/news/nl/nl-201206.fr.html
[12:51:48] fsfe.org/news/nl/nl-201206.it.html
[12:51:48] fsfe.org/news/nl/nl-201207.es.html
[12:51:48] fsfe.org/news/nl/nl-201207.fr.html
[12:51:48] fsfe.org/news/nl/nl-201207.it.html
[12:51:48] fsfe.org/news/nl/nl-201208.es.html
[12:51:48] fsfe.org/news/nl/nl-201208.fr.html
[12:51:48] fsfe.org/news/nl/nl-201208.it.html
[12:51:48] fsfe.org/news/nl/nl-201209.es.html
[12:51:48] fsfe.org/news/nl/nl-201209.fr.html
[12:51:48] fsfe.org/news/nl/nl-201209.it.html
[12:51:48] fsfe.org/news/nl/nl-201210.es.html
[12:51:48] fsfe.org/news/nl/nl-201210.fr.html
[12:51:48] fsfe.org/news/nl/nl-201210.it.html
[12:51:48] fsfe.org/news/nl/nl-201211.es.html
[12:51:48] fsfe.org/news/nl/nl-201211.fr.html
[12:51:48] fsfe.org/news/nl/nl-201211.it.html
[12:51:48] fsfe.org/news/nl/nl-201212.es.html
[12:51:48] fsfe.org/news/nl/nl-201212.fr.html
[12:51:48] fsfe.org/news/nl/nl-201212.it.html
[12:51:48] fsfe.org/news/nl/nl-201302.es.html
[12:51:48] fsfe.org/news/nl/nl-201302.fr.html
[12:51:48] fsfe.org/news/nl/nl-201302.it.html
[12:51:48] fsfe.org/news/nl/nl-201303.es.html
[12:51:48] fsfe.org/news/nl/nl-201303.fr.html
[12:51:48] fsfe.org/news/nl/nl-201303.it.html
[12:51:48] fsfe.org/news/nl/nl-201305.es.html
[12:51:48] fsfe.org/news/nl/nl-201305.fr.html
[12:51:48] fsfe.org/news/nl/nl-201305.it.html
[12:51:48] fsfe.org/news/nl/nl-201306.es.html
[12:51:48] fsfe.org/news/nl/nl-201306.fr.html
[12:51:48] fsfe.org/news/nl/nl-201306.it.html
[12:51:48] fsfe.org/news/nl/nl-201307.es.html
[12:51:48] fsfe.org/news/nl/nl-201307.fr.html
[12:51:48] fsfe.org/news/nl/nl-201307.it.html
[12:51:48] fsfe.org/news/nl/nl-201308.es.html
[12:51:48] fsfe.org/news/nl/nl-201308.fr.html
[12:51:48] fsfe.org/news/nl/nl-201308.it.html
[12:51:48] fsfe.org/news/nl/nl-201309.es.html
[12:51:48] fsfe.org/news/nl/nl-201309.fr.html
[12:51:48] fsfe.org/news/nl/nl-201309.it.html
[12:51:48] fsfe.org/news/nl/nl-201310.es.html
[12:51:48] fsfe.org/news/nl/nl-201310.fr.html
[12:51:48] fsfe.org/news/nl/nl-201310.it.html
[12:51:48] fsfe.org/news/nl/nl-201311.es.html
[12:51:48] fsfe.org/news/nl/nl-201311.fr.html
[12:51:48] fsfe.org/news/nl/nl-201311.it.html
[12:51:48] fsfe.org/news/nl/nl-201312.es.html
[12:51:48] fsfe.org/news/nl/nl-201312.fr.html
[12:51:48] fsfe.org/news/nl/nl-201312.it.html
[12:51:48] fsfe.org/news/nl/nl-201401.es.html
[12:51:48] fsfe.org/news/nl/nl-201401.fr.html
[12:51:48] fsfe.org/news/nl/nl-201401.it.html
[12:51:48] fsfe.org/news/nl/nl-201402.es.html
[12:51:48] fsfe.org/news/nl/nl-201402.fr.html
[12:51:48] fsfe.org/news/nl/nl-201402.it.html
[12:51:48] fsfe.org/news/nl/nl-201403.es.html
[12:51:48] fsfe.org/news/nl/nl-201403.fr.html
[12:51:48] fsfe.org/news/nl/nl-201403.it.html
[12:51:48] fsfe.org/news/nl/nl-201404.es.html
[12:51:48] fsfe.org/news/nl/nl-201404.fr.html
[12:51:48] fsfe.org/news/nl/nl-201404.it.html
[12:51:48] fsfe.org/news/nl/nl-201405.es.html
[12:51:48] fsfe.org/news/nl/nl-201405.fr.html
[12:51:48] fsfe.org/news/nl/nl-201405.it.html
[12:51:48] fsfe.org/news/nl/nl-201406.es.html
[12:51:48] fsfe.org/news/nl/nl-201406.fr.html
[12:51:48] fsfe.org/news/nl/nl-201406.it.html
[12:51:48] fsfe.org/news/nl/nl-201407.es.html
[12:51:48] fsfe.org/news/nl/nl-201407.fr.html
[12:51:48] fsfe.org/news/nl/nl-201407.it.html
[12:51:48] fsfe.org/news/nl/nl-201408.es.html
[12:51:48] fsfe.org/news/nl/nl-201408.fr.html
[12:51:48] fsfe.org/news/nl/nl-201408.it.html
[12:51:48] fsfe.org/news/nl/nl-201409.es.html
[12:51:48] fsfe.org/news/nl/nl-201409.fr.html
[12:51:48] fsfe.org/news/nl/nl-201409.it.html
[12:51:48] fsfe.org/news/nl/nl-201410.es.html
[12:51:48] fsfe.org/news/nl/nl-201410.fr.html
[12:51:48] fsfe.org/news/nl/nl-201410.it.html
[12:51:48] fsfe.org/news/nl/nl-201411.es.html
[12:51:48] fsfe.org/news/nl/nl-201411.fr.html
[12:51:48] fsfe.org/news/nl/nl-201411.it.html
[12:51:48] fsfe.org/news/nl/nl-201412.es.html
[12:51:48] fsfe.org/news/nl/nl-201412.fr.html
[12:51:48] fsfe.org/news/nl/nl-201412.it.html
[12:51:48] fsfe.org/news/nl/nl-201501.es.html
[12:51:48] fsfe.org/news/nl/nl-201501.fr.html
[12:51:48] fsfe.org/news/nl/nl-201501.it.html
[12:51:48] fsfe.org/news/nl/nl-201502.es.html
[12:51:48] fsfe.org/news/nl/nl-201502.fr.html
[12:51:48] fsfe.org/news/nl/nl-201502.it.html
[12:51:48] fsfe.org/news/nl/nl-201503.es.html
[12:51:48] fsfe.org/news/nl/nl-201503.fr.html
[12:51:48] fsfe.org/news/nl/nl-201503.it.html
[12:51:48] fsfe.org/news/nl/nl-201504.es.html
[12:51:48] fsfe.org/news/nl/nl-201504.fr.html
[12:51:48] fsfe.org/news/nl/nl-201504.it.html
[12:51:48] fsfe.org/news/nl/nl-201505.es.html
[12:51:48] fsfe.org/news/nl/nl-201505.fr.html
[12:51:48] fsfe.org/news/nl/nl-201505.it.html
[12:51:48] fsfe.org/news/nl/nl-201506.es.html
[12:51:48] fsfe.org/news/nl/nl-201506.fr.html
[12:51:48] fsfe.org/news/nl/nl-201506.it.html
[12:51:48] fsfe.org/news/nl/nl-201507.es.html
[12:51:48] fsfe.org/news/nl/nl-201507.fr.html
[12:51:48] fsfe.org/news/nl/nl-201507.it.html
[12:51:48] fsfe.org/news/nl/nl-201508.es.html
[12:51:48] fsfe.org/news/nl/nl-201508.fr.html
[12:51:48] fsfe.org/news/nl/nl-201508.it.html
[12:51:48] fsfe.org/news/nl/nl-201509.es.html
[12:51:48] fsfe.org/news/nl/nl-201509.fr.html
[12:51:48] fsfe.org/news/nl/nl-201509.it.html
[12:51:48] fsfe.org/news/nl/nl-201510.es.html
[12:51:48] fsfe.org/news/nl/nl-201510.fr.html
[12:51:48] fsfe.org/news/nl/nl-201510.it.html
[12:51:48] fsfe.org/news/nl/nl-201511.es.html
[12:51:48] fsfe.org/news/nl/nl-201511.fr.html
[12:51:48] fsfe.org/news/nl/nl-201511.it.html
[12:51:48] fsfe.org/news/nl/nl-201512.es.html
[12:51:48] fsfe.org/news/nl/nl-201512.fr.html
[12:51:48] fsfe.org/news/nl/nl-201512.it.html
[12:51:48] fsfe.org/news/nl/nl-201602.es.html
[12:51:48] fsfe.org/news/nl/nl-201602.fr.html
[12:51:48] fsfe.org/news/nl/nl-201602.it.html
[12:51:48] fsfe.org/news/nl/nl-201603.es.html
[12:51:48] fsfe.org/news/nl/nl-201603.fr.html
[12:51:48] fsfe.org/news/nl/nl-201603.it.html
[12:51:48] fsfe.org/news/nl/nl-201604.es.html
[12:51:48] fsfe.org/news/nl/nl-201604.fr.html
[12:51:48] fsfe.org/news/nl/nl-201604.it.html
[12:51:48] fsfe.org/news/nl/nl-201605.es.html
[12:51:48] fsfe.org/news/nl/nl-201605.fr.html
[12:51:48] fsfe.org/news/nl/nl-201605.it.html
[12:51:48] fsfe.org/news/nl/nl-201606.es.html
[12:51:48] fsfe.org/news/nl/nl-201606.fr.html
[12:51:48] fsfe.org/news/nl/nl-201606.it.html
[12:51:48] fsfe.org/news/nl/nl-201607.es.html
[12:51:48] fsfe.org/news/nl/nl-201607.fr.html
[12:51:48] fsfe.org/news/nl/nl-201607.it.html
[12:51:48] fsfe.org/news/nl/nl-201608.es.html
[12:51:48] fsfe.org/news/nl/nl-201608.fr.html
[12:51:48] fsfe.org/news/nl/nl-201608.it.html
[12:51:48] fsfe.org/news/nl/nl-201609.es.html
[12:51:48] fsfe.org/news/nl/nl-201609.fr.html
[12:51:48] fsfe.org/news/nl/nl-201609.it.html
[12:51:48] fsfe.org/news/nl/nl-201610.es.html
[12:51:48] fsfe.org/news/nl/nl-201610.fr.html
[12:51:48] fsfe.org/news/nl/nl-201610.it.html
[12:51:48] fsfe.org/news/nl/nl-201611.es.html
[12:51:48] fsfe.org/news/nl/nl-201611.fr.html
[12:51:48] fsfe.org/news/nl/nl-201611.it.html
[12:51:48] fsfe.org/news/nl/nl-201612.es.html
[12:51:48] fsfe.org/news/nl/nl-201612.fr.html
[12:51:48] fsfe.org/news/nl/nl-201612.it.html
[12:51:48] fsfe.org/news/nl/nl-201702.es.html
[12:51:48] fsfe.org/news/nl/nl-201702.fr.html
[12:51:48] fsfe.org/news/nl/nl-201702.it.html
[12:51:48] fsfe.org/news/nl/nl-201703.es.html
[12:51:48] fsfe.org/news/nl/nl-201703.fr.html
[12:51:48] fsfe.org/news/nl/nl-201703.it.html
[12:51:48] fsfe.org/news/nl/nl-201704.es.html
[12:51:48] fsfe.org/news/nl/nl-201704.fr.html
[12:51:48] fsfe.org/news/nl/nl-201704.it.html
[12:51:48] fsfe.org/news/nl/nl-201705.es.html
[12:51:48] fsfe.org/news/nl/nl-201705.fr.html
[12:51:48] fsfe.org/news/nl/nl-201705.it.html
[12:51:48] fsfe.org/news/nl/nl-201706.es.html
[12:51:48] fsfe.org/news/nl/nl-201706.fr.html
[12:51:48] fsfe.org/news/nl/nl-201706.it.html
[12:51:48] fsfe.org/news/nl/nl-201707.es.html
[12:51:48] fsfe.org/news/nl/nl-201707.fr.html
[12:51:48] fsfe.org/news/nl/nl-201707.it.html
[12:51:48] fsfe.org/news/nl/nl-201709.es.html
[12:51:48] fsfe.org/news/nl/nl-201709.fr.html
[12:51:48] fsfe.org/news/nl/nl-201709.it.html
[12:51:48] fsfe.org/news/nl/nl-201710.es.html
[12:51:48] fsfe.org/news/nl/nl-201710.fr.html
[12:51:48] fsfe.org/news/nl/nl-201710.it.html
[12:51:48] fsfe.org/news/nl/nl-201711.es.html
[12:51:48] fsfe.org/news/nl/nl-201711.fr.html
[12:51:48] fsfe.org/news/nl/nl-201711.it.html
[12:51:48] fsfe.org/news/nl/nl-201712.es.html
[12:51:48] fsfe.org/news/nl/nl-201712.fr.html
[12:51:48] fsfe.org/news/nl/nl-201712.it.html
[12:51:48] fsfe.org/news/nl/nl-201802.es.html
[12:51:48] fsfe.org/news/nl/nl-201802.fr.html
[12:51:48] fsfe.org/news/nl/nl-201802.it.html
[12:51:48] fsfe.org/news/nl/nl-201803.es.html
[12:51:48] fsfe.org/news/nl/nl-201803.fr.html
[12:51:48] fsfe.org/news/nl/nl-201803.it.html
[12:51:48] fsfe.org/news/nl/nl-201804.es.html
[12:51:48] fsfe.org/news/nl/nl-201804.fr.html
[12:51:48] fsfe.org/news/nl/nl-201804.it.html
[12:51:48] fsfe.org/news/nl/nl-201805.es.html
[12:51:48] fsfe.org/news/nl/nl-201805.fr.html
[12:51:48] fsfe.org/news/nl/nl-201805.it.html
[12:51:48] fsfe.org/news/nl/nl-201806.es.html
[12:51:48] fsfe.org/news/nl/nl-201806.fr.html
[12:51:48] fsfe.org/news/nl/nl-201806.it.html
[12:51:48] fsfe.org/news/nl/nl-201807.es.html
[12:51:48] fsfe.org/news/nl/nl-201807.fr.html
[12:51:48] fsfe.org/news/nl/nl-201807.it.html
[12:51:48] fsfe.org/news/nl/nl-201809.es.html
[12:51:48] fsfe.org/news/nl/nl-201809.fr.html
[12:51:48] fsfe.org/news/nl/nl-201809.it.html
[12:51:48] fsfe.org/news/nl/nl-201810.es.html
[12:51:48] fsfe.org/news/nl/nl-201810.fr.html
[12:51:48] fsfe.org/news/nl/nl-201810.it.html
[12:51:48] fsfe.org/news/nl/nl-201811.es.html
[12:51:48] fsfe.org/news/nl/nl-201811.fr.html
[12:51:48] fsfe.org/news/nl/nl-201811.it.html
[12:51:48] fsfe.org/news/nl/nl-201812.es.html
[12:51:48] fsfe.org/news/nl/nl-201812.fr.html
[12:51:48] fsfe.org/news/nl/nl-201812.it.html
[12:51:48] fsfe.org/news/nl/nl-201902.es.html
[12:51:48] fsfe.org/news/nl/nl-201902.fr.html
[12:51:48] fsfe.org/news/nl/nl-201902.it.html
[12:51:48] fsfe.org/news/nl/nl-201903.es.html
[12:51:48] fsfe.org/news/nl/nl-201903.fr.html
[12:51:48] fsfe.org/news/nl/nl-201903.it.html
[12:51:48] fsfe.org/news/nl/nl-201904.es.html
[12:51:48] fsfe.org/news/nl/nl-201904.fr.html
[12:51:48] fsfe.org/news/nl/nl-201904.it.html
[12:51:48] fsfe.org/news/nl/nl-201905.es.html
[12:51:48] fsfe.org/news/nl/nl-201905.fr.html
[12:51:48] fsfe.org/news/nl/nl-201905.it.html
[12:51:48] fsfe.org/news/nl/nl-201906.es.html
[12:51:48] fsfe.org/news/nl/nl-201906.fr.html
[12:51:48] fsfe.org/news/nl/nl-201906.it.html
[12:51:48] fsfe.org/news/nl/nl-201907.es.html
[12:51:48] fsfe.org/news/nl/nl-201907.fr.html
[12:51:48] fsfe.org/news/nl/nl-201907.it.html
[12:51:48] fsfe.org/news/nl/nl-201909.es.html
[12:51:48] fsfe.org/news/nl/nl-201909.fr.html
[12:51:48] fsfe.org/news/nl/nl-201909.it.html
[12:51:48] fsfe.org/news/nl/nl-201910.es.html
[12:51:48] fsfe.org/news/nl/nl-201910.fr.html
[12:51:48] fsfe.org/news/nl/nl-201910.it.html
[12:51:48] fsfe.org/news/nl/nl-201911.es.html
[12:51:48] fsfe.org/news/nl/nl-201911.fr.html
[12:51:48] fsfe.org/news/nl/nl-201911.it.html
[12:51:48] fsfe.org/news/nl/nl-201912.es.html
[12:51:48] fsfe.org/news/nl/nl-201912.fr.html
[12:51:48] fsfe.org/news/nl/nl-201912.it.html
[12:51:48] fsfe.org/news/nl/nl-202001.es.html
[12:51:48] fsfe.org/news/nl/nl-202001.fr.html
[12:51:48] fsfe.org/news/nl/nl-202001.it.html
[12:51:48] fsfe.org/news/nl/nl-202002.es.html
[12:51:48] fsfe.org/news/nl/nl-202002.fr.html
[12:51:48] fsfe.org/news/nl/nl-202002.it.html
[12:51:48] fsfe.org/news/nl/nl-202004.es.html
[12:51:48] fsfe.org/news/nl/nl-202004.fr.html
[12:51:48] fsfe.org/news/nl/nl-202004.it.html
[12:51:48] fsfe.org/news/nl/nl-202005.es.html
[12:51:48] fsfe.org/news/nl/nl-202005.fr.html
[12:51:48] fsfe.org/news/nl/nl-202005.it.html
[12:51:48] fsfe.org/news/nl/nl-202006.es.html
[12:51:48] fsfe.org/news/nl/nl-202006.fr.html
[12:51:48] fsfe.org/news/nl/nl-202006.it.html
[12:51:48] fsfe.org/news/nl/nl-202007.es.html
[12:51:48] fsfe.org/news/nl/nl-202007.fr.html
[12:51:48] fsfe.org/news/nl/nl-202007.it.html
[12:51:48] fsfe.org/news/nl/nl-202008.es.html
[12:51:48] fsfe.org/news/nl/nl-202008.fr.html
[12:51:48] fsfe.org/news/nl/nl-202008.it.html
[12:51:48] fsfe.org/news/nl/nl-202009.es.html
[12:51:48] fsfe.org/news/nl/nl-202009.fr.html
[12:51:48] fsfe.org/news/nl/nl-202009.it.html
[12:51:48] fsfe.org/news/nl/nl-202010.es.html
[12:51:48] fsfe.org/news/nl/nl-202010.fr.html
[12:51:48] fsfe.org/news/nl/nl-202010.it.html
[12:51:48] fsfe.org/news/nl/nl-202011.es.html
[12:51:48] fsfe.org/news/nl/nl-202011.fr.html
[12:51:48] fsfe.org/news/nl/nl-202011.it.html
[12:51:48] fsfe.org/news/nl/nl-202012.es.html
[12:51:48] fsfe.org/news/nl/nl-202012.fr.html
[12:51:48] fsfe.org/news/nl/nl-202012.it.html
[12:51:48] fsfe.org/news/nl/nl-202101.es.html
[12:51:48] fsfe.org/news/nl/nl-202101.fr.html
[12:51:48] fsfe.org/news/nl/nl-202101.it.html
[12:51:48] fsfe.org/news/nl/nl-202102.es.html
[12:51:48] fsfe.org/news/nl/nl-202102.fr.html
[12:51:48] fsfe.org/news/nl/nl-202102.it.html
[12:51:48] fsfe.org/news/nl/nl-202103.es.html
[12:51:48] fsfe.org/news/nl/nl-202103.fr.html
[12:51:48] fsfe.org/news/nl/nl-202103.it.html
[12:51:48] fsfe.org/news/nl/nl-202104.es.html
[12:51:48] fsfe.org/news/nl/nl-202104.fr.html
[12:51:48] fsfe.org/news/nl/nl-202104.it.html
[12:51:48] fsfe.org/news/nl/nl-202105.es.html
[12:51:48] fsfe.org/news/nl/nl-202105.fr.html
[12:51:48] fsfe.org/news/nl/nl-202105.it.html
[12:51:48] fsfe.org/news/nl/nl-202106.es.html
[12:51:48] fsfe.org/news/nl/nl-202106.fr.html
[12:51:48] fsfe.org/news/nl/nl-202106.it.html
[12:51:48] fsfe.org/news/nl/nl-202107.es.html
[12:51:48] fsfe.org/news/nl/nl-202107.fr.html
[12:51:48] fsfe.org/news/nl/nl-202107.it.html
[12:51:48] fsfe.org/news/nl/nl-202109.es.html
[12:51:48] fsfe.org/news/nl/nl-202109.fr.html
[12:51:48] fsfe.org/news/nl/nl-202109.it.html
[12:51:48] fsfe.org/news/nl/nl-202110.es.html
[12:51:48] fsfe.org/news/nl/nl-202110.fr.html
[12:51:48] fsfe.org/news/nl/nl-202110.it.html
[12:51:48] fsfe.org/news/nl/nl-202111.es.html
[12:51:48] fsfe.org/news/nl/nl-202111.fr.html
[12:51:48] fsfe.org/news/nl/nl-202111.it.html
[12:51:48] fsfe.org/news/nl/nl-202112.es.html
[12:51:48] fsfe.org/news/nl/nl-202112.fr.html
[12:51:48] fsfe.org/news/nl/nl-202112.it.html
[12:51:48] fsfe.org/news/nl/nl-202201.es.html
[12:51:48] fsfe.org/news/nl/nl-202201.fr.html
[12:51:48] fsfe.org/news/nl/nl-202201.it.html
[12:51:48] fsfe.org/news/nl/nl-202202.es.html
[12:51:48] fsfe.org/news/nl/nl-202202.fr.html
[12:51:48] fsfe.org/news/nl/nl-202202.it.html
[12:51:48] fsfe.org/news/nl/nl-202203.es.html
[12:51:48] fsfe.org/news/nl/nl-202203.fr.html
[12:51:48] fsfe.org/news/nl/nl-202203.it.html
[12:51:48] fsfe.org/news/nl/nl-202204.es.html
[12:51:48] fsfe.org/news/nl/nl-202204.fr.html
[12:51:48] fsfe.org/news/nl/nl-202204.it.html
[12:51:48] fsfe.org/news/nl/nl-202205.es.html
[12:51:48] fsfe.org/news/nl/nl-202205.fr.html
[12:51:48] fsfe.org/news/nl/nl-202205.it.html
[12:51:48] fsfe.org/news/nl/nl-202206.es.html
[12:51:48] fsfe.org/news/nl/nl-202206.fr.html
[12:51:48] fsfe.org/news/nl/nl-202206.it.html
[12:51:48] fsfe.org/news/nl/nl-202207.es.html
[12:51:48] fsfe.org/news/nl/nl-202207.fr.html
[12:51:48] fsfe.org/news/nl/nl-202207.it.html
[12:51:48] fsfe.org/news/nl/nl-202209.es.html
[12:51:48] fsfe.org/news/nl/nl-202209.fr.html
[12:51:48] fsfe.org/news/nl/nl-202209.it.html
[12:51:48] fsfe.org/news/nl/nl-202210.es.html
[12:51:48] fsfe.org/news/nl/nl-202210.fr.html
[12:51:48] fsfe.org/news/nl/nl-202210.it.html
[12:51:48] fsfe.org/news/nl/nl-202211.es.html
[12:51:48] fsfe.org/news/nl/nl-202211.fr.html
[12:51:48] fsfe.org/news/nl/nl-202211.it.html
[12:51:48] fsfe.org/news/nl/nl-202212.es.html
[12:51:48] fsfe.org/news/nl/nl-202212.fr.html
[12:51:48] fsfe.org/news/nl/nl-202212.it.html
[12:51:48] fsfe.org/news/nl/nl-202301.es.html
[12:51:48] fsfe.org/news/nl/nl-202301.fr.html
[12:51:48] fsfe.org/news/nl/nl-202301.it.html
[12:51:48] fsfe.org/news/nl/nl-202302.es.html
[12:51:48] fsfe.org/news/nl/nl-202302.fr.html
[12:51:48] fsfe.org/news/nl/nl-202302.it.html
[12:51:48] fsfe.org/news/nl/nl-202303.es.html
[12:51:48] fsfe.org/news/nl/nl-202303.fr.html
[12:51:48] fsfe.org/news/nl/nl-202303.it.html
[12:51:48] fsfe.org/news/nl/nl-202304.es.html
[12:51:48] fsfe.org/news/nl/nl-202304.fr.html
[12:51:48] fsfe.org/news/nl/nl-202304.it.html
[12:51:48] fsfe.org/news/nl/nl-202305.es.html
[12:51:48] fsfe.org/news/nl/nl-202305.fr.html
[12:51:48] fsfe.org/news/nl/nl-202305.it.html
[12:51:48] fsfe.org/news/nl/nl-202306.es.html
[12:51:48] fsfe.org/news/nl/nl-202306.fr.html
[12:51:48] fsfe.org/news/nl/nl-202306.it.html
[12:51:48] fsfe.org/news/nl/nl-202307.es.html
[12:51:48] fsfe.org/news/nl/nl-202307.fr.html
[12:51:48] fsfe.org/news/nl/nl-202307.it.html
[12:51:48] fsfe.org/news/nl/nl-202308.es.html
[12:51:48] fsfe.org/news/nl/nl-202308.fr.html
[12:51:48] fsfe.org/news/nl/nl-202308.it.html
[12:51:48] fsfe.org/news/nl/nl-202309.es.html
[12:51:48] fsfe.org/news/nl/nl-202309.fr.html
[12:51:48] fsfe.org/news/nl/nl-202309.it.html
[12:51:48] fsfe.org/news/nl/nl-202310.es.html
[12:51:48] fsfe.org/news/nl/nl-202310.fr.html
[12:51:48] fsfe.org/news/nl/nl-202310.it.html
[12:51:48] fsfe.org/news/nl/nl-202311.es.html
[12:51:48] fsfe.org/news/nl/nl-202311.fr.html
[12:51:48] fsfe.org/news/nl/nl-202311.it.html
[12:51:48] fsfe.org/news/nl/nl-202312.es.html
[12:51:48] fsfe.org/news/nl/nl-202312.fr.html
[12:51:48] fsfe.org/news/nl/nl-202312.it.html
[12:51:48] fsfe.org/news/nl/nl-202401.es.html
[12:51:48] fsfe.org/news/nl/nl-202401.fr.html
[12:51:48] fsfe.org/news/nl/nl-202401.it.html
[12:51:48] fsfe.org/news/nl/nl-202402.es.html
[12:51:48] fsfe.org/news/nl/nl-202402.fr.html
[12:51:48] fsfe.org/news/nl/nl-202402.it.html
[12:51:48] fsfe.org/news/nl/nl-202403.es.html
[12:51:48] fsfe.org/news/nl/nl-202403.fr.html
[12:51:48] fsfe.org/news/nl/nl-202403.it.html
[12:51:48] fsfe.org/news/nl/nl-202404.es.html
[12:51:48] fsfe.org/news/nl/nl-202404.fr.html
[12:51:48] fsfe.org/news/nl/nl-202404.it.html
[12:51:48] fsfe.org/news/nl/nl-202405.es.html
[12:51:48] fsfe.org/news/nl/nl-202405.fr.html
[12:51:48] fsfe.org/news/nl/nl-202405.it.html
[12:51:48] fsfe.org/news/nl/nl-202406.es.html
[12:51:48] fsfe.org/news/nl/nl-202406.fr.html
[12:51:48] fsfe.org/news/nl/nl-202406.it.html
[12:51:48] fsfe.org/news/nl/nl-202407.es.html
[12:51:48] fsfe.org/news/nl/nl-202407.fr.html
[12:51:48] fsfe.org/news/nl/nl-202407.it.html
[12:51:48] fsfe.org/news/nl/nl-202408.es.html
[12:51:48] fsfe.org/news/nl/nl-202408.fr.html
[12:51:48] fsfe.org/news/nl/nl-202408.it.html
[12:51:48] fsfe.org/news/nl/nl-202409.es.html
[12:51:48] fsfe.org/news/nl/nl-202409.fr.html
[12:51:48] fsfe.org/news/nl/nl-202409.it.html
[12:51:48] fsfe.org/news/nl/nl-202410.es.html
[12:51:48] fsfe.org/news/nl/nl-202410.fr.html
[12:51:48] fsfe.org/news/nl/nl-202410.it.html
[12:51:48] fsfe.org/news/nl/nl-202411.es.html
[12:51:48] fsfe.org/news/nl/nl-202411.fr.html
[12:51:48] fsfe.org/news/nl/nl-202411.it.html
[12:51:48] fsfe.org/news/podcast/episode-1.es.html
[12:51:48] fsfe.org/news/podcast/episode-1.fr.html
[12:51:48] fsfe.org/news/podcast/episode-1.it.html
[12:51:48] fsfe.org/news/podcast/episode-10.es.html
[12:51:48] fsfe.org/news/podcast/episode-10.fr.html
[12:51:48] fsfe.org/news/podcast/episode-10.it.html
[12:51:48] fsfe.org/news/podcast/episode-11.es.html
[12:51:48] fsfe.org/news/podcast/episode-11.fr.html
[12:51:48] fsfe.org/news/podcast/episode-11.it.html
[12:51:48] fsfe.org/news/podcast/episode-12.es.html
[12:51:48] fsfe.org/news/podcast/episode-12.fr.html
[12:51:48] fsfe.org/news/podcast/episode-12.it.html
[12:51:48] fsfe.org/news/podcast/episode-13.es.html
[12:51:48] fsfe.org/news/podcast/episode-13.fr.html
[12:51:48] fsfe.org/news/podcast/episode-13.it.html
[12:51:48] fsfe.org/news/podcast/episode-14.es.html
[12:51:48] fsfe.org/news/podcast/episode-14.fr.html
[12:51:48] fsfe.org/news/podcast/episode-14.it.html
[12:51:48] fsfe.org/news/podcast/episode-15.es.html
[12:51:48] fsfe.org/news/podcast/episode-15.fr.html
[12:51:48] fsfe.org/news/podcast/episode-15.it.html
[12:51:48] fsfe.org/news/podcast/episode-16.es.html
[12:51:48] fsfe.org/news/podcast/episode-16.fr.html
[12:51:48] fsfe.org/news/podcast/episode-16.it.html
[12:51:48] fsfe.org/news/podcast/episode-17.es.html
[12:51:48] fsfe.org/news/podcast/episode-17.fr.html
[12:51:48] fsfe.org/news/podcast/episode-17.it.html
[12:51:48] fsfe.org/news/podcast/episode-18.es.html
[12:51:48] fsfe.org/news/podcast/episode-18.fr.html
[12:51:48] fsfe.org/news/podcast/episode-18.it.html
[12:51:48] fsfe.org/news/podcast/episode-19.es.html
[12:51:48] fsfe.org/news/podcast/episode-19.fr.html
[12:51:48] fsfe.org/news/podcast/episode-19.it.html
[12:51:48] fsfe.org/news/podcast/episode-2.es.html
[12:51:48] fsfe.org/news/podcast/episode-2.fr.html
[12:51:48] fsfe.org/news/podcast/episode-2.it.html
[12:51:48] fsfe.org/news/podcast/episode-20.es.html
[12:51:48] fsfe.org/news/podcast/episode-20.fr.html
[12:51:48] fsfe.org/news/podcast/episode-20.it.html
[12:51:48] fsfe.org/news/podcast/episode-21.es.html
[12:51:48] fsfe.org/news/podcast/episode-21.fr.html
[12:51:48] fsfe.org/news/podcast/episode-21.it.html
[12:51:48] fsfe.org/news/podcast/episode-22.es.html
[12:51:48] fsfe.org/news/podcast/episode-22.fr.html
[12:51:48] fsfe.org/news/podcast/episode-22.it.html
[12:51:48] fsfe.org/news/podcast/episode-23.es.html
[12:51:48] fsfe.org/news/podcast/episode-23.fr.html
[12:51:48] fsfe.org/news/podcast/episode-23.it.html
[12:51:48] fsfe.org/news/podcast/episode-24.es.html
[12:51:48] fsfe.org/news/podcast/episode-24.fr.html
[12:51:48] fsfe.org/news/podcast/episode-24.it.html
[12:51:48] fsfe.org/news/podcast/episode-25.es.html
[12:51:48] fsfe.org/news/podcast/episode-25.fr.html
[12:51:48] fsfe.org/news/podcast/episode-25.it.html
[12:51:48] fsfe.org/news/podcast/episode-26.es.html
[12:51:48] fsfe.org/news/podcast/episode-26.fr.html
[12:51:48] fsfe.org/news/podcast/episode-26.it.html
[12:51:48] fsfe.org/news/podcast/episode-3.es.html
[12:51:48] fsfe.org/news/podcast/episode-3.fr.html
[12:51:48] fsfe.org/news/podcast/episode-3.it.html
[12:51:48] fsfe.org/news/podcast/episode-4.es.html
[12:51:48] fsfe.org/news/podcast/episode-4.fr.html
[12:51:48] fsfe.org/news/podcast/episode-4.it.html
[12:51:48] fsfe.org/news/podcast/episode-5.es.html
[12:51:48] fsfe.org/news/podcast/episode-5.fr.html
[12:51:48] fsfe.org/news/podcast/episode-5.it.html
[12:51:48] fsfe.org/news/podcast/episode-6.es.html
[12:51:48] fsfe.org/news/podcast/episode-6.fr.html
[12:51:48] fsfe.org/news/podcast/episode-6.it.html
[12:51:48] fsfe.org/news/podcast/episode-7.es.html
[12:51:48] fsfe.org/news/podcast/episode-7.fr.html
[12:51:51] fsfe.org/news/podcast/episode-7.it.html
[12:51:51] fsfe.org/news/podcast/episode-8.es.html
[12:51:51] fsfe.org/news/podcast/episode-8.fr.html
[12:51:51] fsfe.org/news/podcast/episode-8.it.html
[12:51:51] fsfe.org/news/podcast/episode-9.es.html
[12:51:51] fsfe.org/news/podcast/episode-9.fr.html
[12:51:51] fsfe.org/news/podcast/episode-9.it.html
[12:51:51] fsfe.org/news/podcast/episode-special-1.es.html
[12:51:51] fsfe.org/news/podcast/episode-special-1.fr.html
[12:51:51] fsfe.org/news/podcast/episode-special-1.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-1.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-1.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-1.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-10.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-10.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-10.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-11.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-11.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-11.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-12.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-12.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-12.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-13.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-13.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-13.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-14.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-14.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-14.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-15.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-15.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-15.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-16.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-16.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-16.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-17.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-17.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-17.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-18.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-18.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-18.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-19.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-19.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-19.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-2.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-2.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-2.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-20.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-20.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-20.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-21.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-21.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-21.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-22.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-22.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-22.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-23.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-23.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-23.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-24.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-24.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-24.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-25.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-25.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-25.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-26.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-26.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-26.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-3.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-3.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-3.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-4.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-4.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-4.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-5.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-5.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-5.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-6.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-6.fr.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-6.it.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-7.es.html
[12:51:51] fsfe.org/news/podcast/transcript/episode-7.fr.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-7.it.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-8.es.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-8.fr.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-8.it.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-9.es.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-9.fr.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-9.it.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-special-1.es.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-special-1.fr.html
[12:51:52] fsfe.org/news/podcast/transcript/episode-special-1.it.html
[12:51:52] fsfe.org/order/cancel.es.html
[12:51:52] fsfe.org/order/cancel.fr.html
[12:51:52] fsfe.org/order/cancel.it.html
[12:51:52] fsfe.org/order/order.es.html
[12:51:52] fsfe.org/order/order.fr.html
[12:51:52] fsfe.org/order/order.it.html
[12:51:52] fsfe.org/order/size.es.html
[12:51:52] fsfe.org/order/size.fr.html
[12:51:52] fsfe.org/order/size.it.html
[12:51:52] fsfe.org/order/thankyou.es.html
[12:51:52] fsfe.org/order/thankyou.fr.html
[12:51:52] fsfe.org/order/thankyou.it.html
[12:51:52] fsfe.org/order/tmpl-concardis.es.html
[12:51:52] fsfe.org/order/tmpl-concardis.fr.html
[12:51:52] fsfe.org/order/tmpl-concardis.it.html
[12:51:52] fsfe.org/order/tmpl-thankyou.es.html
[12:51:52] fsfe.org/order/tmpl-thankyou.fr.html
[12:51:52] fsfe.org/order/tmpl-thankyou.it.html
[12:51:52] fsfe.org/press/press.es.html
[12:51:52] fsfe.org/press/press.fr.html
[12:51:52] fsfe.org/press/press.it.html
[12:51:52] fsfe.org/search/
[12:51:52] fsfe.org/search/index.js
[12:51:52] fsfe.org/search/search.es.html
[12:51:52] fsfe.org/search/search.fr.html
[12:51:52] fsfe.org/search/search.it.html
[12:51:52] fsfe.org/tags/tagged-2FA.es.html
[12:51:52] fsfe.org/tags/tagged-2FA.fr.html
[12:51:52] fsfe.org/tags/tagged-2FA.it.html
[12:51:52] fsfe.org/tags/tagged-AI.es.html
[12:51:52] fsfe.org/tags/tagged-AI.fr.html
[12:51:52] fsfe.org/tags/tagged-AI.it.html
[12:51:52] fsfe.org/tags/tagged-Belgium.es.html
[12:51:52] fsfe.org/tags/tagged-Belgium.fr.html
[12:51:52] fsfe.org/tags/tagged-Belgium.it.html
[12:51:52] fsfe.org/tags/tagged-Bewustmaking.es.html
[12:51:52] fsfe.org/tags/tagged-Bewustmaking.fr.html
[12:51:52] fsfe.org/tags/tagged-Bewustmaking.it.html
[12:51:52] fsfe.org/tags/tagged-Bewustzijn.es.html
[12:51:52] fsfe.org/tags/tagged-Bewustzijn.fr.html
[12:51:52] fsfe.org/tags/tagged-Bewustzijn.it.html
[12:51:52] fsfe.org/tags/tagged-DMA.es.html
[12:51:52] fsfe.org/tags/tagged-DMA.fr.html
[12:51:52] fsfe.org/tags/tagged-DMA.it.html
[12:51:52] fsfe.org/tags/tagged-Denmark.es.html
[12:51:52] fsfe.org/tags/tagged-Denmark.fr.html
[12:51:52] fsfe.org/tags/tagged-Denmark.it.html
[12:51:52] fsfe.org/tags/tagged-Deutschland.es.html
[12:51:52] fsfe.org/tags/tagged-Deutschland.fr.html
[12:51:52] fsfe.org/tags/tagged-Deutschland.it.html
[12:51:52] fsfe.org/tags/tagged-Estonia.es.html
[12:51:52] fsfe.org/tags/tagged-Estonia.fr.html
[12:51:52] fsfe.org/tags/tagged-Estonia.it.html
[12:51:52] fsfe.org/tags/tagged-France.es.html
[12:51:52] fsfe.org/tags/tagged-France.fr.html
[12:51:52] fsfe.org/tags/tagged-France.it.html
[12:51:52] fsfe.org/tags/tagged-Germany.es.html
[12:51:52] fsfe.org/tags/tagged-Germany.fr.html
[12:51:52] fsfe.org/tags/tagged-Germany.it.html
[12:51:52] fsfe.org/tags/tagged-IEA.es.html
[12:51:52] fsfe.org/tags/tagged-IEA.fr.html
[12:51:52] fsfe.org/tags/tagged-IEA.it.html
[12:51:52] fsfe.org/tags/tagged-Italia.es.html
[12:51:52] fsfe.org/tags/tagged-Italia.fr.html
[12:51:52] fsfe.org/tags/tagged-Italia.it.html
[12:51:52] fsfe.org/tags/tagged-Italy.es.html
[12:51:52] fsfe.org/tags/tagged-Italy.fr.html
[12:51:52] fsfe.org/tags/tagged-Italy.it.html
[12:51:52] fsfe.org/tags/tagged-Luxembourg.es.html
[12:51:52] fsfe.org/tags/tagged-Luxembourg.fr.html
[12:51:52] fsfe.org/tags/tagged-Luxembourg.it.html
[12:51:52] fsfe.org/tags/tagged-Netherlands.es.html
[12:51:52] fsfe.org/tags/tagged-Netherlands.fr.html
[12:51:52] fsfe.org/tags/tagged-Netherlands.it.html
[12:51:52] fsfe.org/tags/tagged-PR.es.html
[12:51:52] fsfe.org/tags/tagged-PR.fr.html
[12:51:52] fsfe.org/tags/tagged-PR.it.html
[12:51:52] fsfe.org/tags/tagged-Poland.es.html
[12:51:52] fsfe.org/tags/tagged-Poland.fr.html
[12:51:52] fsfe.org/tags/tagged-Poland.it.html
[12:51:52] fsfe.org/tags/tagged-Switzerland.es.html
[12:51:52] fsfe.org/tags/tagged-Switzerland.fr.html
[12:51:52] fsfe.org/tags/tagged-Switzerland.it.html
[12:51:52] fsfe.org/tags/tagged-Taiwan.es.html
[12:51:52] fsfe.org/tags/tagged-Taiwan.fr.html
[12:51:52] fsfe.org/tags/tagged-Taiwan.it.html
[12:51:52] fsfe.org/tags/tagged-United.es.html
[12:51:52] fsfe.org/tags/tagged-United.fr.html
[12:51:52] fsfe.org/tags/tagged-United.it.html
[12:51:52] fsfe.org/tags/tagged-ada-zangemann.es.html
[12:51:52] fsfe.org/tags/tagged-ada-zangemann.fr.html
[12:51:52] fsfe.org/tags/tagged-ada-zangemann.it.html
[12:51:52] fsfe.org/tags/tagged-anniversary.es.html
[12:51:52] fsfe.org/tags/tagged-anniversary.fr.html
[12:51:52] fsfe.org/tags/tagged-anniversary.it.html
[12:51:52] fsfe.org/tags/tagged-annual-report.es.html
[12:51:52] fsfe.org/tags/tagged-annual-report.fr.html
[12:51:52] fsfe.org/tags/tagged-annual-report.it.html
[12:51:52] fsfe.org/tags/tagged-antitrust.es.html
[12:51:52] fsfe.org/tags/tagged-antitrust.fr.html
[12:51:52] fsfe.org/tags/tagged-antitrust.it.html
[12:51:52] fsfe.org/tags/tagged-at.es.html
[12:51:52] fsfe.org/tags/tagged-at.fr.html
[12:51:52] fsfe.org/tags/tagged-at.it.html
[12:51:52] fsfe.org/tags/tagged-avm.es.html
[12:51:52] fsfe.org/tags/tagged-avm.fr.html
[12:51:52] fsfe.org/tags/tagged-avm.it.html
[12:51:52] fsfe.org/tags/tagged-awareness.es.html
[12:51:52] fsfe.org/tags/tagged-awareness.fr.html
[12:51:52] fsfe.org/tags/tagged-awareness.it.html
[12:51:52] fsfe.org/tags/tagged-ayc.es.html
[12:51:52] fsfe.org/tags/tagged-ayc.fr.html
[12:51:52] fsfe.org/tags/tagged-ayc.it.html
[12:51:52] fsfe.org/tags/tagged-barcelona.es.html
[12:51:52] fsfe.org/tags/tagged-barcelona.fr.html
[12:51:52] fsfe.org/tags/tagged-barcelona.it.html
[12:51:52] fsfe.org/tags/tagged-be.es.html
[12:51:52] fsfe.org/tags/tagged-be.fr.html
[12:51:52] fsfe.org/tags/tagged-be.it.html
[12:51:52] fsfe.org/tags/tagged-bea.es.html
[12:51:52] fsfe.org/tags/tagged-bea.fr.html
[12:51:52] fsfe.org/tags/tagged-bea.it.html
[12:51:52] fsfe.org/tags/tagged-beleid.es.html
[12:51:52] fsfe.org/tags/tagged-beleid.fr.html
[12:51:52] fsfe.org/tags/tagged-beleid.it.html
[12:51:52] fsfe.org/tags/tagged-berlin.es.html
[12:51:52] fsfe.org/tags/tagged-berlin.fr.html
[12:51:52] fsfe.org/tags/tagged-berlin.it.html
[12:51:52] fsfe.org/tags/tagged-bg.es.html
[12:51:52] fsfe.org/tags/tagged-bg.fr.html
[12:51:52] fsfe.org/tags/tagged-bg.it.html
[12:51:52] fsfe.org/tags/tagged-by.es.html
[12:51:52] fsfe.org/tags/tagged-by.fr.html
[12:51:52] fsfe.org/tags/tagged-by.it.html
[12:51:52] fsfe.org/tags/tagged-campaigns.es.html
[12:51:52] fsfe.org/tags/tagged-campaigns.fr.html
[12:51:52] fsfe.org/tags/tagged-campaigns.it.html
[12:51:52] fsfe.org/tags/tagged-career.es.html
[12:51:52] fsfe.org/tags/tagged-career.fr.html
[12:51:52] fsfe.org/tags/tagged-career.it.html
[12:51:52] fsfe.org/tags/tagged-ccc.es.html
[12:51:52] fsfe.org/tags/tagged-ccc.fr.html
[12:51:52] fsfe.org/tags/tagged-ccc.it.html
[12:51:52] fsfe.org/tags/tagged-cfp.es.html
[12:51:52] fsfe.org/tags/tagged-cfp.fr.html
[12:51:52] fsfe.org/tags/tagged-cfp.it.html
[12:51:52] fsfe.org/tags/tagged-ch.es.html
[12:51:52] fsfe.org/tags/tagged-ch.fr.html
[12:51:52] fsfe.org/tags/tagged-ch.it.html
[12:51:52] fsfe.org/tags/tagged-cloud.es.html
[12:51:52] fsfe.org/tags/tagged-cloud.fr.html
[12:51:52] fsfe.org/tags/tagged-cloud.it.html
[12:51:52] fsfe.org/tags/tagged-coc.es.html
[12:51:52] fsfe.org/tags/tagged-coc.fr.html
[12:51:52] fsfe.org/tags/tagged-coc.it.html
[12:51:52] fsfe.org/tags/tagged-community-meeting.es.html
[12:51:52] fsfe.org/tags/tagged-community-meeting.fr.html
[12:51:52] fsfe.org/tags/tagged-community-meeting.it.html
[12:51:52] fsfe.org/tags/tagged-community.es.html
[12:51:52] fsfe.org/tags/tagged-community.fr.html
[12:51:52] fsfe.org/tags/tagged-community.it.html
[12:51:52] fsfe.org/tags/tagged-competition.es.html
[12:51:52] fsfe.org/tags/tagged-competition.fr.html
[12:51:52] fsfe.org/tags/tagged-competition.it.html
[12:51:52] fsfe.org/tags/tagged-compliance.es.html
[12:51:52] fsfe.org/tags/tagged-compliance.fr.html
[12:51:52] fsfe.org/tags/tagged-compliance.it.html
[12:51:52] fsfe.org/tags/tagged-copyright.es.html
[12:51:52] fsfe.org/tags/tagged-copyright.fr.html
[12:51:52] fsfe.org/tags/tagged-copyright.it.html
[12:51:52] fsfe.org/tags/tagged-corona.es.html
[12:51:52] fsfe.org/tags/tagged-corona.fr.html
[12:51:52] fsfe.org/tags/tagged-corona.it.html
[12:51:52] fsfe.org/tags/tagged-cz.es.html
[12:51:52] fsfe.org/tags/tagged-cz.fr.html
[12:51:52] fsfe.org/tags/tagged-cz.it.html
[12:51:52] fsfe.org/tags/tagged-de.es.html
[12:51:52] fsfe.org/tags/tagged-de.fr.html
[12:51:52] fsfe.org/tags/tagged-de.it.html
[12:51:52] fsfe.org/tags/tagged-device-neutrality.es.html
[12:51:52] fsfe.org/tags/tagged-device-neutrality.fr.html
[12:51:52] fsfe.org/tags/tagged-device-neutrality.it.html
[12:51:52] fsfe.org/tags/tagged-deviceneutrality.es.html
[12:51:52] fsfe.org/tags/tagged-deviceneutrality.fr.html
[12:51:52] fsfe.org/tags/tagged-deviceneutrality.it.html
[12:51:52] fsfe.org/tags/tagged-dfd.es.html
[12:51:52] fsfe.org/tags/tagged-dfd.fr.html
[12:51:52] fsfe.org/tags/tagged-dfd.it.html
[12:51:52] fsfe.org/tags/tagged-digital-o-mat.es.html
[12:51:52] fsfe.org/tags/tagged-digital-o-mat.fr.html
[12:51:52] fsfe.org/tags/tagged-digital-o-mat.it.html
[12:51:52] fsfe.org/tags/tagged-digital-single-market.es.html
[12:51:52] fsfe.org/tags/tagged-digital-single-market.fr.html
[12:51:52] fsfe.org/tags/tagged-digital-single-market.it.html
[12:51:52] fsfe.org/tags/tagged-dk.es.html
[12:51:52] fsfe.org/tags/tagged-dk.fr.html
[12:51:52] fsfe.org/tags/tagged-dk.it.html
[12:51:52] fsfe.org/tags/tagged-dma.es.html
[12:51:52] fsfe.org/tags/tagged-dma.fr.html
[12:51:52] fsfe.org/tags/tagged-dma.it.html
[12:51:52] fsfe.org/tags/tagged-drm.es.html
[12:51:52] fsfe.org/tags/tagged-drm.fr.html
[12:51:52] fsfe.org/tags/tagged-drm.it.html
[12:51:52] fsfe.org/tags/tagged-education.es.html
[12:51:52] fsfe.org/tags/tagged-education.fr.html
[12:51:52] fsfe.org/tags/tagged-education.it.html
[12:51:52] fsfe.org/tags/tagged-ee.es.html
[12:51:52] fsfe.org/tags/tagged-ee.fr.html
[12:51:52] fsfe.org/tags/tagged-ee.it.html
[12:51:52] fsfe.org/tags/tagged-eif.es.html
[12:51:52] fsfe.org/tags/tagged-eif.fr.html
[12:51:52] fsfe.org/tags/tagged-eif.it.html
[12:51:52] fsfe.org/tags/tagged-elections.es.html
[12:51:52] fsfe.org/tags/tagged-elections.fr.html
[12:51:52] fsfe.org/tags/tagged-elections.it.html
[12:51:52] fsfe.org/tags/tagged-electronic-voting.es.html
[12:51:52] fsfe.org/tags/tagged-electronic-voting.fr.html
[12:51:52] fsfe.org/tags/tagged-electronic-voting.it.html
[12:51:52] fsfe.org/tags/tagged-en.es.html
[12:51:52] fsfe.org/tags/tagged-en.fr.html
[12:51:52] fsfe.org/tags/tagged-en.it.html
[12:51:52] fsfe.org/tags/tagged-encryption.es.html
[12:51:52] fsfe.org/tags/tagged-encryption.fr.html
[12:51:52] fsfe.org/tags/tagged-encryption.it.html
[12:51:52] fsfe.org/tags/tagged-enterprise.es.html
[12:51:52] fsfe.org/tags/tagged-enterprise.fr.html
[12:51:52] fsfe.org/tags/tagged-enterprise.it.html
[12:51:52] fsfe.org/tags/tagged-es.es.html
[12:51:52] fsfe.org/tags/tagged-es.fr.html
[12:51:52] fsfe.org/tags/tagged-es.it.html
[12:51:52] fsfe.org/tags/tagged-eura-slovakia.es.html
[12:51:52] fsfe.org/tags/tagged-eura-slovakia.fr.html
[12:51:52] fsfe.org/tags/tagged-eura-slovakia.it.html
[12:51:52] fsfe.org/tags/tagged-european-commission.es.html
[12:51:52] fsfe.org/tags/tagged-european-commission.fr.html
[12:51:52] fsfe.org/tags/tagged-european-commission.it.html
[12:51:52] fsfe.org/tags/tagged-european-court-justice.es.html
[12:51:52] fsfe.org/tags/tagged-european-court-justice.fr.html
[12:51:52] fsfe.org/tags/tagged-european-court-justice.it.html
[12:51:52] fsfe.org/tags/tagged-european-parliament.es.html
[12:51:52] fsfe.org/tags/tagged-european-parliament.fr.html
[12:51:52] fsfe.org/tags/tagged-european-parliament.it.html
[12:51:52] fsfe.org/tags/tagged-european-union.es.html
[12:51:52] fsfe.org/tags/tagged-european-union.fr.html
[12:51:52] fsfe.org/tags/tagged-european-union.it.html
[12:51:52] fsfe.org/tags/tagged-european=union.es.html
[12:51:52] fsfe.org/tags/tagged-european=union.fr.html
[12:51:52] fsfe.org/tags/tagged-european=union.it.html
[12:51:52] fsfe.org/tags/tagged-event.es.html
[12:51:52] fsfe.org/tags/tagged-event.fr.html
[12:51:52] fsfe.org/tags/tagged-event.it.html
[12:51:52] fsfe.org/tags/tagged-fediverse.es.html
[12:51:52] fsfe.org/tags/tagged-fediverse.fr.html
[12:51:52] fsfe.org/tags/tagged-fediverse.it.html
[12:51:52] fsfe.org/tags/tagged-fellowship.es.html
[12:51:52] fsfe.org/tags/tagged-fellowship.fr.html
[12:51:52] fsfe.org/tags/tagged-fellowship.it.html
[12:51:52] fsfe.org/tags/tagged-fi.es.html
[12:51:52] fsfe.org/tags/tagged-fi.fr.html
[12:51:52] fsfe.org/tags/tagged-fi.it.html
[12:51:52] fsfe.org/tags/tagged-fla.es.html
[12:51:52] fsfe.org/tags/tagged-fla.fr.html
[12:51:52] fsfe.org/tags/tagged-fla.it.html
[12:51:52] fsfe.org/tags/tagged-fosdem.es.html
[12:51:52] fsfe.org/tags/tagged-fosdem.fr.html
[12:51:52] fsfe.org/tags/tagged-fosdem.it.html
[12:51:52] fsfe.org/tags/tagged-fr.es.html
[12:51:52] fsfe.org/tags/tagged-fr.fr.html
[12:51:52] fsfe.org/tags/tagged-fr.it.html
[12:51:52] fsfe.org/tags/tagged-frand.es.html
[12:51:52] fsfe.org/tags/tagged-frand.fr.html
[12:51:52] fsfe.org/tags/tagged-frand.it.html
[12:51:52] fsfe.org/tags/tagged-freedomvote.es.html
[12:51:52] fsfe.org/tags/tagged-freedomvote.fr.html
[12:51:52] fsfe.org/tags/tagged-freedomvote.it.html
[12:51:52] fsfe.org/tags/tagged-fsfe-summit.es.html
[12:51:52] fsfe.org/tags/tagged-fsfe-summit.fr.html
[12:51:52] fsfe.org/tags/tagged-fsfe-summit.it.html
[12:51:52] fsfe.org/tags/tagged-fsfe20.es.html
[12:51:52] fsfe.org/tags/tagged-fsfe20.fr.html
[12:51:52] fsfe.org/tags/tagged-fsfe20.it.html
[12:51:52] fsfe.org/tags/tagged-fspact.es.html
[12:51:52] fsfe.org/tags/tagged-fspact.fr.html
[12:51:52] fsfe.org/tags/tagged-fspact.it.html
[12:51:52] fsfe.org/tags/tagged-funding.es.html
[12:51:52] fsfe.org/tags/tagged-funding.fr.html
[12:51:52] fsfe.org/tags/tagged-funding.it.html
[12:51:52] fsfe.org/tags/tagged-fya.es.html
[12:51:52] fsfe.org/tags/tagged-fya.fr.html
[12:51:52] fsfe.org/tags/tagged-fya.it.html
[12:51:52] fsfe.org/tags/tagged-ga.es.html
[12:51:52] fsfe.org/tags/tagged-ga.fr.html
[12:51:52] fsfe.org/tags/tagged-ga.it.html
[12:51:52] fsfe.org/tags/tagged-gaming.es.html
[12:51:52] fsfe.org/tags/tagged-gaming.fr.html
[12:51:52] fsfe.org/tags/tagged-gaming.it.html
[12:51:52] fsfe.org/tags/tagged-gb.es.html
[12:51:52] fsfe.org/tags/tagged-gb.fr.html
[12:51:52] fsfe.org/tags/tagged-gb.it.html
[12:51:52] fsfe.org/tags/tagged-general-purpose-computing.es.html
[12:51:52] fsfe.org/tags/tagged-general-purpose-computing.fr.html
[12:51:52] fsfe.org/tags/tagged-general-purpose-computing.it.html
[12:51:52] fsfe.org/tags/tagged-gnu.es.html
[12:51:52] fsfe.org/tags/tagged-gnu.fr.html
[12:51:52] fsfe.org/tags/tagged-gnu.it.html
[12:51:52] fsfe.org/tags/tagged-google.es.html
[12:51:52] fsfe.org/tags/tagged-google.fr.html
[12:51:52] fsfe.org/tags/tagged-google.it.html
[12:51:52] fsfe.org/tags/tagged-gpl.es.html
[12:51:52] fsfe.org/tags/tagged-gpl.fr.html
[12:51:52] fsfe.org/tags/tagged-gpl.it.html
[12:51:52] fsfe.org/tags/tagged-gr.es.html
[12:51:52] fsfe.org/tags/tagged-gr.fr.html
[12:51:52] fsfe.org/tags/tagged-gr.it.html
[12:51:52] fsfe.org/tags/tagged-hamburg-group.es.html
[12:51:52] fsfe.org/tags/tagged-hamburg-group.fr.html
[12:51:52] fsfe.org/tags/tagged-hamburg-group.it.html
[12:51:52] fsfe.org/tags/tagged-helsinki.es.html
[12:51:52] fsfe.org/tags/tagged-helsinki.fr.html
[12:51:52] fsfe.org/tags/tagged-helsinki.it.html
[12:51:52] fsfe.org/tags/tagged-hide.es.html
[12:51:52] fsfe.org/tags/tagged-hide.fr.html
[12:51:52] fsfe.org/tags/tagged-hide.it.html
[12:51:52] fsfe.org/tags/tagged-highlights.es.html
[12:51:52] fsfe.org/tags/tagged-highlights.fr.html
[12:51:52] fsfe.org/tags/tagged-highlights.it.html
[12:51:52] fsfe.org/tags/tagged-horizon2020.es.html
[12:51:52] fsfe.org/tags/tagged-horizon2020.fr.html
[12:51:52] fsfe.org/tags/tagged-horizon2020.it.html
[12:51:52] fsfe.org/tags/tagged-hr.es.html
[12:51:52] fsfe.org/tags/tagged-hr.fr.html
[12:51:52] fsfe.org/tags/tagged-hr.it.html
[12:51:52] fsfe.org/tags/tagged-hu.es.html
[12:51:52] fsfe.org/tags/tagged-hu.fr.html
[12:51:52] fsfe.org/tags/tagged-hu.it.html
[12:51:52] fsfe.org/tags/tagged-huawei.es.html
[12:51:52] fsfe.org/tags/tagged-huawei.fr.html
[12:51:52] fsfe.org/tags/tagged-huawei.it.html
[12:51:52] fsfe.org/tags/tagged-ie.es.html
[12:51:52] fsfe.org/tags/tagged-ie.fr.html
[12:51:52] fsfe.org/tags/tagged-ie.it.html
[12:51:52] fsfe.org/tags/tagged-ilovefs-report.es.html
[12:51:52] fsfe.org/tags/tagged-ilovefs-report.fr.html
[12:51:52] fsfe.org/tags/tagged-ilovefs-report.it.html
[12:51:52] fsfe.org/tags/tagged-ilovefs.es.html
[12:51:52] fsfe.org/tags/tagged-ilovefs.fr.html
[12:51:52] fsfe.org/tags/tagged-ilovefs.it.html
[12:51:52] fsfe.org/tags/tagged-infobooth.es.html
[12:51:52] fsfe.org/tags/tagged-infobooth.fr.html
[12:51:52] fsfe.org/tags/tagged-infobooth.it.html
[12:51:52] fsfe.org/tags/tagged-internal.es.html
[12:51:52] fsfe.org/tags/tagged-internal.fr.html
[12:51:52] fsfe.org/tags/tagged-internal.it.html
[12:51:52] fsfe.org/tags/tagged-internship.es.html
[12:51:52] fsfe.org/tags/tagged-internship.fr.html
[12:51:52] fsfe.org/tags/tagged-internship.it.html
[12:51:52] fsfe.org/tags/tagged-interview.es.html
[12:51:52] fsfe.org/tags/tagged-interview.fr.html
[12:51:52] fsfe.org/tags/tagged-interview.it.html
[12:51:52] fsfe.org/tags/tagged-it.es.html
[12:51:52] fsfe.org/tags/tagged-it.fr.html
[12:51:52] fsfe.org/tags/tagged-it.it.html
[12:51:52] fsfe.org/tags/tagged-jp.es.html
[12:51:52] fsfe.org/tags/tagged-jp.fr.html
[12:51:52] fsfe.org/tags/tagged-jp.it.html
[12:51:52] fsfe.org/tags/tagged-juridisch.es.html
[12:51:52] fsfe.org/tags/tagged-juridisch.fr.html
[12:51:52] fsfe.org/tags/tagged-juridisch.it.html
[12:51:52] fsfe.org/tags/tagged-koalition-freies-wissen.es.html
[12:51:52] fsfe.org/tags/tagged-koalition-freies-wissen.fr.html
[12:51:52] fsfe.org/tags/tagged-koalition-freies-wissen.it.html
[12:51:52] fsfe.org/tags/tagged-legal.es.html
[12:51:52] fsfe.org/tags/tagged-legal.fr.html
[12:51:52] fsfe.org/tags/tagged-legal.it.html
[12:51:52] fsfe.org/tags/tagged-licensing.es.html
[12:51:52] fsfe.org/tags/tagged-licensing.fr.html
[12:51:52] fsfe.org/tags/tagged-licensing.it.html
[12:51:52] fsfe.org/tags/tagged-limux.es.html
[12:51:52] fsfe.org/tags/tagged-limux.fr.html
[12:51:52] fsfe.org/tags/tagged-limux.it.html
[12:51:52] fsfe.org/tags/tagged-llw.es.html
[12:51:52] fsfe.org/tags/tagged-llw.fr.html
[12:51:52] fsfe.org/tags/tagged-llw.it.html
[12:51:52] fsfe.org/tags/tagged-localgroup.es.html
[12:51:52] fsfe.org/tags/tagged-localgroup.fr.html
[12:51:52] fsfe.org/tags/tagged-localgroup.it.html
[12:51:52] fsfe.org/tags/tagged-lt.es.html
[12:51:52] fsfe.org/tags/tagged-lt.fr.html
[12:51:52] fsfe.org/tags/tagged-lt.it.html
[12:51:52] fsfe.org/tags/tagged-lu.es.html
[12:51:52] fsfe.org/tags/tagged-lu.fr.html
[12:51:52] fsfe.org/tags/tagged-lu.it.html
[12:51:52] fsfe.org/tags/tagged-lv.es.html
[12:51:52] fsfe.org/tags/tagged-lv.fr.html
[12:51:52] fsfe.org/tags/tagged-lv.it.html
[12:51:52] fsfe.org/tags/tagged-manchester.es.html
[12:51:52] fsfe.org/tags/tagged-manchester.fr.html
[12:51:52] fsfe.org/tags/tagged-manchester.it.html
[12:51:52] fsfe.org/tags/tagged-meeting.es.html
[12:51:52] fsfe.org/tags/tagged-meeting.fr.html
[12:51:52] fsfe.org/tags/tagged-meeting.it.html
[12:51:52] fsfe.org/tags/tagged-merchandise.es.html
[12:51:52] fsfe.org/tags/tagged-merchandise.fr.html
[12:51:52] fsfe.org/tags/tagged-merchandise.it.html
[12:51:52] fsfe.org/tags/tagged-microsoft.es.html
[12:51:52] fsfe.org/tags/tagged-microsoft.fr.html
[12:51:52] fsfe.org/tags/tagged-microsoft.it.html
[12:51:52] fsfe.org/tags/tagged-news.es.html
[12:51:52] fsfe.org/tags/tagged-news.fr.html
[12:51:52] fsfe.org/tags/tagged-news.it.html
[12:51:52] fsfe.org/tags/tagged-newsletter.es.html
[12:51:52] fsfe.org/tags/tagged-newsletter.fr.html
[12:51:52] fsfe.org/tags/tagged-newsletter.it.html
[12:51:52] fsfe.org/tags/tagged-ngi.es.html
[12:51:52] fsfe.org/tags/tagged-ngi.fr.html
[12:51:52] fsfe.org/tags/tagged-ngi.it.html
[12:51:52] fsfe.org/tags/tagged-nl.es.html
[12:51:52] fsfe.org/tags/tagged-nl.fr.html
[12:51:52] fsfe.org/tags/tagged-nl.it.html
[12:51:52] fsfe.org/tags/tagged-no.es.html
[12:51:52] fsfe.org/tags/tagged-no.fr.html
[12:51:52] fsfe.org/tags/tagged-no.it.html
[12:51:52] fsfe.org/tags/tagged-office-suites.es.html
[12:51:52] fsfe.org/tags/tagged-office-suites.fr.html
[12:51:52] fsfe.org/tags/tagged-office-suites.it.html
[12:51:52] fsfe.org/tags/tagged-open-justitia.es.html
[12:51:52] fsfe.org/tags/tagged-open-justitia.fr.html
[12:51:52] fsfe.org/tags/tagged-open-justitia.it.html
[12:51:52] fsfe.org/tags/tagged-open-letter.es.html
[12:51:52] fsfe.org/tags/tagged-open-letter.fr.html
[12:51:52] fsfe.org/tags/tagged-open-letter.it.html
[12:51:52] fsfe.org/tags/tagged-open-science.es.html
[12:51:52] fsfe.org/tags/tagged-open-science.fr.html
[12:51:52] fsfe.org/tags/tagged-open-science.it.html
[12:51:52] fsfe.org/tags/tagged-openstandards.es.html
[12:51:52] fsfe.org/tags/tagged-openstandards.fr.html
[12:51:52] fsfe.org/tags/tagged-openstandards.it.html
[12:51:52] fsfe.org/tags/tagged-panel.es.html
[12:51:52] fsfe.org/tags/tagged-panel.fr.html
[12:51:52] fsfe.org/tags/tagged-panel.it.html
[12:51:52] fsfe.org/tags/tagged-pdfreaders.es.html
[12:51:52] fsfe.org/tags/tagged-pdfreaders.fr.html
[12:51:52] fsfe.org/tags/tagged-pdfreaders.it.html
[12:51:52] fsfe.org/tags/tagged-pl.es.html
[12:51:52] fsfe.org/tags/tagged-pl.fr.html
[12:51:52] fsfe.org/tags/tagged-pl.it.html
[12:51:52] fsfe.org/tags/tagged-pmpc.es.html
[12:51:52] fsfe.org/tags/tagged-pmpc.fr.html
[12:51:52] fsfe.org/tags/tagged-pmpc.it.html
[12:51:52] fsfe.org/tags/tagged-podcast.es.html
[12:51:52] fsfe.org/tags/tagged-podcast.fr.html
[12:51:52] fsfe.org/tags/tagged-podcast.it.html
[12:51:52] fsfe.org/tags/tagged-policy.es.html
[12:51:52] fsfe.org/tags/tagged-policy.fr.html
[12:51:52] fsfe.org/tags/tagged-policy.it.html
[12:51:52] fsfe.org/tags/tagged-press.es.html
[12:51:52] fsfe.org/tags/tagged-press.fr.html
[12:51:52] fsfe.org/tags/tagged-press.it.html
[12:51:52] fsfe.org/tags/tagged-privacy.es.html
[12:51:52] fsfe.org/tags/tagged-privacy.fr.html
[12:51:52] fsfe.org/tags/tagged-privacy.it.html
[12:51:52] fsfe.org/tags/tagged-procurement.es.html
[12:51:52] fsfe.org/tags/tagged-procurement.fr.html
[12:51:52] fsfe.org/tags/tagged-procurement.it.html
[12:51:52] fsfe.org/tags/tagged-pt.es.html
[12:51:53] fsfe.org/tags/tagged-pt.fr.html
[12:51:53] fsfe.org/tags/tagged-pt.it.html
[12:51:53] fsfe.org/tags/tagged-public-administration.es.html
[12:51:53] fsfe.org/tags/tagged-public-administration.fr.html
[12:51:53] fsfe.org/tags/tagged-public-administration.it.html
[12:51:53] fsfe.org/tags/tagged-radiodirective.es.html
[12:51:53] fsfe.org/tags/tagged-radiodirective.fr.html
[12:51:53] fsfe.org/tags/tagged-radiodirective.it.html
[12:51:53] fsfe.org/tags/tagged-reuse.es.html
[12:51:53] fsfe.org/tags/tagged-reuse.fr.html
[12:51:53] fsfe.org/tags/tagged-reuse.it.html
[12:51:53] fsfe.org/tags/tagged-rmll.es.html
[12:51:53] fsfe.org/tags/tagged-rmll.fr.html
[12:51:53] fsfe.org/tags/tagged-rmll.it.html
[12:51:53] fsfe.org/tags/tagged-ro.es.html
[12:51:53] fsfe.org/tags/tagged-ro.fr.html
[12:51:53] fsfe.org/tags/tagged-ro.it.html
[12:51:53] fsfe.org/tags/tagged-router-freedom.es.html
[12:51:53] fsfe.org/tags/tagged-router-freedom.fr.html
[12:51:53] fsfe.org/tags/tagged-router-freedom.it.html
[12:51:53] fsfe.org/tags/tagged-routers.es.html
[12:51:53] fsfe.org/tags/tagged-routers.fr.html
[12:51:53] fsfe.org/tags/tagged-routers.it.html
[12:51:53] fsfe.org/tags/tagged-rs.es.html
[12:51:53] fsfe.org/tags/tagged-rs.fr.html
[12:51:53] fsfe.org/tags/tagged-rs.it.html
[12:51:53] fsfe.org/tags/tagged-samba.es.html
[12:51:53] fsfe.org/tags/tagged-samba.fr.html
[12:51:53] fsfe.org/tags/tagged-samba.it.html
[12:51:53] fsfe.org/tags/tagged-savecodeshare.es.html
[12:51:53] fsfe.org/tags/tagged-savecodeshare.fr.html
[12:51:53] fsfe.org/tags/tagged-savecodeshare.it.html
[12:51:53] fsfe.org/tags/tagged-se.es.html
[12:51:53] fsfe.org/tags/tagged-se.fr.html
[12:51:53] fsfe.org/tags/tagged-se.it.html
[12:51:53] fsfe.org/tags/tagged-security.es.html
[12:51:53] fsfe.org/tags/tagged-security.fr.html
[12:51:53] fsfe.org/tags/tagged-security.it.html
[12:51:53] fsfe.org/tags/tagged-sfd.es.html
[12:51:53] fsfe.org/tags/tagged-sfd.fr.html
[12:51:53] fsfe.org/tags/tagged-sfd.it.html
[12:51:53] fsfe.org/tags/tagged-sfscon.es.html
[12:51:53] fsfe.org/tags/tagged-sfscon.fr.html
[12:51:53] fsfe.org/tags/tagged-sfscon.it.html
[12:51:53] fsfe.org/tags/tagged-sha.es.html
[12:51:53] fsfe.org/tags/tagged-sha.fr.html
[12:51:53] fsfe.org/tags/tagged-sha.it.html
[12:51:53] fsfe.org/tags/tagged-sk.es.html
[12:51:53] fsfe.org/tags/tagged-sk.fr.html
[12:51:53] fsfe.org/tags/tagged-sk.it.html
[12:51:53] fsfe.org/tags/tagged-software-freedom.es.html
[12:51:53] fsfe.org/tags/tagged-software-freedom.fr.html
[12:51:53] fsfe.org/tags/tagged-software-freedom.it.html
[12:51:53] fsfe.org/tags/tagged-sq.es.html
[12:51:53] fsfe.org/tags/tagged-sq.fr.html
[12:51:53] fsfe.org/tags/tagged-sq.it.html
[12:51:53] fsfe.org/tags/tagged-sustainability.es.html
[12:51:53] fsfe.org/tags/tagged-sustainability.fr.html
[12:51:53] fsfe.org/tags/tagged-sustainability.it.html
[12:51:53] fsfe.org/tags/tagged-swpat.es.html
[12:51:53] fsfe.org/tags/tagged-swpat.fr.html
[12:51:53] fsfe.org/tags/tagged-swpat.it.html
[12:51:53] fsfe.org/tags/tagged-talk.es.html
[12:51:53] fsfe.org/tags/tagged-talk.fr.html
[12:51:53] fsfe.org/tags/tagged-talk.it.html
[12:51:53] fsfe.org/tags/tagged-tech-teams.es.html
[12:51:53] fsfe.org/tags/tagged-tech-teams.fr.html
[12:51:53] fsfe.org/tags/tagged-tech-teams.it.html
[12:51:53] fsfe.org/tags/tagged-tedective.es.html
[12:51:53] fsfe.org/tags/tagged-tedective.fr.html
[12:51:53] fsfe.org/tags/tagged-tedective.it.html
[12:51:53] fsfe.org/tags/tagged-tools.es.html
[12:51:53] fsfe.org/tags/tagged-tools.fr.html
[12:51:53] fsfe.org/tags/tagged-tools.it.html
[12:51:54] fsfe.org/tags/tagged-tr.es.html
[12:51:54] fsfe.org/tags/tagged-tr.fr.html
[12:51:54] fsfe.org/tags/tagged-tr.it.html
[12:51:54] fsfe.org/tags/tagged-translations.es.html
[12:51:54] fsfe.org/tags/tagged-translations.fr.html
[12:51:54] fsfe.org/tags/tagged-translations.it.html
[12:51:54] fsfe.org/tags/tagged-tw.es.html
[12:51:54] fsfe.org/tags/tagged-tw.fr.html
[12:51:54] fsfe.org/tags/tagged-tw.it.html
[12:51:54] fsfe.org/tags/tagged-ua.es.html
[12:51:54] fsfe.org/tags/tagged-ua.fr.html
[12:51:54] fsfe.org/tags/tagged-ua.it.html
[12:51:54] fsfe.org/tags/tagged-uk.es.html
[12:51:54] fsfe.org/tags/tagged-uk.fr.html
[12:51:54] fsfe.org/tags/tagged-uk.it.html
[12:51:54] fsfe.org/tags/tagged-united-nations.es.html
[12:51:54] fsfe.org/tags/tagged-united-nations.fr.html
[12:51:54] fsfe.org/tags/tagged-united-nations.it.html
[12:51:54] fsfe.org/tags/tagged-upcyclingandroid.es.html
[12:51:54] fsfe.org/tags/tagged-upcyclingandroid.fr.html
[12:51:54] fsfe.org/tags/tagged-upcyclingandroid.it.html
[12:51:54] fsfe.org/tags/tagged-us.es.html
[12:51:54] fsfe.org/tags/tagged-us.fr.html
[12:51:54] fsfe.org/tags/tagged-us.it.html
[12:51:54] fsfe.org/tags/tagged-w3c.es.html
[12:51:54] fsfe.org/tags/tagged-w3c.fr.html
[12:51:54] fsfe.org/tags/tagged-w3c.it.html
[12:51:54] fsfe.org/tags/tagged-windows-tax.es.html
[12:51:54] fsfe.org/tags/tagged-windows-tax.fr.html
[12:51:54] fsfe.org/tags/tagged-windows-tax.it.html
[12:51:54] fsfe.org/tags/tagged-women-group.es.html
[12:51:54] fsfe.org/tags/tagged-women-group.fr.html
[12:51:54] fsfe.org/tags/tagged-women-group.it.html
[12:51:54] fsfe.org/tags/tagged-women.es.html
[12:51:54] fsfe.org/tags/tagged-women.fr.html
[12:51:54] fsfe.org/tags/tagged-women.it.html
[12:51:54] fsfe.org/tags/tagged-workshop.es.html
[12:51:54] fsfe.org/tags/tagged-workshop.fr.html
[12:51:54] fsfe.org/tags/tagged-workshop.it.html
[12:51:54] fsfe.org/tags/tagged-yh4f-project.es.html
[12:51:54] fsfe.org/tags/tagged-yh4f-project.fr.html
[12:51:54] fsfe.org/tags/tagged-yh4f-project.it.html
[12:51:54] fsfe.org/tags/tagged-yh4f.es.html
[12:51:54] fsfe.org/tags/tagged-yh4f.fr.html
[12:51:54] fsfe.org/tags/tagged-yh4f.it.html
[12:51:54] fsfe.org/tags/tagged-zooom.es.html
[12:51:54] fsfe.org/tags/tagged-zooom.fr.html
[12:51:54] fsfe.org/tags/tagged-zooom.it.html
[12:51:54] fsfe.org/tags/tagged.es.html
[12:51:54] fsfe.org/tags/tagged.fr.html
[12:51:54] fsfe.org/tags/tagged.it.html
[12:51:54] fsfe.org/tags/tags.es.html
[12:51:54] fsfe.org/tags/tags.fr.html
[12:51:54] fsfe.org/tags/tags.it.html
[12:51:54] fsfe.org/templates/concardis_relay.es.html
[12:51:54] fsfe.org/templates/concardis_relay.fr.html
[12:51:54] fsfe.org/templates/concardis_relay.it.html
[12:51:54] fsfe.org/templates/registerevent/error.es.html
[12:51:54] fsfe.org/templates/registerevent/error.fr.html
[12:51:54] fsfe.org/templates/registerevent/error.it.html
[12:51:54] fsfe.org/templates/registerevent/success.es.html
[12:51:54] fsfe.org/templates/registerevent/success.fr.html
[12:51:54] fsfe.org/templates/registerevent/success.it.html
[12:51:54] pdfreaders.org/about.es.html
[12:51:54] pdfreaders.org/about.fr.html
[12:51:54] pdfreaders.org/about.it.html
[12:51:54] pdfreaders.org/graphics.es.html
[12:51:54] pdfreaders.org/graphics.fr.html
[12:51:54] pdfreaders.org/graphics.it.html
[12:51:54] pdfreaders.org/index.es.html
[12:51:54] pdfreaders.org/index.fr.html
[12:51:54] pdfreaders.org/index.it.html
[12:51:54] pdfreaders.org/os.es.html
[12:51:54] pdfreaders.org/os.fr.html
[12:51:54] pdfreaders.org/os.it.html
[12:51:54] status.fsfe.org/index.es.html
[12:51:54] status.fsfe.org/index.fr.html
[12:51:54] status.fsfe.org/index.it.html
[12:51:54] status.fsfe.org/fsfe.org/template.es.html
[12:51:54] status.fsfe.org/fsfe.org/template.fr.html
[12:51:54] status.fsfe.org/fsfe.org/template.it.html
[12:51:54] status.fsfe.org/test.fsfe.org/template.es.html
[12:51:54] status.fsfe.org/test.fsfe.org/template.fr.html
[12:51:54] status.fsfe.org/test.fsfe.org/template.it.html
[12:51:54] status.fsfe.org/translations/index.es.html
[12:51:54] status.fsfe.org/translations/index.fr.html
[12:51:54] status.fsfe.org/translations/index.it.html
[12:51:54] 
[12:51:54] sent 13,964,593 bytes  received 1,031,644 bytes  315,710.25 bytes/sec
[12:51:54] total size is 1,539,944,966  speedup is 102.69
[12:51:54] Syncing files to noddack.fsfeurope.org
[12:51:54] sending incremental file list
[12:51:54] drm.info/act-now.es.html
[12:51:54] drm.info/act-now.fr.html
[12:51:54] drm.info/act-now.it.html
[12:51:54] drm.info/citizen-rights.es.html
[12:51:54] drm.info/citizen-rights.fr.html
[12:51:54] drm.info/citizen-rights.it.html
[12:51:54] drm.info/creativity.es.html
[12:51:54] drm.info/creativity.fr.html
[12:51:54] drm.info/creativity.it.html
[12:51:54] drm.info/index.es.html
[12:51:54] drm.info/index.fr.html
[12:51:54] drm.info/index.it.html
[12:51:54] drm.info/losing-heritage.es.html
[12:51:54] drm.info/losing-heritage.fr.html
[12:51:54] drm.info/losing-heritage.it.html
[12:51:54] drm.info/privacy.es.html
[12:51:54] drm.info/privacy.fr.html
[12:51:54] drm.info/privacy.it.html
[12:51:54] drm.info/what-is-drm.es.html
[12:51:54] drm.info/what-is-drm.fr.html
[12:51:55] drm.info/what-is-drm.it.html
[12:51:55] fsfe.org/boilerplate.es.html
[12:51:55] fsfe.org/boilerplate.fr.html
[12:51:55] fsfe.org/boilerplate.it.html
[12:51:55] fsfe.org/index.es.html
[12:51:55] fsfe.org/index.fr.html
[12:51:55] fsfe.org/index.it.html
[12:51:55] fsfe.org/about/about.es.html
[12:51:55] fsfe.org/about/about.fr.html
[12:51:55] fsfe.org/about/about.it.html
[12:51:55] fsfe.org/about/codeofconduct.es.html
[12:51:55] fsfe.org/about/codeofconduct.fr.html
[12:51:55] fsfe.org/about/codeofconduct.it.html
[12:51:55] fsfe.org/about/contact.es.html
[12:51:55] fsfe.org/about/contact.fr.html
[12:51:55] fsfe.org/about/contact.it.html
[12:51:55] fsfe.org/about/fsfnetwork.es.html
[12:51:55] fsfe.org/about/fsfnetwork.fr.html
[12:51:55] fsfe.org/about/fsfnetwork.it.html
[12:51:55] fsfe.org/about/groups.es.html
[12:51:55] fsfe.org/about/groups.fr.html
[12:51:55] fsfe.org/about/groups.it.html
[12:51:55] fsfe.org/about/js-licences.es.html
[12:51:55] fsfe.org/about/js-licences.fr.html
[12:51:55] fsfe.org/about/js-licences.it.html
[12:51:55] fsfe.org/about/mission.es.html
[12:51:55] fsfe.org/about/mission.fr.html
[12:51:55] fsfe.org/about/mission.it.html
[12:51:55] fsfe.org/about/ourwork.es.html
[12:51:55] fsfe.org/about/ourwork.fr.html
[12:51:55] fsfe.org/about/ourwork.it.html
[12:51:55] fsfe.org/about/overview2010.es.html
[12:51:55] fsfe.org/about/overview2010.fr.html
[12:51:55] fsfe.org/about/overview2010.it.html
[12:51:55] fsfe.org/about/principles.es.html
[12:51:55] fsfe.org/about/principles.fr.html
[12:51:55] fsfe.org/about/principles.it.html
[12:51:55] fsfe.org/about/statement-20201220.es.html
[12:51:55] fsfe.org/about/statement-20201220.fr.html
[12:51:55] fsfe.org/about/statement-20201220.it.html
[12:51:55] fsfe.org/about/timeline.es.html
[12:51:55] fsfe.org/about/timeline.fr.html
[12:51:55] fsfe.org/about/timeline.it.html
[12:51:55] fsfe.org/about/transparency-commitment.es.html
[12:51:55] fsfe.org/about/transparency-commitment.fr.html
[12:51:55] fsfe.org/about/transparency-commitment.it.html
[12:51:55] fsfe.org/about/associates/associates.es.html
[12:51:55] fsfe.org/about/associates/associates.fr.html
[12:51:55] fsfe.org/about/associates/associates.it.html
[12:51:55] fsfe.org/about/funds/2001.es.html
[12:51:55] fsfe.org/about/funds/2001.fr.html
[12:51:55] fsfe.org/about/funds/2001.it.html
[12:51:55] fsfe.org/about/funds/2002.es.html
[12:51:55] fsfe.org/about/funds/2002.fr.html
[12:51:55] fsfe.org/about/funds/2002.it.html
[12:51:55] fsfe.org/about/funds/2003.es.html
[12:51:55] fsfe.org/about/funds/2003.fr.html
[12:51:55] fsfe.org/about/funds/2003.it.html
[12:51:55] fsfe.org/about/funds/2004.es.html
[12:51:55] fsfe.org/about/funds/2004.fr.html
[12:51:55] fsfe.org/about/funds/2004.it.html
[12:51:55] fsfe.org/about/funds/2005.es.html
[12:51:55] fsfe.org/about/funds/2005.fr.html
[12:51:55] fsfe.org/about/funds/2005.it.html
[12:51:55] fsfe.org/about/funds/2006.es.html
[12:51:55] fsfe.org/about/funds/2006.fr.html
[12:51:55] fsfe.org/about/funds/2006.it.html
[12:51:55] fsfe.org/about/funds/2007.es.html
[12:51:55] fsfe.org/about/funds/2007.fr.html
[12:51:55] fsfe.org/about/funds/2007.it.html
[12:51:55] fsfe.org/about/funds/2008.es.html
[12:51:55] fsfe.org/about/funds/2008.fr.html
[12:51:55] fsfe.org/about/funds/2008.it.html
[12:51:55] fsfe.org/about/funds/2009.es.html
[12:51:55] fsfe.org/about/funds/2009.fr.html
[12:51:55] fsfe.org/about/funds/2009.it.html
[12:51:55] fsfe.org/about/funds/2010.es.html
[12:51:55] fsfe.org/about/funds/2010.fr.html
[12:51:55] fsfe.org/about/funds/2010.it.html
[12:51:55] fsfe.org/about/funds/2011.es.html
[12:51:55] fsfe.org/about/funds/2011.fr.html
[12:51:55] fsfe.org/about/funds/2011.it.html
[12:51:55] fsfe.org/about/funds/2012.es.html
[12:51:55] fsfe.org/about/funds/2012.fr.html
[12:51:55] fsfe.org/about/funds/2012.it.html
[12:51:55] fsfe.org/about/funds/2013.es.html
[12:51:55] fsfe.org/about/funds/2013.fr.html
[12:51:55] fsfe.org/about/funds/2013.it.html
[12:51:55] fsfe.org/about/funds/2014.es.html
[12:51:55] fsfe.org/about/funds/2014.fr.html
[12:51:55] fsfe.org/about/funds/2014.it.html
[12:51:55] fsfe.org/about/funds/2015.es.html
[12:51:55] fsfe.org/about/funds/2015.fr.html
[12:51:55] fsfe.org/about/funds/2015.it.html
[12:51:55] fsfe.org/about/funds/2016.es.html
[12:51:55] fsfe.org/about/funds/2016.fr.html
[12:51:55] fsfe.org/about/funds/2016.it.html
[12:51:55] fsfe.org/about/funds/2017.es.html
[12:51:55] fsfe.org/about/funds/2017.fr.html
[12:51:55] fsfe.org/about/funds/2017.it.html
[12:51:55] fsfe.org/about/funds/2018.es.html
[12:51:55] fsfe.org/about/funds/2018.fr.html
[12:51:55] fsfe.org/about/funds/2018.it.html
[12:51:55] fsfe.org/about/funds/2019.es.html
[12:51:55] fsfe.org/about/funds/2019.fr.html
[12:51:55] fsfe.org/about/funds/2019.it.html
[12:51:55] fsfe.org/about/funds/2020.es.html
[12:51:55] fsfe.org/about/funds/2020.fr.html
[12:51:55] fsfe.org/about/funds/2020.it.html
[12:51:55] fsfe.org/about/funds/2021.es.html
[12:51:55] fsfe.org/about/funds/2021.fr.html
[12:51:55] fsfe.org/about/funds/2021.it.html
[12:51:55] fsfe.org/about/funds/2022.es.html
[12:51:55] fsfe.org/about/funds/2022.fr.html
[12:51:55] fsfe.org/about/funds/2022.it.html
[12:51:55] fsfe.org/about/funds/funds.es.html
[12:51:55] fsfe.org/about/funds/funds.fr.html
[12:51:55] fsfe.org/about/funds/funds.it.html
[12:51:55] fsfe.org/about/graphics/graphics.es.html
[12:51:55] fsfe.org/about/graphics/graphics.fr.html
[12:51:55] fsfe.org/about/graphics/graphics.it.html
[12:51:55] fsfe.org/about/graphics/sponsoring/sponsoring.es.html
[12:51:55] fsfe.org/about/graphics/sponsoring/sponsoring.fr.html
[12:51:55] fsfe.org/about/graphics/sponsoring/sponsoring.it.html
[12:51:55] fsfe.org/about/history/doi.es.html
[12:51:55] fsfe.org/about/history/doi.fr.html
[12:51:55] fsfe.org/about/history/doi.it.html
[12:51:55] fsfe.org/about/history/preamble.es.html
[12:51:55] fsfe.org/about/history/preamble.fr.html
[12:51:55] fsfe.org/about/history/preamble.it.html
[12:51:55] fsfe.org/about/jobs/index.es.html
[12:51:55] fsfe.org/about/jobs/index.fr.html
[12:51:55] fsfe.org/about/jobs/index.it.html
[12:51:55] fsfe.org/about/jobs/internship.es.html
[12:51:55] fsfe.org/about/jobs/internship.fr.html
[12:51:55] fsfe.org/about/jobs/internship.it.html
[12:51:55] fsfe.org/about/legal/imprint.es.html
[12:51:55] fsfe.org/about/legal/imprint.fr.html
[12:51:55] fsfe.org/about/legal/imprint.it.html
[12:51:55] fsfe.org/about/legal/legal.es.html
[12:51:55] fsfe.org/about/legal/legal.fr.html
[12:51:55] fsfe.org/about/legal/legal.it.html
[12:51:55] fsfe.org/about/people/index.es.html
[12:51:55] fsfe.org/about/people/index.fr.html
[12:51:55] fsfe.org/about/people/index.it.html
[12:51:55] fsfe.org/about/people/testimonials.es.html
[12:51:55] fsfe.org/about/people/testimonials.fr.html
[12:51:55] fsfe.org/about/people/testimonials.it.html
[12:51:55] fsfe.org/about/people/albers/albers.es.html
[12:51:55] fsfe.org/about/people/albers/albers.fr.html
[12:51:55] fsfe.org/about/people/albers/albers.it.html
[12:51:55] fsfe.org/about/people/bakker/bakker.es.html
[12:51:55] fsfe.org/about/people/bakker/bakker.fr.html
[12:51:55] fsfe.org/about/people/bakker/bakker.it.html
[12:51:55] fsfe.org/about/people/ceballos/ceballos.es.html
[12:51:55] fsfe.org/about/people/ceballos/ceballos.fr.html
[12:51:55] fsfe.org/about/people/ceballos/ceballos.it.html
[12:51:55] fsfe.org/about/people/gerloff/gerloff.es.html
[12:51:55] fsfe.org/about/people/gerloff/gerloff.fr.html
[12:51:55] fsfe.org/about/people/gerloff/gerloff.it.html
[12:51:55] fsfe.org/about/people/greve/cv.es.html
[12:51:55] fsfe.org/about/people/greve/cv.fr.html
[12:51:55] fsfe.org/about/people/greve/cv.it.html
[12:51:55] fsfe.org/about/people/greve/greve.es.html
[12:51:55] fsfe.org/about/people/greve/greve.fr.html
[12:51:55] fsfe.org/about/people/greve/greve.it.html
[12:51:55] fsfe.org/about/people/interviews/cryptie.es.html
[12:51:55] fsfe.org/about/people/interviews/cryptie.fr.html
[12:51:55] fsfe.org/about/people/interviews/cryptie.it.html
[12:51:55] fsfe.org/about/people/interviews/gkotsopoulou.es.html
[12:51:55] fsfe.org/about/people/interviews/gkotsopoulou.fr.html
[12:51:55] fsfe.org/about/people/interviews/gkotsopoulou.it.html
[12:51:55] fsfe.org/about/people/interviews/grun.es.html
[12:51:55] fsfe.org/about/people/interviews/grun.fr.html
[12:51:55] fsfe.org/about/people/interviews/grun.it.html
[12:51:55] fsfe.org/about/people/interviews/lequertier.es.html
[12:51:55] fsfe.org/about/people/interviews/lequertier.fr.html
[12:51:55] fsfe.org/about/people/interviews/lequertier.it.html
[12:51:55] fsfe.org/about/people/interviews/mueller.es.html
[12:51:55] fsfe.org/about/people/interviews/mueller.fr.html
[12:51:55] fsfe.org/about/people/interviews/mueller.it.html
[12:51:55] fsfe.org/about/people/interviews/ockers.es.html
[12:51:55] fsfe.org/about/people/interviews/ockers.fr.html
[12:51:55] fsfe.org/about/people/interviews/ockers.it.html
[12:51:55] fsfe.org/about/people/interviews/snow.es.html
[12:51:55] fsfe.org/about/people/interviews/snow.fr.html
[12:51:55] fsfe.org/about/people/interviews/snow.it.html
[12:51:55] fsfe.org/about/people/interviews/weitzhofer.es.html
[12:51:55] fsfe.org/about/people/interviews/weitzhofer.fr.html
[12:51:55] fsfe.org/about/people/interviews/weitzhofer.it.html
[12:51:55] fsfe.org/about/people/interviews/zerolo.es.html
[12:51:55] fsfe.org/about/people/interviews/zerolo.fr.html
[12:51:55] fsfe.org/about/people/interviews/zerolo.it.html
[12:51:55] fsfe.org/about/people/kirschner/kirschner.es.html
[12:51:55] fsfe.org/about/people/kirschner/kirschner.fr.html
[12:51:55] fsfe.org/about/people/kirschner/kirschner.it.html
[12:51:55] fsfe.org/about/people/ku/ku.es.html
[12:51:55] fsfe.org/about/people/ku/ku.fr.html
[12:51:55] fsfe.org/about/people/ku/ku.it.html
[12:51:55] fsfe.org/about/people/lasota/lasota.es.html
[12:51:55] fsfe.org/about/people/lasota/lasota.fr.html
[12:51:55] fsfe.org/about/people/lasota/lasota.it.html
[12:51:55] fsfe.org/about/people/mehl/mehl.es.html
[12:51:55] fsfe.org/about/people/mehl/mehl.fr.html
[12:51:55] fsfe.org/about/people/mehl/mehl.it.html
[12:51:55] fsfe.org/about/people/partsafyllidou/partsafyllidou.es.html
[12:51:55] fsfe.org/about/people/partsafyllidou/partsafyllidou.fr.html
[12:51:55] fsfe.org/about/people/partsafyllidou/partsafyllidou.it.html
[12:51:55] fsfe.org/about/people/repentinus/repentinus.es.html
[12:51:55] fsfe.org/about/people/repentinus/repentinus.fr.html
[12:51:55] fsfe.org/about/people/repentinus/repentinus.it.html
[12:51:55] fsfe.org/about/people/rikken/rikken.es.html
[12:51:55] fsfe.org/about/people/rikken/rikken.fr.html
[12:51:55] fsfe.org/about/people/rikken/rikken.it.html
[12:51:55] fsfe.org/about/people/roussos/roussos.es.html
[12:51:55] fsfe.org/about/people/roussos/roussos.fr.html
[12:51:55] fsfe.org/about/people/roussos/roussos.it.html
[12:51:55] fsfe.org/about/people/roy/roy.es.html
[12:51:55] fsfe.org/about/people/roy/roy.fr.html
[12:51:55] fsfe.org/about/people/roy/roy.it.html
[12:51:55] fsfe.org/about/people/sander/sander.es.html
[12:51:55] fsfe.org/about/people/sander/sander.fr.html
[12:51:55] fsfe.org/about/people/sander/sander.it.html
[12:51:55] fsfe.org/about/people/tobiasd/tobiasd.es.html
[12:51:55] fsfe.org/about/people/tobiasd/tobiasd.fr.html
[12:51:55] fsfe.org/about/people/tobiasd/tobiasd.it.html
[12:51:55] fsfe.org/about/softwarefreedom/testimonials.es.html
[12:51:55] fsfe.org/about/softwarefreedom/testimonials.fr.html
[12:51:55] fsfe.org/about/softwarefreedom/testimonials.it.html
[12:51:55] fsfe.org/activities/activities.es.html
[12:51:55] fsfe.org/activities/activities.fr.html
[12:51:55] fsfe.org/activities/activities.it.html
[12:51:55] fsfe.org/activities/awareness.es.html
[12:51:55] fsfe.org/activities/awareness.fr.html
[12:51:55] fsfe.org/activities/awareness.it.html
[12:51:55] fsfe.org/activities/legal.es.html
[12:51:55] fsfe.org/activities/legal.fr.html
[12:51:55] fsfe.org/activities/legal.it.html
[12:51:55] fsfe.org/activities/policy.es.html
[12:51:55] fsfe.org/activities/policy.fr.html
[12:51:55] fsfe.org/activities/policy.it.html
[12:51:55] fsfe.org/activities/15years/15years.es.html
[12:51:55] fsfe.org/activities/15years/15years.fr.html
[12:51:55] fsfe.org/activities/15years/15years.it.html
[12:51:55] fsfe.org/activities/20years/20years.es.html
[12:51:55] fsfe.org/activities/20years/20years.fr.html
[12:51:55] fsfe.org/activities/20years/20years.it.html
[12:51:55] fsfe.org/activities/ada-zangemann/book-reviews.es.html
[12:51:55] fsfe.org/activities/ada-zangemann/book-reviews.fr.html
[12:51:55] fsfe.org/activities/ada-zangemann/book-reviews.it.html
[12:51:55] fsfe.org/activities/ada-zangemann/index.es.html
[12:51:55] fsfe.org/activities/ada-zangemann/index.fr.html
[12:51:55] fsfe.org/activities/ada-zangemann/index.it.html
[12:51:55] fsfe.org/activities/ada-zangemann/letters.es.html
[12:51:55] fsfe.org/activities/ada-zangemann/letters.fr.html
[12:51:55] fsfe.org/activities/ada-zangemann/letters.it.html
[12:51:55] fsfe.org/activities/ada-zangemann/movie.es.html
[12:51:55] fsfe.org/activities/ada-zangemann/movie.fr.html
[12:51:55] fsfe.org/activities/ada-zangemann/movie.it.html
[12:51:55] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.es.html
[12:51:55] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.fr.html
[12:51:55] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.it.html
[12:51:55] fsfe.org/activities/agnula/agnula.es.html
[12:51:55] fsfe.org/activities/agnula/agnula.fr.html
[12:51:55] fsfe.org/activities/agnula/agnula.it.html
[12:51:55] fsfe.org/activities/agnula/deliverable-1.3.1.es.html
[12:51:55] fsfe.org/activities/agnula/deliverable-1.3.1.fr.html
[12:51:55] fsfe.org/activities/agnula/deliverable-1.3.1.it.html
[12:51:55] fsfe.org/activities/agnula/java.es.html
[12:51:55] fsfe.org/activities/agnula/java.fr.html
[12:51:55] fsfe.org/activities/agnula/java.it.html
[12:51:55] fsfe.org/activities/agnula/license-faq.es.html
[12:51:55] fsfe.org/activities/agnula/license-faq.fr.html
[12:51:55] fsfe.org/activities/agnula/license-faq.it.html
[12:51:55] fsfe.org/activities/agnula/license.es.html
[12:51:55] fsfe.org/activities/agnula/license.fr.html
[12:51:55] fsfe.org/activities/agnula/license.it.html
[12:51:55] fsfe.org/activities/android/android.es.html
[12:51:55] fsfe.org/activities/android/android.fr.html
[12:51:55] fsfe.org/activities/android/android.it.html
[12:51:55] fsfe.org/activities/android/artwork.es.html
[12:51:55] fsfe.org/activities/android/artwork.fr.html
[12:51:55] fsfe.org/activities/android/artwork.it.html
[12:51:55] fsfe.org/activities/android/flashingdevices.es.html
[12:51:55] fsfe.org/activities/android/flashingdevices.fr.html
[12:51:55] fsfe.org/activities/android/flashingdevices.it.html
[12:51:55] fsfe.org/activities/android/help.es.html
[12:51:55] fsfe.org/activities/android/help.fr.html
[12:51:55] fsfe.org/activities/android/help.it.html
[12:51:55] fsfe.org/activities/android/is-flashing-legal.es.html
[12:51:55] fsfe.org/activities/android/is-flashing-legal.fr.html
[12:51:55] fsfe.org/activities/android/is-flashing-legal.it.html
[12:51:55] fsfe.org/activities/android/liberate.es.html
[12:51:55] fsfe.org/activities/android/liberate.fr.html
[12:51:55] fsfe.org/activities/android/liberate.it.html
[12:51:55] fsfe.org/activities/android/sustainability.es.html
[12:51:55] fsfe.org/activities/android/sustainability.fr.html
[12:51:55] fsfe.org/activities/android/sustainability.it.html
[12:51:55] fsfe.org/activities/android/workshops.es.html
[12:51:55] fsfe.org/activities/android/workshops.fr.html
[12:51:55] fsfe.org/activities/android/workshops.it.html
[12:51:55] fsfe.org/activities/android/artwork/DIN_A1.es.html
[12:51:55] fsfe.org/activities/android/artwork/DIN_A1.fr.html
[12:51:55] fsfe.org/activities/android/artwork/DIN_A1.it.html
[12:51:55] fsfe.org/activities/android/artwork/DIN_A7.es.html
[12:51:55] fsfe.org/activities/android/artwork/DIN_A7.fr.html
[12:51:55] fsfe.org/activities/android/artwork/DIN_A7.it.html
[12:51:55] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.es.html
[12:51:55] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.fr.html
[12:51:55] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.it.html
[12:51:55] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.es.html
[12:51:55] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.fr.html
[12:51:55] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.it.html
[12:51:55] fsfe.org/activities/apple-litigation/apple-litigation.es.html
[12:51:55] fsfe.org/activities/apple-litigation/apple-litigation.fr.html
[12:51:55] fsfe.org/activities/apple-litigation/apple-litigation.it.html
[12:51:55] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.es.html
[12:51:55] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.fr.html
[12:51:55] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.it.html
[12:51:55] fsfe.org/activities/bgw/bgw.es.html
[12:51:55] fsfe.org/activities/bgw/bgw.fr.html
[12:51:55] fsfe.org/activities/bgw/bgw.it.html
[12:51:55] fsfe.org/activities/conf-events/conf-events.es.html
[12:51:55] fsfe.org/activities/conf-events/conf-events.fr.html
[12:51:55] fsfe.org/activities/conf-events/conf-events.it.html
[12:51:55] fsfe.org/activities/conf-events/report-cccamp23.es.html
[12:51:55] fsfe.org/activities/conf-events/report-cccamp23.fr.html
[12:51:55] fsfe.org/activities/conf-events/report-cccamp23.it.html
[12:51:55] fsfe.org/activities/deviceneutrality/index.es.html
[12:51:55] fsfe.org/activities/deviceneutrality/index.fr.html
[12:51:55] fsfe.org/activities/deviceneutrality/index.it.html
[12:51:55] fsfe.org/activities/dma/dma.es.html
[12:51:55] fsfe.org/activities/dma/dma.fr.html
[12:51:55] fsfe.org/activities/dma/dma.it.html
[12:51:55] fsfe.org/activities/drm/drm.es.html
[12:51:55] fsfe.org/activities/drm/drm.fr.html
[12:51:55] fsfe.org/activities/drm/drm.it.html
[12:51:55] fsfe.org/activities/drm/open-letter-ec-drm-html.es.html
[12:51:55] fsfe.org/activities/drm/open-letter-ec-drm-html.fr.html
[12:51:55] fsfe.org/activities/drm/open-letter-ec-drm-html.it.html
[12:51:55] fsfe.org/activities/drm/sony-rootkit-fiasco.es.html
[12:51:55] fsfe.org/activities/drm/sony-rootkit-fiasco.fr.html
[12:51:55] fsfe.org/activities/drm/sony-rootkit-fiasco.it.html
[12:51:55] fsfe.org/activities/elections/digitalomat.es.html
[12:51:55] fsfe.org/activities/elections/digitalomat.fr.html
[12:51:55] fsfe.org/activities/elections/digitalomat.it.html
[12:51:55] fsfe.org/activities/elections/freedomvote.es.html
[12:51:55] fsfe.org/activities/elections/freedomvote.fr.html
[12:51:55] fsfe.org/activities/elections/freedomvote.it.html
[12:51:55] fsfe.org/activities/elections/index.es.html
[12:51:55] fsfe.org/activities/elections/index.fr.html
[12:51:55] fsfe.org/activities/elections/index.it.html
[12:51:55] fsfe.org/activities/elections/letspromise.es.html
[12:51:55] fsfe.org/activities/elections/letspromise.fr.html
[12:51:55] fsfe.org/activities/elections/letspromise.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/example-questions.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/example-questions.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/example-questions.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.it.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.es.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.fr.html
[12:51:55] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.it.html
[12:51:55] fsfe.org/activities/eucd/eucd-fs.es.html
[12:51:55] fsfe.org/activities/eucd/eucd-fs.fr.html
[12:51:55] fsfe.org/activities/eucd/eucd-fs.it.html
[12:51:55] fsfe.org/activities/eucd/eucd.es.html
[12:51:55] fsfe.org/activities/eucd/eucd.fr.html
[12:51:55] fsfe.org/activities/eucd/eucd.it.html
[12:51:55] fsfe.org/activities/eura-slovakia/eura-slovakia.es.html
[12:51:55] fsfe.org/activities/eura-slovakia/eura-slovakia.fr.html
[12:51:55] fsfe.org/activities/eura-slovakia/eura-slovakia.it.html
[12:51:55] fsfe.org/activities/fla/fiduciary.es.html
[12:51:55] fsfe.org/activities/fla/fiduciary.fr.html
[12:51:55] fsfe.org/activities/fla/fiduciary.it.html
[12:51:55] fsfe.org/activities/fla/fla.es.html
[12:51:55] fsfe.org/activities/fla/fla.fr.html
[12:51:55] fsfe.org/activities/fla/fla.it.html
[12:51:55] fsfe.org/activities/foss4smes/foss4smes.es.html
[12:51:55] fsfe.org/activities/foss4smes/foss4smes.fr.html
[12:51:55] fsfe.org/activities/foss4smes/foss4smes.it.html
[12:51:55] fsfe.org/activities/fp6/focal.es.html
[12:51:55] fsfe.org/activities/fp6/focal.fr.html
[12:51:55] fsfe.org/activities/fp6/focal.it.html
[12:51:55] fsfe.org/activities/fp6/fp6.es.html
[12:51:55] fsfe.org/activities/fp6/fp6.fr.html
[12:51:55] fsfe.org/activities/fp6/fp6.it.html
[12:51:55] fsfe.org/activities/fp6/lafis.es.html
[12:51:55] fsfe.org/activities/fp6/lafis.fr.html
[12:51:55] fsfe.org/activities/fp6/lafis.it.html
[12:51:55] fsfe.org/activities/fp6/more-support.es.html
[12:51:55] fsfe.org/activities/fp6/more-support.fr.html
[12:51:55] fsfe.org/activities/fp6/more-support.it.html
[12:51:55] fsfe.org/activities/fp6/reasoning.es.html
[12:51:55] fsfe.org/activities/fp6/reasoning.fr.html
[12:51:55] fsfe.org/activities/fp6/reasoning.it.html
[12:51:55] fsfe.org/activities/fp6/recommendation.es.html
[12:51:55] fsfe.org/activities/fp6/recommendation.fr.html
[12:51:55] fsfe.org/activities/fp6/recommendation.it.html
[12:51:55] fsfe.org/activities/fp6/supporting-parties.es.html
[12:51:55] fsfe.org/activities/fp6/supporting-parties.fr.html
[12:51:55] fsfe.org/activities/fp6/supporting-parties.it.html
[12:51:55] fsfe.org/activities/fp7/fp7.es.html
[12:51:55] fsfe.org/activities/fp7/fp7.fr.html
[12:51:55] fsfe.org/activities/fp7/fp7.it.html
[12:51:55] fsfe.org/activities/gbn/gbn.es.html
[12:51:55] fsfe.org/activities/gbn/gbn.fr.html
[12:51:55] fsfe.org/activities/gbn/gbn.it.html
[12:51:55] fsfe.org/activities/gplv3/bangalore-rms-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/bangalore-rms-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/bangalore-rms-transcript.it.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-moglen-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-moglen-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-moglen-transcript.it.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-rms-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-rms-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-rms-transcript.it.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-summaries.es.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-summaries.fr.html
[12:51:55] fsfe.org/activities/gplv3/barcelona-summaries.it.html
[12:51:55] fsfe.org/activities/gplv3/brussels-rms-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/brussels-rms-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/brussels-rms-transcript.it.html
[12:51:55] fsfe.org/activities/gplv3/diff-draft1-draft2.es.html
[12:51:55] fsfe.org/activities/gplv3/diff-draft1-draft2.fr.html
[12:51:55] fsfe.org/activities/gplv3/diff-draft1-draft2.it.html
[12:51:55] fsfe.org/activities/gplv3/diff-draft2-draft3.es.html
[12:51:55] fsfe.org/activities/gplv3/diff-draft2-draft3.fr.html
[12:51:55] fsfe.org/activities/gplv3/diff-draft2-draft3.it.html
[12:51:55] fsfe.org/activities/gplv3/diff-gplv2-draft2.es.html
[12:51:55] fsfe.org/activities/gplv3/diff-gplv2-draft2.fr.html
[12:51:55] fsfe.org/activities/gplv3/diff-gplv2-draft2.it.html
[12:51:55] fsfe.org/activities/gplv3/drm-and-gplv3.es.html
[12:51:55] fsfe.org/activities/gplv3/drm-and-gplv3.fr.html
[12:51:55] fsfe.org/activities/gplv3/drm-and-gplv3.it.html
[12:51:55] fsfe.org/activities/gplv3/europe-gplv3-conference.es.html
[12:51:55] fsfe.org/activities/gplv3/europe-gplv3-conference.fr.html
[12:51:55] fsfe.org/activities/gplv3/europe-gplv3-conference.it.html
[12:51:55] fsfe.org/activities/gplv3/events.es.html
[12:51:55] fsfe.org/activities/gplv3/events.fr.html
[12:51:55] fsfe.org/activities/gplv3/events.it.html
[12:51:55] fsfe.org/activities/gplv3/fisl-rms-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/fisl-rms-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/fisl-rms-transcript.it.html
[12:51:55] fsfe.org/activities/gplv3/gplv3-torino.es.html
[12:51:55] fsfe.org/activities/gplv3/gplv3-torino.fr.html
[12:51:55] fsfe.org/activities/gplv3/gplv3-torino.it.html
[12:51:55] fsfe.org/activities/gplv3/gplv3.es.html
[12:51:55] fsfe.org/activities/gplv3/gplv3.fr.html
[12:51:55] fsfe.org/activities/gplv3/gplv3.it.html
[12:51:55] fsfe.org/activities/gplv3/links.es.html
[12:51:55] fsfe.org/activities/gplv3/links.fr.html
[12:51:55] fsfe.org/activities/gplv3/links.it.html
[12:51:55] fsfe.org/activities/gplv3/patents-and-gplv3.es.html
[12:51:55] fsfe.org/activities/gplv3/patents-and-gplv3.fr.html
[12:51:55] fsfe.org/activities/gplv3/patents-and-gplv3.it.html
[12:51:55] fsfe.org/activities/gplv3/timeline.es.html
[12:51:55] fsfe.org/activities/gplv3/timeline.fr.html
[12:51:55] fsfe.org/activities/gplv3/timeline.it.html
[12:51:55] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.it.html
[12:51:55] fsfe.org/activities/gplv3/tokyo-rms-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/tokyo-rms-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/tokyo-rms-transcript.it.html
[12:51:55] fsfe.org/activities/gplv3/topics.es.html
[12:51:55] fsfe.org/activities/gplv3/topics.fr.html
[12:51:55] fsfe.org/activities/gplv3/topics.it.html
[12:51:55] fsfe.org/activities/gplv3/torino-rms-transcript.es.html
[12:51:55] fsfe.org/activities/gplv3/torino-rms-transcript.fr.html
[12:51:55] fsfe.org/activities/gplv3/torino-rms-transcript.it.html
[12:51:55] fsfe.org/activities/igf/a2k.es.html
[12:51:55] fsfe.org/activities/igf/a2k.fr.html
[12:51:55] fsfe.org/activities/igf/a2k.it.html
[12:51:55] fsfe.org/activities/igf/dcos.es.html
[12:51:55] fsfe.org/activities/igf/dcos.fr.html
[12:51:55] fsfe.org/activities/igf/dcos.it.html
[12:51:55] fsfe.org/activities/igf/igf.es.html
[12:51:55] fsfe.org/activities/igf/igf.fr.html
[12:51:55] fsfe.org/activities/igf/igf.it.html
[12:51:55] fsfe.org/activities/igf/sovsoft.es.html
[12:51:55] fsfe.org/activities/igf/sovsoft.fr.html
[12:51:55] fsfe.org/activities/igf/sovsoft.it.html
[12:51:55] fsfe.org/activities/igf/wgig.es.html
[12:51:55] fsfe.org/activities/igf/wgig.fr.html
[12:51:55] fsfe.org/activities/igf/wgig.it.html
[12:51:55] fsfe.org/activities/ilovefs/index.es.html
[12:51:55] fsfe.org/activities/ilovefs/index.fr.html
[12:51:55] fsfe.org/activities/ilovefs/index.it.html
[12:51:55] fsfe.org/activities/ilovefs/artwork/artwork.es.html
[12:51:55] fsfe.org/activities/ilovefs/artwork/artwork.fr.html
[12:51:55] fsfe.org/activities/ilovefs/artwork/artwork.it.html
[12:51:55] fsfe.org/activities/ilovefs/report/report_2023.es.html
[12:51:55] fsfe.org/activities/ilovefs/report/report_2023.fr.html
[12:51:55] fsfe.org/activities/ilovefs/report/report_2023.it.html
[12:51:55] fsfe.org/activities/ilovefs/report/report_2024.es.html
[12:51:55] fsfe.org/activities/ilovefs/report/report_2024.fr.html
[12:51:55] fsfe.org/activities/ilovefs/report/report_2024.it.html
[12:51:55] fsfe.org/activities/ilovefs/whylovefs/gallery.es.html
[12:51:55] fsfe.org/activities/ilovefs/whylovefs/gallery.fr.html
[12:51:55] fsfe.org/activities/ilovefs/whylovefs/gallery.it.html
[12:51:55] fsfe.org/activities/ilovefs/whylovefs/whylovefs.es.html
[12:51:55] fsfe.org/activities/ilovefs/whylovefs/whylovefs.fr.html
[12:51:55] fsfe.org/activities/ilovefs/whylovefs/whylovefs.it.html
[12:51:55] fsfe.org/activities/ipred2/ipred2.es.html
[12:51:55] fsfe.org/activities/ipred2/ipred2.fr.html
[12:51:55] fsfe.org/activities/ipred2/ipred2.it.html
[12:51:55] fsfe.org/activities/ipred2/letter-april-2007.es.html
[12:51:55] fsfe.org/activities/ipred2/letter-april-2007.fr.html
[12:51:55] fsfe.org/activities/ipred2/letter-april-2007.it.html
[12:51:55] fsfe.org/activities/licence-questions/licence-questions.es.html
[12:51:55] fsfe.org/activities/licence-questions/licence-questions.fr.html
[12:51:55] fsfe.org/activities/licence-questions/licence-questions.it.html
[12:51:55] fsfe.org/activities/ln/application-confirm.es.html
[12:51:55] fsfe.org/activities/ln/application-confirm.fr.html
[12:51:55] fsfe.org/activities/ln/application-confirm.it.html
[12:51:55] fsfe.org/activities/ln/application-success.es.html
[12:51:55] fsfe.org/activities/ln/application-success.fr.html
[12:51:55] fsfe.org/activities/ln/application-success.it.html
[12:51:55] fsfe.org/activities/ln/application.es.html
[12:51:55] fsfe.org/activities/ln/application.fr.html
[12:51:55] fsfe.org/activities/ln/application.it.html
[12:51:55] fsfe.org/activities/ln/council.es.html
[12:51:55] fsfe.org/activities/ln/council.fr.html
[12:51:55] fsfe.org/activities/ln/council.it.html
[12:51:55] fsfe.org/activities/ln/llw-conf.es.html
[12:51:55] fsfe.org/activities/ln/llw-conf.fr.html
[12:51:55] fsfe.org/activities/ln/llw-conf.it.html
[12:51:55] fsfe.org/activities/ln/llw-past.es.html
[12:51:55] fsfe.org/activities/ln/llw-past.fr.html
[12:51:55] fsfe.org/activities/ln/llw-past.it.html
[12:51:55] fsfe.org/activities/ln/llw.es.html
[12:51:55] fsfe.org/activities/ln/llw.fr.html
[12:51:55] fsfe.org/activities/ln/llw.it.html
[12:51:55] fsfe.org/activities/ln/ln-procedures.es.html
[12:51:55] fsfe.org/activities/ln/ln-procedures.fr.html
[12:51:55] fsfe.org/activities/ln/ln-procedures.it.html
[12:51:55] fsfe.org/activities/ln/ln.es.html
[12:51:55] fsfe.org/activities/ln/ln.fr.html
[12:51:55] fsfe.org/activities/ln/ln.it.html
[12:51:55] fsfe.org/activities/ln/memberlist-confirm.es.html
[12:51:55] fsfe.org/activities/ln/memberlist-confirm.fr.html
[12:51:55] fsfe.org/activities/ln/memberlist-confirm.it.html
[12:51:55] fsfe.org/activities/ln/memberlist-success.es.html
[12:51:55] fsfe.org/activities/ln/memberlist-success.fr.html
[12:51:55] fsfe.org/activities/ln/memberlist-success.it.html
[12:51:55] fsfe.org/activities/ln/memberlist.es.html
[12:51:55] fsfe.org/activities/ln/memberlist.fr.html
[12:51:55] fsfe.org/activities/ln/memberlist.it.html
[12:51:55] fsfe.org/activities/ln/modpolicy.es.html
[12:51:55] fsfe.org/activities/ln/modpolicy.fr.html
[12:51:55] fsfe.org/activities/ln/modpolicy.it.html
[12:51:55] fsfe.org/activities/ln/rules.es.html
[12:51:55] fsfe.org/activities/ln/rules.fr.html
[12:51:55] fsfe.org/activities/ln/rules.it.html
[12:51:55] fsfe.org/activities/mankind/contact.es.html
[12:51:55] fsfe.org/activities/mankind/contact.fr.html
[12:51:55] fsfe.org/activities/mankind/contact.it.html
[12:51:55] fsfe.org/activities/mankind/done.es.html
[12:51:55] fsfe.org/activities/mankind/done.fr.html
[12:51:55] fsfe.org/activities/mankind/done.it.html
[12:51:55] fsfe.org/activities/mankind/help.es.html
[12:51:55] fsfe.org/activities/mankind/help.fr.html
[12:51:55] fsfe.org/activities/mankind/help.it.html
[12:51:55] fsfe.org/activities/mankind/links.es.html
[12:51:55] fsfe.org/activities/mankind/links.fr.html
[12:51:55] fsfe.org/activities/mankind/links.it.html
[12:51:55] fsfe.org/activities/mankind/mankind.es.html
[12:51:55] fsfe.org/activities/mankind/mankind.fr.html
[12:51:55] fsfe.org/activities/mankind/mankind.it.html
[12:51:55] fsfe.org/activities/mankind/press.es.html
[12:51:55] fsfe.org/activities/mankind/press.fr.html
[12:51:55] fsfe.org/activities/mankind/press.it.html
[12:51:55] fsfe.org/activities/mankind/support.es.html
[12:51:55] fsfe.org/activities/mankind/support.fr.html
[12:51:55] fsfe.org/activities/mankind/support.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/index.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/index.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/index.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/press-release.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/press-release.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/press-release.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/conclusion.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/conclusion.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/conclusion.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/contact.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/contact.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/contact.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/ethical.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/ethical.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/ethical.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/facts.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/facts.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/facts.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/independence.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/independence.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/independence.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/origin.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/origin.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/origin.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/plan.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/plan.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/plan.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/social.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/social.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/social.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/support.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/support.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/support.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/technical.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/technical.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/technical.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/threats.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/threats.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/threats.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/unesco.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/unesco.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/unesco.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/why1.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/why1.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/why1.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/why2.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/why2.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/why2.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/workdone.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/workdone.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/workdone.it.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.es.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.fr.html
[12:51:55] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.it.html
[12:51:55] fsfe.org/activities/ms-vs-eu/article-20060421.es.html
[12:51:55] fsfe.org/activities/ms-vs-eu/article-20060421.fr.html
[12:51:55] fsfe.org/activities/ms-vs-eu/article-20060421.it.html
[12:51:55] fsfe.org/activities/ms-vs-eu/background.es.html
[12:51:55] fsfe.org/activities/ms-vs-eu/background.fr.html
[12:51:55] fsfe.org/activities/ms-vs-eu/background.it.html
[12:51:55] fsfe.org/activities/ms-vs-eu/intervention-20040930.es.html
[12:51:55] fsfe.org/activities/ms-vs-eu/intervention-20040930.fr.html
[12:51:55] fsfe.org/activities/ms-vs-eu/intervention-20040930.it.html
[12:51:55] fsfe.org/activities/ms-vs-eu/ms-vs-eu.es.html
[12:51:55] fsfe.org/activities/ms-vs-eu/ms-vs-eu.fr.html
[12:51:55] fsfe.org/activities/ms-vs-eu/ms-vs-eu.it.html
[12:51:55] fsfe.org/activities/ms-vs-eu/timeline.es.html
[12:51:55] fsfe.org/activities/ms-vs-eu/timeline.fr.html
[12:51:55] fsfe.org/activities/ms-vs-eu/timeline.it.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-converter-hoax.es.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-converter-hoax.fr.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-converter-hoax.it.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.es.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.fr.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.it.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-interoperability.es.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-interoperability.fr.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-interoperability.it.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-questions-for-ms.es.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-questions-for-ms.fr.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-questions-for-ms.it.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-questions.es.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-questions.fr.html
[12:51:55] fsfe.org/activities/msooxml/msooxml-questions.it.html
[12:51:55] fsfe.org/activities/msooxml/msooxml.es.html
[12:51:55] fsfe.org/activities/msooxml/msooxml.fr.html
[12:51:55] fsfe.org/activities/msooxml/msooxml.it.html
[12:51:55] fsfe.org/activities/ngi/ngi-past.es.html
[12:51:55] fsfe.org/activities/ngi/ngi-past.fr.html
[12:51:55] fsfe.org/activities/ngi/ngi-past.it.html
[12:51:55] fsfe.org/activities/ngi/ngi.es.html
[12:51:55] fsfe.org/activities/ngi/ngi.fr.html
[12:51:55] fsfe.org/activities/ngi/ngi.it.html
[12:51:55] fsfe.org/activities/nledu/nledu.es.html
[12:51:55] fsfe.org/activities/nledu/nledu.fr.html
[12:51:55] fsfe.org/activities/nledu/nledu.it.html
[12:51:55] fsfe.org/activities/pdfreaders/bug-report-uk.es.html
[12:51:55] fsfe.org/activities/pdfreaders/bug-report-uk.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/bug-report-uk.it.html
[12:51:55] fsfe.org/activities/pdfreaders/bug-report.es.html
[12:51:55] fsfe.org/activities/pdfreaders/bug-report.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/bug-report.it.html
[12:51:55] fsfe.org/activities/pdfreaders/buglist.es.html
[12:51:55] fsfe.org/activities/pdfreaders/buglist.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/buglist.it.html
[12:51:55] fsfe.org/activities/pdfreaders/follow-up.es.html
[12:51:55] fsfe.org/activities/pdfreaders/follow-up.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/follow-up.it.html
[12:51:55] fsfe.org/activities/pdfreaders/guideline.es.html
[12:51:55] fsfe.org/activities/pdfreaders/guideline.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/guideline.it.html
[12:51:55] fsfe.org/activities/pdfreaders/letter.es.html
[12:51:55] fsfe.org/activities/pdfreaders/letter.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/letter.it.html
[12:51:55] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.es.html
[12:51:55] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.it.html
[12:51:55] fsfe.org/activities/pdfreaders/pdfreaders.es.html
[12:51:55] fsfe.org/activities/pdfreaders/pdfreaders.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/pdfreaders.it.html
[12:51:55] fsfe.org/activities/pdfreaders/pdfsprint.es.html
[12:51:55] fsfe.org/activities/pdfreaders/pdfsprint.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/pdfsprint.it.html
[12:51:55] fsfe.org/activities/pdfreaders/petition-error.es.html
[12:51:55] fsfe.org/activities/pdfreaders/petition-error.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/petition-error.it.html
[12:51:55] fsfe.org/activities/pdfreaders/petition-success.es.html
[12:51:55] fsfe.org/activities/pdfreaders/petition-success.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/petition-success.it.html
[12:51:55] fsfe.org/activities/pdfreaders/petition.es.html
[12:51:55] fsfe.org/activities/pdfreaders/petition.fr.html
[12:51:55] fsfe.org/activities/pdfreaders/petition.it.html
[12:51:55] fsfe.org/activities/publiccode/bea.es.html
[12:51:55] fsfe.org/activities/publiccode/bea.fr.html
[12:51:55] fsfe.org/activities/publiccode/bea.it.html
[12:51:55] fsfe.org/activities/publiccode/brochure.es.html
[12:51:55] fsfe.org/activities/publiccode/brochure.fr.html
[12:51:55] fsfe.org/activities/publiccode/brochure.it.html
[12:51:55] fsfe.org/activities/publiccode/get-active.es.html
[12:51:55] fsfe.org/activities/publiccode/get-active.fr.html
[12:51:55] fsfe.org/activities/publiccode/get-active.it.html
[12:51:55] fsfe.org/activities/publiccode/publiccode.es.html
[12:51:55] fsfe.org/activities/publiccode/publiccode.fr.html
[12:51:55] fsfe.org/activities/publiccode/publiccode.it.html
[12:51:55] fsfe.org/activities/radiodirective/radiodirective.es.html
[12:51:55] fsfe.org/activities/radiodirective/radiodirective.fr.html
[12:51:55] fsfe.org/activities/radiodirective/radiodirective.it.html
[12:51:55] fsfe.org/activities/radiodirective/statement.es.html
[12:51:55] fsfe.org/activities/radiodirective/statement.fr.html
[12:51:55] fsfe.org/activities/radiodirective/statement.it.html
[12:51:55] fsfe.org/activities/routers/routers.es.html
[12:51:55] fsfe.org/activities/routers/routers.fr.html
[12:51:55] fsfe.org/activities/routers/routers.it.html
[12:51:55] fsfe.org/activities/routers/timeline.es.html
[12:51:55] fsfe.org/activities/routers/timeline.fr.html
[12:51:55] fsfe.org/activities/routers/timeline.it.html
[12:51:55] fsfe.org/activities/self/self.es.html
[12:51:55] fsfe.org/activities/self/self.fr.html
[12:51:55] fsfe.org/activities/self/self.it.html
[12:51:55] fsfe.org/activities/stacs/belgrade-register.es.html
[12:51:55] fsfe.org/activities/stacs/belgrade-register.fr.html
[12:51:55] fsfe.org/activities/stacs/belgrade-register.it.html
[12:51:55] fsfe.org/activities/stacs/belgrade.es.html
[12:51:55] fsfe.org/activities/stacs/belgrade.fr.html
[12:51:55] fsfe.org/activities/stacs/belgrade.it.html
[12:51:55] fsfe.org/activities/stacs/london-register.es.html
[12:51:55] fsfe.org/activities/stacs/london-register.fr.html
[12:51:55] fsfe.org/activities/stacs/london-register.it.html
[12:51:55] fsfe.org/activities/stacs/london.es.html
[12:51:55] fsfe.org/activities/stacs/london.fr.html
[12:51:55] fsfe.org/activities/stacs/london.it.html
[12:51:55] fsfe.org/activities/stacs/stacs.es.html
[12:51:55] fsfe.org/activities/stacs/stacs.fr.html
[12:51:55] fsfe.org/activities/stacs/stacs.it.html
[12:51:55] fsfe.org/activities/stacs/tmpl-belgrade.es.html
[12:51:55] fsfe.org/activities/stacs/tmpl-belgrade.fr.html
[12:51:55] fsfe.org/activities/stacs/tmpl-belgrade.it.html
[12:51:55] fsfe.org/activities/stacs/tmpl-london.es.html
[12:51:55] fsfe.org/activities/stacs/tmpl-london.fr.html
[12:51:55] fsfe.org/activities/stacs/tmpl-london.it.html
[12:51:55] fsfe.org/activities/swpat/background.es.html
[12:51:55] fsfe.org/activities/swpat/background.fr.html
[12:51:55] fsfe.org/activities/swpat/background.it.html
[12:51:55] fsfe.org/activities/swpat/documents.es.html
[12:51:55] fsfe.org/activities/swpat/documents.fr.html
[12:51:55] fsfe.org/activities/swpat/documents.it.html
[12:51:55] fsfe.org/activities/swpat/fsfe-patstrat-response.es.html
[12:51:55] fsfe.org/activities/swpat/fsfe-patstrat-response.fr.html
[12:51:55] fsfe.org/activities/swpat/fsfe-patstrat-response.it.html
[12:51:55] fsfe.org/activities/swpat/how-the-eu-patent-system-works.es.html
[12:51:55] fsfe.org/activities/swpat/how-the-eu-patent-system-works.fr.html
[12:51:55] fsfe.org/activities/swpat/how-the-eu-patent-system-works.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20040510.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20040510.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20040510.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20040531.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20040531.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20040531.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20040706.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20040706.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20040706.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20040802.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20040802.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20040802.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20040906.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20040906.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20040906.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20041004.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20041004.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20041004.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20041101.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20041101.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20041101.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20041206.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20041206.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20041206.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20050103.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20050103.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20050103.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20050207.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20050207.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20050207.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20050307.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20050307.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20050307.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20050405.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20050405.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20050405.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20050502.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20050502.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20050502.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20050606.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20050606.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20050606.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20101222.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20101222.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20101222.it.html
[12:51:55] fsfe.org/activities/swpat/letter-20110406.es.html
[12:51:55] fsfe.org/activities/swpat/letter-20110406.fr.html
[12:51:55] fsfe.org/activities/swpat/letter-20110406.it.html
[12:51:55] fsfe.org/activities/swpat/memorandum.es.html
[12:51:55] fsfe.org/activities/swpat/memorandum.fr.html
[12:51:55] fsfe.org/activities/swpat/memorandum.it.html
[12:51:55] fsfe.org/activities/swpat/nortel.es.html
[12:51:55] fsfe.org/activities/swpat/nortel.fr.html
[12:51:55] fsfe.org/activities/swpat/nortel.it.html
[12:51:55] fsfe.org/activities/swpat/novell-cptn.es.html
[12:51:55] fsfe.org/activities/swpat/novell-cptn.fr.html
[12:51:55] fsfe.org/activities/swpat/novell-cptn.it.html
[12:51:55] fsfe.org/activities/swpat/second-reading-bullets.es.html
[12:51:55] fsfe.org/activities/swpat/second-reading-bullets.fr.html
[12:51:55] fsfe.org/activities/swpat/second-reading-bullets.it.html
[12:51:55] fsfe.org/activities/swpat/status.es.html
[12:51:55] fsfe.org/activities/swpat/status.fr.html
[12:51:55] fsfe.org/activities/swpat/status.it.html
[12:51:55] fsfe.org/activities/swpat/swpat.es.html
[12:51:55] fsfe.org/activities/swpat/swpat.fr.html
[12:51:55] fsfe.org/activities/swpat/swpat.it.html
[12:51:55] fsfe.org/activities/swpat/current/model-letter-companies.es.html
[12:51:55] fsfe.org/activities/swpat/current/model-letter-companies.fr.html
[12:51:55] fsfe.org/activities/swpat/current/model-letter-companies.it.html
[12:51:55] fsfe.org/activities/swpat/current/unitary-patent.es.html
[12:51:55] fsfe.org/activities/swpat/current/unitary-patent.fr.html
[12:51:55] fsfe.org/activities/swpat/current/unitary-patent.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool1.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool1.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool1.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool2.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool2.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool2.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool3.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool3.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool3.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool4.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool4.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool4.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool5.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool5.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool5.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool6.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool6.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool6.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool7.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool7.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool7.it.html
[12:51:55] fsfe.org/activities/tgs/tagatschool8.es.html
[12:51:55] fsfe.org/activities/tgs/tagatschool8.fr.html
[12:51:55] fsfe.org/activities/tgs/tagatschool8.it.html
[12:51:55] fsfe.org/activities/tgs/tgs.es.html
[12:51:55] fsfe.org/activities/tgs/tgs.fr.html
[12:51:55] fsfe.org/activities/tgs/tgs.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/application-confirm.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/application-confirm.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/application-confirm.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/application-success.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/application-success.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/application-success.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/howtoupcycle.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/howtoupcycle.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/howtoupcycle.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/individual-signatures.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/individual-signatures.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/individual-signatures.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/informationmaterial.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/informationmaterial.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/informationmaterial.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/is-flashing-legal.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/is-flashing-legal.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/is-flashing-legal.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/openletter.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/openletter.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/openletter.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/upcyclingandroid.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/upcyclingandroid.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/upcyclingandroid.it.html
[12:51:55] fsfe.org/activities/upcyclingandroid/workshops.es.html
[12:51:55] fsfe.org/activities/upcyclingandroid/workshops.fr.html
[12:51:55] fsfe.org/activities/upcyclingandroid/workshops.it.html
[12:51:55] fsfe.org/activities/whyfs/whyfs.es.html
[12:51:55] fsfe.org/activities/whyfs/whyfs.fr.html
[12:51:55] fsfe.org/activities/whyfs/whyfs.it.html
[12:51:55] fsfe.org/activities/wipo/fser.es.html
[12:51:55] fsfe.org/activities/wipo/fser.fr.html
[12:51:55] fsfe.org/activities/wipo/fser.it.html
[12:51:55] fsfe.org/activities/wipo/iprip.es.html
[12:51:55] fsfe.org/activities/wipo/iprip.fr.html
[12:51:55] fsfe.org/activities/wipo/iprip.it.html
[12:51:55] fsfe.org/activities/wipo/statement-20050413.es.html
[12:51:55] fsfe.org/activities/wipo/statement-20050413.fr.html
[12:51:55] fsfe.org/activities/wipo/statement-20050413.it.html
[12:51:55] fsfe.org/activities/wipo/statement-20050415.es.html
[12:51:55] fsfe.org/activities/wipo/statement-20050415.fr.html
[12:51:55] fsfe.org/activities/wipo/statement-20050415.it.html
[12:51:55] fsfe.org/activities/wipo/statement-20050620.es.html
[12:51:55] fsfe.org/activities/wipo/statement-20050620.fr.html
[12:51:55] fsfe.org/activities/wipo/statement-20050620.it.html
[12:51:55] fsfe.org/activities/wipo/statement-20050721.es.html
[12:51:55] fsfe.org/activities/wipo/statement-20050721.fr.html
[12:51:55] fsfe.org/activities/wipo/statement-20050721.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20050930.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20050930.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20050930.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20060223.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20060223.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20060223.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20060628.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20060628.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20060628.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20070928.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20070928.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20070928.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090324.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090324.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090324.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090325.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090325.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090325.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090327.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090327.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090327.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090420-01.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090420-01.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090420-01.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090420-02.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090420-02.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090420-02.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090430-01.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090430-01.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090430-01.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090430-02.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090430-02.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090430-02.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20090501.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20090501.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20090501.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-01.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-01.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-01.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-02.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-02.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-02.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-03.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-03.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125-03.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20100125.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20100127-01.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20100127-01.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20100127-01.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20100127-02.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20100127-02.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20100127-02.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20101013.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20101013.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20101013.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20101124-01.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20101124-01.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20101124-01.it.html
[12:51:56] fsfe.org/activities/wipo/statement-20101124-02.es.html
[12:51:56] fsfe.org/activities/wipo/statement-20101124-02.fr.html
[12:51:56] fsfe.org/activities/wipo/statement-20101124-02.it.html
[12:51:56] fsfe.org/activities/wipo/wipo.es.html
[12:51:56] fsfe.org/activities/wipo/wipo.fr.html
[12:51:56] fsfe.org/activities/wipo/wipo.it.html
[12:51:56] fsfe.org/activities/wipo/wiwo.es.html
[12:51:56] fsfe.org/activities/wipo/wiwo.fr.html
[12:51:56] fsfe.org/activities/wipo/wiwo.it.html
[12:51:56] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.es.html
[12:51:56] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.fr.html
[12:51:56] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.it.html
[12:51:56] fsfe.org/activities/wsis/debriefing-geneva.es.html
[12:51:56] fsfe.org/activities/wsis/debriefing-geneva.fr.html
[12:51:56] fsfe.org/activities/wsis/debriefing-geneva.it.html
[12:51:56] fsfe.org/activities/wsis/debriefing-paris.es.html
[12:51:56] fsfe.org/activities/wsis/debriefing-paris.fr.html
[12:51:56] fsfe.org/activities/wsis/debriefing-paris.it.html
[12:51:56] fsfe.org/activities/wsis/event-03-12-10.es.html
[12:51:56] fsfe.org/activities/wsis/event-03-12-10.fr.html
[12:51:56] fsfe.org/activities/wsis/event-03-12-10.it.html
[12:51:56] fsfe.org/activities/wsis/fs.es.html
[12:51:56] fsfe.org/activities/wsis/fs.fr.html
[12:51:56] fsfe.org/activities/wsis/fs.it.html
[12:51:56] fsfe.org/activities/wsis/issues.es.html
[12:51:56] fsfe.org/activities/wsis/issues.fr.html
[12:51:56] fsfe.org/activities/wsis/issues.it.html
[12:51:56] fsfe.org/activities/wsis/ps-20030923.es.html
[12:51:56] fsfe.org/activities/wsis/ps-20030923.fr.html
[12:51:56] fsfe.org/activities/wsis/ps-20030923.it.html
[12:51:56] fsfe.org/activities/wsis/wsis-and-software.es.html
[12:51:56] fsfe.org/activities/wsis/wsis-and-software.fr.html
[12:51:56] fsfe.org/activities/wsis/wsis-and-software.it.html
[12:51:56] fsfe.org/activities/wsis/wsis.es.html
[12:51:56] fsfe.org/activities/wsis/wsis.fr.html
[12:51:56] fsfe.org/activities/wsis/wsis.it.html
[12:51:56] fsfe.org/activities/yh4f/faq.es.html
[12:51:56] fsfe.org/activities/yh4f/faq.fr.html
[12:51:56] fsfe.org/activities/yh4f/faq.it.html
[12:51:56] fsfe.org/activities/yh4f/index.es.html
[12:51:56] fsfe.org/activities/yh4f/index.fr.html
[12:51:56] fsfe.org/activities/yh4f/index.it.html
[12:51:56] fsfe.org/activities/yh4f/jury.es.html
[12:51:56] fsfe.org/activities/yh4f/jury.fr.html
[12:51:56] fsfe.org/activities/yh4f/jury.it.html
[12:51:56] fsfe.org/activities/yh4f/media.es.html
[12:51:56] fsfe.org/activities/yh4f/media.fr.html
[12:51:56] fsfe.org/activities/yh4f/media.it.html
[12:51:56] fsfe.org/activities/yh4f/register-confirm.es.html
[12:51:56] fsfe.org/activities/yh4f/register-confirm.fr.html
[12:51:56] fsfe.org/activities/yh4f/register-confirm.it.html
[12:51:56] fsfe.org/activities/yh4f/register-success.es.html
[12:51:56] fsfe.org/activities/yh4f/register-success.fr.html
[12:51:56] fsfe.org/activities/yh4f/register-success.it.html
[12:51:56] fsfe.org/activities/zooom/zooom.es.html
[12:51:56] fsfe.org/activities/zooom/zooom.fr.html
[12:51:56] fsfe.org/activities/zooom/zooom.it.html
[12:51:56] fsfe.org/contact/email-updates.es.html
[12:51:56] fsfe.org/contact/email-updates.fr.html
[12:51:56] fsfe.org/contact/email-updates.it.html
[12:51:56] fsfe.org/contact/projects-call/projects-call.es.html
[12:51:56] fsfe.org/contact/projects-call/projects-call.fr.html
[12:51:56] fsfe.org/contact/projects-call/projects-call.it.html
[12:51:56] fsfe.org/contact/projects-call/submission-confirm.es.html
[12:51:56] fsfe.org/contact/projects-call/submission-confirm.fr.html
[12:51:56] fsfe.org/contact/projects-call/submission-confirm.it.html
[12:51:56] fsfe.org/contact/projects-call/submission-success.es.html
[12:51:56] fsfe.org/contact/projects-call/submission-success.fr.html
[12:51:56] fsfe.org/contact/projects-call/submission-success.it.html
[12:51:56] fsfe.org/contribute/contribute.es.html
[12:51:56] fsfe.org/contribute/contribute.fr.html
[12:51:56] fsfe.org/contribute/contribute.it.html
[12:51:56] fsfe.org/contribute/getyourgraphic.es.html
[12:51:56] fsfe.org/contribute/getyourgraphic.fr.html
[12:51:56] fsfe.org/contribute/getyourgraphic.it.html
[12:51:56] fsfe.org/contribute/promotion-materials-archive.es.html
[12:51:56] fsfe.org/contribute/promotion-materials-archive.fr.html
[12:51:56] fsfe.org/contribute/promotion-materials-archive.it.html
[12:51:56] fsfe.org/contribute/spreadtheword-freebie.es.html
[12:51:56] fsfe.org/contribute/spreadtheword-freebie.fr.html
[12:51:56] fsfe.org/contribute/spreadtheword-freebie.it.html
[12:51:56] fsfe.org/contribute/spreadtheword-ordererror.es.html
[12:51:56] fsfe.org/contribute/spreadtheword-ordererror.fr.html
[12:51:56] fsfe.org/contribute/spreadtheword-ordererror.it.html
[12:51:56] fsfe.org/contribute/spreadtheword-orderthanks.es.html
[12:51:56] fsfe.org/contribute/spreadtheword-orderthanks.fr.html
[12:51:56] fsfe.org/contribute/spreadtheword-orderthanks.it.html
[12:51:56] fsfe.org/contribute/spreadtheword.es.html
[12:51:56] fsfe.org/contribute/spreadtheword.fr.html
[12:51:56] fsfe.org/contribute/spreadtheword.it.html
[12:51:56] fsfe.org/contribute/advocacy/cwfs.es.html
[12:51:56] fsfe.org/contribute/advocacy/cwfs.fr.html
[12:51:56] fsfe.org/contribute/advocacy/cwfs.it.html
[12:51:56] fsfe.org/contribute/designers/designers.es.html
[12:51:56] fsfe.org/contribute/designers/designers.fr.html
[12:51:56] fsfe.org/contribute/designers/designers.it.html
[12:51:56] fsfe.org/contribute/designers/styleguide.es.html
[12:51:56] fsfe.org/contribute/designers/styleguide.fr.html
[12:51:56] fsfe.org/contribute/designers/styleguide.it.html
[12:51:56] fsfe.org/contribute/editors/editorial-guidelines.es.html
[12:51:56] fsfe.org/contribute/editors/editorial-guidelines.fr.html
[12:51:56] fsfe.org/contribute/editors/editorial-guidelines.it.html
[12:51:56] fsfe.org/contribute/editors/editors.es.html
[12:51:56] fsfe.org/contribute/editors/editors.fr.html
[12:51:56] fsfe.org/contribute/editors/editors.it.html
[12:51:56] fsfe.org/contribute/translators/translators.es.html
[12:51:56] fsfe.org/contribute/translators/translators.fr.html
[12:51:56] fsfe.org/contribute/translators/translators.it.html
[12:51:56] fsfe.org/contribute/translators/wordlist.es.html
[12:51:56] fsfe.org/contribute/translators/wordlist.fr.html
[12:51:56] fsfe.org/contribute/translators/wordlist.it.html
[12:51:56] fsfe.org/contribute/web/features.es.html
[12:51:56] fsfe.org/contribute/web/features.fr.html
[12:51:56] fsfe.org/contribute/web/features.it.html
[12:51:56] fsfe.org/contribute/web/web.es.html
[12:51:56] fsfe.org/contribute/web/web.fr.html
[12:51:56] fsfe.org/contribute/web/web.it.html
[12:51:56] fsfe.org/donate/donate.es.html
[12:51:56] fsfe.org/donate/donate.fr.html
[12:51:56] fsfe.org/donate/donate.it.html
[12:51:56] fsfe.org/donate/germany.es.html
[12:51:56] fsfe.org/donate/germany.fr.html
[12:51:56] fsfe.org/donate/germany.it.html
[12:51:56] fsfe.org/donate/hardware.es.html
[12:51:56] fsfe.org/donate/hardware.fr.html
[12:51:56] fsfe.org/donate/hardware.it.html
[12:51:56] fsfe.org/donate/letter-20041209.es.html
[12:51:56] fsfe.org/donate/letter-20041209.fr.html
[12:51:56] fsfe.org/donate/letter-20041209.it.html
[12:51:56] fsfe.org/donate/letter-2009.es.html
[12:51:56] fsfe.org/donate/letter-2009.fr.html
[12:51:56] fsfe.org/donate/letter-2009.it.html
[12:51:56] fsfe.org/donate/letter-2011.es.html
[12:51:56] fsfe.org/donate/letter-2011.fr.html
[12:51:56] fsfe.org/donate/letter-2011.it.html
[12:51:56] fsfe.org/donate/luxembourg.es.html
[12:51:56] fsfe.org/donate/luxembourg.fr.html
[12:51:56] fsfe.org/donate/luxembourg.it.html
[12:51:56] fsfe.org/donate/netherlands.es.html
[12:51:56] fsfe.org/donate/netherlands.fr.html
[12:51:56] fsfe.org/donate/netherlands.it.html
[12:51:56] fsfe.org/donate/payment.es.html
[12:51:56] fsfe.org/donate/payment.fr.html
[12:51:56] fsfe.org/donate/payment.it.html
[12:51:56] fsfe.org/donate/switzerland.es.html
[12:51:56] fsfe.org/donate/switzerland.fr.html
[12:51:56] fsfe.org/donate/switzerland.it.html
[12:51:56] fsfe.org/donate/thankgnus-2001.es.html
[12:51:56] fsfe.org/donate/thankgnus-2001.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2001.it.html
[12:51:56] fsfe.org/donate/thankgnus-2002.es.html
[12:51:56] fsfe.org/donate/thankgnus-2002.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2002.it.html
[12:51:56] fsfe.org/donate/thankgnus-2003.es.html
[12:51:56] fsfe.org/donate/thankgnus-2003.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2003.it.html
[12:51:56] fsfe.org/donate/thankgnus-2004.es.html
[12:51:56] fsfe.org/donate/thankgnus-2004.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2004.it.html
[12:51:56] fsfe.org/donate/thankgnus-2005.es.html
[12:51:56] fsfe.org/donate/thankgnus-2005.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2005.it.html
[12:51:56] fsfe.org/donate/thankgnus-2006.es.html
[12:51:56] fsfe.org/donate/thankgnus-2006.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2006.it.html
[12:51:56] fsfe.org/donate/thankgnus-2007.es.html
[12:51:56] fsfe.org/donate/thankgnus-2007.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2007.it.html
[12:51:56] fsfe.org/donate/thankgnus-2008.es.html
[12:51:56] fsfe.org/donate/thankgnus-2008.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2008.it.html
[12:51:56] fsfe.org/donate/thankgnus-2009.es.html
[12:51:56] fsfe.org/donate/thankgnus-2009.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2009.it.html
[12:51:56] fsfe.org/donate/thankgnus-2010.es.html
[12:51:56] fsfe.org/donate/thankgnus-2010.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2010.it.html
[12:51:56] fsfe.org/donate/thankgnus-2011.es.html
[12:51:56] fsfe.org/donate/thankgnus-2011.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2011.it.html
[12:51:56] fsfe.org/donate/thankgnus-2012.es.html
[12:51:56] fsfe.org/donate/thankgnus-2012.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2012.it.html
[12:51:56] fsfe.org/donate/thankgnus-2013.es.html
[12:51:56] fsfe.org/donate/thankgnus-2013.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2013.it.html
[12:51:56] fsfe.org/donate/thankgnus-2014.es.html
[12:51:56] fsfe.org/donate/thankgnus-2014.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2014.it.html
[12:51:56] fsfe.org/donate/thankgnus-2015.es.html
[12:51:56] fsfe.org/donate/thankgnus-2015.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2015.it.html
[12:51:56] fsfe.org/donate/thankgnus-2016.es.html
[12:51:56] fsfe.org/donate/thankgnus-2016.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2016.it.html
[12:51:56] fsfe.org/donate/thankgnus-2017.es.html
[12:51:56] fsfe.org/donate/thankgnus-2017.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2017.it.html
[12:51:56] fsfe.org/donate/thankgnus-2018.es.html
[12:51:56] fsfe.org/donate/thankgnus-2018.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2018.it.html
[12:51:56] fsfe.org/donate/thankgnus-2019.es.html
[12:51:56] fsfe.org/donate/thankgnus-2019.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2019.it.html
[12:51:56] fsfe.org/donate/thankgnus-2020.es.html
[12:51:56] fsfe.org/donate/thankgnus-2020.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2020.it.html
[12:51:56] fsfe.org/donate/thankgnus-2021.es.html
[12:51:56] fsfe.org/donate/thankgnus-2021.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2021.it.html
[12:51:56] fsfe.org/donate/thankgnus-2022.es.html
[12:51:56] fsfe.org/donate/thankgnus-2022.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2022.it.html
[12:51:56] fsfe.org/donate/thankgnus-2023.es.html
[12:51:56] fsfe.org/donate/thankgnus-2023.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2023.it.html
[12:51:56] fsfe.org/donate/thankgnus-2024.es.html
[12:51:56] fsfe.org/donate/thankgnus-2024.fr.html
[12:51:56] fsfe.org/donate/thankgnus-2024.it.html
[12:51:56] fsfe.org/donate/thankgnus.es.html
[12:51:56] fsfe.org/donate/thankgnus.fr.html
[12:51:56] fsfe.org/donate/thankgnus.it.html
[12:51:56] fsfe.org/donate/thankyou.es.html
[12:51:56] fsfe.org/donate/thankyou.fr.html
[12:51:56] fsfe.org/donate/thankyou.it.html
[12:51:56] fsfe.org/error/400.es.html
[12:51:56] fsfe.org/error/400.fr.html
[12:51:56] fsfe.org/error/400.it.html
[12:51:56] fsfe.org/error/401.es.html
[12:51:56] fsfe.org/error/401.fr.html
[12:51:56] fsfe.org/error/401.it.html
[12:51:56] fsfe.org/error/403.es.html
[12:51:56] fsfe.org/error/403.fr.html
[12:51:56] fsfe.org/error/403.it.html
[12:51:56] fsfe.org/error/404.es.html
[12:51:56] fsfe.org/error/404.fr.html
[12:51:56] fsfe.org/error/404.it.html
[12:51:56] fsfe.org/error/405.es.html
[12:51:56] fsfe.org/error/405.fr.html
[12:51:56] fsfe.org/error/405.it.html
[12:51:56] fsfe.org/error/408.es.html
[12:51:56] fsfe.org/error/408.fr.html
[12:51:56] fsfe.org/error/408.it.html
[12:51:56] fsfe.org/error/410.es.html
[12:51:56] fsfe.org/error/410.fr.html
[12:51:56] fsfe.org/error/410.it.html
[12:51:56] fsfe.org/error/411.es.html
[12:51:56] fsfe.org/error/411.fr.html
[12:51:56] fsfe.org/error/411.it.html
[12:51:56] fsfe.org/error/412.es.html
[12:51:56] fsfe.org/error/412.fr.html
[12:51:56] fsfe.org/error/412.it.html
[12:51:56] fsfe.org/error/413.es.html
[12:51:56] fsfe.org/error/413.fr.html
[12:51:56] fsfe.org/error/413.it.html
[12:51:56] fsfe.org/error/414.es.html
[12:51:56] fsfe.org/error/414.fr.html
[12:51:56] fsfe.org/error/414.it.html
[12:51:56] fsfe.org/error/415.es.html
[12:51:56] fsfe.org/error/415.fr.html
[12:51:56] fsfe.org/error/415.it.html
[12:51:56] fsfe.org/error/500.es.html
[12:51:56] fsfe.org/error/500.fr.html
[12:51:56] fsfe.org/error/500.it.html
[12:51:56] fsfe.org/error/501.es.html
[12:51:56] fsfe.org/error/501.fr.html
[12:51:56] fsfe.org/error/501.it.html
[12:51:56] fsfe.org/error/502.es.html
[12:51:56] fsfe.org/error/502.fr.html
[12:51:56] fsfe.org/error/502.it.html
[12:51:56] fsfe.org/error/503.es.html
[12:51:56] fsfe.org/error/503.fr.html
[12:51:56] fsfe.org/error/503.it.html
[12:51:56] fsfe.org/events/SFD-2010.es.html
[12:51:56] fsfe.org/events/SFD-2010.fr.html
[12:51:56] fsfe.org/events/SFD-2010.it.html
[12:51:56] fsfe.org/events/archive-template.es.html
[12:51:56] fsfe.org/events/archive-template.fr.html
[12:51:56] fsfe.org/events/archive-template.it.html
[12:51:56] fsfe.org/events/events.es.html
[12:51:56] fsfe.org/events/events.fr.html
[12:51:56] fsfe.org/events/events.it.html
[12:51:56] fsfe.org/events/fscons-2010.es.html
[12:51:56] fsfe.org/events/fscons-2010.fr.html
[12:51:56] fsfe.org/events/fscons-2010.it.html
[12:51:56] fsfe.org/events/2004/index.es.html
[12:51:56] fsfe.org/events/2004/index.fr.html
[12:51:56] fsfe.org/events/2004/index.it.html
[12:51:56] fsfe.org/events/2004/picnic.es.html
[12:51:56] fsfe.org/events/2004/picnic.fr.html
[12:51:56] fsfe.org/events/2004/picnic.it.html
[12:51:56] fsfe.org/events/2004/FISL/fisl.es.html
[12:51:56] fsfe.org/events/2004/FISL/fisl.fr.html
[12:51:56] fsfe.org/events/2004/FISL/fisl.it.html
[12:51:56] fsfe.org/events/2005/index.es.html
[12:51:56] fsfe.org/events/2005/index.fr.html
[12:51:56] fsfe.org/events/2005/index.it.html
[12:51:56] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.es.html
[12:51:56] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.fr.html
[12:51:56] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.it.html
[12:51:56] fsfe.org/events/2005/wsf-brazil/wsf-brazil.es.html
[12:51:56] fsfe.org/events/2005/wsf-brazil/wsf-brazil.fr.html
[12:51:56] fsfe.org/events/2005/wsf-brazil/wsf-brazil.it.html
[12:51:56] fsfe.org/events/2006/index.es.html
[12:51:56] fsfe.org/events/2006/index.fr.html
[12:51:56] fsfe.org/events/2006/index.it.html
[12:51:56] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.es.html
[12:51:56] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.fr.html
[12:51:56] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.it.html
[12:51:56] fsfe.org/events/2007/index.es.html
[12:51:56] fsfe.org/events/2007/index.fr.html
[12:51:56] fsfe.org/events/2007/index.it.html
[12:51:56] fsfe.org/events/2008/index.es.html
[12:51:56] fsfe.org/events/2008/index.fr.html
[12:51:56] fsfe.org/events/2008/index.it.html
[12:51:56] fsfe.org/events/2009/index.es.html
[12:51:56] fsfe.org/events/2009/index.fr.html
[12:51:56] fsfe.org/events/2009/index.it.html
[12:51:56] fsfe.org/events/2010/index.es.html
[12:51:56] fsfe.org/events/2010/index.fr.html
[12:51:56] fsfe.org/events/2010/index.it.html
[12:51:56] fsfe.org/events/2011/index.es.html
[12:51:56] fsfe.org/events/2011/index.fr.html
[12:51:56] fsfe.org/events/2011/index.it.html
[12:51:56] fsfe.org/events/2011/lnm-award-debian.es.html
[12:51:56] fsfe.org/events/2011/lnm-award-debian.fr.html
[12:51:56] fsfe.org/events/2011/lnm-award-debian.it.html
[12:51:56] fsfe.org/events/2012/fscons-2012.es.html
[12:51:56] fsfe.org/events/2012/fscons-2012.fr.html
[12:51:56] fsfe.org/events/2012/fscons-2012.it.html
[12:51:56] fsfe.org/events/2012/index.es.html
[12:51:56] fsfe.org/events/2012/index.fr.html
[12:51:56] fsfe.org/events/2012/index.it.html
[12:51:56] fsfe.org/events/2013/index.es.html
[12:51:56] fsfe.org/events/2013/index.fr.html
[12:51:56] fsfe.org/events/2013/index.it.html
[12:51:56] fsfe.org/events/2013/linuxtag-2013.es.html
[12:51:56] fsfe.org/events/2013/linuxtag-2013.fr.html
[12:51:56] fsfe.org/events/2013/linuxtag-2013.it.html
[12:51:56] fsfe.org/events/2013/panel-btw2013.es.html
[12:51:56] fsfe.org/events/2013/panel-btw2013.fr.html
[12:51:56] fsfe.org/events/2013/panel-btw2013.it.html
[12:51:56] fsfe.org/events/2013/rmll-2-2013.es.html
[12:51:56] fsfe.org/events/2013/rmll-2-2013.fr.html
[12:51:56] fsfe.org/events/2013/rmll-2-2013.it.html
[12:51:56] fsfe.org/events/2013/rmll-2013.es.html
[12:51:56] fsfe.org/events/2013/rmll-2013.fr.html
[12:51:56] fsfe.org/events/2013/rmll-2013.it.html
[12:51:56] fsfe.org/events/2014/index.es.html
[12:51:56] fsfe.org/events/2014/index.fr.html
[12:51:56] fsfe.org/events/2014/index.it.html
[12:51:56] fsfe.org/events/2015/index.es.html
[12:51:56] fsfe.org/events/2015/index.fr.html
[12:51:56] fsfe.org/events/2015/index.it.html
[12:51:56] fsfe.org/events/2016/index.es.html
[12:51:56] fsfe.org/events/2016/index.fr.html
[12:51:56] fsfe.org/events/2016/index.it.html
[12:51:56] fsfe.org/events/2016/summit/event-20160616-01.es.html
[12:51:56] fsfe.org/events/2016/summit/event-20160616-01.fr.html
[12:51:56] fsfe.org/events/2016/summit/event-20160616-01.it.html
[12:51:56] fsfe.org/events/2016/summit/event-20161106-01.es.html
[12:51:56] fsfe.org/events/2016/summit/event-20161106-01.fr.html
[12:51:56] fsfe.org/events/2016/summit/event-20161106-01.it.html
[12:51:56] fsfe.org/events/2016/summit/event-20161106-02.es.html
[12:51:56] fsfe.org/events/2016/summit/event-20161106-02.fr.html
[12:51:56] fsfe.org/events/2016/summit/event-20161106-02.it.html
[12:51:56] fsfe.org/events/2017/index.es.html
[12:51:56] fsfe.org/events/2017/index.fr.html
[12:51:56] fsfe.org/events/2017/index.it.html
[12:51:56] fsfe.org/events/2018/index.es.html
[12:51:56] fsfe.org/events/2018/index.fr.html
[12:51:56] fsfe.org/events/2018/index.it.html
[12:51:56] fsfe.org/events/2019/index.es.html
[12:51:56] fsfe.org/events/2019/index.fr.html
[12:51:56] fsfe.org/events/2019/index.it.html
[12:51:56] fsfe.org/events/2020/index.es.html
[12:51:56] fsfe.org/events/2020/index.fr.html
[12:51:56] fsfe.org/events/2020/index.it.html
[12:51:56] fsfe.org/events/2021/index.es.html
[12:51:56] fsfe.org/events/2021/index.fr.html
[12:51:56] fsfe.org/events/2021/index.it.html
[12:51:56] fsfe.org/events/2022/index.es.html
[12:51:56] fsfe.org/events/2022/index.fr.html
[12:51:56] fsfe.org/events/2022/index.it.html
[12:51:56] fsfe.org/events/clt/clt-bus.es.html
[12:51:56] fsfe.org/events/clt/clt-bus.fr.html
[12:51:56] fsfe.org/events/clt/clt-bus.it.html
[12:51:56] fsfe.org/events/clt/clt-hotel.es.html
[12:51:56] fsfe.org/events/clt/clt-hotel.fr.html
[12:51:56] fsfe.org/events/clt/clt-hotel.it.html
[12:51:56] fsfe.org/events/tools/eventregistration.es.html
[12:51:56] fsfe.org/events/tools/eventregistration.fr.html
[12:51:56] fsfe.org/events/tools/eventregistration.it.html
[12:51:56] fsfe.org/freesoftware/artificial-intelligence.es.html
[12:51:56] fsfe.org/freesoftware/artificial-intelligence.fr.html
[12:51:56] fsfe.org/freesoftware/artificial-intelligence.it.html
[12:51:56] fsfe.org/freesoftware/comparison.es.html
[12:51:56] fsfe.org/freesoftware/comparison.fr.html
[12:51:56] fsfe.org/freesoftware/comparison.it.html
[12:51:56] fsfe.org/freesoftware/democracy.es.html
[12:51:56] fsfe.org/freesoftware/democracy.fr.html
[12:51:56] fsfe.org/freesoftware/democracy.it.html
[12:51:56] fsfe.org/freesoftware/freesoftware.es.html
[12:51:56] fsfe.org/freesoftware/freesoftware.fr.html
[12:51:56] fsfe.org/freesoftware/freesoftware.it.html
[12:51:56] fsfe.org/freesoftware/gnuproject.es.html
[12:51:56] fsfe.org/freesoftware/gnuproject.fr.html
[12:51:56] fsfe.org/freesoftware/gnuproject.it.html
[12:51:56] fsfe.org/freesoftware/secure-boot.es.html
[12:51:56] fsfe.org/freesoftware/secure-boot.fr.html
[12:51:56] fsfe.org/freesoftware/secure-boot.it.html
[12:51:56] fsfe.org/freesoftware/developmentcooperation/developmentcooperation.es.html
[12:51:56] fsfe.org/freesoftware/developmentcooperation/developmentcooperation.fr.html
[12:51:56] fsfe.org/freesoftware/developmentcooperation/developmentcooperation.it.html
[12:51:56] fsfe.org/freesoftware/education/argumentation.es.html
[12:51:56] fsfe.org/freesoftware/education/argumentation.fr.html
[12:51:56] fsfe.org/freesoftware/education/argumentation.it.html
[12:51:56] fsfe.org/freesoftware/education/edu-related-content.es.html
[12:51:56] fsfe.org/freesoftware/education/edu-related-content.fr.html
[12:51:56] fsfe.org/freesoftware/education/edu-related-content.it.html
[12:51:56] fsfe.org/freesoftware/education/education.es.html
[12:51:56] fsfe.org/freesoftware/education/education.fr.html
[12:51:56] fsfe.org/freesoftware/education/education.it.html
[12:51:56] fsfe.org/freesoftware/education/eduteam.es.html
[12:51:56] fsfe.org/freesoftware/education/eduteam.fr.html
[12:51:56] fsfe.org/freesoftware/education/eduteam.it.html
[12:51:56] fsfe.org/freesoftware/legal/faq.es.html
[12:51:56] fsfe.org/freesoftware/legal/faq.fr.html
[12:51:56] fsfe.org/freesoftware/legal/faq.it.html
[12:51:56] fsfe.org/freesoftware/legal/led.es.html
[12:51:56] fsfe.org/freesoftware/legal/led.fr.html
[12:51:56] fsfe.org/freesoftware/legal/led.it.html
[12:51:56] fsfe.org/freesoftware/legal/legal.es.html
[12:51:56] fsfe.org/freesoftware/legal/legal.fr.html
[12:51:56] fsfe.org/freesoftware/legal/legal.it.html
[12:51:56] fsfe.org/freesoftware/procurement/mEUcrosoft.es.html
[12:51:56] fsfe.org/freesoftware/procurement/mEUcrosoft.fr.html
[12:51:56] fsfe.org/freesoftware/procurement/mEUcrosoft.it.html
[12:51:56] fsfe.org/freesoftware/procurement/procurement.es.html
[12:51:56] fsfe.org/freesoftware/procurement/procurement.fr.html
[12:51:56] fsfe.org/freesoftware/procurement/procurement.it.html
[12:51:56] fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.es.html
[12:51:56] fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.fr.html
[12:51:56] fsfe.org/freesoftware/standards/2012-06-uk-consultation-os.it.html
[12:51:56] fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.es.html
[12:51:56] fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.fr.html
[12:51:56] fsfe.org/freesoftware/standards/2014-02-uk-consultation-os.it.html
[12:51:56] fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.es.html
[12:51:56] fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.fr.html
[12:51:56] fsfe.org/freesoftware/standards/2014-03-26.OpenLetterToVilella.it.html
[12:51:56] fsfe.org/freesoftware/standards/bsa-letter-analysis.es.html
[12:51:56] fsfe.org/freesoftware/standards/bsa-letter-analysis.fr.html
[12:51:56] fsfe.org/freesoftware/standards/bsa-letter-analysis.it.html
[12:51:56] fsfe.org/freesoftware/standards/bt-open-letter.es.html
[12:51:56] fsfe.org/freesoftware/standards/bt-open-letter.fr.html
[12:51:56] fsfe.org/freesoftware/standards/bt-open-letter.it.html
[12:51:56] fsfe.org/freesoftware/standards/def.es.html
[12:51:56] fsfe.org/freesoftware/standards/def.fr.html
[12:51:56] fsfe.org/freesoftware/standards/def.it.html
[12:51:56] fsfe.org/freesoftware/standards/dfd.es.html
[12:51:56] fsfe.org/freesoftware/standards/dfd.fr.html
[12:51:56] fsfe.org/freesoftware/standards/dfd.it.html
[12:51:56] fsfe.org/freesoftware/standards/eif-v3.es.html
[12:51:56] fsfe.org/freesoftware/standards/eif-v3.fr.html
[12:51:56] fsfe.org/freesoftware/standards/eif-v3.it.html
[12:51:56] fsfe.org/freesoftware/standards/eifv2-01.es.html
[12:51:56] fsfe.org/freesoftware/standards/eifv2-01.fr.html
[12:51:56] fsfe.org/freesoftware/standards/eifv2-01.it.html
[12:51:56] fsfe.org/freesoftware/standards/eifv2.es.html
[12:51:56] fsfe.org/freesoftware/standards/eifv2.fr.html
[12:51:56] fsfe.org/freesoftware/standards/eifv2.it.html
[12:51:56] fsfe.org/freesoftware/standards/guardian-open-letter.es.html
[12:51:56] fsfe.org/freesoftware/standards/guardian-open-letter.fr.html
[12:51:56] fsfe.org/freesoftware/standards/guardian-open-letter.it.html
[12:51:56] fsfe.org/freesoftware/standards/minimalisticstandards.es.html
[12:51:56] fsfe.org/freesoftware/standards/minimalisticstandards.fr.html
[12:51:56] fsfe.org/freesoftware/standards/minimalisticstandards.it.html
[12:51:56] fsfe.org/freesoftware/standards/ps.es.html
[12:51:56] fsfe.org/freesoftware/standards/ps.fr.html
[12:51:56] fsfe.org/freesoftware/standards/ps.it.html
[12:51:56] fsfe.org/freesoftware/standards/standards.es.html
[12:51:56] fsfe.org/freesoftware/standards/standards.fr.html
[12:51:56] fsfe.org/freesoftware/standards/standards.it.html
[12:51:56] fsfe.org/freesoftware/standards/transparency-letter.es.html
[12:51:56] fsfe.org/freesoftware/standards/transparency-letter.fr.html
[12:51:56] fsfe.org/freesoftware/standards/transparency-letter.it.html
[12:51:56] fsfe.org/freesoftware/standards/uk-standards-consultation.es.html
[12:51:56] fsfe.org/freesoftware/standards/uk-standards-consultation.fr.html
[12:51:56] fsfe.org/freesoftware/standards/uk-standards-consultation.it.html
[12:51:56] fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.es.html
[12:51:56] fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.fr.html
[12:51:56] fsfe.org/freesoftware/standards/why-frand-is-bad-for-free-software.it.html
[12:51:56] fsfe.org/freesoftware/sustainability/sustainability.es.html
[12:51:56] fsfe.org/freesoftware/sustainability/sustainability.fr.html
[12:51:56] fsfe.org/freesoftware/sustainability/sustainability.it.html
[12:51:56] fsfe.org/internal/bc.es.html
[12:51:56] fsfe.org/internal/bc.fr.html
[12:51:56] fsfe.org/internal/bc.it.html
[12:51:56] fsfe.org/internal/er.es.html
[12:51:56] fsfe.org/internal/er.fr.html
[12:51:56] fsfe.org/internal/er.it.html
[12:51:56] fsfe.org/internal/nt.es.html
[12:51:56] fsfe.org/internal/nt.fr.html
[12:51:56] fsfe.org/internal/nt.it.html
[12:51:56] fsfe.org/internal/pd-result.es.html
[12:51:56] fsfe.org/internal/pd-result.fr.html
[12:51:56] fsfe.org/internal/pd-result.it.html
[12:51:56] fsfe.org/internal/pd.es.html
[12:51:56] fsfe.org/internal/pd.fr.html
[12:51:56] fsfe.org/internal/pd.it.html
[12:51:56] fsfe.org/internal/pt.es.html
[12:51:56] fsfe.org/internal/pt.fr.html
[12:51:56] fsfe.org/internal/pt.it.html
[12:51:56] fsfe.org/internal/rc-result.es.html
[12:51:56] fsfe.org/internal/rc-result.fr.html
[12:51:56] fsfe.org/internal/rc-result.it.html
[12:51:56] fsfe.org/internal/rc.es.html
[12:51:56] fsfe.org/internal/rc.fr.html
[12:51:56] fsfe.org/internal/rc.it.html
[12:51:56] fsfe.org/news/archive-template.es.html
[12:51:56] fsfe.org/news/archive-template.fr.html
[12:51:56] fsfe.org/news/archive-template.it.html
[12:51:56] fsfe.org/news/news.es.html
[12:51:56] fsfe.org/news/news.fr.html
[12:51:56] fsfe.org/news/news.it.html
[12:51:56] fsfe.org/news/newsletter.es.html
[12:51:56] fsfe.org/news/newsletter.fr.html
[12:51:56] fsfe.org/news/newsletter.it.html
[12:51:56] fsfe.org/news/podcast-opus.es.html
[12:51:56] fsfe.org/news/podcast-opus.fr.html
[12:51:56] fsfe.org/news/podcast-opus.it.html
[12:51:56] fsfe.org/news/podcast.es.html
[12:51:56] fsfe.org/news/podcast.fr.html
[12:51:56] fsfe.org/news/podcast.it.html
[12:51:56] fsfe.org/news/2001/article-13.12.2001.es.html
[12:51:56] fsfe.org/news/2001/article-13.12.2001.fr.html
[12:51:56] fsfe.org/news/2001/article-13.12.2001.it.html
[12:51:56] fsfe.org/news/2001/article-24.9.2001.es.html
[12:51:56] fsfe.org/news/2001/article-24.9.2001.fr.html
[12:51:56] fsfe.org/news/2001/article-24.9.2001.it.html
[12:51:56] fsfe.org/news/2001/article2001-10-20-01.es.html
[12:51:56] fsfe.org/news/2001/article2001-10-20-01.fr.html
[12:51:56] fsfe.org/news/2001/article2001-10-20-01.it.html
[12:51:56] fsfe.org/news/2001/article2001-12-17-01.es.html
[12:51:56] fsfe.org/news/2001/article2001-12-17-01.fr.html
[12:51:56] fsfe.org/news/2001/article2001-12-17-01.it.html
[12:51:56] fsfe.org/news/2001/index.es.html
[12:51:56] fsfe.org/news/2001/index.fr.html
[12:51:56] fsfe.org/news/2001/index.it.html
[12:51:56] fsfe.org/news/2002/article-25.04.2002.es.html
[12:51:56] fsfe.org/news/2002/article-25.04.2002.fr.html
[12:51:56] fsfe.org/news/2002/article-25.04.2002.it.html
[12:51:56] fsfe.org/news/2002/article-30.9.2002.es.html
[12:51:56] fsfe.org/news/2002/article-30.9.2002.fr.html
[12:51:56] fsfe.org/news/2002/article-30.9.2002.it.html
[12:51:56] fsfe.org/news/2002/article2002-01-18-01.es.html
[12:51:56] fsfe.org/news/2002/article2002-01-18-01.fr.html
[12:51:56] fsfe.org/news/2002/article2002-01-18-01.it.html
[12:51:56] fsfe.org/news/2002/index.es.html
[12:51:56] fsfe.org/news/2002/index.fr.html
[12:51:56] fsfe.org/news/2002/index.it.html
[12:51:56] fsfe.org/news/2003/commissione-meo-presentazione.es.html
[12:51:56] fsfe.org/news/2003/commissione-meo-presentazione.fr.html
[12:51:56] fsfe.org/news/2003/commissione-meo-presentazione.it.html
[12:51:56] fsfe.org/news/2003/commissione-meo-risposte.es.html
[12:51:56] fsfe.org/news/2003/commissione-meo-risposte.fr.html
[12:51:56] fsfe.org/news/2003/commissione-meo-risposte.it.html
[12:51:56] fsfe.org/news/2003/index.es.html
[12:51:56] fsfe.org/news/2003/index.fr.html
[12:51:56] fsfe.org/news/2003/index.it.html
[12:51:56] fsfe.org/news/2003/lettera_MIUR-2003-07-16.es.html
[12:51:56] fsfe.org/news/2003/lettera_MIUR-2003-07-16.fr.html
[12:51:56] fsfe.org/news/2003/lettera_MIUR-2003-07-16.it.html
[12:51:56] fsfe.org/news/2003/news-20030211-01.es.html
[12:51:56] fsfe.org/news/2003/news-20030211-01.fr.html
[12:51:56] fsfe.org/news/2003/news-20030211-01.it.html
[12:51:56] fsfe.org/news/2003/news-20030602-01.es.html
[12:51:56] fsfe.org/news/2003/news-20030602-01.fr.html
[12:51:56] fsfe.org/news/2003/news-20030602-01.it.html
[12:51:56] fsfe.org/news/2003/vsi-studie.es.html
[12:51:56] fsfe.org/news/2003/vsi-studie.fr.html
[12:51:56] fsfe.org/news/2003/vsi-studie.it.html
[12:51:56] fsfe.org/news/2004/cie.es.html
[12:51:56] fsfe.org/news/2004/cie.fr.html
[12:51:56] fsfe.org/news/2004/cie.it.html
[12:51:56] fsfe.org/news/2004/cw-interview.es.html
[12:51:56] fsfe.org/news/2004/cw-interview.fr.html
[12:51:56] fsfe.org/news/2004/cw-interview.it.html
[12:51:56] fsfe.org/news/2004/index.es.html
[12:51:56] fsfe.org/news/2004/index.fr.html
[12:51:56] fsfe.org/news/2004/index.it.html
[12:51:56] fsfe.org/news/2004/navigator-20040521.es.html
[12:51:56] fsfe.org/news/2004/navigator-20040521.fr.html
[12:51:56] fsfe.org/news/2004/navigator-20040521.it.html
[12:51:56] fsfe.org/news/2004/navigator-20040624.es.html
[12:51:56] fsfe.org/news/2004/navigator-20040624.fr.html
[12:51:56] fsfe.org/news/2004/navigator-20040624.it.html
[12:51:56] fsfe.org/news/2004/navigator-20040917.es.html
[12:51:56] fsfe.org/news/2004/navigator-20040917.fr.html
[12:51:56] fsfe.org/news/2004/navigator-20040917.it.html
[12:51:56] fsfe.org/news/2004/navigator-20040930.es.html
[12:51:56] fsfe.org/news/2004/navigator-20040930.fr.html
[12:51:56] fsfe.org/news/2004/navigator-20040930.it.html
[12:51:56] fsfe.org/news/2004/navigator-20041129.es.html
[12:51:56] fsfe.org/news/2004/navigator-20041129.fr.html
[12:51:56] fsfe.org/news/2004/navigator-20041129.it.html
[12:51:56] fsfe.org/news/2004/news-20040510-01.es.html
[12:51:56] fsfe.org/news/2004/news-20040510-01.fr.html
[12:51:56] fsfe.org/news/2004/news-20040510-01.it.html
[12:51:56] fsfe.org/news/2004/news-20040621-01.es.html
[12:51:56] fsfe.org/news/2004/news-20040621-01.fr.html
[12:51:56] fsfe.org/news/2004/news-20040621-01.it.html
[12:51:56] fsfe.org/news/2004/news-20040701-01.es.html
[12:51:56] fsfe.org/news/2004/news-20040701-01.fr.html
[12:51:56] fsfe.org/news/2004/news-20040701-01.it.html
[12:51:56] fsfe.org/news/2004/news-20040727-01.es.html
[12:51:56] fsfe.org/news/2004/news-20040727-01.fr.html
[12:51:56] fsfe.org/news/2004/news-20040727-01.it.html
[12:51:56] fsfe.org/news/2005/index.es.html
[12:51:56] fsfe.org/news/2005/index.fr.html
[12:51:56] fsfe.org/news/2005/index.it.html
[12:51:56] fsfe.org/news/2005/letter-20050511-it-mep.es.html
[12:51:56] fsfe.org/news/2005/letter-20050511-it-mep.fr.html
[12:51:56] fsfe.org/news/2005/letter-20050511-it-mep.it.html
[12:51:56] fsfe.org/news/2005/news-20050507-01.es.html
[12:51:56] fsfe.org/news/2005/news-20050507-01.fr.html
[12:51:56] fsfe.org/news/2005/news-20050507-01.it.html
[12:51:56] fsfe.org/news/2006/index.es.html
[12:51:56] fsfe.org/news/2006/index.fr.html
[12:51:56] fsfe.org/news/2006/index.it.html
[12:51:56] fsfe.org/news/2007/index.es.html
[12:51:56] fsfe.org/news/2007/index.fr.html
[12:51:56] fsfe.org/news/2007/index.it.html
[12:51:56] fsfe.org/news/2007/news-20070630-01.es.html
[12:51:56] fsfe.org/news/2007/news-20070630-01.fr.html
[12:51:56] fsfe.org/news/2007/news-20070630-01.it.html
[12:51:56] fsfe.org/news/2007/news-20071220-01.es.html
[12:51:56] fsfe.org/news/2007/news-20071220-01.fr.html
[12:51:56] fsfe.org/news/2007/news-20071220-01.it.html
[12:51:56] fsfe.org/news/2007/news-20071221-01.es.html
[12:51:56] fsfe.org/news/2007/news-20071221-01.fr.html
[12:51:56] fsfe.org/news/2007/news-20071221-01.it.html
[12:51:56] fsfe.org/news/2008/freedom-not-fear.es.html
[12:51:56] fsfe.org/news/2008/freedom-not-fear.fr.html
[12:51:56] fsfe.org/news/2008/freedom-not-fear.it.html
[12:51:56] fsfe.org/news/2008/gnu-25-years.es.html
[12:51:56] fsfe.org/news/2008/gnu-25-years.fr.html
[12:51:56] fsfe.org/news/2008/gnu-25-years.it.html
[12:51:56] fsfe.org/news/2008/index.es.html
[12:51:56] fsfe.org/news/2008/index.fr.html
[12:51:56] fsfe.org/news/2008/index.it.html
[12:51:56] fsfe.org/news/2008/news-20080118-01.es.html
[12:51:56] fsfe.org/news/2008/news-20080118-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20080118-01.it.html
[12:51:56] fsfe.org/news/2008/news-20080214-01.es.html
[12:51:56] fsfe.org/news/2008/news-20080214-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20080214-01.it.html
[12:51:56] fsfe.org/news/2008/news-20080220-01.es.html
[12:51:56] fsfe.org/news/2008/news-20080220-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20080220-01.it.html
[12:51:56] fsfe.org/news/2008/news-20080222-01.es.html
[12:51:56] fsfe.org/news/2008/news-20080222-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20080222-01.it.html
[12:51:56] fsfe.org/news/2008/news-20080228-01.es.html
[12:51:56] fsfe.org/news/2008/news-20080228-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20080228-01.it.html
[12:51:56] fsfe.org/news/2008/news-20080301-01.es.html
[12:51:56] fsfe.org/news/2008/news-20080301-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20080301-01.it.html
[12:51:56] fsfe.org/news/2008/news-20080305-01.es.html
[12:51:56] fsfe.org/news/2008/news-20080305-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20080305-01.it.html
[12:51:56] fsfe.org/news/2008/news-20081202-02.es.html
[12:51:56] fsfe.org/news/2008/news-20081202-02.fr.html
[12:51:56] fsfe.org/news/2008/news-20081202-02.it.html
[12:51:56] fsfe.org/news/2008/news-20081208-01.es.html
[12:51:56] fsfe.org/news/2008/news-20081208-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20081208-01.it.html
[12:51:56] fsfe.org/news/2008/news-20081210-01.es.html
[12:51:56] fsfe.org/news/2008/news-20081210-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20081210-01.it.html
[12:51:56] fsfe.org/news/2008/news-20081215-01.es.html
[12:51:56] fsfe.org/news/2008/news-20081215-01.fr.html
[12:51:56] fsfe.org/news/2008/news-20081215-01.it.html
[12:51:56] fsfe.org/news/2009/index.es.html
[12:51:56] fsfe.org/news/2009/index.fr.html
[12:51:56] fsfe.org/news/2009/index.it.html
[12:51:56] fsfe.org/news/2009/news-20090120-02.es.html
[12:51:56] fsfe.org/news/2009/news-20090120-02.fr.html
[12:51:56] fsfe.org/news/2009/news-20090120-02.it.html
[12:51:56] fsfe.org/news/2009/news-20090123-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090123-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090123-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090202-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090202-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090202-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090227-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090227-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090227-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090301-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090301-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090301-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090311-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090311-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090311-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090323-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090323-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090323-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090325-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090325-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090325-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090411-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090411-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090411-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090414-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090414-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090414-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090418-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090418-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090418-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090430-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090430-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090430-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090515-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090515-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090515-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090601-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090601-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090601-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090604-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090604-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090604-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090610-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090610-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090610-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090620-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090620-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090620-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090624-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090624-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090624-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090728-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090728-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090728-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090831-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090831-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090831-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090908-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090908-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090908-01.it.html
[12:51:56] fsfe.org/news/2009/news-20090921-01.es.html
[12:51:56] fsfe.org/news/2009/news-20090921-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20090921-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091005-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091005-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091005-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091006-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091006-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091006-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091008-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091008-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091008-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091019-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091019-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091019-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091023-02.es.html
[12:51:56] fsfe.org/news/2009/news-20091023-02.fr.html
[12:51:56] fsfe.org/news/2009/news-20091023-02.it.html
[12:51:56] fsfe.org/news/2009/news-20091109-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091109-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091109-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091109-02.es.html
[12:51:56] fsfe.org/news/2009/news-20091109-02.fr.html
[12:51:56] fsfe.org/news/2009/news-20091109-02.it.html
[12:51:56] fsfe.org/news/2009/news-20091118-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091118-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091118-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091127-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091127-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091127-01.it.html
[12:51:56] fsfe.org/news/2009/news-20091216-01.es.html
[12:51:56] fsfe.org/news/2009/news-20091216-01.fr.html
[12:51:56] fsfe.org/news/2009/news-20091216-01.it.html
[12:51:56] fsfe.org/news/2009/nyr.es.html
[12:51:56] fsfe.org/news/2009/nyr.fr.html
[12:51:56] fsfe.org/news/2009/nyr.it.html
[12:51:56] fsfe.org/news/2010/index.es.html
[12:51:56] fsfe.org/news/2010/index.fr.html
[12:51:56] fsfe.org/news/2010/index.it.html
[12:51:56] fsfe.org/news/2010/news-20100126-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100126-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100126-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100129-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100129-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100129-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100212-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100212-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100212-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100222-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100222-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100222-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100302-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100302-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100302-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100305-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100305-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100305-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100324-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100324-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100324-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100330-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100330-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100330-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100331-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100331-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100331-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100428-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100428-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100428-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100508-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100508-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100508-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100510-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100510-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100510-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100519-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100519-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100519-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100702-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100702-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100702-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100705-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100705-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100705-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100802-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100802-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100802-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100803-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100803-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100803-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100907-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100907-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100907-01.it.html
[12:51:56] fsfe.org/news/2010/news-20100913-01.es.html
[12:51:56] fsfe.org/news/2010/news-20100913-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20100913-01.it.html
[12:51:56] fsfe.org/news/2010/news-20101016-01.es.html
[12:51:56] fsfe.org/news/2010/news-20101016-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20101016-01.it.html
[12:51:56] fsfe.org/news/2010/news-20101018-01.es.html
[12:51:56] fsfe.org/news/2010/news-20101018-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20101018-01.it.html
[12:51:56] fsfe.org/news/2010/news-20101102-01.es.html
[12:51:56] fsfe.org/news/2010/news-20101102-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20101102-01.it.html
[12:51:56] fsfe.org/news/2010/news-20101108-01.es.html
[12:51:56] fsfe.org/news/2010/news-20101108-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20101108-01.it.html
[12:51:56] fsfe.org/news/2010/news-20101207-01.es.html
[12:51:56] fsfe.org/news/2010/news-20101207-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20101207-01.it.html
[12:51:56] fsfe.org/news/2010/news-20101216-01.es.html
[12:51:56] fsfe.org/news/2010/news-20101216-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20101216-01.it.html
[12:51:56] fsfe.org/news/2010/news-20101217-01.es.html
[12:51:56] fsfe.org/news/2010/news-20101217-01.fr.html
[12:51:56] fsfe.org/news/2010/news-20101217-01.it.html
[12:51:56] fsfe.org/news/2010/th-eulogy-20100508.es.html
[12:51:56] fsfe.org/news/2010/th-eulogy-20100508.fr.html
[12:51:56] fsfe.org/news/2010/th-eulogy-20100508.it.html
[12:51:56] fsfe.org/news/2011/index.es.html
[12:51:56] fsfe.org/news/2011/index.fr.html
[12:51:56] fsfe.org/news/2011/index.it.html
[12:51:56] fsfe.org/news/2011/mapping-uk.es.html
[12:51:56] fsfe.org/news/2011/mapping-uk.fr.html
[12:51:56] fsfe.org/news/2011/mapping-uk.it.html
[12:51:56] fsfe.org/news/2011/news-20110113-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110113-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110113-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110113-02.es.html
[12:51:56] fsfe.org/news/2011/news-20110113-02.fr.html
[12:51:56] fsfe.org/news/2011/news-20110113-02.it.html
[12:51:56] fsfe.org/news/2011/news-20110201-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110201-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110201-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110202-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110202-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110202-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110202-02.es.html
[12:51:56] fsfe.org/news/2011/news-20110202-02.fr.html
[12:51:56] fsfe.org/news/2011/news-20110202-02.it.html
[12:51:56] fsfe.org/news/2011/news-20110209-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110209-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110209-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110214-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110214-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110214-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110215-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110215-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110215-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110225-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110225-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110225-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110301-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110301-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110301-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110310-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110310-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110310-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110318-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110318-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110318-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110321-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110321-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110321-01.it.html
[12:51:56] fsfe.org/news/2011/news-20110325-01.es.html
[12:51:56] fsfe.org/news/2011/news-20110325-01.fr.html
[12:51:56] fsfe.org/news/2011/news-20110325-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110330-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110330-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110330-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110330-02.es.html
[12:51:57] fsfe.org/news/2011/news-20110330-02.fr.html
[12:51:57] fsfe.org/news/2011/news-20110330-02.it.html
[12:51:57] fsfe.org/news/2011/news-20110330-03.es.html
[12:51:57] fsfe.org/news/2011/news-20110330-03.fr.html
[12:51:57] fsfe.org/news/2011/news-20110330-03.it.html
[12:51:57] fsfe.org/news/2011/news-20110330-04.es.html
[12:51:57] fsfe.org/news/2011/news-20110330-04.fr.html
[12:51:57] fsfe.org/news/2011/news-20110330-04.it.html
[12:51:57] fsfe.org/news/2011/news-20110401-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110401-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110401-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110412-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110412-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110412-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110415-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110415-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110415-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110418-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110418-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110418-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110420-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110420-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110420-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110421-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110421-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110421-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110502-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110502-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110502-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110511-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110511-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110511-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110520-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110520-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110520-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110523-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110523-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110523-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110525-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110525-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110525-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110608-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110608-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110608-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110620-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110620-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110620-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110622-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110622-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110622-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110718-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110718-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110718-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110809-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110809-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110809-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110913-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110913-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110913-01.it.html
[12:51:57] fsfe.org/news/2011/news-20110919-01.es.html
[12:51:57] fsfe.org/news/2011/news-20110919-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20110919-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111025-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111025-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111025-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111107-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111107-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111107-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111110-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111110-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111110-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111114-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111114-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111114-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111117-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111117-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111117-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111122-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111122-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111122-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111128-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111128-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111128-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111128-02.es.html
[12:51:57] fsfe.org/news/2011/news-20111128-02.fr.html
[12:51:57] fsfe.org/news/2011/news-20111128-02.it.html
[12:51:57] fsfe.org/news/2011/news-20111201-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111201-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111201-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111201-02.es.html
[12:51:57] fsfe.org/news/2011/news-20111201-02.fr.html
[12:51:57] fsfe.org/news/2011/news-20111201-02.it.html
[12:51:57] fsfe.org/news/2011/news-20111206-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111206-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111206-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111208-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111208-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111208-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111208-02.es.html
[12:51:57] fsfe.org/news/2011/news-20111208-02.fr.html
[12:51:57] fsfe.org/news/2011/news-20111208-02.it.html
[12:51:57] fsfe.org/news/2011/news-20111213-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111213-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111213-01.it.html
[12:51:57] fsfe.org/news/2011/news-20111213-02.es.html
[12:51:57] fsfe.org/news/2011/news-20111213-02.fr.html
[12:51:57] fsfe.org/news/2011/news-20111213-02.it.html
[12:51:57] fsfe.org/news/2011/news-20111220-01.es.html
[12:51:57] fsfe.org/news/2011/news-20111220-01.fr.html
[12:51:57] fsfe.org/news/2011/news-20111220-01.it.html
[12:51:57] fsfe.org/news/2012/index.es.html
[12:51:57] fsfe.org/news/2012/index.fr.html
[12:51:57] fsfe.org/news/2012/index.it.html
[12:51:57] fsfe.org/news/2012/news-20120109-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120109-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120109-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120110-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120110-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120110-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120110-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120110-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120110-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120120-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120120-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120120-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120126-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120126-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120126-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120130-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120130-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120130-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120131-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120131-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120131-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120202-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120202-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120202-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120202-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120202-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120202-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120204-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120204-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120204-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120209-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120209-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120209-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120210-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120210-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120210-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120214-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120214-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120214-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120223-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120223-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120223-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120228-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120228-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120228-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120303-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120303-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120303-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120321-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120321-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120321-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120322-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120322-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120322-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120323-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120323-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120323-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120323-03.es.html
[12:51:57] fsfe.org/news/2012/news-20120323-03.fr.html
[12:51:57] fsfe.org/news/2012/news-20120323-03.it.html
[12:51:57] fsfe.org/news/2012/news-20120328-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120328-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120328-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120328-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120328-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120328-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120330-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120330-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120330-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120402-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120402-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120402-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120405-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120405-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120405-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120412-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120412-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120412-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120412-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120412-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120412-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120425-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120425-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120425-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120425-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120425-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120425-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120426-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120426-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120426-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120501-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120501-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120501-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120502-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120502-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120502-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120508-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120508-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120508-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120509-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120509-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120509-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120509-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120509-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120509-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120525-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120525-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120525-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120528-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120528-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120528-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120601-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120601-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120601-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120607-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120607-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120607-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120616-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120616-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120616-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120619-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120619-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120619-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120627-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120627-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120627-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120711-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120711-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120711-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120730-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120730-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120730-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120730-02.es.html
[12:51:57] fsfe.org/news/2012/news-20120730-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20120730-02.it.html
[12:51:57] fsfe.org/news/2012/news-20120831-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120831-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120831-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120907-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120907-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120907-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120918-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120918-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120918-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120920-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120920-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120920-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120921-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120921-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120921-01.it.html
[12:51:57] fsfe.org/news/2012/news-20120925-01.es.html
[12:51:57] fsfe.org/news/2012/news-20120925-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20120925-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121018-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121018-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121018-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121022-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121022-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121022-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121101-02.es.html
[12:51:57] fsfe.org/news/2012/news-20121101-02.fr.html
[12:51:57] fsfe.org/news/2012/news-20121101-02.it.html
[12:51:57] fsfe.org/news/2012/news-20121102-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121102-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121102-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121106-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121106-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121106-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121112-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121112-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121112-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121116-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121116-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121116-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121120-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121120-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121120-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121122-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121122-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121122-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121129-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121129-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121129-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121208-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121208-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121208-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121211-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121211-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121211-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121214-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121214-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121214-01.it.html
[12:51:57] fsfe.org/news/2012/news-20121217-01.es.html
[12:51:57] fsfe.org/news/2012/news-20121217-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20121217-01.it.html
[12:51:57] fsfe.org/news/2012/news-20130329-01.es.html
[12:51:57] fsfe.org/news/2012/news-20130329-01.fr.html
[12:51:57] fsfe.org/news/2012/news-20130329-01.it.html
[12:51:57] fsfe.org/news/2012/report-2012.es.html
[12:51:57] fsfe.org/news/2012/report-2012.fr.html
[12:51:57] fsfe.org/news/2012/report-2012.it.html
[12:51:57] fsfe.org/news/2013/index.es.html
[12:51:57] fsfe.org/news/2013/index.fr.html
[12:51:57] fsfe.org/news/2013/index.it.html
[12:51:57] fsfe.org/news/2013/news-20130212-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130212-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130212-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130218-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130218-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130218-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130221-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130221-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130221-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130226-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130226-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130226-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130312-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130312-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130312-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130319-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130319-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130319-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130327-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130327-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130327-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130327-02.es.html
[12:51:57] fsfe.org/news/2013/news-20130327-02.fr.html
[12:51:57] fsfe.org/news/2013/news-20130327-02.it.html
[12:51:57] fsfe.org/news/2013/news-20130402-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130402-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130402-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130422-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130422-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130422-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130423-02.es.html
[12:51:57] fsfe.org/news/2013/news-20130423-02.fr.html
[12:51:57] fsfe.org/news/2013/news-20130423-02.it.html
[12:51:57] fsfe.org/news/2013/news-20130424-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130424-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130424-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130429-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130429-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130429-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130503-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130503-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130503-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130611-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130611-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130611-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130612-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130612-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130612-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130620-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130620-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130620-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130620-02.es.html
[12:51:57] fsfe.org/news/2013/news-20130620-02.fr.html
[12:51:57] fsfe.org/news/2013/news-20130620-02.it.html
[12:51:57] fsfe.org/news/2013/news-20130625-02.es.html
[12:51:57] fsfe.org/news/2013/news-20130625-02.fr.html
[12:51:57] fsfe.org/news/2013/news-20130625-02.it.html
[12:51:57] fsfe.org/news/2013/news-20130626-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130626-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130626-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130703-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130703-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130703-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130712-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130712-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130712-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130716-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130716-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130716-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130729-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130729-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130729-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130729-02.es.html
[12:51:57] fsfe.org/news/2013/news-20130729-02.fr.html
[12:51:57] fsfe.org/news/2013/news-20130729-02.it.html
[12:51:57] fsfe.org/news/2013/news-20130730-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130730-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130730-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130918-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130918-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130918-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130920-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130920-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130920-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130923-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130923-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130923-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130926-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130926-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130926-01.it.html
[12:51:57] fsfe.org/news/2013/news-20130927-01.es.html
[12:51:57] fsfe.org/news/2013/news-20130927-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20130927-01.it.html
[12:51:57] fsfe.org/news/2013/news-20131104-02.es.html
[12:51:57] fsfe.org/news/2013/news-20131104-02.fr.html
[12:51:57] fsfe.org/news/2013/news-20131104-02.it.html
[12:51:57] fsfe.org/news/2013/news-20131105-01.es.html
[12:51:57] fsfe.org/news/2013/news-20131105-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20131105-01.it.html
[12:51:57] fsfe.org/news/2013/news-20131107-01.es.html
[12:51:57] fsfe.org/news/2013/news-20131107-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20131107-01.it.html
[12:51:57] fsfe.org/news/2013/news-20131211-01.es.html
[12:51:57] fsfe.org/news/2013/news-20131211-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20131211-01.it.html
[12:51:57] fsfe.org/news/2013/news-20131213-01.es.html
[12:51:57] fsfe.org/news/2013/news-20131213-01.fr.html
[12:51:57] fsfe.org/news/2013/news-20131213-01.it.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.es.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.fr.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-07-26_Open_Letter_to_NEC.it.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.es.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.fr.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-08-19_Response_from_the_Electronic_Voting_Committee.it.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.es.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.fr.html
[12:51:57] fsfe.org/news/2013/i-voting/2013-10-08_Follow-up_Letter_to_the_Electronic_Voting_Committee.it.html
[12:51:57] fsfe.org/news/2014/index.es.html
[12:51:57] fsfe.org/news/2014/index.fr.html
[12:51:57] fsfe.org/news/2014/index.it.html
[12:51:57] fsfe.org/news/2014/news-20140116-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140116-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140116-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140210-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140210-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140210-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140211-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140211-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140211-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140221-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140221-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140221-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140226-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140226-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140226-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140303-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140303-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140303-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140304-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140304-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140304-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140310-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140310-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140310-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140314-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140314-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140314-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140324-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140324-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140324-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140326-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140326-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140326-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140326-02.es.html
[12:51:57] fsfe.org/news/2014/news-20140326-02.fr.html
[12:51:57] fsfe.org/news/2014/news-20140326-02.it.html
[12:51:57] fsfe.org/news/2014/news-20140328-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140328-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140328-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140424-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140424-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140424-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140506-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140506-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140506-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140527-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140527-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140527-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140528-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140528-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140528-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140708-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140708-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140708-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140801-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140801-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140801-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140912-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140912-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140912-01.it.html
[12:51:57] fsfe.org/news/2014/news-20140929-01.es.html
[12:51:57] fsfe.org/news/2014/news-20140929-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20140929-01.it.html
[12:51:57] fsfe.org/news/2014/news-20141016-01.es.html
[12:51:57] fsfe.org/news/2014/news-20141016-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20141016-01.it.html
[12:51:57] fsfe.org/news/2014/news-20141017-01.es.html
[12:51:57] fsfe.org/news/2014/news-20141017-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20141017-01.it.html
[12:51:57] fsfe.org/news/2014/news-20141017-02.es.html
[12:51:57] fsfe.org/news/2014/news-20141017-02.fr.html
[12:51:57] fsfe.org/news/2014/news-20141017-02.it.html
[12:51:57] fsfe.org/news/2014/news-20141120-02.es.html
[12:51:57] fsfe.org/news/2014/news-20141120-02.fr.html
[12:51:57] fsfe.org/news/2014/news-20141120-02.it.html
[12:51:57] fsfe.org/news/2014/news-20141203-01.es.html
[12:51:57] fsfe.org/news/2014/news-20141203-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20141203-01.it.html
[12:51:57] fsfe.org/news/2014/news-20141212-01.es.html
[12:51:57] fsfe.org/news/2014/news-20141212-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20141212-01.it.html
[12:51:57] fsfe.org/news/2014/news-20141217-01.es.html
[12:51:57] fsfe.org/news/2014/news-20141217-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20141217-01.it.html
[12:51:57] fsfe.org/news/2014/news-20141218-01.es.html
[12:51:57] fsfe.org/news/2014/news-20141218-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20141218-01.it.html
[12:51:57] fsfe.org/news/2014/news-20141218-02.es.html
[12:51:57] fsfe.org/news/2014/news-20141218-02.fr.html
[12:51:57] fsfe.org/news/2014/news-20141218-02.it.html
[12:51:57] fsfe.org/news/2014/news-20141219-01.es.html
[12:51:57] fsfe.org/news/2014/news-20141219-01.fr.html
[12:51:57] fsfe.org/news/2014/news-20141219-01.it.html
[12:51:57] fsfe.org/news/2015/index.es.html
[12:51:57] fsfe.org/news/2015/index.fr.html
[12:51:57] fsfe.org/news/2015/index.it.html
[12:51:57] fsfe.org/news/2015/news-20150209-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150209-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150209-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150210-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150210-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150210-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150218-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150218-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150218-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150224-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150224-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150224-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150301-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150301-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150301-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150302-02.es.html
[12:51:57] fsfe.org/news/2015/news-20150302-02.fr.html
[12:51:57] fsfe.org/news/2015/news-20150302-02.it.html
[12:51:57] fsfe.org/news/2015/news-20150303-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150303-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150303-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150306-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150306-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150306-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150316-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150316-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150316-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150324-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150324-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150324-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150325-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150325-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150325-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150331-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150331-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150331-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150401-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150401-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150401-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150401-02.es.html
[12:51:57] fsfe.org/news/2015/news-20150401-02.fr.html
[12:51:57] fsfe.org/news/2015/news-20150401-02.it.html
[12:51:57] fsfe.org/news/2015/news-20150414-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150414-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150414-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150506-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150506-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150506-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150527-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150527-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150527-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150605-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150605-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150605-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150605-02.es.html
[12:51:57] fsfe.org/news/2015/news-20150605-02.fr.html
[12:51:57] fsfe.org/news/2015/news-20150605-02.it.html
[12:51:57] fsfe.org/news/2015/news-20150616-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150616-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150616-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150817-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150817-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150817-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150829-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150829-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150829-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150902-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150902-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150902-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150916-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150916-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150916-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150918-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150918-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150918-01.it.html
[12:51:57] fsfe.org/news/2015/news-20150918-02.es.html
[12:51:57] fsfe.org/news/2015/news-20150918-02.fr.html
[12:51:57] fsfe.org/news/2015/news-20150918-02.it.html
[12:51:57] fsfe.org/news/2015/news-20150922-01.es.html
[12:51:57] fsfe.org/news/2015/news-20150922-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20150922-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151013-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151013-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151013-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151020-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151020-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151020-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151028-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151028-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151028-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151104-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151104-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151104-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151105-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151105-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151105-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151110-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151110-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151110-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151203-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151203-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151203-01.it.html
[12:51:57] fsfe.org/news/2015/news-20151216-01.es.html
[12:51:57] fsfe.org/news/2015/news-20151216-01.fr.html
[12:51:57] fsfe.org/news/2015/news-20151216-01.it.html
[12:51:57] fsfe.org/news/2016/index.es.html
[12:51:57] fsfe.org/news/2016/index.fr.html
[12:51:57] fsfe.org/news/2016/index.it.html
[12:51:57] fsfe.org/news/2016/news-20160118-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160118-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160118-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160122-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160122-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160122-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160126-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160126-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160126-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160128-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160128-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160128-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160205-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160205-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160205-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160208-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160208-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160208-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160222-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160222-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160222-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160224-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160224-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160224-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160406-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160406-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160406-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160411-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160411-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160411-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160428-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160428-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160428-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160428-02.es.html
[12:51:57] fsfe.org/news/2016/news-20160428-02.fr.html
[12:51:57] fsfe.org/news/2016/news-20160428-02.it.html
[12:51:57] fsfe.org/news/2016/news-20160502-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160502-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160502-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160624-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160624-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160624-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160630-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160630-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160630-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160725-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160725-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160725-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160804-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160804-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160804-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160809-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160809-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160809-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160817-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160817-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160817-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160823-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160823-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160823-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160831-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160831-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160831-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160907-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160907-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160907-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160928-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160928-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160928-01.it.html
[12:51:57] fsfe.org/news/2016/news-20160930-01.es.html
[12:51:57] fsfe.org/news/2016/news-20160930-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20160930-01.it.html
[12:51:57] fsfe.org/news/2016/news-20161027-01.es.html
[12:51:57] fsfe.org/news/2016/news-20161027-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20161027-01.it.html
[12:51:57] fsfe.org/news/2016/news-20161031-01.es.html
[12:51:57] fsfe.org/news/2016/news-20161031-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20161031-01.it.html
[12:51:57] fsfe.org/news/2016/news-20161110-01.es.html
[12:51:57] fsfe.org/news/2016/news-20161110-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20161110-01.it.html
[12:51:57] fsfe.org/news/2016/news-20161202-01.es.html
[12:51:57] fsfe.org/news/2016/news-20161202-01.fr.html
[12:51:57] fsfe.org/news/2016/news-20161202-01.it.html
[12:51:57] fsfe.org/news/2017/index.es.html
[12:51:57] fsfe.org/news/2017/index.fr.html
[12:51:57] fsfe.org/news/2017/index.it.html
[12:51:57] fsfe.org/news/2017/news-20170105-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170105-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170105-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170109-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170109-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170109-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170110-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170110-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170110-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170116-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170116-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170116-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170209-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170209-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170209-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170214-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170214-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170214-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170214-02.es.html
[12:51:57] fsfe.org/news/2017/news-20170214-02.fr.html
[12:51:57] fsfe.org/news/2017/news-20170214-02.it.html
[12:51:57] fsfe.org/news/2017/news-20170217-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170217-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170217-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170301-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170301-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170301-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170302-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170302-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170302-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170315-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170315-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170315-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170321-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170321-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170321-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170328-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170328-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170328-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170419-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170419-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170419-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170425-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170425-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170425-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170613-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170613-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170613-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170616-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170616-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170616-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170619-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170619-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170619-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170710-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170710-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170710-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170726-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170726-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170726-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170811-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170811-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170811-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170829-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170829-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170829-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170905-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170905-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170905-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170906-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170906-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170906-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170908-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170908-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170908-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170911-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170911-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170911-01.it.html
[12:51:57] fsfe.org/news/2017/news-20170913-01.es.html
[12:51:57] fsfe.org/news/2017/news-20170913-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20170913-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171005-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171005-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171005-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171013-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171013-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171013-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171024-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171024-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171024-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171107-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171107-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171107-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171108-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171108-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171108-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171109-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171109-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171109-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171114-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171114-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171114-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171116-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171116-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171116-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171130-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171130-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171130-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171206-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171206-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171206-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171207-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171207-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171207-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171207-02.es.html
[12:51:57] fsfe.org/news/2017/news-20171207-02.fr.html
[12:51:57] fsfe.org/news/2017/news-20171207-02.it.html
[12:51:57] fsfe.org/news/2017/news-20171211-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171211-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171211-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171212-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171212-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171212-01.it.html
[12:51:57] fsfe.org/news/2017/news-20171219-01.es.html
[12:51:57] fsfe.org/news/2017/news-20171219-01.fr.html
[12:51:57] fsfe.org/news/2017/news-20171219-01.it.html
[12:51:57] fsfe.org/news/2018/index.es.html
[12:51:57] fsfe.org/news/2018/index.fr.html
[12:51:57] fsfe.org/news/2018/index.it.html
[12:51:57] fsfe.org/news/2018/news-20180111-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180111-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180111-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180119-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180119-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180119-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180212-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180212-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180212-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180215-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180215-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180215-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180219-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180219-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180219-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180302-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180302-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180302-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180308-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180308-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180308-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180322-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180322-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180322-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180414-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180414-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180414-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180526-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180526-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180526-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180529-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180529-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180529-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180530-02.es.html
[12:51:57] fsfe.org/news/2018/news-20180530-02.fr.html
[12:51:57] fsfe.org/news/2018/news-20180530-02.it.html
[12:51:57] fsfe.org/news/2018/news-20180601-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180601-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180601-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180613-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180613-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180613-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180705-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180705-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180705-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180716-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180716-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180716-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180723-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180723-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180723-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180725-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180725-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180725-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180905-02.es.html
[12:51:57] fsfe.org/news/2018/news-20180905-02.fr.html
[12:51:57] fsfe.org/news/2018/news-20180905-02.it.html
[12:51:57] fsfe.org/news/2018/news-20180907-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180907-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180907-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180913-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180913-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180913-01.it.html
[12:51:57] fsfe.org/news/2018/news-20180917-01.es.html
[12:51:57] fsfe.org/news/2018/news-20180917-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20180917-01.it.html
[12:51:57] fsfe.org/news/2018/news-20181010-01.es.html
[12:51:57] fsfe.org/news/2018/news-20181010-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20181010-01.it.html
[12:51:57] fsfe.org/news/2018/news-20181023-02.es.html
[12:51:57] fsfe.org/news/2018/news-20181023-02.fr.html
[12:51:57] fsfe.org/news/2018/news-20181023-02.it.html
[12:51:57] fsfe.org/news/2018/news-20181024-01.es.html
[12:51:57] fsfe.org/news/2018/news-20181024-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20181024-01.it.html
[12:51:57] fsfe.org/news/2018/news-20181105-01.es.html
[12:51:57] fsfe.org/news/2018/news-20181105-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20181105-01.it.html
[12:51:57] fsfe.org/news/2018/news-20181205-01.es.html
[12:51:57] fsfe.org/news/2018/news-20181205-01.fr.html
[12:51:57] fsfe.org/news/2018/news-20181205-01.it.html
[12:51:57] fsfe.org/news/2019/index.es.html
[12:51:57] fsfe.org/news/2019/index.fr.html
[12:51:57] fsfe.org/news/2019/index.it.html
[12:51:57] fsfe.org/news/2019/news-20190108-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190108-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190108-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190124-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190124-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190124-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190205-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190205-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190205-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190214-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190214-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190214-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190308-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190308-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190308-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190326-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190326-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190326-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190329-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190329-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190329-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190514-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190514-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190514-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190515-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190515-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190515-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190515-02.es.html
[12:51:57] fsfe.org/news/2019/news-20190515-02.fr.html
[12:51:57] fsfe.org/news/2019/news-20190515-02.it.html
[12:51:57] fsfe.org/news/2019/news-20190520-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190520-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190520-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190701-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190701-01.fr.html
[12:51:57] fsfe.org/news/2019/news-20190701-01.it.html
[12:51:57] fsfe.org/news/2019/news-20190806-01.es.html
[12:51:57] fsfe.org/news/2019/news-20190806-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20190806-01.it.html
[12:51:58] fsfe.org/news/2019/news-20190807-01.es.html
[12:51:58] fsfe.org/news/2019/news-20190807-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20190807-01.it.html
[12:51:58] fsfe.org/news/2019/news-20190827-01.es.html
[12:51:58] fsfe.org/news/2019/news-20190827-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20190827-01.it.html
[12:51:58] fsfe.org/news/2019/news-20190917-01.es.html
[12:51:58] fsfe.org/news/2019/news-20190917-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20190917-01.it.html
[12:51:58] fsfe.org/news/2019/news-20190927-01.es.html
[12:51:58] fsfe.org/news/2019/news-20190927-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20190927-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191002-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191002-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191002-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191007-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191007-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191007-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191012-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191012-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191012-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191014-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191014-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191014-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191022-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191022-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191022-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191028-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191028-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191028-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191102-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191102-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191102-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191112-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191112-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191112-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191113-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191113-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191113-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191120-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191120-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191120-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191125-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191125-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191125-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191128-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191128-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191128-01.it.html
[12:51:58] fsfe.org/news/2019/news-20191205-01.es.html
[12:51:58] fsfe.org/news/2019/news-20191205-01.fr.html
[12:51:58] fsfe.org/news/2019/news-20191205-01.it.html
[12:51:58] fsfe.org/news/2020/index.es.html
[12:51:58] fsfe.org/news/2020/index.fr.html
[12:51:58] fsfe.org/news/2020/index.it.html
[12:51:58] fsfe.org/news/2020/news-20200121-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200121-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200121-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200129-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200129-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200129-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200212-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200212-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200212-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200228-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200228-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200228-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200302-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200302-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200302-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200310-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200310-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200310-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200311-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200311-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200311-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200327-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200327-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200327-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200330-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200330-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200330-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200402-02.es.html
[12:51:58] fsfe.org/news/2020/news-20200402-02.fr.html
[12:51:58] fsfe.org/news/2020/news-20200402-02.it.html
[12:51:58] fsfe.org/news/2020/news-20200403-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200403-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200403-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200408-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200408-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200408-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200411-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200411-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200411-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200415-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200415-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200415-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200424-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200424-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200424-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200427-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200427-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200427-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200506-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200506-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200506-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200514-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200514-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200514-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200519-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200519-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200519-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200601-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200601-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200601-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200609-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200609-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200609-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200610-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200610-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200610-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200629-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200629-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200629-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200630-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200630-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200630-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200720-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200720-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200720-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200810-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200810-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200810-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200820-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200820-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200820-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200904-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200904-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200904-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200907-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200907-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200907-01.it.html
[12:51:58] fsfe.org/news/2020/news-20200910-01.es.html
[12:51:58] fsfe.org/news/2020/news-20200910-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20200910-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201005-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201005-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201005-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201009-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201009-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201009-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201019-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201019-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201019-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201023-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201023-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201023-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201110-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201110-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201110-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201112-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201112-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201112-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201120-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201120-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201120-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201208-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201208-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201208-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201210-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201210-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201210-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201211-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201211-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201211-01.it.html
[12:51:58] fsfe.org/news/2020/news-20201215-01.es.html
[12:51:58] fsfe.org/news/2020/news-20201215-01.fr.html
[12:51:58] fsfe.org/news/2020/news-20201215-01.it.html
[12:51:58] fsfe.org/news/2021/index.es.html
[12:51:58] fsfe.org/news/2021/index.fr.html
[12:51:58] fsfe.org/news/2021/index.it.html
[12:51:58] fsfe.org/news/2021/news-20210119-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210119-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210119-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210127-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210127-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210127-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210203-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210203-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210203-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210204-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210204-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210204-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210204-02.es.html
[12:51:58] fsfe.org/news/2021/news-20210204-02.fr.html
[12:51:58] fsfe.org/news/2021/news-20210204-02.it.html
[12:51:58] fsfe.org/news/2021/news-20210209-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210209-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210209-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210214-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210214-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210214-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210219-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210219-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210219-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210302-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210302-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210302-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210305-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210305-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210305-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210311-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210311-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210311-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210317-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210317-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210317-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210318-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210318-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210318-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210324-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210324-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210324-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210330-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210330-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210330-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210331-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210331-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210331-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210406-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210406-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210406-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210420-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210420-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210420-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210427-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210427-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210427-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210504-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210504-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210504-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210505-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210505-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210505-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210506-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210506-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210506-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210521-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210521-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210521-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210525-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210525-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210525-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210526-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210526-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210526-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210529-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210529-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210529-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210609-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210609-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210609-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210611-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210611-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210611-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210625-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210625-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210625-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210629-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210629-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210629-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210721-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210721-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210721-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210805-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210805-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210805-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210830-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210830-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210830-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210920-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210920-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210920-01.it.html
[12:51:58] fsfe.org/news/2021/news-20210928-01.es.html
[12:51:58] fsfe.org/news/2021/news-20210928-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20210928-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211008-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211008-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211008-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211011-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211011-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211011-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211015-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211015-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211015-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211027-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211027-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211027-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211102-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211102-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211102-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211110-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211110-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211110-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211118-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211118-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211118-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211122-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211122-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211122-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211123-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211123-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211123-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211124-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211124-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211124-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211125-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211125-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211125-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211129-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211129-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211129-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211203-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211203-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211203-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211206-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211206-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211206-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211209-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211209-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211209-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211210-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211210-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211210-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211213-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211213-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211213-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211215-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211215-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211215-01.it.html
[12:51:58] fsfe.org/news/2021/news-20211216-01.es.html
[12:51:58] fsfe.org/news/2021/news-20211216-01.fr.html
[12:51:58] fsfe.org/news/2021/news-20211216-01.it.html
[12:51:58] fsfe.org/news/2022/index.es.html
[12:51:58] fsfe.org/news/2022/index.fr.html
[12:51:58] fsfe.org/news/2022/index.it.html
[12:51:58] fsfe.org/news/2022/news-20220112-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220112-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220112-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220121-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220121-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220121-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220127-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220127-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220127-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220201-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220201-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220201-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220202-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220202-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220202-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220224-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220224-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220224-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220225-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220225-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220225-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220310-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220310-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220310-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220315-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220315-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220315-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220316-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220316-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220316-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220323-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220323-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220323-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220328-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220328-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220328-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220330-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220330-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220330-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220414-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220414-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220414-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220420-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220420-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220420-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220425-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220425-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220425-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220427-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220427-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220427-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220503-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220503-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220503-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220504-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220504-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220504-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220510-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220510-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220510-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220516-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220516-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220516-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220520-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220520-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220520-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220531-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220531-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220531-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220602-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220602-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220602-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220615-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220615-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220615-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220628-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220628-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220628-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220712-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220712-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220712-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220714-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220714-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220714-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220823-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220823-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220823-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220905-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220905-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220905-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220915-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220915-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220915-01.it.html
[12:51:58] fsfe.org/news/2022/news-20220928-01.es.html
[12:51:58] fsfe.org/news/2022/news-20220928-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20220928-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221004-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221004-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221004-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221026-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221026-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221026-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221026-02.es.html
[12:51:58] fsfe.org/news/2022/news-20221026-02.fr.html
[12:51:58] fsfe.org/news/2022/news-20221026-02.it.html
[12:51:58] fsfe.org/news/2022/news-20221104-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221104-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221104-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221104-02.es.html
[12:51:58] fsfe.org/news/2022/news-20221104-02.fr.html
[12:51:58] fsfe.org/news/2022/news-20221104-02.it.html
[12:51:58] fsfe.org/news/2022/news-20221118-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221118-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221118-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221121-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221121-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221121-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221205-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221205-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221205-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221206-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221206-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221206-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221209-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221209-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221209-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221212-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221212-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221212-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221214-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221214-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221214-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221215-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221215-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221215-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221215-02.es.html
[12:51:58] fsfe.org/news/2022/news-20221215-02.fr.html
[12:51:58] fsfe.org/news/2022/news-20221215-02.it.html
[12:51:58] fsfe.org/news/2022/news-20221219-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221219-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221219-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221220-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221220-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221220-01.it.html
[12:51:58] fsfe.org/news/2022/news-20221221-01.es.html
[12:51:58] fsfe.org/news/2022/news-20221221-01.fr.html
[12:51:58] fsfe.org/news/2022/news-20221221-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230104-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230104-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230104-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230109-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230109-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230109-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230113-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230113-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230113-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230119-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230119-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230119-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230123-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230123-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230123-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230126-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230126-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230126-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230215-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230215-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230215-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230220-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230220-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230220-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230222-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230222-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230222-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230227-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230227-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230227-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230301-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230301-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230301-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230308-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230308-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230308-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230313-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230313-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230313-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230321-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230321-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230321-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230323-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230323-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230323-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230323-02.es.html
[12:51:58] fsfe.org/news/2023/news-20230323-02.fr.html
[12:51:58] fsfe.org/news/2023/news-20230323-02.it.html
[12:51:58] fsfe.org/news/2023/news-20230412-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230412-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230412-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230413-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230413-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230413-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230418-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230418-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230418-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230425-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230425-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230425-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230428-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230428-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230428-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230508-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230508-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230508-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230509-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230509-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230509-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230511-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230511-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230511-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230511-02.es.html
[12:51:58] fsfe.org/news/2023/news-20230511-02.fr.html
[12:51:58] fsfe.org/news/2023/news-20230511-02.it.html
[12:51:58] fsfe.org/news/2023/news-20230515-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230515-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230515-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230515-02.es.html
[12:51:58] fsfe.org/news/2023/news-20230515-02.fr.html
[12:51:58] fsfe.org/news/2023/news-20230515-02.it.html
[12:51:58] fsfe.org/news/2023/news-20230524-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230524-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230524-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230606-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230606-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230606-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230614-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230614-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230614-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230623-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230623-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230623-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230629-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230629-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230629-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230629-02.es.html
[12:51:58] fsfe.org/news/2023/news-20230629-02.fr.html
[12:51:58] fsfe.org/news/2023/news-20230629-02.it.html
[12:51:58] fsfe.org/news/2023/news-20230712-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230712-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230712-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230719-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230719-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230719-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230719-02.es.html
[12:51:58] fsfe.org/news/2023/news-20230719-02.fr.html
[12:51:58] fsfe.org/news/2023/news-20230719-02.it.html
[12:51:58] fsfe.org/news/2023/news-20230724-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230724-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230724-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230807-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230807-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230807-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230815-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230815-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230815-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230824-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230824-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230824-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230825-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230825-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230825-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230829-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230829-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230829-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230831-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230831-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230831-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230906-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230906-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230906-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230907-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230907-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230907-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230915-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230915-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230915-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230920-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230920-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230920-01.it.html
[12:51:58] fsfe.org/news/2023/news-20230920-02.es.html
[12:51:58] fsfe.org/news/2023/news-20230920-02.fr.html
[12:51:58] fsfe.org/news/2023/news-20230920-02.it.html
[12:51:58] fsfe.org/news/2023/news-20230926-01.es.html
[12:51:58] fsfe.org/news/2023/news-20230926-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20230926-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231011-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231011-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231011-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231017-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231017-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231017-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231020-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231020-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231020-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231025-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231025-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231025-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231102-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231102-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231102-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231106-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231106-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231106-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231108-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231108-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231108-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231110-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231110-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231110-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231113-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231113-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231113-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231113-02.es.html
[12:51:58] fsfe.org/news/2023/news-20231113-02.fr.html
[12:51:58] fsfe.org/news/2023/news-20231113-02.it.html
[12:51:58] fsfe.org/news/2023/news-20231115-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231115-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231115-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231116-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231116-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231116-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231201-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231201-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231201-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231207-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231207-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231207-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231211-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231211-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231211-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231214-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231214-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231214-01.it.html
[12:51:58] fsfe.org/news/2023/news-20231220-01.es.html
[12:51:58] fsfe.org/news/2023/news-20231220-01.fr.html
[12:51:58] fsfe.org/news/2023/news-20231220-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240109-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240109-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240109-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240111-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240111-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240111-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240117-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240117-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240117-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240122-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240122-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240122-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240126-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240126-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240126-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240130-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240130-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240130-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240206-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240206-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240206-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240208-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240208-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240208-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240226-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240226-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240226-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240301-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240301-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240301-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240307-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240307-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240307-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240312-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240312-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240312-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240318-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240318-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240318-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240318-02.es.html
[12:51:58] fsfe.org/news/2024/news-20240318-02.fr.html
[12:51:58] fsfe.org/news/2024/news-20240318-02.it.html
[12:51:58] fsfe.org/news/2024/news-20240321-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240321-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240321-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240417-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240417-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240417-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240430-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240430-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240430-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240506-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240506-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240506-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240515-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240515-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240515-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240530-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240530-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240530-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240610-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240610-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240610-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240620-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240620-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240620-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240627-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240627-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240627-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240628-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240628-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240628-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240701-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240701-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240701-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240709-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240709-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240709-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240715-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240715-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240715-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240719-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240719-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240719-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240726-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240726-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240726-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240808-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240808-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240808-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240809-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240809-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240809-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240812-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240812-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240812-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240813-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240813-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240813-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240828-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240828-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240828-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240911-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240911-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240911-01.it.html
[12:51:58] fsfe.org/news/2024/news-20240911-02.es.html
[12:51:58] fsfe.org/news/2024/news-20240911-02.fr.html
[12:51:58] fsfe.org/news/2024/news-20240911-02.it.html
[12:51:58] fsfe.org/news/2024/news-20240920-01.es.html
[12:51:58] fsfe.org/news/2024/news-20240920-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20240920-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241002-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241002-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241002-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241016-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241016-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241016-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241027-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241027-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241027-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241101-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241101-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241101-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241108-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241108-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241108-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241113-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241113-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241113-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241114-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241114-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241114-01.it.html
[12:51:58] fsfe.org/news/2024/news-20241121-01.es.html
[12:51:58] fsfe.org/news/2024/news-20241121-01.fr.html
[12:51:58] fsfe.org/news/2024/news-20241121-01.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-1.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-1.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-1.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-10.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-10.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-10.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-11.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-11.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-11.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-12.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-12.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-12.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-13.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-13.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-13.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-14.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-14.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-14.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-15.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-15.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-15.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-16.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-16.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-16.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-17.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-17.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-17.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-18.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-18.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-18.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-19.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-19.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-19.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-2.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-2.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-2.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-20.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-20.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-20.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-21.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-21.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-21.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-22.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-22.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-22.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-23.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-23.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-23.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-24.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-24.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-24.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-25.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-25.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-25.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-3.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-3.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-3.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-4.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-4.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-4.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-5.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-5.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-5.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-6.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-6.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-6.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-7.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-7.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-7.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-8.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-8.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-8.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-9.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-9.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-9.it.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-special-1.es.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-special-1.fr.html
[12:51:58] fsfe.org/news/news/podcast/transcript/episode-special-1.it.html
[12:51:58] fsfe.org/news/nl/nl-200904.es.html
[12:51:58] fsfe.org/news/nl/nl-200904.fr.html
[12:51:58] fsfe.org/news/nl/nl-200904.it.html
[12:51:58] fsfe.org/news/nl/nl-200905.es.html
[12:51:58] fsfe.org/news/nl/nl-200905.fr.html
[12:51:58] fsfe.org/news/nl/nl-200905.it.html
[12:51:58] fsfe.org/news/nl/nl-200906.es.html
[12:51:58] fsfe.org/news/nl/nl-200906.fr.html
[12:51:58] fsfe.org/news/nl/nl-200906.it.html
[12:51:58] fsfe.org/news/nl/nl-200907.es.html
[12:51:58] fsfe.org/news/nl/nl-200907.fr.html
[12:51:58] fsfe.org/news/nl/nl-200907.it.html
[12:51:58] fsfe.org/news/nl/nl-200908.es.html
[12:51:58] fsfe.org/news/nl/nl-200908.fr.html
[12:51:58] fsfe.org/news/nl/nl-200908.it.html
[12:51:58] fsfe.org/news/nl/nl-200909.es.html
[12:51:58] fsfe.org/news/nl/nl-200909.fr.html
[12:51:58] fsfe.org/news/nl/nl-200909.it.html
[12:51:58] fsfe.org/news/nl/nl-200910.es.html
[12:51:58] fsfe.org/news/nl/nl-200910.fr.html
[12:51:58] fsfe.org/news/nl/nl-200910.it.html
[12:51:58] fsfe.org/news/nl/nl-200911.es.html
[12:51:58] fsfe.org/news/nl/nl-200911.fr.html
[12:51:58] fsfe.org/news/nl/nl-200911.it.html
[12:51:58] fsfe.org/news/nl/nl-200912.es.html
[12:51:58] fsfe.org/news/nl/nl-200912.fr.html
[12:51:58] fsfe.org/news/nl/nl-200912.it.html
[12:51:58] fsfe.org/news/nl/nl-201001.es.html
[12:51:58] fsfe.org/news/nl/nl-201001.fr.html
[12:51:58] fsfe.org/news/nl/nl-201001.it.html
[12:51:58] fsfe.org/news/nl/nl-201006.es.html
[12:51:58] fsfe.org/news/nl/nl-201006.fr.html
[12:51:58] fsfe.org/news/nl/nl-201006.it.html
[12:51:58] fsfe.org/news/nl/nl-201007.es.html
[12:51:58] fsfe.org/news/nl/nl-201007.fr.html
[12:51:58] fsfe.org/news/nl/nl-201007.it.html
[12:51:58] fsfe.org/news/nl/nl-201008.es.html
[12:51:58] fsfe.org/news/nl/nl-201008.fr.html
[12:51:58] fsfe.org/news/nl/nl-201008.it.html
[12:51:58] fsfe.org/news/nl/nl-201009.es.html
[12:51:58] fsfe.org/news/nl/nl-201009.fr.html
[12:51:58] fsfe.org/news/nl/nl-201009.it.html
[12:51:58] fsfe.org/news/nl/nl-201010.es.html
[12:51:58] fsfe.org/news/nl/nl-201010.fr.html
[12:51:58] fsfe.org/news/nl/nl-201010.it.html
[12:51:58] fsfe.org/news/nl/nl-201011.es.html
[12:51:58] fsfe.org/news/nl/nl-201011.fr.html
[12:51:58] fsfe.org/news/nl/nl-201011.it.html
[12:51:58] fsfe.org/news/nl/nl-201012.es.html
[12:51:58] fsfe.org/news/nl/nl-201012.fr.html
[12:51:58] fsfe.org/news/nl/nl-201012.it.html
[12:51:58] fsfe.org/news/nl/nl-201101.es.html
[12:51:58] fsfe.org/news/nl/nl-201101.fr.html
[12:51:58] fsfe.org/news/nl/nl-201101.it.html
[12:51:58] fsfe.org/news/nl/nl-201102.es.html
[12:51:58] fsfe.org/news/nl/nl-201102.fr.html
[12:51:58] fsfe.org/news/nl/nl-201102.it.html
[12:51:58] fsfe.org/news/nl/nl-201103.es.html
[12:51:58] fsfe.org/news/nl/nl-201103.fr.html
[12:51:58] fsfe.org/news/nl/nl-201103.it.html
[12:51:58] fsfe.org/news/nl/nl-201104.es.html
[12:51:58] fsfe.org/news/nl/nl-201104.fr.html
[12:51:58] fsfe.org/news/nl/nl-201104.it.html
[12:51:58] fsfe.org/news/nl/nl-201105.es.html
[12:51:58] fsfe.org/news/nl/nl-201105.fr.html
[12:51:58] fsfe.org/news/nl/nl-201105.it.html
[12:51:58] fsfe.org/news/nl/nl-201106.es.html
[12:51:58] fsfe.org/news/nl/nl-201106.fr.html
[12:51:58] fsfe.org/news/nl/nl-201106.it.html
[12:51:58] fsfe.org/news/nl/nl-201107.es.html
[12:51:58] fsfe.org/news/nl/nl-201107.fr.html
[12:51:58] fsfe.org/news/nl/nl-201107.it.html
[12:51:58] fsfe.org/news/nl/nl-201108.es.html
[12:51:58] fsfe.org/news/nl/nl-201108.fr.html
[12:51:58] fsfe.org/news/nl/nl-201108.it.html
[12:51:58] fsfe.org/news/nl/nl-201109.es.html
[12:51:58] fsfe.org/news/nl/nl-201109.fr.html
[12:51:58] fsfe.org/news/nl/nl-201109.it.html
[12:51:58] fsfe.org/news/nl/nl-201110.es.html
[12:51:58] fsfe.org/news/nl/nl-201110.fr.html
[12:51:58] fsfe.org/news/nl/nl-201110.it.html
[12:51:58] fsfe.org/news/nl/nl-201111.es.html
[12:51:58] fsfe.org/news/nl/nl-201111.fr.html
[12:51:58] fsfe.org/news/nl/nl-201111.it.html
[12:51:58] fsfe.org/news/nl/nl-201112.es.html
[12:51:58] fsfe.org/news/nl/nl-201112.fr.html
[12:51:58] fsfe.org/news/nl/nl-201112.it.html
[12:51:58] fsfe.org/news/nl/nl-201201.es.html
[12:51:58] fsfe.org/news/nl/nl-201201.fr.html
[12:51:58] fsfe.org/news/nl/nl-201201.it.html
[12:51:58] fsfe.org/news/nl/nl-201202.es.html
[12:51:58] fsfe.org/news/nl/nl-201202.fr.html
[12:51:58] fsfe.org/news/nl/nl-201202.it.html
[12:51:58] fsfe.org/news/nl/nl-201203.es.html
[12:51:58] fsfe.org/news/nl/nl-201203.fr.html
[12:51:58] fsfe.org/news/nl/nl-201203.it.html
[12:51:58] fsfe.org/news/nl/nl-201204.es.html
[12:51:58] fsfe.org/news/nl/nl-201204.fr.html
[12:51:58] fsfe.org/news/nl/nl-201204.it.html
[12:51:58] fsfe.org/news/nl/nl-201205.es.html
[12:51:58] fsfe.org/news/nl/nl-201205.fr.html
[12:51:58] fsfe.org/news/nl/nl-201205.it.html
[12:51:58] fsfe.org/news/nl/nl-201206.es.html
[12:51:58] fsfe.org/news/nl/nl-201206.fr.html
[12:51:58] fsfe.org/news/nl/nl-201206.it.html
[12:51:58] fsfe.org/news/nl/nl-201207.es.html
[12:51:58] fsfe.org/news/nl/nl-201207.fr.html
[12:51:58] fsfe.org/news/nl/nl-201207.it.html
[12:51:58] fsfe.org/news/nl/nl-201208.es.html
[12:51:58] fsfe.org/news/nl/nl-201208.fr.html
[12:51:58] fsfe.org/news/nl/nl-201208.it.html
[12:51:58] fsfe.org/news/nl/nl-201209.es.html
[12:51:58] fsfe.org/news/nl/nl-201209.fr.html
[12:51:58] fsfe.org/news/nl/nl-201209.it.html
[12:51:58] fsfe.org/news/nl/nl-201210.es.html
[12:51:58] fsfe.org/news/nl/nl-201210.fr.html
[12:51:58] fsfe.org/news/nl/nl-201210.it.html
[12:51:58] fsfe.org/news/nl/nl-201211.es.html
[12:51:58] fsfe.org/news/nl/nl-201211.fr.html
[12:51:58] fsfe.org/news/nl/nl-201211.it.html
[12:51:58] fsfe.org/news/nl/nl-201212.es.html
[12:51:58] fsfe.org/news/nl/nl-201212.fr.html
[12:51:58] fsfe.org/news/nl/nl-201212.it.html
[12:51:58] fsfe.org/news/nl/nl-201302.es.html
[12:51:58] fsfe.org/news/nl/nl-201302.fr.html
[12:51:58] fsfe.org/news/nl/nl-201302.it.html
[12:51:58] fsfe.org/news/nl/nl-201303.es.html
[12:51:58] fsfe.org/news/nl/nl-201303.fr.html
[12:51:58] fsfe.org/news/nl/nl-201303.it.html
[12:51:58] fsfe.org/news/nl/nl-201305.es.html
[12:51:58] fsfe.org/news/nl/nl-201305.fr.html
[12:51:58] fsfe.org/news/nl/nl-201305.it.html
[12:51:58] fsfe.org/news/nl/nl-201306.es.html
[12:51:58] fsfe.org/news/nl/nl-201306.fr.html
[12:51:58] fsfe.org/news/nl/nl-201306.it.html
[12:51:58] fsfe.org/news/nl/nl-201307.es.html
[12:51:58] fsfe.org/news/nl/nl-201307.fr.html
[12:51:58] fsfe.org/news/nl/nl-201307.it.html
[12:51:58] fsfe.org/news/nl/nl-201308.es.html
[12:51:58] fsfe.org/news/nl/nl-201308.fr.html
[12:51:58] fsfe.org/news/nl/nl-201308.it.html
[12:51:58] fsfe.org/news/nl/nl-201309.es.html
[12:51:58] fsfe.org/news/nl/nl-201309.fr.html
[12:51:58] fsfe.org/news/nl/nl-201309.it.html
[12:51:58] fsfe.org/news/nl/nl-201310.es.html
[12:51:58] fsfe.org/news/nl/nl-201310.fr.html
[12:51:58] fsfe.org/news/nl/nl-201310.it.html
[12:51:58] fsfe.org/news/nl/nl-201311.es.html
[12:51:58] fsfe.org/news/nl/nl-201311.fr.html
[12:51:58] fsfe.org/news/nl/nl-201311.it.html
[12:51:58] fsfe.org/news/nl/nl-201312.es.html
[12:51:58] fsfe.org/news/nl/nl-201312.fr.html
[12:51:58] fsfe.org/news/nl/nl-201312.it.html
[12:51:58] fsfe.org/news/nl/nl-201401.es.html
[12:51:58] fsfe.org/news/nl/nl-201401.fr.html
[12:51:58] fsfe.org/news/nl/nl-201401.it.html
[12:51:58] fsfe.org/news/nl/nl-201402.es.html
[12:51:58] fsfe.org/news/nl/nl-201402.fr.html
[12:51:58] fsfe.org/news/nl/nl-201402.it.html
[12:51:58] fsfe.org/news/nl/nl-201403.es.html
[12:51:58] fsfe.org/news/nl/nl-201403.fr.html
[12:51:58] fsfe.org/news/nl/nl-201403.it.html
[12:51:58] fsfe.org/news/nl/nl-201404.es.html
[12:51:58] fsfe.org/news/nl/nl-201404.fr.html
[12:51:58] fsfe.org/news/nl/nl-201404.it.html
[12:51:58] fsfe.org/news/nl/nl-201405.es.html
[12:51:58] fsfe.org/news/nl/nl-201405.fr.html
[12:51:58] fsfe.org/news/nl/nl-201405.it.html
[12:51:58] fsfe.org/news/nl/nl-201406.es.html
[12:51:58] fsfe.org/news/nl/nl-201406.fr.html
[12:51:58] fsfe.org/news/nl/nl-201406.it.html
[12:51:58] fsfe.org/news/nl/nl-201407.es.html
[12:51:58] fsfe.org/news/nl/nl-201407.fr.html
[12:51:58] fsfe.org/news/nl/nl-201407.it.html
[12:51:58] fsfe.org/news/nl/nl-201408.es.html
[12:51:58] fsfe.org/news/nl/nl-201408.fr.html
[12:51:58] fsfe.org/news/nl/nl-201408.it.html
[12:51:58] fsfe.org/news/nl/nl-201409.es.html
[12:51:58] fsfe.org/news/nl/nl-201409.fr.html
[12:51:58] fsfe.org/news/nl/nl-201409.it.html
[12:51:58] fsfe.org/news/nl/nl-201410.es.html
[12:51:58] fsfe.org/news/nl/nl-201410.fr.html
[12:51:58] fsfe.org/news/nl/nl-201410.it.html
[12:51:58] fsfe.org/news/nl/nl-201411.es.html
[12:51:58] fsfe.org/news/nl/nl-201411.fr.html
[12:51:58] fsfe.org/news/nl/nl-201411.it.html
[12:51:58] fsfe.org/news/nl/nl-201412.es.html
[12:51:58] fsfe.org/news/nl/nl-201412.fr.html
[12:51:58] fsfe.org/news/nl/nl-201412.it.html
[12:51:58] fsfe.org/news/nl/nl-201501.es.html
[12:51:58] fsfe.org/news/nl/nl-201501.fr.html
[12:51:58] fsfe.org/news/nl/nl-201501.it.html
[12:51:58] fsfe.org/news/nl/nl-201502.es.html
[12:51:58] fsfe.org/news/nl/nl-201502.fr.html
[12:51:58] fsfe.org/news/nl/nl-201502.it.html
[12:51:58] fsfe.org/news/nl/nl-201503.es.html
[12:51:58] fsfe.org/news/nl/nl-201503.fr.html
[12:51:58] fsfe.org/news/nl/nl-201503.it.html
[12:51:58] fsfe.org/news/nl/nl-201504.es.html
[12:51:58] fsfe.org/news/nl/nl-201504.fr.html
[12:51:58] fsfe.org/news/nl/nl-201504.it.html
[12:51:58] fsfe.org/news/nl/nl-201505.es.html
[12:51:58] fsfe.org/news/nl/nl-201505.fr.html
[12:51:58] fsfe.org/news/nl/nl-201505.it.html
[12:51:58] fsfe.org/news/nl/nl-201506.es.html
[12:51:59] fsfe.org/news/nl/nl-201506.fr.html
[12:51:59] fsfe.org/news/nl/nl-201506.it.html
[12:51:59] fsfe.org/news/nl/nl-201507.es.html
[12:51:59] fsfe.org/news/nl/nl-201507.fr.html
[12:51:59] fsfe.org/news/nl/nl-201507.it.html
[12:51:59] fsfe.org/news/nl/nl-201508.es.html
[12:51:59] fsfe.org/news/nl/nl-201508.fr.html
[12:51:59] fsfe.org/news/nl/nl-201508.it.html
[12:51:59] fsfe.org/news/nl/nl-201509.es.html
[12:51:59] fsfe.org/news/nl/nl-201509.fr.html
[12:51:59] fsfe.org/news/nl/nl-201509.it.html
[12:51:59] fsfe.org/news/nl/nl-201510.es.html
[12:51:59] fsfe.org/news/nl/nl-201510.fr.html
[12:51:59] fsfe.org/news/nl/nl-201510.it.html
[12:51:59] fsfe.org/news/nl/nl-201511.es.html
[12:51:59] fsfe.org/news/nl/nl-201511.fr.html
[12:51:59] fsfe.org/news/nl/nl-201511.it.html
[12:51:59] fsfe.org/news/nl/nl-201512.es.html
[12:51:59] fsfe.org/news/nl/nl-201512.fr.html
[12:51:59] fsfe.org/news/nl/nl-201512.it.html
[12:51:59] fsfe.org/news/nl/nl-201602.es.html
[12:51:59] fsfe.org/news/nl/nl-201602.fr.html
[12:51:59] fsfe.org/news/nl/nl-201602.it.html
[12:51:59] fsfe.org/news/nl/nl-201603.es.html
[12:51:59] fsfe.org/news/nl/nl-201603.fr.html
[12:51:59] fsfe.org/news/nl/nl-201603.it.html
[12:51:59] fsfe.org/news/nl/nl-201604.es.html
[12:51:59] fsfe.org/news/nl/nl-201604.fr.html
[12:51:59] fsfe.org/news/nl/nl-201604.it.html
[12:51:59] fsfe.org/news/nl/nl-201605.es.html
[12:51:59] fsfe.org/news/nl/nl-201605.fr.html
[12:51:59] fsfe.org/news/nl/nl-201605.it.html
[12:51:59] fsfe.org/news/nl/nl-201606.es.html
[12:51:59] fsfe.org/news/nl/nl-201606.fr.html
[12:51:59] fsfe.org/news/nl/nl-201606.it.html
[12:51:59] fsfe.org/news/nl/nl-201607.es.html
[12:51:59] fsfe.org/news/nl/nl-201607.fr.html
[12:51:59] fsfe.org/news/nl/nl-201607.it.html
[12:51:59] fsfe.org/news/nl/nl-201608.es.html
[12:51:59] fsfe.org/news/nl/nl-201608.fr.html
[12:51:59] fsfe.org/news/nl/nl-201608.it.html
[12:51:59] fsfe.org/news/nl/nl-201609.es.html
[12:51:59] fsfe.org/news/nl/nl-201609.fr.html
[12:51:59] fsfe.org/news/nl/nl-201609.it.html
[12:51:59] fsfe.org/news/nl/nl-201610.es.html
[12:51:59] fsfe.org/news/nl/nl-201610.fr.html
[12:51:59] fsfe.org/news/nl/nl-201610.it.html
[12:51:59] fsfe.org/news/nl/nl-201611.es.html
[12:51:59] fsfe.org/news/nl/nl-201611.fr.html
[12:51:59] fsfe.org/news/nl/nl-201611.it.html
[12:51:59] fsfe.org/news/nl/nl-201612.es.html
[12:51:59] fsfe.org/news/nl/nl-201612.fr.html
[12:51:59] fsfe.org/news/nl/nl-201612.it.html
[12:51:59] fsfe.org/news/nl/nl-201702.es.html
[12:51:59] fsfe.org/news/nl/nl-201702.fr.html
[12:51:59] fsfe.org/news/nl/nl-201702.it.html
[12:51:59] fsfe.org/news/nl/nl-201703.es.html
[12:51:59] fsfe.org/news/nl/nl-201703.fr.html
[12:51:59] fsfe.org/news/nl/nl-201703.it.html
[12:51:59] fsfe.org/news/nl/nl-201704.es.html
[12:51:59] fsfe.org/news/nl/nl-201704.fr.html
[12:51:59] fsfe.org/news/nl/nl-201704.it.html
[12:51:59] fsfe.org/news/nl/nl-201705.es.html
[12:51:59] fsfe.org/news/nl/nl-201705.fr.html
[12:51:59] fsfe.org/news/nl/nl-201705.it.html
[12:51:59] fsfe.org/news/nl/nl-201706.es.html
[12:51:59] fsfe.org/news/nl/nl-201706.fr.html
[12:51:59] fsfe.org/news/nl/nl-201706.it.html
[12:51:59] fsfe.org/news/nl/nl-201707.es.html
[12:51:59] fsfe.org/news/nl/nl-201707.fr.html
[12:51:59] fsfe.org/news/nl/nl-201707.it.html
[12:51:59] fsfe.org/news/nl/nl-201709.es.html
[12:51:59] fsfe.org/news/nl/nl-201709.fr.html
[12:51:59] fsfe.org/news/nl/nl-201709.it.html
[12:51:59] fsfe.org/news/nl/nl-201710.es.html
[12:51:59] fsfe.org/news/nl/nl-201710.fr.html
[12:51:59] fsfe.org/news/nl/nl-201710.it.html
[12:51:59] fsfe.org/news/nl/nl-201711.es.html
[12:51:59] fsfe.org/news/nl/nl-201711.fr.html
[12:51:59] fsfe.org/news/nl/nl-201711.it.html
[12:51:59] fsfe.org/news/nl/nl-201712.es.html
[12:51:59] fsfe.org/news/nl/nl-201712.fr.html
[12:51:59] fsfe.org/news/nl/nl-201712.it.html
[12:51:59] fsfe.org/news/nl/nl-201802.es.html
[12:51:59] fsfe.org/news/nl/nl-201802.fr.html
[12:51:59] fsfe.org/news/nl/nl-201802.it.html
[12:51:59] fsfe.org/news/nl/nl-201803.es.html
[12:51:59] fsfe.org/news/nl/nl-201803.fr.html
[12:51:59] fsfe.org/news/nl/nl-201803.it.html
[12:51:59] fsfe.org/news/nl/nl-201804.es.html
[12:51:59] fsfe.org/news/nl/nl-201804.fr.html
[12:51:59] fsfe.org/news/nl/nl-201804.it.html
[12:51:59] fsfe.org/news/nl/nl-201805.es.html
[12:51:59] fsfe.org/news/nl/nl-201805.fr.html
[12:51:59] fsfe.org/news/nl/nl-201805.it.html
[12:51:59] fsfe.org/news/nl/nl-201806.es.html
[12:51:59] fsfe.org/news/nl/nl-201806.fr.html
[12:51:59] fsfe.org/news/nl/nl-201806.it.html
[12:51:59] fsfe.org/news/nl/nl-201807.es.html
[12:51:59] fsfe.org/news/nl/nl-201807.fr.html
[12:51:59] fsfe.org/news/nl/nl-201807.it.html
[12:51:59] fsfe.org/news/nl/nl-201809.es.html
[12:51:59] fsfe.org/news/nl/nl-201809.fr.html
[12:51:59] fsfe.org/news/nl/nl-201809.it.html
[12:51:59] fsfe.org/news/nl/nl-201810.es.html
[12:51:59] fsfe.org/news/nl/nl-201810.fr.html
[12:51:59] fsfe.org/news/nl/nl-201810.it.html
[12:51:59] fsfe.org/news/nl/nl-201811.es.html
[12:51:59] fsfe.org/news/nl/nl-201811.fr.html
[12:51:59] fsfe.org/news/nl/nl-201811.it.html
[12:51:59] fsfe.org/news/nl/nl-201812.es.html
[12:51:59] fsfe.org/news/nl/nl-201812.fr.html
[12:51:59] fsfe.org/news/nl/nl-201812.it.html
[12:51:59] fsfe.org/news/nl/nl-201902.es.html
[12:51:59] fsfe.org/news/nl/nl-201902.fr.html
[12:51:59] fsfe.org/news/nl/nl-201902.it.html
[12:51:59] fsfe.org/news/nl/nl-201903.es.html
[12:51:59] fsfe.org/news/nl/nl-201903.fr.html
[12:51:59] fsfe.org/news/nl/nl-201903.it.html
[12:51:59] fsfe.org/news/nl/nl-201904.es.html
[12:51:59] fsfe.org/news/nl/nl-201904.fr.html
[12:51:59] fsfe.org/news/nl/nl-201904.it.html
[12:51:59] fsfe.org/news/nl/nl-201905.es.html
[12:51:59] fsfe.org/news/nl/nl-201905.fr.html
[12:51:59] fsfe.org/news/nl/nl-201905.it.html
[12:51:59] fsfe.org/news/nl/nl-201906.es.html
[12:51:59] fsfe.org/news/nl/nl-201906.fr.html
[12:51:59] fsfe.org/news/nl/nl-201906.it.html
[12:51:59] fsfe.org/news/nl/nl-201907.es.html
[12:51:59] fsfe.org/news/nl/nl-201907.fr.html
[12:51:59] fsfe.org/news/nl/nl-201907.it.html
[12:51:59] fsfe.org/news/nl/nl-201909.es.html
[12:51:59] fsfe.org/news/nl/nl-201909.fr.html
[12:51:59] fsfe.org/news/nl/nl-201909.it.html
[12:51:59] fsfe.org/news/nl/nl-201910.es.html
[12:51:59] fsfe.org/news/nl/nl-201910.fr.html
[12:51:59] fsfe.org/news/nl/nl-201910.it.html
[12:51:59] fsfe.org/news/nl/nl-201911.es.html
[12:51:59] fsfe.org/news/nl/nl-201911.fr.html
[12:51:59] fsfe.org/news/nl/nl-201911.it.html
[12:51:59] fsfe.org/news/nl/nl-201912.es.html
[12:51:59] fsfe.org/news/nl/nl-201912.fr.html
[12:51:59] fsfe.org/news/nl/nl-201912.it.html
[12:51:59] fsfe.org/news/nl/nl-202001.es.html
[12:51:59] fsfe.org/news/nl/nl-202001.fr.html
[12:51:59] fsfe.org/news/nl/nl-202001.it.html
[12:51:59] fsfe.org/news/nl/nl-202002.es.html
[12:51:59] fsfe.org/news/nl/nl-202002.fr.html
[12:51:59] fsfe.org/news/nl/nl-202002.it.html
[12:51:59] fsfe.org/news/nl/nl-202004.es.html
[12:51:59] fsfe.org/news/nl/nl-202004.fr.html
[12:51:59] fsfe.org/news/nl/nl-202004.it.html
[12:51:59] fsfe.org/news/nl/nl-202005.es.html
[12:51:59] fsfe.org/news/nl/nl-202005.fr.html
[12:51:59] fsfe.org/news/nl/nl-202005.it.html
[12:51:59] fsfe.org/news/nl/nl-202006.es.html
[12:51:59] fsfe.org/news/nl/nl-202006.fr.html
[12:51:59] fsfe.org/news/nl/nl-202006.it.html
[12:51:59] fsfe.org/news/nl/nl-202007.es.html
[12:51:59] fsfe.org/news/nl/nl-202007.fr.html
[12:51:59] fsfe.org/news/nl/nl-202007.it.html
[12:51:59] fsfe.org/news/nl/nl-202008.es.html
[12:51:59] fsfe.org/news/nl/nl-202008.fr.html
[12:51:59] fsfe.org/news/nl/nl-202008.it.html
[12:51:59] fsfe.org/news/nl/nl-202009.es.html
[12:51:59] fsfe.org/news/nl/nl-202009.fr.html
[12:51:59] fsfe.org/news/nl/nl-202009.it.html
[12:51:59] fsfe.org/news/nl/nl-202010.es.html
[12:51:59] fsfe.org/news/nl/nl-202010.fr.html
[12:51:59] fsfe.org/news/nl/nl-202010.it.html
[12:51:59] fsfe.org/news/nl/nl-202011.es.html
[12:51:59] fsfe.org/news/nl/nl-202011.fr.html
[12:51:59] fsfe.org/news/nl/nl-202011.it.html
[12:51:59] fsfe.org/news/nl/nl-202012.es.html
[12:51:59] fsfe.org/news/nl/nl-202012.fr.html
[12:51:59] fsfe.org/news/nl/nl-202012.it.html
[12:51:59] fsfe.org/news/nl/nl-202101.es.html
[12:51:59] fsfe.org/news/nl/nl-202101.fr.html
[12:51:59] fsfe.org/news/nl/nl-202101.it.html
[12:51:59] fsfe.org/news/nl/nl-202102.es.html
[12:51:59] fsfe.org/news/nl/nl-202102.fr.html
[12:51:59] fsfe.org/news/nl/nl-202102.it.html
[12:51:59] fsfe.org/news/nl/nl-202103.es.html
[12:51:59] fsfe.org/news/nl/nl-202103.fr.html
[12:51:59] fsfe.org/news/nl/nl-202103.it.html
[12:51:59] fsfe.org/news/nl/nl-202104.es.html
[12:51:59] fsfe.org/news/nl/nl-202104.fr.html
[12:51:59] fsfe.org/news/nl/nl-202104.it.html
[12:51:59] fsfe.org/news/nl/nl-202105.es.html
[12:51:59] fsfe.org/news/nl/nl-202105.fr.html
[12:51:59] fsfe.org/news/nl/nl-202105.it.html
[12:51:59] fsfe.org/news/nl/nl-202106.es.html
[12:51:59] fsfe.org/news/nl/nl-202106.fr.html
[12:51:59] fsfe.org/news/nl/nl-202106.it.html
[12:51:59] fsfe.org/news/nl/nl-202107.es.html
[12:51:59] fsfe.org/news/nl/nl-202107.fr.html
[12:51:59] fsfe.org/news/nl/nl-202107.it.html
[12:51:59] fsfe.org/news/nl/nl-202109.es.html
[12:51:59] fsfe.org/news/nl/nl-202109.fr.html
[12:51:59] fsfe.org/news/nl/nl-202109.it.html
[12:51:59] fsfe.org/news/nl/nl-202110.es.html
[12:51:59] fsfe.org/news/nl/nl-202110.fr.html
[12:51:59] fsfe.org/news/nl/nl-202110.it.html
[12:51:59] fsfe.org/news/nl/nl-202111.es.html
[12:51:59] fsfe.org/news/nl/nl-202111.fr.html
[12:51:59] fsfe.org/news/nl/nl-202111.it.html
[12:51:59] fsfe.org/news/nl/nl-202112.es.html
[12:51:59] fsfe.org/news/nl/nl-202112.fr.html
[12:51:59] fsfe.org/news/nl/nl-202112.it.html
[12:51:59] fsfe.org/news/nl/nl-202201.es.html
[12:51:59] fsfe.org/news/nl/nl-202201.fr.html
[12:51:59] fsfe.org/news/nl/nl-202201.it.html
[12:51:59] fsfe.org/news/nl/nl-202202.es.html
[12:51:59] fsfe.org/news/nl/nl-202202.fr.html
[12:51:59] fsfe.org/news/nl/nl-202202.it.html
[12:51:59] fsfe.org/news/nl/nl-202203.es.html
[12:51:59] fsfe.org/news/nl/nl-202203.fr.html
[12:51:59] fsfe.org/news/nl/nl-202203.it.html
[12:51:59] fsfe.org/news/nl/nl-202204.es.html
[12:51:59] fsfe.org/news/nl/nl-202204.fr.html
[12:51:59] fsfe.org/news/nl/nl-202204.it.html
[12:51:59] fsfe.org/news/nl/nl-202205.es.html
[12:51:59] fsfe.org/news/nl/nl-202205.fr.html
[12:51:59] fsfe.org/news/nl/nl-202205.it.html
[12:51:59] fsfe.org/news/nl/nl-202206.es.html
[12:51:59] fsfe.org/news/nl/nl-202206.fr.html
[12:51:59] fsfe.org/news/nl/nl-202206.it.html
[12:51:59] fsfe.org/news/nl/nl-202207.es.html
[12:51:59] fsfe.org/news/nl/nl-202207.fr.html
[12:51:59] fsfe.org/news/nl/nl-202207.it.html
[12:51:59] fsfe.org/news/nl/nl-202209.es.html
[12:51:59] fsfe.org/news/nl/nl-202209.fr.html
[12:51:59] fsfe.org/news/nl/nl-202209.it.html
[12:51:59] fsfe.org/news/nl/nl-202210.es.html
[12:51:59] fsfe.org/news/nl/nl-202210.fr.html
[12:51:59] fsfe.org/news/nl/nl-202210.it.html
[12:51:59] fsfe.org/news/nl/nl-202211.es.html
[12:51:59] fsfe.org/news/nl/nl-202211.fr.html
[12:51:59] fsfe.org/news/nl/nl-202211.it.html
[12:51:59] fsfe.org/news/nl/nl-202212.es.html
[12:51:59] fsfe.org/news/nl/nl-202212.fr.html
[12:51:59] fsfe.org/news/nl/nl-202212.it.html
[12:51:59] fsfe.org/news/nl/nl-202301.es.html
[12:51:59] fsfe.org/news/nl/nl-202301.fr.html
[12:51:59] fsfe.org/news/nl/nl-202301.it.html
[12:51:59] fsfe.org/news/nl/nl-202302.es.html
[12:51:59] fsfe.org/news/nl/nl-202302.fr.html
[12:51:59] fsfe.org/news/nl/nl-202302.it.html
[12:51:59] fsfe.org/news/nl/nl-202303.es.html
[12:51:59] fsfe.org/news/nl/nl-202303.fr.html
[12:51:59] fsfe.org/news/nl/nl-202303.it.html
[12:51:59] fsfe.org/news/nl/nl-202304.es.html
[12:51:59] fsfe.org/news/nl/nl-202304.fr.html
[12:51:59] fsfe.org/news/nl/nl-202304.it.html
[12:51:59] fsfe.org/news/nl/nl-202305.es.html
[12:51:59] fsfe.org/news/nl/nl-202305.fr.html
[12:51:59] fsfe.org/news/nl/nl-202305.it.html
[12:51:59] fsfe.org/news/nl/nl-202306.es.html
[12:51:59] fsfe.org/news/nl/nl-202306.fr.html
[12:51:59] fsfe.org/news/nl/nl-202306.it.html
[12:51:59] fsfe.org/news/nl/nl-202307.es.html
[12:51:59] fsfe.org/news/nl/nl-202307.fr.html
[12:51:59] fsfe.org/news/nl/nl-202307.it.html
[12:51:59] fsfe.org/news/nl/nl-202308.es.html
[12:51:59] fsfe.org/news/nl/nl-202308.fr.html
[12:51:59] fsfe.org/news/nl/nl-202308.it.html
[12:51:59] fsfe.org/news/nl/nl-202309.es.html
[12:51:59] fsfe.org/news/nl/nl-202309.fr.html
[12:51:59] fsfe.org/news/nl/nl-202309.it.html
[12:51:59] fsfe.org/news/nl/nl-202310.es.html
[12:51:59] fsfe.org/news/nl/nl-202310.fr.html
[12:51:59] fsfe.org/news/nl/nl-202310.it.html
[12:51:59] fsfe.org/news/nl/nl-202311.es.html
[12:51:59] fsfe.org/news/nl/nl-202311.fr.html
[12:51:59] fsfe.org/news/nl/nl-202311.it.html
[12:51:59] fsfe.org/news/nl/nl-202312.es.html
[12:51:59] fsfe.org/news/nl/nl-202312.fr.html
[12:51:59] fsfe.org/news/nl/nl-202312.it.html
[12:51:59] fsfe.org/news/nl/nl-202401.es.html
[12:51:59] fsfe.org/news/nl/nl-202401.fr.html
[12:51:59] fsfe.org/news/nl/nl-202401.it.html
[12:51:59] fsfe.org/news/nl/nl-202402.es.html
[12:51:59] fsfe.org/news/nl/nl-202402.fr.html
[12:51:59] fsfe.org/news/nl/nl-202402.it.html
[12:51:59] fsfe.org/news/nl/nl-202403.es.html
[12:51:59] fsfe.org/news/nl/nl-202403.fr.html
[12:51:59] fsfe.org/news/nl/nl-202403.it.html
[12:51:59] fsfe.org/news/nl/nl-202404.es.html
[12:51:59] fsfe.org/news/nl/nl-202404.fr.html
[12:51:59] fsfe.org/news/nl/nl-202404.it.html
[12:51:59] fsfe.org/news/nl/nl-202405.es.html
[12:51:59] fsfe.org/news/nl/nl-202405.fr.html
[12:51:59] fsfe.org/news/nl/nl-202405.it.html
[12:51:59] fsfe.org/news/nl/nl-202406.es.html
[12:51:59] fsfe.org/news/nl/nl-202406.fr.html
[12:51:59] fsfe.org/news/nl/nl-202406.it.html
[12:51:59] fsfe.org/news/nl/nl-202407.es.html
[12:51:59] fsfe.org/news/nl/nl-202407.fr.html
[12:51:59] fsfe.org/news/nl/nl-202407.it.html
[12:51:59] fsfe.org/news/nl/nl-202408.es.html
[12:51:59] fsfe.org/news/nl/nl-202408.fr.html
[12:51:59] fsfe.org/news/nl/nl-202408.it.html
[12:51:59] fsfe.org/news/nl/nl-202409.es.html
[12:51:59] fsfe.org/news/nl/nl-202409.fr.html
[12:51:59] fsfe.org/news/nl/nl-202409.it.html
[12:51:59] fsfe.org/news/nl/nl-202410.es.html
[12:51:59] fsfe.org/news/nl/nl-202410.fr.html
[12:51:59] fsfe.org/news/nl/nl-202410.it.html
[12:51:59] fsfe.org/news/nl/nl-202411.es.html
[12:51:59] fsfe.org/news/nl/nl-202411.fr.html
[12:51:59] fsfe.org/news/nl/nl-202411.it.html
[12:51:59] fsfe.org/news/podcast/episode-1.es.html
[12:51:59] fsfe.org/news/podcast/episode-1.fr.html
[12:51:59] fsfe.org/news/podcast/episode-1.it.html
[12:51:59] fsfe.org/news/podcast/episode-10.es.html
[12:51:59] fsfe.org/news/podcast/episode-10.fr.html
[12:51:59] fsfe.org/news/podcast/episode-10.it.html
[12:51:59] fsfe.org/news/podcast/episode-11.es.html
[12:51:59] fsfe.org/news/podcast/episode-11.fr.html
[12:51:59] fsfe.org/news/podcast/episode-11.it.html
[12:51:59] fsfe.org/news/podcast/episode-12.es.html
[12:51:59] fsfe.org/news/podcast/episode-12.fr.html
[12:51:59] fsfe.org/news/podcast/episode-12.it.html
[12:51:59] fsfe.org/news/podcast/episode-13.es.html
[12:51:59] fsfe.org/news/podcast/episode-13.fr.html
[12:51:59] fsfe.org/news/podcast/episode-13.it.html
[12:51:59] fsfe.org/news/podcast/episode-14.es.html
[12:51:59] fsfe.org/news/podcast/episode-14.fr.html
[12:51:59] fsfe.org/news/podcast/episode-14.it.html
[12:51:59] fsfe.org/news/podcast/episode-15.es.html
[12:51:59] fsfe.org/news/podcast/episode-15.fr.html
[12:51:59] fsfe.org/news/podcast/episode-15.it.html
[12:51:59] fsfe.org/news/podcast/episode-16.es.html
[12:51:59] fsfe.org/news/podcast/episode-16.fr.html
[12:51:59] fsfe.org/news/podcast/episode-16.it.html
[12:51:59] fsfe.org/news/podcast/episode-17.es.html
[12:51:59] fsfe.org/news/podcast/episode-17.fr.html
[12:51:59] fsfe.org/news/podcast/episode-17.it.html
[12:51:59] fsfe.org/news/podcast/episode-18.es.html
[12:51:59] fsfe.org/news/podcast/episode-18.fr.html
[12:51:59] fsfe.org/news/podcast/episode-18.it.html
[12:51:59] fsfe.org/news/podcast/episode-19.es.html
[12:51:59] fsfe.org/news/podcast/episode-19.fr.html
[12:51:59] fsfe.org/news/podcast/episode-19.it.html
[12:51:59] fsfe.org/news/podcast/episode-2.es.html
[12:51:59] fsfe.org/news/podcast/episode-2.fr.html
[12:51:59] fsfe.org/news/podcast/episode-2.it.html
[12:51:59] fsfe.org/news/podcast/episode-20.es.html
[12:51:59] fsfe.org/news/podcast/episode-20.fr.html
[12:51:59] fsfe.org/news/podcast/episode-20.it.html
[12:51:59] fsfe.org/news/podcast/episode-21.es.html
[12:51:59] fsfe.org/news/podcast/episode-21.fr.html
[12:51:59] fsfe.org/news/podcast/episode-21.it.html
[12:51:59] fsfe.org/news/podcast/episode-22.es.html
[12:51:59] fsfe.org/news/podcast/episode-22.fr.html
[12:51:59] fsfe.org/news/podcast/episode-22.it.html
[12:51:59] fsfe.org/news/podcast/episode-23.es.html
[12:51:59] fsfe.org/news/podcast/episode-23.fr.html
[12:51:59] fsfe.org/news/podcast/episode-23.it.html
[12:51:59] fsfe.org/news/podcast/episode-24.es.html
[12:51:59] fsfe.org/news/podcast/episode-24.fr.html
[12:51:59] fsfe.org/news/podcast/episode-24.it.html
[12:51:59] fsfe.org/news/podcast/episode-25.es.html
[12:51:59] fsfe.org/news/podcast/episode-25.fr.html
[12:51:59] fsfe.org/news/podcast/episode-25.it.html
[12:51:59] fsfe.org/news/podcast/episode-26.es.html
[12:51:59] fsfe.org/news/podcast/episode-26.fr.html
[12:51:59] fsfe.org/news/podcast/episode-26.it.html
[12:51:59] fsfe.org/news/podcast/episode-3.es.html
[12:51:59] fsfe.org/news/podcast/episode-3.fr.html
[12:51:59] fsfe.org/news/podcast/episode-3.it.html
[12:51:59] fsfe.org/news/podcast/episode-4.es.html
[12:51:59] fsfe.org/news/podcast/episode-4.fr.html
[12:51:59] fsfe.org/news/podcast/episode-4.it.html
[12:51:59] fsfe.org/news/podcast/episode-5.es.html
[12:51:59] fsfe.org/news/podcast/episode-5.fr.html
[12:51:59] fsfe.org/news/podcast/episode-5.it.html
[12:51:59] fsfe.org/news/podcast/episode-6.es.html
[12:51:59] fsfe.org/news/podcast/episode-6.fr.html
[12:51:59] fsfe.org/news/podcast/episode-6.it.html
[12:51:59] fsfe.org/news/podcast/episode-7.es.html
[12:51:59] fsfe.org/news/podcast/episode-7.fr.html
[12:51:59] fsfe.org/news/podcast/episode-7.it.html
[12:51:59] fsfe.org/news/podcast/episode-8.es.html
[12:51:59] fsfe.org/news/podcast/episode-8.fr.html
[12:51:59] fsfe.org/news/podcast/episode-8.it.html
[12:51:59] fsfe.org/news/podcast/episode-9.es.html
[12:51:59] fsfe.org/news/podcast/episode-9.fr.html
[12:51:59] fsfe.org/news/podcast/episode-9.it.html
[12:51:59] fsfe.org/news/podcast/episode-special-1.es.html
[12:51:59] fsfe.org/news/podcast/episode-special-1.fr.html
[12:51:59] fsfe.org/news/podcast/episode-special-1.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-1.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-1.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-1.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-10.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-10.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-10.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-11.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-11.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-11.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-12.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-12.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-12.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-13.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-13.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-13.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-14.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-14.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-14.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-15.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-15.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-15.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-16.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-16.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-16.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-17.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-17.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-17.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-18.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-18.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-18.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-19.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-19.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-19.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-2.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-2.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-2.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-20.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-20.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-20.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-21.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-21.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-21.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-22.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-22.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-22.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-23.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-23.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-23.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-24.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-24.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-24.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-25.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-25.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-25.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-26.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-26.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-26.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-3.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-3.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-3.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-4.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-4.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-4.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-5.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-5.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-5.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-6.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-6.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-6.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-7.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-7.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-7.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-8.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-8.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-8.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-9.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-9.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-9.it.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-special-1.es.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-special-1.fr.html
[12:51:59] fsfe.org/news/podcast/transcript/episode-special-1.it.html
[12:51:59] fsfe.org/order/cancel.es.html
[12:51:59] fsfe.org/order/cancel.fr.html
[12:51:59] fsfe.org/order/cancel.it.html
[12:51:59] fsfe.org/order/order.es.html
[12:51:59] fsfe.org/order/order.fr.html
[12:51:59] fsfe.org/order/order.it.html
[12:51:59] fsfe.org/order/size.es.html
[12:51:59] fsfe.org/order/size.fr.html
[12:51:59] fsfe.org/order/size.it.html
[12:51:59] fsfe.org/order/thankyou.es.html
[12:51:59] fsfe.org/order/thankyou.fr.html
[12:51:59] fsfe.org/order/thankyou.it.html
[12:51:59] fsfe.org/order/tmpl-concardis.es.html
[12:51:59] fsfe.org/order/tmpl-concardis.fr.html
[12:51:59] fsfe.org/order/tmpl-concardis.it.html
[12:51:59] fsfe.org/order/tmpl-thankyou.es.html
[12:51:59] fsfe.org/order/tmpl-thankyou.fr.html
[12:51:59] fsfe.org/order/tmpl-thankyou.it.html
[12:51:59] fsfe.org/press/press.es.html
[12:51:59] fsfe.org/press/press.fr.html
[12:51:59] fsfe.org/press/press.it.html
[12:51:59] fsfe.org/search/
[12:51:59] fsfe.org/search/index.js
[12:51:59] fsfe.org/search/search.es.html
[12:51:59] fsfe.org/search/search.fr.html
[12:51:59] fsfe.org/search/search.it.html
[12:51:59] fsfe.org/tags/tagged-2FA.es.html
[12:51:59] fsfe.org/tags/tagged-2FA.fr.html
[12:51:59] fsfe.org/tags/tagged-2FA.it.html
[12:51:59] fsfe.org/tags/tagged-AI.es.html
[12:51:59] fsfe.org/tags/tagged-AI.fr.html
[12:51:59] fsfe.org/tags/tagged-AI.it.html
[12:51:59] fsfe.org/tags/tagged-Belgium.es.html
[12:51:59] fsfe.org/tags/tagged-Belgium.fr.html
[12:51:59] fsfe.org/tags/tagged-Belgium.it.html
[12:51:59] fsfe.org/tags/tagged-Bewustmaking.es.html
[12:51:59] fsfe.org/tags/tagged-Bewustmaking.fr.html
[12:51:59] fsfe.org/tags/tagged-Bewustmaking.it.html
[12:51:59] fsfe.org/tags/tagged-Bewustzijn.es.html
[12:51:59] fsfe.org/tags/tagged-Bewustzijn.fr.html
[12:51:59] fsfe.org/tags/tagged-Bewustzijn.it.html
[12:51:59] fsfe.org/tags/tagged-DMA.es.html
[12:51:59] fsfe.org/tags/tagged-DMA.fr.html
[12:51:59] fsfe.org/tags/tagged-DMA.it.html
[12:51:59] fsfe.org/tags/tagged-Denmark.es.html
[12:51:59] fsfe.org/tags/tagged-Denmark.fr.html
[12:51:59] fsfe.org/tags/tagged-Denmark.it.html
[12:51:59] fsfe.org/tags/tagged-Deutschland.es.html
[12:51:59] fsfe.org/tags/tagged-Deutschland.fr.html
[12:51:59] fsfe.org/tags/tagged-Deutschland.it.html
[12:51:59] fsfe.org/tags/tagged-Estonia.es.html
[12:51:59] fsfe.org/tags/tagged-Estonia.fr.html
[12:51:59] fsfe.org/tags/tagged-Estonia.it.html
[12:51:59] fsfe.org/tags/tagged-France.es.html
[12:51:59] fsfe.org/tags/tagged-France.fr.html
[12:51:59] fsfe.org/tags/tagged-France.it.html
[12:51:59] fsfe.org/tags/tagged-Germany.es.html
[12:51:59] fsfe.org/tags/tagged-Germany.fr.html
[12:51:59] fsfe.org/tags/tagged-Germany.it.html
[12:51:59] fsfe.org/tags/tagged-IEA.es.html
[12:51:59] fsfe.org/tags/tagged-IEA.fr.html
[12:51:59] fsfe.org/tags/tagged-IEA.it.html
[12:51:59] fsfe.org/tags/tagged-Italia.es.html
[12:51:59] fsfe.org/tags/tagged-Italia.fr.html
[12:51:59] fsfe.org/tags/tagged-Italia.it.html
[12:51:59] fsfe.org/tags/tagged-Italy.es.html
[12:51:59] fsfe.org/tags/tagged-Italy.fr.html
[12:51:59] fsfe.org/tags/tagged-Italy.it.html
[12:51:59] fsfe.org/tags/tagged-Luxembourg.es.html
[12:51:59] fsfe.org/tags/tagged-Luxembourg.fr.html
[12:51:59] fsfe.org/tags/tagged-Luxembourg.it.html
[12:51:59] fsfe.org/tags/tagged-Netherlands.es.html
[12:51:59] fsfe.org/tags/tagged-Netherlands.fr.html
[12:51:59] fsfe.org/tags/tagged-Netherlands.it.html
[12:51:59] fsfe.org/tags/tagged-PR.es.html
[12:51:59] fsfe.org/tags/tagged-PR.fr.html
[12:51:59] fsfe.org/tags/tagged-PR.it.html
[12:51:59] fsfe.org/tags/tagged-Poland.es.html
[12:51:59] fsfe.org/tags/tagged-Poland.fr.html
[12:51:59] fsfe.org/tags/tagged-Poland.it.html
[12:51:59] fsfe.org/tags/tagged-Switzerland.es.html
[12:51:59] fsfe.org/tags/tagged-Switzerland.fr.html
[12:51:59] fsfe.org/tags/tagged-Switzerland.it.html
[12:51:59] fsfe.org/tags/tagged-Taiwan.es.html
[12:51:59] fsfe.org/tags/tagged-Taiwan.fr.html
[12:51:59] fsfe.org/tags/tagged-Taiwan.it.html
[12:51:59] fsfe.org/tags/tagged-United.es.html
[12:51:59] fsfe.org/tags/tagged-United.fr.html
[12:51:59] fsfe.org/tags/tagged-United.it.html
[12:51:59] fsfe.org/tags/tagged-ada-zangemann.es.html
[12:51:59] fsfe.org/tags/tagged-ada-zangemann.fr.html
[12:51:59] fsfe.org/tags/tagged-ada-zangemann.it.html
[12:51:59] fsfe.org/tags/tagged-anniversary.es.html
[12:51:59] fsfe.org/tags/tagged-anniversary.fr.html
[12:51:59] fsfe.org/tags/tagged-anniversary.it.html
[12:51:59] fsfe.org/tags/tagged-annual-report.es.html
[12:51:59] fsfe.org/tags/tagged-annual-report.fr.html
[12:51:59] fsfe.org/tags/tagged-annual-report.it.html
[12:51:59] fsfe.org/tags/tagged-antitrust.es.html
[12:51:59] fsfe.org/tags/tagged-antitrust.fr.html
[12:51:59] fsfe.org/tags/tagged-antitrust.it.html
[12:51:59] fsfe.org/tags/tagged-at.es.html
[12:51:59] fsfe.org/tags/tagged-at.fr.html
[12:51:59] fsfe.org/tags/tagged-at.it.html
[12:51:59] fsfe.org/tags/tagged-avm.es.html
[12:51:59] fsfe.org/tags/tagged-avm.fr.html
[12:51:59] fsfe.org/tags/tagged-avm.it.html
[12:51:59] fsfe.org/tags/tagged-awareness.es.html
[12:51:59] fsfe.org/tags/tagged-awareness.fr.html
[12:51:59] fsfe.org/tags/tagged-awareness.it.html
[12:51:59] fsfe.org/tags/tagged-ayc.es.html
[12:51:59] fsfe.org/tags/tagged-ayc.fr.html
[12:51:59] fsfe.org/tags/tagged-ayc.it.html
[12:51:59] fsfe.org/tags/tagged-barcelona.es.html
[12:51:59] fsfe.org/tags/tagged-barcelona.fr.html
[12:51:59] fsfe.org/tags/tagged-barcelona.it.html
[12:51:59] fsfe.org/tags/tagged-be.es.html
[12:51:59] fsfe.org/tags/tagged-be.fr.html
[12:51:59] fsfe.org/tags/tagged-be.it.html
[12:51:59] fsfe.org/tags/tagged-bea.es.html
[12:51:59] fsfe.org/tags/tagged-bea.fr.html
[12:51:59] fsfe.org/tags/tagged-bea.it.html
[12:51:59] fsfe.org/tags/tagged-beleid.es.html
[12:51:59] fsfe.org/tags/tagged-beleid.fr.html
[12:51:59] fsfe.org/tags/tagged-beleid.it.html
[12:51:59] fsfe.org/tags/tagged-berlin.es.html
[12:51:59] fsfe.org/tags/tagged-berlin.fr.html
[12:51:59] fsfe.org/tags/tagged-berlin.it.html
[12:51:59] fsfe.org/tags/tagged-bg.es.html
[12:51:59] fsfe.org/tags/tagged-bg.fr.html
[12:51:59] fsfe.org/tags/tagged-bg.it.html
[12:51:59] fsfe.org/tags/tagged-by.es.html
[12:51:59] fsfe.org/tags/tagged-by.fr.html
[12:51:59] fsfe.org/tags/tagged-by.it.html
[12:51:59] fsfe.org/tags/tagged-campaigns.es.html
[12:51:59] fsfe.org/tags/tagged-campaigns.fr.html
[12:51:59] fsfe.org/tags/tagged-campaigns.it.html
[12:51:59] fsfe.org/tags/tagged-career.es.html
[12:51:59] fsfe.org/tags/tagged-career.fr.html
[12:51:59] fsfe.org/tags/tagged-career.it.html
[12:51:59] fsfe.org/tags/tagged-ccc.es.html
[12:51:59] fsfe.org/tags/tagged-ccc.fr.html
[12:51:59] fsfe.org/tags/tagged-ccc.it.html
[12:51:59] fsfe.org/tags/tagged-cfp.es.html
[12:51:59] fsfe.org/tags/tagged-cfp.fr.html
[12:51:59] fsfe.org/tags/tagged-cfp.it.html
[12:51:59] fsfe.org/tags/tagged-ch.es.html
[12:51:59] fsfe.org/tags/tagged-ch.fr.html
[12:51:59] fsfe.org/tags/tagged-ch.it.html
[12:51:59] fsfe.org/tags/tagged-cloud.es.html
[12:51:59] fsfe.org/tags/tagged-cloud.fr.html
[12:51:59] fsfe.org/tags/tagged-cloud.it.html
[12:51:59] fsfe.org/tags/tagged-coc.es.html
[12:51:59] fsfe.org/tags/tagged-coc.fr.html
[12:51:59] fsfe.org/tags/tagged-coc.it.html
[12:51:59] fsfe.org/tags/tagged-community-meeting.es.html
[12:51:59] fsfe.org/tags/tagged-community-meeting.fr.html
[12:51:59] fsfe.org/tags/tagged-community-meeting.it.html
[12:51:59] fsfe.org/tags/tagged-community.es.html
[12:51:59] fsfe.org/tags/tagged-community.fr.html
[12:51:59] fsfe.org/tags/tagged-community.it.html
[12:51:59] fsfe.org/tags/tagged-competition.es.html
[12:51:59] fsfe.org/tags/tagged-competition.fr.html
[12:51:59] fsfe.org/tags/tagged-competition.it.html
[12:51:59] fsfe.org/tags/tagged-compliance.es.html
[12:51:59] fsfe.org/tags/tagged-compliance.fr.html
[12:51:59] fsfe.org/tags/tagged-compliance.it.html
[12:51:59] fsfe.org/tags/tagged-copyright.es.html
[12:51:59] fsfe.org/tags/tagged-copyright.fr.html
[12:51:59] fsfe.org/tags/tagged-copyright.it.html
[12:51:59] fsfe.org/tags/tagged-corona.es.html
[12:51:59] fsfe.org/tags/tagged-corona.fr.html
[12:51:59] fsfe.org/tags/tagged-corona.it.html
[12:51:59] fsfe.org/tags/tagged-cz.es.html
[12:51:59] fsfe.org/tags/tagged-cz.fr.html
[12:51:59] fsfe.org/tags/tagged-cz.it.html
[12:51:59] fsfe.org/tags/tagged-de.es.html
[12:51:59] fsfe.org/tags/tagged-de.fr.html
[12:51:59] fsfe.org/tags/tagged-de.it.html
[12:51:59] fsfe.org/tags/tagged-device-neutrality.es.html
[12:51:59] fsfe.org/tags/tagged-device-neutrality.fr.html
[12:51:59] fsfe.org/tags/tagged-device-neutrality.it.html
[12:51:59] fsfe.org/tags/tagged-deviceneutrality.es.html
[12:51:59] fsfe.org/tags/tagged-deviceneutrality.fr.html
[12:51:59] fsfe.org/tags/tagged-deviceneutrality.it.html
[12:51:59] fsfe.org/tags/tagged-dfd.es.html
[12:51:59] fsfe.org/tags/tagged-dfd.fr.html
[12:51:59] fsfe.org/tags/tagged-dfd.it.html
[12:51:59] fsfe.org/tags/tagged-digital-o-mat.es.html
[12:51:59] fsfe.org/tags/tagged-digital-o-mat.fr.html
[12:51:59] fsfe.org/tags/tagged-digital-o-mat.it.html
[12:51:59] fsfe.org/tags/tagged-digital-single-market.es.html
[12:51:59] fsfe.org/tags/tagged-digital-single-market.fr.html
[12:51:59] fsfe.org/tags/tagged-digital-single-market.it.html
[12:51:59] fsfe.org/tags/tagged-dk.es.html
[12:51:59] fsfe.org/tags/tagged-dk.fr.html
[12:51:59] fsfe.org/tags/tagged-dk.it.html
[12:51:59] fsfe.org/tags/tagged-dma.es.html
[12:51:59] fsfe.org/tags/tagged-dma.fr.html
[12:51:59] fsfe.org/tags/tagged-dma.it.html
[12:51:59] fsfe.org/tags/tagged-drm.es.html
[12:51:59] fsfe.org/tags/tagged-drm.fr.html
[12:51:59] fsfe.org/tags/tagged-drm.it.html
[12:51:59] fsfe.org/tags/tagged-education.es.html
[12:51:59] fsfe.org/tags/tagged-education.fr.html
[12:51:59] fsfe.org/tags/tagged-education.it.html
[12:51:59] fsfe.org/tags/tagged-ee.es.html
[12:51:59] fsfe.org/tags/tagged-ee.fr.html
[12:51:59] fsfe.org/tags/tagged-ee.it.html
[12:51:59] fsfe.org/tags/tagged-eif.es.html
[12:51:59] fsfe.org/tags/tagged-eif.fr.html
[12:51:59] fsfe.org/tags/tagged-eif.it.html
[12:51:59] fsfe.org/tags/tagged-elections.es.html
[12:51:59] fsfe.org/tags/tagged-elections.fr.html
[12:51:59] fsfe.org/tags/tagged-elections.it.html
[12:51:59] fsfe.org/tags/tagged-electronic-voting.es.html
[12:51:59] fsfe.org/tags/tagged-electronic-voting.fr.html
[12:51:59] fsfe.org/tags/tagged-electronic-voting.it.html
[12:51:59] fsfe.org/tags/tagged-en.es.html
[12:51:59] fsfe.org/tags/tagged-en.fr.html
[12:51:59] fsfe.org/tags/tagged-en.it.html
[12:51:59] fsfe.org/tags/tagged-encryption.es.html
[12:51:59] fsfe.org/tags/tagged-encryption.fr.html
[12:51:59] fsfe.org/tags/tagged-encryption.it.html
[12:51:59] fsfe.org/tags/tagged-enterprise.es.html
[12:51:59] fsfe.org/tags/tagged-enterprise.fr.html
[12:51:59] fsfe.org/tags/tagged-enterprise.it.html
[12:51:59] fsfe.org/tags/tagged-es.es.html
[12:51:59] fsfe.org/tags/tagged-es.fr.html
[12:51:59] fsfe.org/tags/tagged-es.it.html
[12:51:59] fsfe.org/tags/tagged-eura-slovakia.es.html
[12:51:59] fsfe.org/tags/tagged-eura-slovakia.fr.html
[12:51:59] fsfe.org/tags/tagged-eura-slovakia.it.html
[12:51:59] fsfe.org/tags/tagged-european-commission.es.html
[12:51:59] fsfe.org/tags/tagged-european-commission.fr.html
[12:51:59] fsfe.org/tags/tagged-european-commission.it.html
[12:51:59] fsfe.org/tags/tagged-european-court-justice.es.html
[12:51:59] fsfe.org/tags/tagged-european-court-justice.fr.html
[12:51:59] fsfe.org/tags/tagged-european-court-justice.it.html
[12:51:59] fsfe.org/tags/tagged-european-parliament.es.html
[12:51:59] fsfe.org/tags/tagged-european-parliament.fr.html
[12:51:59] fsfe.org/tags/tagged-european-parliament.it.html
[12:51:59] fsfe.org/tags/tagged-european-union.es.html
[12:51:59] fsfe.org/tags/tagged-european-union.fr.html
[12:51:59] fsfe.org/tags/tagged-european-union.it.html
[12:51:59] fsfe.org/tags/tagged-european=union.es.html
[12:51:59] fsfe.org/tags/tagged-european=union.fr.html
[12:51:59] fsfe.org/tags/tagged-european=union.it.html
[12:51:59] fsfe.org/tags/tagged-event.es.html
[12:51:59] fsfe.org/tags/tagged-event.fr.html
[12:51:59] fsfe.org/tags/tagged-event.it.html
[12:51:59] fsfe.org/tags/tagged-fediverse.es.html
[12:51:59] fsfe.org/tags/tagged-fediverse.fr.html
[12:51:59] fsfe.org/tags/tagged-fediverse.it.html
[12:51:59] fsfe.org/tags/tagged-fellowship.es.html
[12:51:59] fsfe.org/tags/tagged-fellowship.fr.html
[12:51:59] fsfe.org/tags/tagged-fellowship.it.html
[12:51:59] fsfe.org/tags/tagged-fi.es.html
[12:51:59] fsfe.org/tags/tagged-fi.fr.html
[12:51:59] fsfe.org/tags/tagged-fi.it.html
[12:51:59] fsfe.org/tags/tagged-fla.es.html
[12:51:59] fsfe.org/tags/tagged-fla.fr.html
[12:51:59] fsfe.org/tags/tagged-fla.it.html
[12:51:59] fsfe.org/tags/tagged-fosdem.es.html
[12:51:59] fsfe.org/tags/tagged-fosdem.fr.html
[12:51:59] fsfe.org/tags/tagged-fosdem.it.html
[12:51:59] fsfe.org/tags/tagged-fr.es.html
[12:51:59] fsfe.org/tags/tagged-fr.fr.html
[12:51:59] fsfe.org/tags/tagged-fr.it.html
[12:51:59] fsfe.org/tags/tagged-frand.es.html
[12:51:59] fsfe.org/tags/tagged-frand.fr.html
[12:51:59] fsfe.org/tags/tagged-frand.it.html
[12:51:59] fsfe.org/tags/tagged-freedomvote.es.html
[12:51:59] fsfe.org/tags/tagged-freedomvote.fr.html
[12:51:59] fsfe.org/tags/tagged-freedomvote.it.html
[12:51:59] fsfe.org/tags/tagged-fsfe-summit.es.html
[12:51:59] fsfe.org/tags/tagged-fsfe-summit.fr.html
[12:51:59] fsfe.org/tags/tagged-fsfe-summit.it.html
[12:51:59] fsfe.org/tags/tagged-fsfe20.es.html
[12:51:59] fsfe.org/tags/tagged-fsfe20.fr.html
[12:51:59] fsfe.org/tags/tagged-fsfe20.it.html
[12:51:59] fsfe.org/tags/tagged-fspact.es.html
[12:51:59] fsfe.org/tags/tagged-fspact.fr.html
[12:51:59] fsfe.org/tags/tagged-fspact.it.html
[12:51:59] fsfe.org/tags/tagged-funding.es.html
[12:51:59] fsfe.org/tags/tagged-funding.fr.html
[12:51:59] fsfe.org/tags/tagged-funding.it.html
[12:51:59] fsfe.org/tags/tagged-fya.es.html
[12:51:59] fsfe.org/tags/tagged-fya.fr.html
[12:51:59] fsfe.org/tags/tagged-fya.it.html
[12:51:59] fsfe.org/tags/tagged-ga.es.html
[12:51:59] fsfe.org/tags/tagged-ga.fr.html
[12:51:59] fsfe.org/tags/tagged-ga.it.html
[12:51:59] fsfe.org/tags/tagged-gaming.es.html
[12:51:59] fsfe.org/tags/tagged-gaming.fr.html
[12:51:59] fsfe.org/tags/tagged-gaming.it.html
[12:51:59] fsfe.org/tags/tagged-gb.es.html
[12:51:59] fsfe.org/tags/tagged-gb.fr.html
[12:51:59] fsfe.org/tags/tagged-gb.it.html
[12:51:59] fsfe.org/tags/tagged-general-purpose-computing.es.html
[12:51:59] fsfe.org/tags/tagged-general-purpose-computing.fr.html
[12:51:59] fsfe.org/tags/tagged-general-purpose-computing.it.html
[12:51:59] fsfe.org/tags/tagged-gnu.es.html
[12:51:59] fsfe.org/tags/tagged-gnu.fr.html
[12:51:59] fsfe.org/tags/tagged-gnu.it.html
[12:51:59] fsfe.org/tags/tagged-google.es.html
[12:51:59] fsfe.org/tags/tagged-google.fr.html
[12:51:59] fsfe.org/tags/tagged-google.it.html
[12:51:59] fsfe.org/tags/tagged-gpl.es.html
[12:51:59] fsfe.org/tags/tagged-gpl.fr.html
[12:51:59] fsfe.org/tags/tagged-gpl.it.html
[12:51:59] fsfe.org/tags/tagged-gr.es.html
[12:51:59] fsfe.org/tags/tagged-gr.fr.html
[12:51:59] fsfe.org/tags/tagged-gr.it.html
[12:51:59] fsfe.org/tags/tagged-hamburg-group.es.html
[12:51:59] fsfe.org/tags/tagged-hamburg-group.fr.html
[12:51:59] fsfe.org/tags/tagged-hamburg-group.it.html
[12:51:59] fsfe.org/tags/tagged-helsinki.es.html
[12:51:59] fsfe.org/tags/tagged-helsinki.fr.html
[12:51:59] fsfe.org/tags/tagged-helsinki.it.html
[12:51:59] fsfe.org/tags/tagged-hide.es.html
[12:51:59] fsfe.org/tags/tagged-hide.fr.html
[12:51:59] fsfe.org/tags/tagged-hide.it.html
[12:51:59] fsfe.org/tags/tagged-highlights.es.html
[12:51:59] fsfe.org/tags/tagged-highlights.fr.html
[12:51:59] fsfe.org/tags/tagged-highlights.it.html
[12:51:59] fsfe.org/tags/tagged-horizon2020.es.html
[12:51:59] fsfe.org/tags/tagged-horizon2020.fr.html
[12:51:59] fsfe.org/tags/tagged-horizon2020.it.html
[12:51:59] fsfe.org/tags/tagged-hr.es.html
[12:51:59] fsfe.org/tags/tagged-hr.fr.html
[12:51:59] fsfe.org/tags/tagged-hr.it.html
[12:51:59] fsfe.org/tags/tagged-hu.es.html
[12:51:59] fsfe.org/tags/tagged-hu.fr.html
[12:51:59] fsfe.org/tags/tagged-hu.it.html
[12:51:59] fsfe.org/tags/tagged-huawei.es.html
[12:51:59] fsfe.org/tags/tagged-huawei.fr.html
[12:51:59] fsfe.org/tags/tagged-huawei.it.html
[12:51:59] fsfe.org/tags/tagged-ie.es.html
[12:51:59] fsfe.org/tags/tagged-ie.fr.html
[12:51:59] fsfe.org/tags/tagged-ie.it.html
[12:51:59] fsfe.org/tags/tagged-ilovefs-report.es.html
[12:51:59] fsfe.org/tags/tagged-ilovefs-report.fr.html
[12:51:59] fsfe.org/tags/tagged-ilovefs-report.it.html
[12:51:59] fsfe.org/tags/tagged-ilovefs.es.html
[12:51:59] fsfe.org/tags/tagged-ilovefs.fr.html
[12:51:59] fsfe.org/tags/tagged-ilovefs.it.html
[12:51:59] fsfe.org/tags/tagged-infobooth.es.html
[12:51:59] fsfe.org/tags/tagged-infobooth.fr.html
[12:51:59] fsfe.org/tags/tagged-infobooth.it.html
[12:51:59] fsfe.org/tags/tagged-internal.es.html
[12:51:59] fsfe.org/tags/tagged-internal.fr.html
[12:51:59] fsfe.org/tags/tagged-internal.it.html
[12:51:59] fsfe.org/tags/tagged-internship.es.html
[12:51:59] fsfe.org/tags/tagged-internship.fr.html
[12:51:59] fsfe.org/tags/tagged-internship.it.html
[12:51:59] fsfe.org/tags/tagged-interview.es.html
[12:51:59] fsfe.org/tags/tagged-interview.fr.html
[12:51:59] fsfe.org/tags/tagged-interview.it.html
[12:51:59] fsfe.org/tags/tagged-it.es.html
[12:51:59] fsfe.org/tags/tagged-it.fr.html
[12:51:59] fsfe.org/tags/tagged-it.it.html
[12:51:59] fsfe.org/tags/tagged-jp.es.html
[12:51:59] fsfe.org/tags/tagged-jp.fr.html
[12:51:59] fsfe.org/tags/tagged-jp.it.html
[12:51:59] fsfe.org/tags/tagged-juridisch.es.html
[12:51:59] fsfe.org/tags/tagged-juridisch.fr.html
[12:51:59] fsfe.org/tags/tagged-juridisch.it.html
[12:51:59] fsfe.org/tags/tagged-koalition-freies-wissen.es.html
[12:51:59] fsfe.org/tags/tagged-koalition-freies-wissen.fr.html
[12:51:59] fsfe.org/tags/tagged-koalition-freies-wissen.it.html
[12:51:59] fsfe.org/tags/tagged-legal.es.html
[12:51:59] fsfe.org/tags/tagged-legal.fr.html
[12:51:59] fsfe.org/tags/tagged-legal.it.html
[12:51:59] fsfe.org/tags/tagged-licensing.es.html
[12:51:59] fsfe.org/tags/tagged-licensing.fr.html
[12:51:59] fsfe.org/tags/tagged-licensing.it.html
[12:51:59] fsfe.org/tags/tagged-limux.es.html
[12:51:59] fsfe.org/tags/tagged-limux.fr.html
[12:51:59] fsfe.org/tags/tagged-limux.it.html
[12:51:59] fsfe.org/tags/tagged-llw.es.html
[12:51:59] fsfe.org/tags/tagged-llw.fr.html
[12:51:59] fsfe.org/tags/tagged-llw.it.html
[12:51:59] fsfe.org/tags/tagged-localgroup.es.html
[12:51:59] fsfe.org/tags/tagged-localgroup.fr.html
[12:51:59] fsfe.org/tags/tagged-localgroup.it.html
[12:51:59] fsfe.org/tags/tagged-lt.es.html
[12:51:59] fsfe.org/tags/tagged-lt.fr.html
[12:51:59] fsfe.org/tags/tagged-lt.it.html
[12:51:59] fsfe.org/tags/tagged-lu.es.html
[12:51:59] fsfe.org/tags/tagged-lu.fr.html
[12:51:59] fsfe.org/tags/tagged-lu.it.html
[12:51:59] fsfe.org/tags/tagged-lv.es.html
[12:51:59] fsfe.org/tags/tagged-lv.fr.html
[12:51:59] fsfe.org/tags/tagged-lv.it.html
[12:51:59] fsfe.org/tags/tagged-manchester.es.html
[12:51:59] fsfe.org/tags/tagged-manchester.fr.html
[12:51:59] fsfe.org/tags/tagged-manchester.it.html
[12:51:59] fsfe.org/tags/tagged-meeting.es.html
[12:51:59] fsfe.org/tags/tagged-meeting.fr.html
[12:51:59] fsfe.org/tags/tagged-meeting.it.html
[12:51:59] fsfe.org/tags/tagged-merchandise.es.html
[12:51:59] fsfe.org/tags/tagged-merchandise.fr.html
[12:51:59] fsfe.org/tags/tagged-merchandise.it.html
[12:51:59] fsfe.org/tags/tagged-microsoft.es.html
[12:51:59] fsfe.org/tags/tagged-microsoft.fr.html
[12:51:59] fsfe.org/tags/tagged-microsoft.it.html
[12:51:59] fsfe.org/tags/tagged-news.es.html
[12:51:59] fsfe.org/tags/tagged-news.fr.html
[12:51:59] fsfe.org/tags/tagged-news.it.html
[12:51:59] fsfe.org/tags/tagged-newsletter.es.html
[12:51:59] fsfe.org/tags/tagged-newsletter.fr.html
[12:51:59] fsfe.org/tags/tagged-newsletter.it.html
[12:51:59] fsfe.org/tags/tagged-ngi.es.html
[12:51:59] fsfe.org/tags/tagged-ngi.fr.html
[12:51:59] fsfe.org/tags/tagged-ngi.it.html
[12:51:59] fsfe.org/tags/tagged-nl.es.html
[12:51:59] fsfe.org/tags/tagged-nl.fr.html
[12:51:59] fsfe.org/tags/tagged-nl.it.html
[12:51:59] fsfe.org/tags/tagged-no.es.html
[12:51:59] fsfe.org/tags/tagged-no.fr.html
[12:51:59] fsfe.org/tags/tagged-no.it.html
[12:51:59] fsfe.org/tags/tagged-office-suites.es.html
[12:51:59] fsfe.org/tags/tagged-office-suites.fr.html
[12:51:59] fsfe.org/tags/tagged-office-suites.it.html
[12:51:59] fsfe.org/tags/tagged-open-justitia.es.html
[12:51:59] fsfe.org/tags/tagged-open-justitia.fr.html
[12:51:59] fsfe.org/tags/tagged-open-justitia.it.html
[12:51:59] fsfe.org/tags/tagged-open-letter.es.html
[12:51:59] fsfe.org/tags/tagged-open-letter.fr.html
[12:51:59] fsfe.org/tags/tagged-open-letter.it.html
[12:51:59] fsfe.org/tags/tagged-open-science.es.html
[12:51:59] fsfe.org/tags/tagged-open-science.fr.html
[12:51:59] fsfe.org/tags/tagged-open-science.it.html
[12:51:59] fsfe.org/tags/tagged-openstandards.es.html
[12:51:59] fsfe.org/tags/tagged-openstandards.fr.html
[12:51:59] fsfe.org/tags/tagged-openstandards.it.html
[12:51:59] fsfe.org/tags/tagged-panel.es.html
[12:51:59] fsfe.org/tags/tagged-panel.fr.html
[12:51:59] fsfe.org/tags/tagged-panel.it.html
[12:51:59] fsfe.org/tags/tagged-pdfreaders.es.html
[12:51:59] fsfe.org/tags/tagged-pdfreaders.fr.html
[12:51:59] fsfe.org/tags/tagged-pdfreaders.it.html
[12:51:59] fsfe.org/tags/tagged-pl.es.html
[12:51:59] fsfe.org/tags/tagged-pl.fr.html
[12:51:59] fsfe.org/tags/tagged-pl.it.html
[12:51:59] fsfe.org/tags/tagged-pmpc.es.html
[12:51:59] fsfe.org/tags/tagged-pmpc.fr.html
[12:51:59] fsfe.org/tags/tagged-pmpc.it.html
[12:51:59] fsfe.org/tags/tagged-podcast.es.html
[12:51:59] fsfe.org/tags/tagged-podcast.fr.html
[12:51:59] fsfe.org/tags/tagged-podcast.it.html
[12:51:59] fsfe.org/tags/tagged-policy.es.html
[12:51:59] fsfe.org/tags/tagged-policy.fr.html
[12:51:59] fsfe.org/tags/tagged-policy.it.html
[12:51:59] fsfe.org/tags/tagged-press.es.html
[12:51:59] fsfe.org/tags/tagged-press.fr.html
[12:51:59] fsfe.org/tags/tagged-press.it.html
[12:51:59] fsfe.org/tags/tagged-privacy.es.html
[12:51:59] fsfe.org/tags/tagged-privacy.fr.html
[12:51:59] fsfe.org/tags/tagged-privacy.it.html
[12:51:59] fsfe.org/tags/tagged-procurement.es.html
[12:51:59] fsfe.org/tags/tagged-procurement.fr.html
[12:51:59] fsfe.org/tags/tagged-procurement.it.html
[12:51:59] fsfe.org/tags/tagged-pt.es.html
[12:51:59] fsfe.org/tags/tagged-pt.fr.html
[12:51:59] fsfe.org/tags/tagged-pt.it.html
[12:51:59] fsfe.org/tags/tagged-public-administration.es.html
[12:51:59] fsfe.org/tags/tagged-public-administration.fr.html
[12:51:59] fsfe.org/tags/tagged-public-administration.it.html
[12:51:59] fsfe.org/tags/tagged-radiodirective.es.html
[12:51:59] fsfe.org/tags/tagged-radiodirective.fr.html
[12:51:59] fsfe.org/tags/tagged-radiodirective.it.html
[12:51:59] fsfe.org/tags/tagged-reuse.es.html
[12:51:59] fsfe.org/tags/tagged-reuse.fr.html
[12:51:59] fsfe.org/tags/tagged-reuse.it.html
[12:51:59] fsfe.org/tags/tagged-rmll.es.html
[12:51:59] fsfe.org/tags/tagged-rmll.fr.html
[12:51:59] fsfe.org/tags/tagged-rmll.it.html
[12:51:59] fsfe.org/tags/tagged-ro.es.html
[12:51:59] fsfe.org/tags/tagged-ro.fr.html
[12:51:59] fsfe.org/tags/tagged-ro.it.html
[12:51:59] fsfe.org/tags/tagged-router-freedom.es.html
[12:51:59] fsfe.org/tags/tagged-router-freedom.fr.html
[12:51:59] fsfe.org/tags/tagged-router-freedom.it.html
[12:51:59] fsfe.org/tags/tagged-routers.es.html
[12:51:59] fsfe.org/tags/tagged-routers.fr.html
[12:51:59] fsfe.org/tags/tagged-routers.it.html
[12:51:59] fsfe.org/tags/tagged-rs.es.html
[12:51:59] fsfe.org/tags/tagged-rs.fr.html
[12:51:59] fsfe.org/tags/tagged-rs.it.html
[12:51:59] fsfe.org/tags/tagged-samba.es.html
[12:51:59] fsfe.org/tags/tagged-samba.fr.html
[12:51:59] fsfe.org/tags/tagged-samba.it.html
[12:51:59] fsfe.org/tags/tagged-savecodeshare.es.html
[12:51:59] fsfe.org/tags/tagged-savecodeshare.fr.html
[12:51:59] fsfe.org/tags/tagged-savecodeshare.it.html
[12:51:59] fsfe.org/tags/tagged-se.es.html
[12:51:59] fsfe.org/tags/tagged-se.fr.html
[12:51:59] fsfe.org/tags/tagged-se.it.html
[12:51:59] fsfe.org/tags/tagged-security.es.html
[12:51:59] fsfe.org/tags/tagged-security.fr.html
[12:51:59] fsfe.org/tags/tagged-security.it.html
[12:51:59] fsfe.org/tags/tagged-sfd.es.html
[12:51:59] fsfe.org/tags/tagged-sfd.fr.html
[12:51:59] fsfe.org/tags/tagged-sfd.it.html
[12:51:59] fsfe.org/tags/tagged-sfscon.es.html
[12:51:59] fsfe.org/tags/tagged-sfscon.fr.html
[12:51:59] fsfe.org/tags/tagged-sfscon.it.html
[12:51:59] fsfe.org/tags/tagged-sha.es.html
[12:51:59] fsfe.org/tags/tagged-sha.fr.html
[12:51:59] fsfe.org/tags/tagged-sha.it.html
[12:51:59] fsfe.org/tags/tagged-sk.es.html
[12:51:59] fsfe.org/tags/tagged-sk.fr.html
[12:51:59] fsfe.org/tags/tagged-sk.it.html
[12:51:59] fsfe.org/tags/tagged-software-freedom.es.html
[12:51:59] fsfe.org/tags/tagged-software-freedom.fr.html
[12:51:59] fsfe.org/tags/tagged-software-freedom.it.html
[12:51:59] fsfe.org/tags/tagged-sq.es.html
[12:51:59] fsfe.org/tags/tagged-sq.fr.html
[12:51:59] fsfe.org/tags/tagged-sq.it.html
[12:51:59] fsfe.org/tags/tagged-sustainability.es.html
[12:51:59] fsfe.org/tags/tagged-sustainability.fr.html
[12:51:59] fsfe.org/tags/tagged-sustainability.it.html
[12:51:59] fsfe.org/tags/tagged-swpat.es.html
[12:51:59] fsfe.org/tags/tagged-swpat.fr.html
[12:51:59] fsfe.org/tags/tagged-swpat.it.html
[12:51:59] fsfe.org/tags/tagged-talk.es.html
[12:51:59] fsfe.org/tags/tagged-talk.fr.html
[12:51:59] fsfe.org/tags/tagged-talk.it.html
[12:51:59] fsfe.org/tags/tagged-tech-teams.es.html
[12:51:59] fsfe.org/tags/tagged-tech-teams.fr.html
[12:51:59] fsfe.org/tags/tagged-tech-teams.it.html
[12:51:59] fsfe.org/tags/tagged-tedective.es.html
[12:51:59] fsfe.org/tags/tagged-tedective.fr.html
[12:51:59] fsfe.org/tags/tagged-tedective.it.html
[12:51:59] fsfe.org/tags/tagged-tools.es.html
[12:51:59] fsfe.org/tags/tagged-tools.fr.html
[12:51:59] fsfe.org/tags/tagged-tools.it.html
[12:51:59] fsfe.org/tags/tagged-tr.es.html
[12:51:59] fsfe.org/tags/tagged-tr.fr.html
[12:51:59] fsfe.org/tags/tagged-tr.it.html
[12:51:59] fsfe.org/tags/tagged-translations.es.html
[12:51:59] fsfe.org/tags/tagged-translations.fr.html
[12:51:59] fsfe.org/tags/tagged-translations.it.html
[12:51:59] fsfe.org/tags/tagged-tw.es.html
[12:51:59] fsfe.org/tags/tagged-tw.fr.html
[12:51:59] fsfe.org/tags/tagged-tw.it.html
[12:51:59] fsfe.org/tags/tagged-ua.es.html
[12:51:59] fsfe.org/tags/tagged-ua.fr.html
[12:51:59] fsfe.org/tags/tagged-ua.it.html
[12:51:59] fsfe.org/tags/tagged-uk.es.html
[12:51:59] fsfe.org/tags/tagged-uk.fr.html
[12:51:59] fsfe.org/tags/tagged-uk.it.html
[12:51:59] fsfe.org/tags/tagged-united-nations.es.html
[12:51:59] fsfe.org/tags/tagged-united-nations.fr.html
[12:51:59] fsfe.org/tags/tagged-united-nations.it.html
[12:51:59] fsfe.org/tags/tagged-upcyclingandroid.es.html
[12:51:59] fsfe.org/tags/tagged-upcyclingandroid.fr.html
[12:51:59] fsfe.org/tags/tagged-upcyclingandroid.it.html
[12:51:59] fsfe.org/tags/tagged-us.es.html
[12:51:59] fsfe.org/tags/tagged-us.fr.html
[12:51:59] fsfe.org/tags/tagged-us.it.html
[12:51:59] fsfe.org/tags/tagged-w3c.es.html
[12:51:59] fsfe.org/tags/tagged-w3c.fr.html
[12:51:59] fsfe.org/tags/tagged-w3c.it.html
[12:51:59] fsfe.org/tags/tagged-windows-tax.es.html
[12:51:59] fsfe.org/tags/tagged-windows-tax.fr.html
[12:51:59] fsfe.org/tags/tagged-windows-tax.it.html
[12:51:59] fsfe.org/tags/tagged-women-group.es.html
[12:51:59] fsfe.org/tags/tagged-women-group.fr.html
[12:51:59] fsfe.org/tags/tagged-women-group.it.html
[12:51:59] fsfe.org/tags/tagged-women.es.html
[12:51:59] fsfe.org/tags/tagged-women.fr.html
[12:51:59] fsfe.org/tags/tagged-women.it.html
[12:51:59] fsfe.org/tags/tagged-workshop.es.html
[12:51:59] fsfe.org/tags/tagged-workshop.fr.html
[12:51:59] fsfe.org/tags/tagged-workshop.it.html
[12:51:59] fsfe.org/tags/tagged-yh4f-project.es.html
[12:51:59] fsfe.org/tags/tagged-yh4f-project.fr.html
[12:51:59] fsfe.org/tags/tagged-yh4f-project.it.html
[12:51:59] fsfe.org/tags/tagged-yh4f.es.html
[12:51:59] fsfe.org/tags/tagged-yh4f.fr.html
[12:51:59] fsfe.org/tags/tagged-yh4f.it.html
[12:51:59] fsfe.org/tags/tagged-zooom.es.html
[12:51:59] fsfe.org/tags/tagged-zooom.fr.html
[12:51:59] fsfe.org/tags/tagged-zooom.it.html
[12:51:59] fsfe.org/tags/tagged.es.html
[12:51:59] fsfe.org/tags/tagged.fr.html
[12:51:59] fsfe.org/tags/tagged.it.html
[12:51:59] fsfe.org/tags/tags.es.html
[12:51:59] fsfe.org/tags/tags.fr.html
[12:51:59] fsfe.org/tags/tags.it.html
[12:51:59] fsfe.org/templates/concardis_relay.es.html
[12:51:59] fsfe.org/templates/concardis_relay.fr.html
[12:51:59] fsfe.org/templates/concardis_relay.it.html
[12:51:59] fsfe.org/templates/registerevent/error.es.html
[12:51:59] fsfe.org/templates/registerevent/error.fr.html
[12:51:59] fsfe.org/templates/registerevent/error.it.html
[12:51:59] fsfe.org/templates/registerevent/success.es.html
[12:51:59] fsfe.org/templates/registerevent/success.fr.html
[12:51:59] fsfe.org/templates/registerevent/success.it.html
[12:51:59] pdfreaders.org/about.es.html
[12:51:59] pdfreaders.org/about.fr.html
[12:51:59] pdfreaders.org/about.it.html
[12:51:59] pdfreaders.org/graphics.es.html
[12:51:59] pdfreaders.org/graphics.fr.html
[12:51:59] pdfreaders.org/graphics.it.html
[12:51:59] pdfreaders.org/index.es.html
[12:51:59] pdfreaders.org/index.fr.html
[12:51:59] pdfreaders.org/index.it.html
[12:51:59] pdfreaders.org/os.es.html
[12:51:59] pdfreaders.org/os.fr.html
[12:51:59] pdfreaders.org/os.it.html
[12:51:59] status.fsfe.org/index.es.html
[12:51:59] status.fsfe.org/index.fr.html
[12:51:59] status.fsfe.org/index.it.html
[12:51:59] status.fsfe.org/fsfe.org/template.es.html
[12:51:59] status.fsfe.org/fsfe.org/template.fr.html
[12:51:59] status.fsfe.org/fsfe.org/template.it.html
[12:51:59] status.fsfe.org/test.fsfe.org/template.es.html
[12:51:59] status.fsfe.org/test.fsfe.org/template.fr.html
[12:51:59] status.fsfe.org/test.fsfe.org/template.it.html
[12:51:59] status.fsfe.org/translations/index.es.html
[12:51:59] status.fsfe.org/translations/index.fr.html
[12:51:59] status.fsfe.org/translations/index.it.html
[12:51:59] 
[12:51:59] sent 13,964,517 bytes  received 1,031,620 bytes  4,284,610.57 bytes/sec
[12:51:59] total size is 1,539,944,966  speedup is 102.69
[12:51:59] Syncing files to gahn.fsfeurope.org
[12:52:00] sending incremental file list
[12:52:00] drm.info/act-now.es.html
[12:52:00] drm.info/act-now.fr.html
[12:52:00] drm.info/act-now.it.html
[12:52:00] drm.info/citizen-rights.es.html
[12:52:00] drm.info/citizen-rights.fr.html
[12:52:00] drm.info/citizen-rights.it.html
[12:52:00] drm.info/creativity.es.html
[12:52:00] drm.info/creativity.fr.html
[12:52:00] drm.info/creativity.it.html
[12:52:00] drm.info/index.es.html
[12:52:00] drm.info/index.fr.html
[12:52:00] drm.info/index.it.html
[12:52:00] drm.info/losing-heritage.es.html
[12:52:00] drm.info/losing-heritage.fr.html
[12:52:00] drm.info/losing-heritage.it.html
[12:52:00] drm.info/privacy.es.html
[12:52:00] drm.info/privacy.fr.html
[12:52:00] drm.info/privacy.it.html
[12:52:00] drm.info/what-is-drm.es.html
[12:52:00] drm.info/what-is-drm.fr.html
[12:52:00] drm.info/what-is-drm.it.html
[12:52:00] fsfe.org/boilerplate.es.html
[12:52:00] fsfe.org/boilerplate.fr.html
[12:52:00] fsfe.org/boilerplate.it.html
[12:52:00] fsfe.org/index.es.html
[12:52:00] fsfe.org/index.fr.html
[12:52:00] fsfe.org/index.it.html
[12:52:00] fsfe.org/about/about.es.html
[12:52:00] fsfe.org/about/about.fr.html
[12:52:00] fsfe.org/about/about.it.html
[12:52:00] fsfe.org/about/codeofconduct.es.html
[12:52:00] fsfe.org/about/codeofconduct.fr.html
[12:52:00] fsfe.org/about/codeofconduct.it.html
[12:52:00] fsfe.org/about/contact.es.html
[12:52:00] fsfe.org/about/contact.fr.html
[12:52:00] fsfe.org/about/contact.it.html
[12:52:00] fsfe.org/about/fsfnetwork.es.html
[12:52:00] fsfe.org/about/fsfnetwork.fr.html
[12:52:00] fsfe.org/about/fsfnetwork.it.html
[12:52:00] fsfe.org/about/groups.es.html
[12:52:00] fsfe.org/about/groups.fr.html
[12:52:00] fsfe.org/about/groups.it.html
[12:52:00] fsfe.org/about/js-licences.es.html
[12:52:00] fsfe.org/about/js-licences.fr.html
[12:52:00] fsfe.org/about/js-licences.it.html
[12:52:00] fsfe.org/about/mission.es.html
[12:52:00] fsfe.org/about/mission.fr.html
[12:52:00] fsfe.org/about/mission.it.html
[12:52:00] fsfe.org/about/ourwork.es.html
[12:52:00] fsfe.org/about/ourwork.fr.html
[12:52:00] fsfe.org/about/ourwork.it.html
[12:52:00] fsfe.org/about/overview2010.es.html
[12:52:00] fsfe.org/about/overview2010.fr.html
[12:52:00] fsfe.org/about/overview2010.it.html
[12:52:00] fsfe.org/about/principles.es.html
[12:52:00] fsfe.org/about/principles.fr.html
[12:52:00] fsfe.org/about/principles.it.html
[12:52:00] fsfe.org/about/statement-20201220.es.html
[12:52:00] fsfe.org/about/statement-20201220.fr.html
[12:52:00] fsfe.org/about/statement-20201220.it.html
[12:52:00] fsfe.org/about/timeline.es.html
[12:52:00] fsfe.org/about/timeline.fr.html
[12:52:00] fsfe.org/about/timeline.it.html
[12:52:00] fsfe.org/about/transparency-commitment.es.html
[12:52:00] fsfe.org/about/transparency-commitment.fr.html
[12:52:00] fsfe.org/about/transparency-commitment.it.html
[12:52:00] fsfe.org/about/associates/associates.es.html
[12:52:00] fsfe.org/about/associates/associates.fr.html
[12:52:00] fsfe.org/about/associates/associates.it.html
[12:52:00] fsfe.org/about/funds/2001.es.html
[12:52:00] fsfe.org/about/funds/2001.fr.html
[12:52:00] fsfe.org/about/funds/2001.it.html
[12:52:00] fsfe.org/about/funds/2002.es.html
[12:52:00] fsfe.org/about/funds/2002.fr.html
[12:52:00] fsfe.org/about/funds/2002.it.html
[12:52:00] fsfe.org/about/funds/2003.es.html
[12:52:00] fsfe.org/about/funds/2003.fr.html
[12:52:00] fsfe.org/about/funds/2003.it.html
[12:52:00] fsfe.org/about/funds/2004.es.html
[12:52:00] fsfe.org/about/funds/2004.fr.html
[12:52:00] fsfe.org/about/funds/2004.it.html
[12:52:00] fsfe.org/about/funds/2005.es.html
[12:52:00] fsfe.org/about/funds/2005.fr.html
[12:52:00] fsfe.org/about/funds/2005.it.html
[12:52:00] fsfe.org/about/funds/2006.es.html
[12:52:00] fsfe.org/about/funds/2006.fr.html
[12:52:00] fsfe.org/about/funds/2006.it.html
[12:52:00] fsfe.org/about/funds/2007.es.html
[12:52:00] fsfe.org/about/funds/2007.fr.html
[12:52:00] fsfe.org/about/funds/2007.it.html
[12:52:00] fsfe.org/about/funds/2008.es.html
[12:52:00] fsfe.org/about/funds/2008.fr.html
[12:52:00] fsfe.org/about/funds/2008.it.html
[12:52:00] fsfe.org/about/funds/2009.es.html
[12:52:00] fsfe.org/about/funds/2009.fr.html
[12:52:00] fsfe.org/about/funds/2009.it.html
[12:52:00] fsfe.org/about/funds/2010.es.html
[12:52:00] fsfe.org/about/funds/2010.fr.html
[12:52:00] fsfe.org/about/funds/2010.it.html
[12:52:00] fsfe.org/about/funds/2011.es.html
[12:52:00] fsfe.org/about/funds/2011.fr.html
[12:52:00] fsfe.org/about/funds/2011.it.html
[12:52:00] fsfe.org/about/funds/2012.es.html
[12:52:00] fsfe.org/about/funds/2012.fr.html
[12:52:00] fsfe.org/about/funds/2012.it.html
[12:52:00] fsfe.org/about/funds/2013.es.html
[12:52:00] fsfe.org/about/funds/2013.fr.html
[12:52:00] fsfe.org/about/funds/2013.it.html
[12:52:00] fsfe.org/about/funds/2014.es.html
[12:52:00] fsfe.org/about/funds/2014.fr.html
[12:52:00] fsfe.org/about/funds/2014.it.html
[12:52:00] fsfe.org/about/funds/2015.es.html
[12:52:00] fsfe.org/about/funds/2015.fr.html
[12:52:00] fsfe.org/about/funds/2015.it.html
[12:52:00] fsfe.org/about/funds/2016.es.html
[12:52:00] fsfe.org/about/funds/2016.fr.html
[12:52:00] fsfe.org/about/funds/2016.it.html
[12:52:00] fsfe.org/about/funds/2017.es.html
[12:52:00] fsfe.org/about/funds/2017.fr.html
[12:52:00] fsfe.org/about/funds/2017.it.html
[12:52:00] fsfe.org/about/funds/2018.es.html
[12:52:00] fsfe.org/about/funds/2018.fr.html
[12:52:00] fsfe.org/about/funds/2018.it.html
[12:52:01] fsfe.org/about/funds/2019.es.html
[12:52:01] fsfe.org/about/funds/2019.fr.html
[12:52:01] fsfe.org/about/funds/2019.it.html
[12:52:01] fsfe.org/about/funds/2020.es.html
[12:52:01] fsfe.org/about/funds/2020.fr.html
[12:52:01] fsfe.org/about/funds/2020.it.html
[12:52:01] fsfe.org/about/funds/2021.es.html
[12:52:01] fsfe.org/about/funds/2021.fr.html
[12:52:01] fsfe.org/about/funds/2021.it.html
[12:52:01] fsfe.org/about/funds/2022.es.html
[12:52:01] fsfe.org/about/funds/2022.fr.html
[12:52:01] fsfe.org/about/funds/2022.it.html
[12:52:01] fsfe.org/about/funds/funds.es.html
[12:52:01] fsfe.org/about/funds/funds.fr.html
[12:52:01] fsfe.org/about/funds/funds.it.html
[12:52:01] fsfe.org/about/graphics/graphics.es.html
[12:52:01] fsfe.org/about/graphics/graphics.fr.html
[12:52:01] fsfe.org/about/graphics/graphics.it.html
[12:52:01] fsfe.org/about/graphics/sponsoring/sponsoring.es.html
[12:52:01] fsfe.org/about/graphics/sponsoring/sponsoring.fr.html
[12:52:01] fsfe.org/about/graphics/sponsoring/sponsoring.it.html
[12:52:01] fsfe.org/about/history/doi.es.html
[12:52:01] fsfe.org/about/history/doi.fr.html
[12:52:01] fsfe.org/about/history/doi.it.html
[12:52:01] fsfe.org/about/history/preamble.es.html
[12:52:01] fsfe.org/about/history/preamble.fr.html
[12:52:01] fsfe.org/about/history/preamble.it.html
[12:52:01] fsfe.org/about/jobs/index.es.html
[12:52:01] fsfe.org/about/jobs/index.fr.html
[12:52:01] fsfe.org/about/jobs/index.it.html
[12:52:01] fsfe.org/about/jobs/internship.es.html
[12:52:01] fsfe.org/about/jobs/internship.fr.html
[12:52:01] fsfe.org/about/jobs/internship.it.html
[12:52:01] fsfe.org/about/legal/imprint.es.html
[12:52:01] fsfe.org/about/legal/imprint.fr.html
[12:52:01] fsfe.org/about/legal/imprint.it.html
[12:52:01] fsfe.org/about/legal/legal.es.html
[12:52:01] fsfe.org/about/legal/legal.fr.html
[12:52:01] fsfe.org/about/legal/legal.it.html
[12:52:01] fsfe.org/about/people/index.es.html
[12:52:01] fsfe.org/about/people/index.fr.html
[12:52:01] fsfe.org/about/people/index.it.html
[12:52:01] fsfe.org/about/people/testimonials.es.html
[12:52:01] fsfe.org/about/people/testimonials.fr.html
[12:52:01] fsfe.org/about/people/testimonials.it.html
[12:52:01] fsfe.org/about/people/albers/albers.es.html
[12:52:01] fsfe.org/about/people/albers/albers.fr.html
[12:52:01] fsfe.org/about/people/albers/albers.it.html
[12:52:01] fsfe.org/about/people/bakker/bakker.es.html
[12:52:01] fsfe.org/about/people/bakker/bakker.fr.html
[12:52:01] fsfe.org/about/people/bakker/bakker.it.html
[12:52:01] fsfe.org/about/people/ceballos/ceballos.es.html
[12:52:01] fsfe.org/about/people/ceballos/ceballos.fr.html
[12:52:01] fsfe.org/about/people/ceballos/ceballos.it.html
[12:52:01] fsfe.org/about/people/gerloff/gerloff.es.html
[12:52:01] fsfe.org/about/people/gerloff/gerloff.fr.html
[12:52:01] fsfe.org/about/people/gerloff/gerloff.it.html
[12:52:01] fsfe.org/about/people/greve/cv.es.html
[12:52:01] fsfe.org/about/people/greve/cv.fr.html
[12:52:01] fsfe.org/about/people/greve/cv.it.html
[12:52:01] fsfe.org/about/people/greve/greve.es.html
[12:52:01] fsfe.org/about/people/greve/greve.fr.html
[12:52:01] fsfe.org/about/people/greve/greve.it.html
[12:52:01] fsfe.org/about/people/interviews/cryptie.es.html
[12:52:01] fsfe.org/about/people/interviews/cryptie.fr.html
[12:52:01] fsfe.org/about/people/interviews/cryptie.it.html
[12:52:01] fsfe.org/about/people/interviews/gkotsopoulou.es.html
[12:52:01] fsfe.org/about/people/interviews/gkotsopoulou.fr.html
[12:52:01] fsfe.org/about/people/interviews/gkotsopoulou.it.html
[12:52:01] fsfe.org/about/people/interviews/grun.es.html
[12:52:01] fsfe.org/about/people/interviews/grun.fr.html
[12:52:01] fsfe.org/about/people/interviews/grun.it.html
[12:52:01] fsfe.org/about/people/interviews/lequertier.es.html
[12:52:01] fsfe.org/about/people/interviews/lequertier.fr.html
[12:52:01] fsfe.org/about/people/interviews/lequertier.it.html
[12:52:01] fsfe.org/about/people/interviews/mueller.es.html
[12:52:01] fsfe.org/about/people/interviews/mueller.fr.html
[12:52:01] fsfe.org/about/people/interviews/mueller.it.html
[12:52:01] fsfe.org/about/people/interviews/ockers.es.html
[12:52:01] fsfe.org/about/people/interviews/ockers.fr.html
[12:52:01] fsfe.org/about/people/interviews/ockers.it.html
[12:52:01] fsfe.org/about/people/interviews/snow.es.html
[12:52:01] fsfe.org/about/people/interviews/snow.fr.html
[12:52:01] fsfe.org/about/people/interviews/snow.it.html
[12:52:01] fsfe.org/about/people/interviews/weitzhofer.es.html
[12:52:01] fsfe.org/about/people/interviews/weitzhofer.fr.html
[12:52:01] fsfe.org/about/people/interviews/weitzhofer.it.html
[12:52:01] fsfe.org/about/people/interviews/zerolo.es.html
[12:52:01] fsfe.org/about/people/interviews/zerolo.fr.html
[12:52:01] fsfe.org/about/people/interviews/zerolo.it.html
[12:52:01] fsfe.org/about/people/kirschner/kirschner.es.html
[12:52:01] fsfe.org/about/people/kirschner/kirschner.fr.html
[12:52:01] fsfe.org/about/people/kirschner/kirschner.it.html
[12:52:01] fsfe.org/about/people/ku/ku.es.html
[12:52:01] fsfe.org/about/people/ku/ku.fr.html
[12:52:01] fsfe.org/about/people/ku/ku.it.html
[12:52:03] fsfe.org/about/people/lasota/lasota.es.html
[12:52:03] fsfe.org/about/people/lasota/lasota.fr.html
[12:52:03] fsfe.org/about/people/lasota/lasota.it.html
[12:52:03] fsfe.org/about/people/mehl/mehl.es.html
[12:52:03] fsfe.org/about/people/mehl/mehl.fr.html
[12:52:03] fsfe.org/about/people/mehl/mehl.it.html
[12:52:03] fsfe.org/about/people/partsafyllidou/partsafyllidou.es.html
[12:52:03] fsfe.org/about/people/partsafyllidou/partsafyllidou.fr.html
[12:52:03] fsfe.org/about/people/partsafyllidou/partsafyllidou.it.html
[12:52:03] fsfe.org/about/people/repentinus/repentinus.es.html
[12:52:03] fsfe.org/about/people/repentinus/repentinus.fr.html
[12:52:03] fsfe.org/about/people/repentinus/repentinus.it.html
[12:52:03] fsfe.org/about/people/rikken/rikken.es.html
[12:52:03] fsfe.org/about/people/rikken/rikken.fr.html
[12:52:03] fsfe.org/about/people/rikken/rikken.it.html
[12:52:03] fsfe.org/about/people/roussos/roussos.es.html
[12:52:03] fsfe.org/about/people/roussos/roussos.fr.html
[12:52:03] fsfe.org/about/people/roussos/roussos.it.html
[12:52:03] fsfe.org/about/people/roy/roy.es.html
[12:52:03] fsfe.org/about/people/roy/roy.fr.html
[12:52:03] fsfe.org/about/people/roy/roy.it.html
[12:52:03] fsfe.org/about/people/sander/sander.es.html
[12:52:03] fsfe.org/about/people/sander/sander.fr.html
[12:52:03] fsfe.org/about/people/sander/sander.it.html
[12:52:03] fsfe.org/about/people/tobiasd/tobiasd.es.html
[12:52:03] fsfe.org/about/people/tobiasd/tobiasd.fr.html
[12:52:03] fsfe.org/about/people/tobiasd/tobiasd.it.html
[12:52:03] fsfe.org/about/softwarefreedom/testimonials.es.html
[12:52:03] fsfe.org/about/softwarefreedom/testimonials.fr.html
[12:52:03] fsfe.org/about/softwarefreedom/testimonials.it.html
[12:52:03] fsfe.org/activities/activities.es.html
[12:52:03] fsfe.org/activities/activities.fr.html
[12:52:03] fsfe.org/activities/activities.it.html
[12:52:03] fsfe.org/activities/awareness.es.html
[12:52:03] fsfe.org/activities/awareness.fr.html
[12:52:03] fsfe.org/activities/awareness.it.html
[12:52:03] fsfe.org/activities/legal.es.html
[12:52:03] fsfe.org/activities/legal.fr.html
[12:52:03] fsfe.org/activities/legal.it.html
[12:52:03] fsfe.org/activities/policy.es.html
[12:52:03] fsfe.org/activities/policy.fr.html
[12:52:03] fsfe.org/activities/policy.it.html
[12:52:03] fsfe.org/activities/15years/15years.es.html
[12:52:03] fsfe.org/activities/15years/15years.fr.html
[12:52:03] fsfe.org/activities/15years/15years.it.html
[12:52:03] fsfe.org/activities/20years/20years.es.html
[12:52:03] fsfe.org/activities/20years/20years.fr.html
[12:52:03] fsfe.org/activities/20years/20years.it.html
[12:52:03] fsfe.org/activities/ada-zangemann/book-reviews.es.html
[12:52:03] fsfe.org/activities/ada-zangemann/book-reviews.fr.html
[12:52:03] fsfe.org/activities/ada-zangemann/book-reviews.it.html
[12:52:03] fsfe.org/activities/ada-zangemann/index.es.html
[12:52:03] fsfe.org/activities/ada-zangemann/index.fr.html
[12:52:03] fsfe.org/activities/ada-zangemann/index.it.html
[12:52:03] fsfe.org/activities/ada-zangemann/letters.es.html
[12:52:03] fsfe.org/activities/ada-zangemann/letters.fr.html
[12:52:03] fsfe.org/activities/ada-zangemann/letters.it.html
[12:52:03] fsfe.org/activities/ada-zangemann/movie.es.html
[12:52:03] fsfe.org/activities/ada-zangemann/movie.fr.html
[12:52:03] fsfe.org/activities/ada-zangemann/movie.it.html
[12:52:03] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.es.html
[12:52:03] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.fr.html
[12:52:03] fsfe.org/activities/ada-zangemann/spark-childrens-interest-in-coding.it.html
[12:52:03] fsfe.org/activities/agnula/agnula.es.html
[12:52:03] fsfe.org/activities/agnula/agnula.fr.html
[12:52:03] fsfe.org/activities/agnula/agnula.it.html
[12:52:03] fsfe.org/activities/agnula/deliverable-1.3.1.es.html
[12:52:03] fsfe.org/activities/agnula/deliverable-1.3.1.fr.html
[12:52:03] fsfe.org/activities/agnula/deliverable-1.3.1.it.html
[12:52:03] fsfe.org/activities/agnula/java.es.html
[12:52:03] fsfe.org/activities/agnula/java.fr.html
[12:52:03] fsfe.org/activities/agnula/java.it.html
[12:52:03] fsfe.org/activities/agnula/license-faq.es.html
[12:52:03] fsfe.org/activities/agnula/license-faq.fr.html
[12:52:03] fsfe.org/activities/agnula/license-faq.it.html
[12:52:03] fsfe.org/activities/agnula/license.es.html
[12:52:03] fsfe.org/activities/agnula/license.fr.html
[12:52:03] fsfe.org/activities/agnula/license.it.html
[12:52:03] fsfe.org/activities/android/android.es.html
[12:52:03] fsfe.org/activities/android/android.fr.html
[12:52:03] fsfe.org/activities/android/android.it.html
[12:52:03] fsfe.org/activities/android/artwork.es.html
[12:52:03] fsfe.org/activities/android/artwork.fr.html
[12:52:03] fsfe.org/activities/android/artwork.it.html
[12:52:03] fsfe.org/activities/android/flashingdevices.es.html
[12:52:03] fsfe.org/activities/android/flashingdevices.fr.html
[12:52:03] fsfe.org/activities/android/flashingdevices.it.html
[12:52:03] fsfe.org/activities/android/help.es.html
[12:52:03] fsfe.org/activities/android/help.fr.html
[12:52:05] fsfe.org/activities/android/help.it.html
[12:52:05] fsfe.org/activities/android/is-flashing-legal.es.html
[12:52:05] fsfe.org/activities/android/is-flashing-legal.fr.html
[12:52:05] fsfe.org/activities/android/is-flashing-legal.it.html
[12:52:05] fsfe.org/activities/android/liberate.es.html
[12:52:05] fsfe.org/activities/android/liberate.fr.html
[12:52:05] fsfe.org/activities/android/liberate.it.html
[12:52:05] fsfe.org/activities/android/sustainability.es.html
[12:52:05] fsfe.org/activities/android/sustainability.fr.html
[12:52:05] fsfe.org/activities/android/sustainability.it.html
[12:52:05] fsfe.org/activities/android/workshops.es.html
[12:52:05] fsfe.org/activities/android/workshops.fr.html
[12:52:05] fsfe.org/activities/android/workshops.it.html
[12:52:05] fsfe.org/activities/android/artwork/DIN_A1.es.html
[12:52:05] fsfe.org/activities/android/artwork/DIN_A1.fr.html
[12:52:05] fsfe.org/activities/android/artwork/DIN_A1.it.html
[12:52:05] fsfe.org/activities/android/artwork/DIN_A7.es.html
[12:52:05] fsfe.org/activities/android/artwork/DIN_A7.fr.html
[12:52:05] fsfe.org/activities/android/artwork/DIN_A7.it.html
[12:52:05] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.es.html
[12:52:05] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.fr.html
[12:52:05] fsfe.org/activities/android/artwork/leaflet-free-your-android-fdroid-text.it.html
[12:52:05] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.es.html
[12:52:05] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.fr.html
[12:52:05] fsfe.org/activities/android/artwork/leaflets/leaflet-free-your-android-fdroid-text.it.html
[12:52:05] fsfe.org/activities/apple-litigation/apple-litigation.es.html
[12:52:05] fsfe.org/activities/apple-litigation/apple-litigation.fr.html
[12:52:05] fsfe.org/activities/apple-litigation/apple-litigation.it.html
[12:52:05] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.es.html
[12:52:05] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.fr.html
[12:52:05] fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.it.html
[12:52:05] fsfe.org/activities/bgw/bgw.es.html
[12:52:05] fsfe.org/activities/bgw/bgw.fr.html
[12:52:05] fsfe.org/activities/bgw/bgw.it.html
[12:52:05] fsfe.org/activities/conf-events/conf-events.es.html
[12:52:05] fsfe.org/activities/conf-events/conf-events.fr.html
[12:52:05] fsfe.org/activities/conf-events/conf-events.it.html
[12:52:05] fsfe.org/activities/conf-events/report-cccamp23.es.html
[12:52:05] fsfe.org/activities/conf-events/report-cccamp23.fr.html
[12:52:05] fsfe.org/activities/conf-events/report-cccamp23.it.html
[12:52:05] fsfe.org/activities/deviceneutrality/index.es.html
[12:52:05] fsfe.org/activities/deviceneutrality/index.fr.html
[12:52:05] fsfe.org/activities/deviceneutrality/index.it.html
[12:52:05] fsfe.org/activities/dma/dma.es.html
[12:52:05] fsfe.org/activities/dma/dma.fr.html
[12:52:05] fsfe.org/activities/dma/dma.it.html
[12:52:05] fsfe.org/activities/drm/drm.es.html
[12:52:05] fsfe.org/activities/drm/drm.fr.html
[12:52:05] fsfe.org/activities/drm/drm.it.html
[12:52:05] fsfe.org/activities/drm/open-letter-ec-drm-html.es.html
[12:52:05] fsfe.org/activities/drm/open-letter-ec-drm-html.fr.html
[12:52:05] fsfe.org/activities/drm/open-letter-ec-drm-html.it.html
[12:52:05] fsfe.org/activities/drm/sony-rootkit-fiasco.es.html
[12:52:05] fsfe.org/activities/drm/sony-rootkit-fiasco.fr.html
[12:52:05] fsfe.org/activities/drm/sony-rootkit-fiasco.it.html
[12:52:05] fsfe.org/activities/elections/digitalomat.es.html
[12:52:05] fsfe.org/activities/elections/digitalomat.fr.html
[12:52:05] fsfe.org/activities/elections/digitalomat.it.html
[12:52:05] fsfe.org/activities/elections/freedomvote.es.html
[12:52:05] fsfe.org/activities/elections/freedomvote.fr.html
[12:52:05] fsfe.org/activities/elections/freedomvote.it.html
[12:52:05] fsfe.org/activities/elections/index.es.html
[12:52:05] fsfe.org/activities/elections/index.fr.html
[12:52:05] fsfe.org/activities/elections/index.it.html
[12:52:05] fsfe.org/activities/elections/letspromise.es.html
[12:52:05] fsfe.org/activities/elections/letspromise.fr.html
[12:52:05] fsfe.org/activities/elections/letspromise.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/200909-germany-bundestagswahl.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-france-cantonales.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-baden-wuerttemberg.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-rheinland-pfalz.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201103-germany-sachsen-anhalt.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201105-germany-bremen.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201109-germany-berlin.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201203-germany-saarland.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201205-germany-nrw.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201205-germany-schle-hol.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-bavaria.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-bundestagswahl.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201309-germany-hessen.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201403-germany-bayern-muc.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201608-germany-berlin.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201608-germany-meck-pomm.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201610-germany-berlin-handlungsempfehlungen.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.fr.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201709-germany-bundestagswahl.it.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.es.html
[12:52:05] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/201803-italy-general-elections.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/askyourcandidates.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/example-questions.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/example-questions.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/example-questions.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/votingbenchmarks.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree-text.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/2015-CH-weagree/weagree.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/askyourcandidates.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014-templates.it.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.es.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.fr.html
[12:52:08] fsfe.org/activities/elections/askyourcandidates/ep2014/ayc-ep2014.it.html
[12:52:08] fsfe.org/activities/eucd/eucd-fs.es.html
[12:52:08] fsfe.org/activities/eucd/eucd-fs.fr.html
[12:52:08] fsfe.org/activities/eucd/eucd-fs.it.html
[12:52:08] fsfe.org/activities/eucd/eucd.es.html
[12:52:08] fsfe.org/activities/eucd/eucd.fr.html
[12:52:08] fsfe.org/activities/eucd/eucd.it.html
[12:52:08] fsfe.org/activities/eura-slovakia/eura-slovakia.es.html
[12:52:08] fsfe.org/activities/eura-slovakia/eura-slovakia.fr.html
[12:52:08] fsfe.org/activities/eura-slovakia/eura-slovakia.it.html
[12:52:08] fsfe.org/activities/fla/fiduciary.es.html
[12:52:08] fsfe.org/activities/fla/fiduciary.fr.html
[12:52:08] fsfe.org/activities/fla/fiduciary.it.html
[12:52:08] fsfe.org/activities/fla/fla.es.html
[12:52:08] fsfe.org/activities/fla/fla.fr.html
[12:52:08] fsfe.org/activities/fla/fla.it.html
[12:52:08] fsfe.org/activities/foss4smes/foss4smes.es.html
[12:52:08] fsfe.org/activities/foss4smes/foss4smes.fr.html
[12:52:08] fsfe.org/activities/foss4smes/foss4smes.it.html
[12:52:08] fsfe.org/activities/fp6/focal.es.html
[12:52:08] fsfe.org/activities/fp6/focal.fr.html
[12:52:08] fsfe.org/activities/fp6/focal.it.html
[12:52:08] fsfe.org/activities/fp6/fp6.es.html
[12:52:08] fsfe.org/activities/fp6/fp6.fr.html
[12:52:08] fsfe.org/activities/fp6/fp6.it.html
[12:52:08] fsfe.org/activities/fp6/lafis.es.html
[12:52:08] fsfe.org/activities/fp6/lafis.fr.html
[12:52:08] fsfe.org/activities/fp6/lafis.it.html
[12:52:08] fsfe.org/activities/fp6/more-support.es.html
[12:52:08] fsfe.org/activities/fp6/more-support.fr.html
[12:52:08] fsfe.org/activities/fp6/more-support.it.html
[12:52:08] fsfe.org/activities/fp6/reasoning.es.html
[12:52:08] fsfe.org/activities/fp6/reasoning.fr.html
[12:52:08] fsfe.org/activities/fp6/reasoning.it.html
[12:52:08] fsfe.org/activities/fp6/recommendation.es.html
[12:52:08] fsfe.org/activities/fp6/recommendation.fr.html
[12:52:08] fsfe.org/activities/fp6/recommendation.it.html
[12:52:08] fsfe.org/activities/fp6/supporting-parties.es.html
[12:52:08] fsfe.org/activities/fp6/supporting-parties.fr.html
[12:52:08] fsfe.org/activities/fp6/supporting-parties.it.html
[12:52:08] fsfe.org/activities/fp7/fp7.es.html
[12:52:08] fsfe.org/activities/fp7/fp7.fr.html
[12:52:08] fsfe.org/activities/fp7/fp7.it.html
[12:52:08] fsfe.org/activities/gbn/gbn.es.html
[12:52:08] fsfe.org/activities/gbn/gbn.fr.html
[12:52:08] fsfe.org/activities/gbn/gbn.it.html
[12:52:08] fsfe.org/activities/gplv3/bangalore-rms-transcript.es.html
[12:52:08] fsfe.org/activities/gplv3/bangalore-rms-transcript.fr.html
[12:52:08] fsfe.org/activities/gplv3/bangalore-rms-transcript.it.html
[12:52:08] fsfe.org/activities/gplv3/barcelona-moglen-transcript.es.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-moglen-transcript.fr.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-moglen-transcript.it.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-rms-transcript.es.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-rms-transcript.fr.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-rms-transcript.it.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-summaries.es.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-summaries.fr.html
[12:52:09] fsfe.org/activities/gplv3/barcelona-summaries.it.html
[12:52:09] fsfe.org/activities/gplv3/brussels-rms-transcript.es.html
[12:52:09] fsfe.org/activities/gplv3/brussels-rms-transcript.fr.html
[12:52:09] fsfe.org/activities/gplv3/brussels-rms-transcript.it.html
[12:52:09] fsfe.org/activities/gplv3/diff-draft1-draft2.es.html
[12:52:09] fsfe.org/activities/gplv3/diff-draft1-draft2.fr.html
[12:52:09] fsfe.org/activities/gplv3/diff-draft1-draft2.it.html
[12:52:09] fsfe.org/activities/gplv3/diff-draft2-draft3.es.html
[12:52:09] fsfe.org/activities/gplv3/diff-draft2-draft3.fr.html
[12:52:09] fsfe.org/activities/gplv3/diff-draft2-draft3.it.html
[12:52:09] fsfe.org/activities/gplv3/diff-gplv2-draft2.es.html
[12:52:09] fsfe.org/activities/gplv3/diff-gplv2-draft2.fr.html
[12:52:09] fsfe.org/activities/gplv3/diff-gplv2-draft2.it.html
[12:52:09] fsfe.org/activities/gplv3/drm-and-gplv3.es.html
[12:52:09] fsfe.org/activities/gplv3/drm-and-gplv3.fr.html
[12:52:09] fsfe.org/activities/gplv3/drm-and-gplv3.it.html
[12:52:09] fsfe.org/activities/gplv3/europe-gplv3-conference.es.html
[12:52:09] fsfe.org/activities/gplv3/europe-gplv3-conference.fr.html
[12:52:09] fsfe.org/activities/gplv3/europe-gplv3-conference.it.html
[12:52:09] fsfe.org/activities/gplv3/events.es.html
[12:52:09] fsfe.org/activities/gplv3/events.fr.html
[12:52:09] fsfe.org/activities/gplv3/events.it.html
[12:52:09] fsfe.org/activities/gplv3/fisl-rms-transcript.es.html
[12:52:09] fsfe.org/activities/gplv3/fisl-rms-transcript.fr.html
[12:52:09] fsfe.org/activities/gplv3/fisl-rms-transcript.it.html
[12:52:09] fsfe.org/activities/gplv3/gplv3-torino.es.html
[12:52:09] fsfe.org/activities/gplv3/gplv3-torino.fr.html
[12:52:09] fsfe.org/activities/gplv3/gplv3-torino.it.html
[12:52:09] fsfe.org/activities/gplv3/gplv3.es.html
[12:52:09] fsfe.org/activities/gplv3/gplv3.fr.html
[12:52:09] fsfe.org/activities/gplv3/gplv3.it.html
[12:52:09] fsfe.org/activities/gplv3/links.es.html
[12:52:09] fsfe.org/activities/gplv3/links.fr.html
[12:52:09] fsfe.org/activities/gplv3/links.it.html
[12:52:09] fsfe.org/activities/gplv3/patents-and-gplv3.es.html
[12:52:09] fsfe.org/activities/gplv3/patents-and-gplv3.fr.html
[12:52:09] fsfe.org/activities/gplv3/patents-and-gplv3.it.html
[12:52:09] fsfe.org/activities/gplv3/timeline.es.html
[12:52:09] fsfe.org/activities/gplv3/timeline.fr.html
[12:52:09] fsfe.org/activities/gplv3/timeline.it.html
[12:52:09] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.es.html
[12:52:09] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.fr.html
[12:52:09] fsfe.org/activities/gplv3/tokyo-ciaran-transcript.it.html
[12:52:09] fsfe.org/activities/gplv3/tokyo-rms-transcript.es.html
[12:52:09] fsfe.org/activities/gplv3/tokyo-rms-transcript.fr.html
[12:52:09] fsfe.org/activities/gplv3/tokyo-rms-transcript.it.html
[12:52:09] fsfe.org/activities/gplv3/topics.es.html
[12:52:09] fsfe.org/activities/gplv3/topics.fr.html
[12:52:09] fsfe.org/activities/gplv3/topics.it.html
[12:52:09] fsfe.org/activities/gplv3/torino-rms-transcript.es.html
[12:52:09] fsfe.org/activities/gplv3/torino-rms-transcript.fr.html
[12:52:09] fsfe.org/activities/gplv3/torino-rms-transcript.it.html
[12:52:09] fsfe.org/activities/igf/a2k.es.html
[12:52:09] fsfe.org/activities/igf/a2k.fr.html
[12:52:09] fsfe.org/activities/igf/a2k.it.html
[12:52:09] fsfe.org/activities/igf/dcos.es.html
[12:52:09] fsfe.org/activities/igf/dcos.fr.html
[12:52:09] fsfe.org/activities/igf/dcos.it.html
[12:52:09] fsfe.org/activities/igf/igf.es.html
[12:52:09] fsfe.org/activities/igf/igf.fr.html
[12:52:09] fsfe.org/activities/igf/igf.it.html
[12:52:09] fsfe.org/activities/igf/sovsoft.es.html
[12:52:09] fsfe.org/activities/igf/sovsoft.fr.html
[12:52:09] fsfe.org/activities/igf/sovsoft.it.html
[12:52:09] fsfe.org/activities/igf/wgig.es.html
[12:52:09] fsfe.org/activities/igf/wgig.fr.html
[12:52:09] fsfe.org/activities/igf/wgig.it.html
[12:52:09] fsfe.org/activities/ilovefs/index.es.html
[12:52:09] fsfe.org/activities/ilovefs/index.fr.html
[12:52:09] fsfe.org/activities/ilovefs/index.it.html
[12:52:09] fsfe.org/activities/ilovefs/artwork/artwork.es.html
[12:52:09] fsfe.org/activities/ilovefs/artwork/artwork.fr.html
[12:52:09] fsfe.org/activities/ilovefs/artwork/artwork.it.html
[12:52:09] fsfe.org/activities/ilovefs/report/report_2023.es.html
[12:52:09] fsfe.org/activities/ilovefs/report/report_2023.fr.html
[12:52:09] fsfe.org/activities/ilovefs/report/report_2023.it.html
[12:52:09] fsfe.org/activities/ilovefs/report/report_2024.es.html
[12:52:10] fsfe.org/activities/ilovefs/report/report_2024.fr.html
[12:52:10] fsfe.org/activities/ilovefs/report/report_2024.it.html
[12:52:10] fsfe.org/activities/ilovefs/whylovefs/gallery.es.html
[12:52:10] fsfe.org/activities/ilovefs/whylovefs/gallery.fr.html
[12:52:10] fsfe.org/activities/ilovefs/whylovefs/gallery.it.html
[12:52:10] fsfe.org/activities/ilovefs/whylovefs/whylovefs.es.html
[12:52:10] fsfe.org/activities/ilovefs/whylovefs/whylovefs.fr.html
[12:52:10] fsfe.org/activities/ilovefs/whylovefs/whylovefs.it.html
[12:52:10] fsfe.org/activities/ipred2/ipred2.es.html
[12:52:10] fsfe.org/activities/ipred2/ipred2.fr.html
[12:52:10] fsfe.org/activities/ipred2/ipred2.it.html
[12:52:10] fsfe.org/activities/ipred2/letter-april-2007.es.html
[12:52:10] fsfe.org/activities/ipred2/letter-april-2007.fr.html
[12:52:10] fsfe.org/activities/ipred2/letter-april-2007.it.html
[12:52:10] fsfe.org/activities/licence-questions/licence-questions.es.html
[12:52:10] fsfe.org/activities/licence-questions/licence-questions.fr.html
[12:52:10] fsfe.org/activities/licence-questions/licence-questions.it.html
[12:52:10] fsfe.org/activities/ln/application-confirm.es.html
[12:52:10] fsfe.org/activities/ln/application-confirm.fr.html
[12:52:10] fsfe.org/activities/ln/application-confirm.it.html
[12:52:10] fsfe.org/activities/ln/application-success.es.html
[12:52:10] fsfe.org/activities/ln/application-success.fr.html
[12:52:10] fsfe.org/activities/ln/application-success.it.html
[12:52:10] fsfe.org/activities/ln/application.es.html
[12:52:10] fsfe.org/activities/ln/application.fr.html
[12:52:10] fsfe.org/activities/ln/application.it.html
[12:52:10] fsfe.org/activities/ln/council.es.html
[12:52:10] fsfe.org/activities/ln/council.fr.html
[12:52:10] fsfe.org/activities/ln/council.it.html
[12:52:10] fsfe.org/activities/ln/llw-conf.es.html
[12:52:10] fsfe.org/activities/ln/llw-conf.fr.html
[12:52:10] fsfe.org/activities/ln/llw-conf.it.html
[12:52:10] fsfe.org/activities/ln/llw-past.es.html
[12:52:10] fsfe.org/activities/ln/llw-past.fr.html
[12:52:10] fsfe.org/activities/ln/llw-past.it.html
[12:52:11] fsfe.org/activities/ln/llw.es.html
[12:52:11] fsfe.org/activities/ln/llw.fr.html
[12:52:11] fsfe.org/activities/ln/llw.it.html
[12:52:11] fsfe.org/activities/ln/ln-procedures.es.html
[12:52:11] fsfe.org/activities/ln/ln-procedures.fr.html
[12:52:11] fsfe.org/activities/ln/ln-procedures.it.html
[12:52:11] fsfe.org/activities/ln/ln.es.html
[12:52:11] fsfe.org/activities/ln/ln.fr.html
[12:52:11] fsfe.org/activities/ln/ln.it.html
[12:52:11] fsfe.org/activities/ln/memberlist-confirm.es.html
[12:52:11] fsfe.org/activities/ln/memberlist-confirm.fr.html
[12:52:11] fsfe.org/activities/ln/memberlist-confirm.it.html
[12:52:11] fsfe.org/activities/ln/memberlist-success.es.html
[12:52:11] fsfe.org/activities/ln/memberlist-success.fr.html
[12:52:11] fsfe.org/activities/ln/memberlist-success.it.html
[12:52:11] fsfe.org/activities/ln/memberlist.es.html
[12:52:11] fsfe.org/activities/ln/memberlist.fr.html
[12:52:11] fsfe.org/activities/ln/memberlist.it.html
[12:52:11] fsfe.org/activities/ln/modpolicy.es.html
[12:52:11] fsfe.org/activities/ln/modpolicy.fr.html
[12:52:11] fsfe.org/activities/ln/modpolicy.it.html
[12:52:11] fsfe.org/activities/ln/rules.es.html
[12:52:11] fsfe.org/activities/ln/rules.fr.html
[12:52:11] fsfe.org/activities/ln/rules.it.html
[12:52:11] fsfe.org/activities/mankind/contact.es.html
[12:52:11] fsfe.org/activities/mankind/contact.fr.html
[12:52:11] fsfe.org/activities/mankind/contact.it.html
[12:52:11] fsfe.org/activities/mankind/done.es.html
[12:52:11] fsfe.org/activities/mankind/done.fr.html
[12:52:11] fsfe.org/activities/mankind/done.it.html
[12:52:11] fsfe.org/activities/mankind/help.es.html
[12:52:11] fsfe.org/activities/mankind/help.fr.html
[12:52:11] fsfe.org/activities/mankind/help.it.html
[12:52:11] fsfe.org/activities/mankind/links.es.html
[12:52:11] fsfe.org/activities/mankind/links.fr.html
[12:52:11] fsfe.org/activities/mankind/links.it.html
[12:52:11] fsfe.org/activities/mankind/mankind.es.html
[12:52:11] fsfe.org/activities/mankind/mankind.fr.html
[12:52:11] fsfe.org/activities/mankind/mankind.it.html
[12:52:11] fsfe.org/activities/mankind/press.es.html
[12:52:11] fsfe.org/activities/mankind/press.fr.html
[12:52:11] fsfe.org/activities/mankind/press.it.html
[12:52:11] fsfe.org/activities/mankind/support.es.html
[12:52:11] fsfe.org/activities/mankind/support.fr.html
[12:52:11] fsfe.org/activities/mankind/support.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/index.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/index.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/index.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/press-release.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/press-release.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/press-release.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/conclusion.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/conclusion.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/conclusion.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/contact.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/contact.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/contact.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/ethical.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/ethical.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/ethical.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/facts.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/facts.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/facts.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/independence.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/independence.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/independence.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/origin.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/origin.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/origin.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/plan.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/plan.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/plan.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/social.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/social.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/social.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/support.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/support.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/support.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/technical.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/technical.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/technical.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/threats.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/threats.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/threats.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/unesco.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/unesco.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/unesco.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/why1.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/why1.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/why1.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/why2.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/why2.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/why2.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/workdone.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/workdone.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/workdone.it.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.es.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.fr.html
[12:52:11] fsfe.org/activities/mankind/lsm2002/slides/workinprogress.it.html
[12:52:11] fsfe.org/activities/ms-vs-eu/article-20060421.es.html
[12:52:11] fsfe.org/activities/ms-vs-eu/article-20060421.fr.html
[12:52:11] fsfe.org/activities/ms-vs-eu/article-20060421.it.html
[12:52:11] fsfe.org/activities/ms-vs-eu/background.es.html
[12:52:11] fsfe.org/activities/ms-vs-eu/background.fr.html
[12:52:11] fsfe.org/activities/ms-vs-eu/background.it.html
[12:52:11] fsfe.org/activities/ms-vs-eu/intervention-20040930.es.html
[12:52:11] fsfe.org/activities/ms-vs-eu/intervention-20040930.fr.html
[12:52:11] fsfe.org/activities/ms-vs-eu/intervention-20040930.it.html
[12:52:11] fsfe.org/activities/ms-vs-eu/ms-vs-eu.es.html
[12:52:11] fsfe.org/activities/ms-vs-eu/ms-vs-eu.fr.html
[12:52:11] fsfe.org/activities/ms-vs-eu/ms-vs-eu.it.html
[12:52:11] fsfe.org/activities/ms-vs-eu/timeline.es.html
[12:52:11] fsfe.org/activities/ms-vs-eu/timeline.fr.html
[12:52:11] fsfe.org/activities/ms-vs-eu/timeline.it.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-converter-hoax.es.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-converter-hoax.fr.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-converter-hoax.it.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.es.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.fr.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-idiosyncrasies.it.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-interoperability.es.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-interoperability.fr.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-interoperability.it.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-questions-for-ms.es.html
[12:52:11] fsfe.org/activities/msooxml/msooxml-questions-for-ms.fr.html
[12:52:12] fsfe.org/activities/msooxml/msooxml-questions-for-ms.it.html
[12:52:12] fsfe.org/activities/msooxml/msooxml-questions.es.html
[12:52:12] fsfe.org/activities/msooxml/msooxml-questions.fr.html
[12:52:12] fsfe.org/activities/msooxml/msooxml-questions.it.html
[12:52:12] fsfe.org/activities/msooxml/msooxml.es.html
[12:52:12] fsfe.org/activities/msooxml/msooxml.fr.html
[12:52:12] fsfe.org/activities/msooxml/msooxml.it.html
[12:52:12] fsfe.org/activities/ngi/ngi-past.es.html
[12:52:12] fsfe.org/activities/ngi/ngi-past.fr.html
[12:52:12] fsfe.org/activities/ngi/ngi-past.it.html
[12:52:12] fsfe.org/activities/ngi/ngi.es.html
[12:52:12] fsfe.org/activities/ngi/ngi.fr.html
[12:52:12] fsfe.org/activities/ngi/ngi.it.html
[12:52:12] fsfe.org/activities/nledu/nledu.es.html
[12:52:12] fsfe.org/activities/nledu/nledu.fr.html
[12:52:12] fsfe.org/activities/nledu/nledu.it.html
[12:52:12] fsfe.org/activities/pdfreaders/bug-report-uk.es.html
[12:52:12] fsfe.org/activities/pdfreaders/bug-report-uk.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/bug-report-uk.it.html
[12:52:12] fsfe.org/activities/pdfreaders/bug-report.es.html
[12:52:12] fsfe.org/activities/pdfreaders/bug-report.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/bug-report.it.html
[12:52:12] fsfe.org/activities/pdfreaders/buglist.es.html
[12:52:12] fsfe.org/activities/pdfreaders/buglist.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/buglist.it.html
[12:52:12] fsfe.org/activities/pdfreaders/follow-up.es.html
[12:52:12] fsfe.org/activities/pdfreaders/follow-up.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/follow-up.it.html
[12:52:12] fsfe.org/activities/pdfreaders/guideline.es.html
[12:52:12] fsfe.org/activities/pdfreaders/guideline.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/guideline.it.html
[12:52:12] fsfe.org/activities/pdfreaders/letter.es.html
[12:52:12] fsfe.org/activities/pdfreaders/letter.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/letter.it.html
[12:52:12] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.es.html
[12:52:12] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/parliamentary-questions-eu.it.html
[12:52:12] fsfe.org/activities/pdfreaders/pdfreaders.es.html
[12:52:12] fsfe.org/activities/pdfreaders/pdfreaders.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/pdfreaders.it.html
[12:52:12] fsfe.org/activities/pdfreaders/pdfsprint.es.html
[12:52:12] fsfe.org/activities/pdfreaders/pdfsprint.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/pdfsprint.it.html
[12:52:12] fsfe.org/activities/pdfreaders/petition-error.es.html
[12:52:12] fsfe.org/activities/pdfreaders/petition-error.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/petition-error.it.html
[12:52:12] fsfe.org/activities/pdfreaders/petition-success.es.html
[12:52:12] fsfe.org/activities/pdfreaders/petition-success.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/petition-success.it.html
[12:52:12] fsfe.org/activities/pdfreaders/petition.es.html
[12:52:12] fsfe.org/activities/pdfreaders/petition.fr.html
[12:52:12] fsfe.org/activities/pdfreaders/petition.it.html
[12:52:12] fsfe.org/activities/publiccode/bea.es.html
[12:52:12] fsfe.org/activities/publiccode/bea.fr.html
[12:52:12] fsfe.org/activities/publiccode/bea.it.html
[12:52:12] fsfe.org/activities/publiccode/brochure.es.html
[12:52:12] fsfe.org/activities/publiccode/brochure.fr.html
[12:52:12] fsfe.org/activities/publiccode/brochure.it.html
[12:52:12] fsfe.org/activities/publiccode/get-active.es.html
[12:52:12] fsfe.org/activities/publiccode/get-active.fr.html
[12:52:12] fsfe.org/activities/publiccode/get-active.it.html
[12:52:12] fsfe.org/activities/publiccode/publiccode.es.html
[12:52:12] fsfe.org/activities/publiccode/publiccode.fr.html
[12:52:12] fsfe.org/activities/publiccode/publiccode.it.html
[12:52:12] fsfe.org/activities/radiodirective/radiodirective.es.html
[12:52:12] fsfe.org/activities/radiodirective/radiodirective.fr.html
[12:52:12] fsfe.org/activities/radiodirective/radiodirective.it.html
[12:52:12] fsfe.org/activities/radiodirective/statement.es.html
[12:52:12] fsfe.org/activities/radiodirective/statement.fr.html
[12:52:12] fsfe.org/activities/radiodirective/statement.it.html
[12:52:12] fsfe.org/activities/routers/routers.es.html
[12:52:12] fsfe.org/activities/routers/routers.fr.html
[12:52:12] fsfe.org/activities/routers/routers.it.html
[12:52:12] fsfe.org/activities/routers/timeline.es.html
[12:52:12] fsfe.org/activities/routers/timeline.fr.html
[12:52:12] fsfe.org/activities/routers/timeline.it.html
[12:52:12] fsfe.org/activities/self/self.es.html
[12:52:12] fsfe.org/activities/self/self.fr.html
[12:52:12] fsfe.org/activities/self/self.it.html
[12:52:12] fsfe.org/activities/stacs/belgrade-register.es.html
[12:52:12] fsfe.org/activities/stacs/belgrade-register.fr.html
[12:52:12] fsfe.org/activities/stacs/belgrade-register.it.html
[12:52:12] fsfe.org/activities/stacs/belgrade.es.html
[12:52:12] fsfe.org/activities/stacs/belgrade.fr.html
[12:52:12] fsfe.org/activities/stacs/belgrade.it.html
[12:52:13] fsfe.org/activities/stacs/london-register.es.html
[12:52:13] fsfe.org/activities/stacs/london-register.fr.html
[12:52:13] fsfe.org/activities/stacs/london-register.it.html
[12:52:13] fsfe.org/activities/stacs/london.es.html
[12:52:13] fsfe.org/activities/stacs/london.fr.html
[12:52:13] fsfe.org/activities/stacs/london.it.html
[12:52:13] fsfe.org/activities/stacs/stacs.es.html
[12:52:13] fsfe.org/activities/stacs/stacs.fr.html
[12:52:13] fsfe.org/activities/stacs/stacs.it.html
[12:52:13] fsfe.org/activities/stacs/tmpl-belgrade.es.html
[12:52:13] fsfe.org/activities/stacs/tmpl-belgrade.fr.html
[12:52:13] fsfe.org/activities/stacs/tmpl-belgrade.it.html
[12:52:13] fsfe.org/activities/stacs/tmpl-london.es.html
[12:52:13] fsfe.org/activities/stacs/tmpl-london.fr.html
[12:52:13] fsfe.org/activities/stacs/tmpl-london.it.html
[12:52:13] fsfe.org/activities/swpat/background.es.html
[12:52:13] fsfe.org/activities/swpat/background.fr.html
[12:52:13] fsfe.org/activities/swpat/background.it.html
[12:52:13] fsfe.org/activities/swpat/documents.es.html
[12:52:13] fsfe.org/activities/swpat/documents.fr.html
[12:52:13] fsfe.org/activities/swpat/documents.it.html
[12:52:13] fsfe.org/activities/swpat/fsfe-patstrat-response.es.html
[12:52:13] fsfe.org/activities/swpat/fsfe-patstrat-response.fr.html
[12:52:13] fsfe.org/activities/swpat/fsfe-patstrat-response.it.html
[12:52:13] fsfe.org/activities/swpat/how-the-eu-patent-system-works.es.html
[12:52:13] fsfe.org/activities/swpat/how-the-eu-patent-system-works.fr.html
[12:52:13] fsfe.org/activities/swpat/how-the-eu-patent-system-works.it.html
[12:52:13] fsfe.org/activities/swpat/letter-20040510.es.html
[12:52:13] fsfe.org/activities/swpat/letter-20040510.fr.html
[12:52:13] fsfe.org/activities/swpat/letter-20040510.it.html
[12:52:13] fsfe.org/activities/swpat/letter-20040531.es.html
[12:52:13] fsfe.org/activities/swpat/letter-20040531.fr.html
[12:52:13] fsfe.org/activities/swpat/letter-20040531.it.html
[12:52:13] fsfe.org/activities/swpat/letter-20040706.es.html
[12:52:13] fsfe.org/activities/swpat/letter-20040706.fr.html
[12:52:13] fsfe.org/activities/swpat/letter-20040706.it.html
[12:52:13] fsfe.org/activities/swpat/letter-20040802.es.html
[12:52:13] fsfe.org/activities/swpat/letter-20040802.fr.html
[12:52:13] fsfe.org/activities/swpat/letter-20040802.it.html
[12:52:13] fsfe.org/activities/swpat/letter-20040906.es.html
[12:52:13] fsfe.org/activities/swpat/letter-20040906.fr.html
[12:52:13] fsfe.org/activities/swpat/letter-20040906.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20041004.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20041004.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20041004.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20041101.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20041101.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20041101.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20041206.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20041206.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20041206.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20050103.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20050103.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20050103.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20050207.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20050207.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20050207.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20050307.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20050307.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20050307.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20050405.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20050405.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20050405.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20050502.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20050502.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20050502.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20050606.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20050606.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20050606.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20101222.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20101222.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20101222.it.html
[12:52:14] fsfe.org/activities/swpat/letter-20110406.es.html
[12:52:14] fsfe.org/activities/swpat/letter-20110406.fr.html
[12:52:14] fsfe.org/activities/swpat/letter-20110406.it.html
[12:52:14] fsfe.org/activities/swpat/memorandum.es.html
[12:52:14] fsfe.org/activities/swpat/memorandum.fr.html
[12:52:14] fsfe.org/activities/swpat/memorandum.it.html
[12:52:14] fsfe.org/activities/swpat/nortel.es.html
[12:52:14] fsfe.org/activities/swpat/nortel.fr.html
[12:52:14] fsfe.org/activities/swpat/nortel.it.html
[12:52:14] fsfe.org/activities/swpat/novell-cptn.es.html
[12:52:14] fsfe.org/activities/swpat/novell-cptn.fr.html
[12:52:14] fsfe.org/activities/swpat/novell-cptn.it.html
[12:52:16] fsfe.org/activities/swpat/second-reading-bullets.es.html
[12:52:16] fsfe.org/activities/swpat/second-reading-bullets.fr.html
[12:52:16] fsfe.org/activities/swpat/second-reading-bullets.it.html
[12:52:16] fsfe.org/activities/swpat/status.es.html
[12:52:16] fsfe.org/activities/swpat/status.fr.html
[12:52:16] fsfe.org/activities/swpat/status.it.html
[12:52:16] fsfe.org/activities/swpat/swpat.es.html
[12:52:16] fsfe.org/activities/swpat/swpat.fr.html
[12:52:16] fsfe.org/activities/swpat/swpat.it.html
[12:52:16] fsfe.org/activities/swpat/current/model-letter-companies.es.html
[12:52:16] fsfe.org/activities/swpat/current/model-letter-companies.fr.html
[12:52:16] fsfe.org/activities/swpat/current/model-letter-companies.it.html
[12:52:16] fsfe.org/activities/swpat/current/unitary-patent.es.html
[12:52:16] fsfe.org/activities/swpat/current/unitary-patent.fr.html
[12:52:16] fsfe.org/activities/swpat/current/unitary-patent.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool1.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool1.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool1.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool2.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool2.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool2.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool3.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool3.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool3.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool4.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool4.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool4.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool5.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool5.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool5.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool6.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool6.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool6.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool7.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool7.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool7.it.html
[12:52:16] fsfe.org/activities/tgs/tagatschool8.es.html
[12:52:16] fsfe.org/activities/tgs/tagatschool8.fr.html
[12:52:16] fsfe.org/activities/tgs/tagatschool8.it.html
[12:52:16] fsfe.org/activities/tgs/tgs.es.html
[12:52:16] fsfe.org/activities/tgs/tgs.fr.html
[12:52:16] fsfe.org/activities/tgs/tgs.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/application-confirm.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/application-confirm.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/application-confirm.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/application-success.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/application-success.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/application-success.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/howtoupcycle.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/howtoupcycle.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/howtoupcycle.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/individual-signatures.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/individual-signatures.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/individual-signatures.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/informationmaterial.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/informationmaterial.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/informationmaterial.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/is-flashing-legal.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/is-flashing-legal.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/is-flashing-legal.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/openletter.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/openletter.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/openletter.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/upcyclingandroid.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/upcyclingandroid.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/upcyclingandroid.it.html
[12:52:16] fsfe.org/activities/upcyclingandroid/workshops.es.html
[12:52:16] fsfe.org/activities/upcyclingandroid/workshops.fr.html
[12:52:16] fsfe.org/activities/upcyclingandroid/workshops.it.html
[12:52:16] fsfe.org/activities/whyfs/whyfs.es.html
[12:52:16] fsfe.org/activities/whyfs/whyfs.fr.html
[12:52:16] fsfe.org/activities/whyfs/whyfs.it.html
[12:52:16] fsfe.org/activities/wipo/fser.es.html
[12:52:16] fsfe.org/activities/wipo/fser.fr.html
[12:52:16] fsfe.org/activities/wipo/fser.it.html
[12:52:16] fsfe.org/activities/wipo/iprip.es.html
[12:52:16] fsfe.org/activities/wipo/iprip.fr.html
[12:52:16] fsfe.org/activities/wipo/iprip.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20050413.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20050413.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20050413.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20050415.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20050415.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20050415.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20050620.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20050620.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20050620.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20050721.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20050721.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20050721.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20050930.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20050930.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20050930.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20060223.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20060223.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20060223.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20060628.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20060628.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20060628.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20070928.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20070928.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20070928.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090324.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090324.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090324.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090325.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090325.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090325.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090327.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090327.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090327.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090420-01.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090420-01.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090420-01.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090420-02.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090420-02.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090420-02.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090430-01.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090430-01.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090430-01.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090430-02.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090430-02.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090430-02.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20090501.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20090501.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20090501.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-01.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-01.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-01.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-02.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-02.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-02.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-03.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-03.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125-03.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20100125.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20100127-01.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20100127-01.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20100127-01.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20100127-02.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20100127-02.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20100127-02.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20101013.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20101013.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20101013.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20101124-01.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20101124-01.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20101124-01.it.html
[12:52:16] fsfe.org/activities/wipo/statement-20101124-02.es.html
[12:52:16] fsfe.org/activities/wipo/statement-20101124-02.fr.html
[12:52:16] fsfe.org/activities/wipo/statement-20101124-02.it.html
[12:52:16] fsfe.org/activities/wipo/wipo.es.html
[12:52:16] fsfe.org/activities/wipo/wipo.fr.html
[12:52:16] fsfe.org/activities/wipo/wipo.it.html
[12:52:16] fsfe.org/activities/wipo/wiwo.es.html
[12:52:16] fsfe.org/activities/wipo/wiwo.fr.html
[12:52:18] fsfe.org/activities/wipo/wiwo.it.html
[12:52:18] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.es.html
[12:52:18] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.fr.html
[12:52:18] fsfe.org/activities/wsis/cs-benchmarks-03-11-14.it.html
[12:52:18] fsfe.org/activities/wsis/debriefing-geneva.es.html
[12:52:18] fsfe.org/activities/wsis/debriefing-geneva.fr.html
[12:52:18] fsfe.org/activities/wsis/debriefing-geneva.it.html
[12:52:18] fsfe.org/activities/wsis/debriefing-paris.es.html
[12:52:18] fsfe.org/activities/wsis/debriefing-paris.fr.html
[12:52:18] fsfe.org/activities/wsis/debriefing-paris.it.html
[12:52:18] fsfe.org/activities/wsis/event-03-12-10.es.html
[12:52:18] fsfe.org/activities/wsis/event-03-12-10.fr.html
[12:52:18] fsfe.org/activities/wsis/event-03-12-10.it.html
[12:52:18] fsfe.org/activities/wsis/fs.es.html
[12:52:18] fsfe.org/activities/wsis/fs.fr.html
[12:52:18] fsfe.org/activities/wsis/fs.it.html
[12:52:18] fsfe.org/activities/wsis/issues.es.html
[12:52:18] fsfe.org/activities/wsis/issues.fr.html
[12:52:18] fsfe.org/activities/wsis/issues.it.html
[12:52:18] fsfe.org/activities/wsis/ps-20030923.es.html
[12:52:18] fsfe.org/activities/wsis/ps-20030923.fr.html
[12:52:18] fsfe.org/activities/wsis/ps-20030923.it.html
[12:52:18] fsfe.org/activities/wsis/wsis-and-software.es.html
[12:52:18] fsfe.org/activities/wsis/wsis-and-software.fr.html
[12:52:18] fsfe.org/activities/wsis/wsis-and-software.it.html
[12:52:18] fsfe.org/activities/wsis/wsis.es.html
[12:52:18] fsfe.org/activities/wsis/wsis.fr.html
[12:52:18] fsfe.org/activities/wsis/wsis.it.html
[12:52:18] fsfe.org/activities/yh4f/faq.es.html
[12:52:18] fsfe.org/activities/yh4f/faq.fr.html
[12:52:18] fsfe.org/activities/yh4f/faq.it.html
[12:52:18] fsfe.org/activities/yh4f/index.es.html
[12:52:18] fsfe.org/activities/yh4f/index.fr.html
[12:52:18] fsfe.org/activities/yh4f/index.it.html
[12:52:18] fsfe.org/activities/yh4f/jury.es.html
[12:52:18] fsfe.org/activities/yh4f/jury.fr.html
[12:52:18] fsfe.org/activities/yh4f/jury.it.html
[12:52:18] fsfe.org/activities/yh4f/media.es.html
[12:52:18] fsfe.org/activities/yh4f/media.fr.html
[12:52:18] fsfe.org/activities/yh4f/media.it.html
[12:52:18] fsfe.org/activities/yh4f/register-confirm.es.html
[12:52:18] fsfe.org/activities/yh4f/register-confirm.fr.html
[12:52:18] fsfe.org/activities/yh4f/register-confirm.it.html
[12:52:18] fsfe.org/activities/yh4f/register-success.es.html
[12:52:18] fsfe.org/activities/yh4f/register-success.fr.html
[12:52:18] fsfe.org/activities/yh4f/register-success.it.html
[12:52:18] fsfe.org/activities/zooom/zooom.es.html
[12:52:18] fsfe.org/activities/zooom/zooom.fr.html
[12:52:18] fsfe.org/activities/zooom/zooom.it.html
[12:52:18] fsfe.org/contact/email-updates.es.html
[12:52:18] fsfe.org/contact/email-updates.fr.html
[12:52:18] fsfe.org/contact/email-updates.it.html
[12:52:18] fsfe.org/contact/projects-call/projects-call.es.html
[12:52:18] fsfe.org/contact/projects-call/projects-call.fr.html
[12:52:18] fsfe.org/contact/projects-call/projects-call.it.html
[12:52:18] fsfe.org/contact/projects-call/submission-confirm.es.html
[12:52:18] fsfe.org/contact/projects-call/submission-confirm.fr.html
[12:52:18] fsfe.org/contact/projects-call/submission-confirm.it.html
[12:52:18] fsfe.org/contact/projects-call/submission-success.es.html
[12:52:18] fsfe.org/contact/projects-call/submission-success.fr.html
[12:52:18] fsfe.org/contact/projects-call/submission-success.it.html
[12:52:18] fsfe.org/contribute/contribute.es.html
[12:52:18] fsfe.org/contribute/contribute.fr.html
[12:52:18] fsfe.org/contribute/contribute.it.html
[12:52:18] fsfe.org/contribute/getyourgraphic.es.html
[12:52:18] fsfe.org/contribute/getyourgraphic.fr.html
[12:52:18] fsfe.org/contribute/getyourgraphic.it.html
[12:52:18] fsfe.org/contribute/promotion-materials-archive.es.html
[12:52:18] fsfe.org/contribute/promotion-materials-archive.fr.html
[12:52:18] fsfe.org/contribute/promotion-materials-archive.it.html
[12:52:18] fsfe.org/contribute/spreadtheword-freebie.es.html
[12:52:18] fsfe.org/contribute/spreadtheword-freebie.fr.html
[12:52:18] fsfe.org/contribute/spreadtheword-freebie.it.html
[12:52:18] fsfe.org/contribute/spreadtheword-ordererror.es.html
[12:52:18] fsfe.org/contribute/spreadtheword-ordererror.fr.html
[12:52:18] fsfe.org/contribute/spreadtheword-ordererror.it.html
[12:52:18] fsfe.org/contribute/spreadtheword-orderthanks.es.html
[12:52:18] fsfe.org/contribute/spreadtheword-orderthanks.fr.html
[12:52:18] fsfe.org/contribute/spreadtheword-orderthanks.it.html
[12:52:18] fsfe.org/contribute/spreadtheword.es.html
[12:52:18] fsfe.org/contribute/spreadtheword.fr.html
[12:52:18] fsfe.org/contribute/spreadtheword.it.html
[12:52:18] fsfe.org/contribute/advocacy/cwfs.es.html
[12:52:18] fsfe.org/contribute/advocacy/cwfs.fr.html
[12:52:18] fsfe.org/contribute/advocacy/cwfs.it.html
[12:52:18] fsfe.org/contribute/designers/designers.es.html
[12:52:18] fsfe.org/contribute/designers/designers.fr.html
[12:52:18] fsfe.org/contribute/designers/designers.it.html
[12:52:18] fsfe.org/contribute/designers/styleguide.es.html
[12:52:21] fsfe.org/contribute/designers/styleguide.fr.html
[12:52:21] fsfe.org/contribute/designers/styleguide.it.html
[12:52:21] fsfe.org/contribute/editors/editorial-guidelines.es.html
[12:52:21] fsfe.org/contribute/editors/editorial-guidelines.fr.html
[12:52:21] fsfe.org/contribute/editors/editorial-guidelines.it.html
[12:52:21] fsfe.org/contribute/editors/editors.es.html
[12:52:21] fsfe.org/contribute/editors/editors.fr.html
[12:52:21] fsfe.org/contribute/editors/editors.it.html
[12:52:21] fsfe.org/contribute/translators/translators.es.html
[12:52:21] fsfe.org/contribute/translators/translators.fr.html
[12:52:21] fsfe.org/contribute/translators/translators.it.html
[12:52:21] fsfe.org/contribute/translators/wordlist.es.html
[12:52:21] fsfe.org/contribute/translators/wordlist.fr.html
[12:52:21] fsfe.org/contribute/translators/wordlist.it.html
[12:52:21] fsfe.org/contribute/web/features.es.html
[12:52:21] fsfe.org/contribute/web/features.fr.html
[12:52:21] fsfe.org/contribute/web/features.it.html
[12:52:21] fsfe.org/contribute/web/web.es.html
[12:52:21] fsfe.org/contribute/web/web.fr.html
[12:52:21] fsfe.org/contribute/web/web.it.html
[12:52:21] fsfe.org/donate/donate.es.html
[12:52:21] fsfe.org/donate/donate.fr.html
[12:52:21] fsfe.org/donate/donate.it.html
[12:52:21] fsfe.org/donate/germany.es.html
[12:52:21] fsfe.org/donate/germany.fr.html
[12:52:21] fsfe.org/donate/germany.it.html
[12:52:21] fsfe.org/donate/hardware.es.html
[12:52:21] fsfe.org/donate/hardware.fr.html
[12:52:21] fsfe.org/donate/hardware.it.html
[12:52:21] fsfe.org/donate/letter-20041209.es.html
[12:52:21] fsfe.org/donate/letter-20041209.fr.html
[12:52:21] fsfe.org/donate/letter-20041209.it.html
[12:52:21] fsfe.org/donate/letter-2009.es.html
[12:52:21] fsfe.org/donate/letter-2009.fr.html
[12:52:21] fsfe.org/donate/letter-2009.it.html
[12:52:21] fsfe.org/donate/letter-2011.es.html
[12:52:21] fsfe.org/donate/letter-2011.fr.html
[12:52:21] fsfe.org/donate/letter-2011.it.html
[12:52:21] fsfe.org/donate/luxembourg.es.html
[12:52:21] fsfe.org/donate/luxembourg.fr.html
[12:52:21] fsfe.org/donate/luxembourg.it.html
[12:52:21] fsfe.org/donate/netherlands.es.html
[12:52:21] fsfe.org/donate/netherlands.fr.html
[12:52:21] fsfe.org/donate/netherlands.it.html
[12:52:21] fsfe.org/donate/payment.es.html
[12:52:21] fsfe.org/donate/payment.fr.html
[12:52:21] fsfe.org/donate/payment.it.html
[12:52:21] fsfe.org/donate/switzerland.es.html
[12:52:21] fsfe.org/donate/switzerland.fr.html
[12:52:21] fsfe.org/donate/switzerland.it.html
[12:52:21] fsfe.org/donate/thankgnus-2001.es.html
[12:52:21] fsfe.org/donate/thankgnus-2001.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2001.it.html
[12:52:21] fsfe.org/donate/thankgnus-2002.es.html
[12:52:21] fsfe.org/donate/thankgnus-2002.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2002.it.html
[12:52:21] fsfe.org/donate/thankgnus-2003.es.html
[12:52:21] fsfe.org/donate/thankgnus-2003.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2003.it.html
[12:52:21] fsfe.org/donate/thankgnus-2004.es.html
[12:52:21] fsfe.org/donate/thankgnus-2004.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2004.it.html
[12:52:21] fsfe.org/donate/thankgnus-2005.es.html
[12:52:21] fsfe.org/donate/thankgnus-2005.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2005.it.html
[12:52:21] fsfe.org/donate/thankgnus-2006.es.html
[12:52:21] fsfe.org/donate/thankgnus-2006.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2006.it.html
[12:52:21] fsfe.org/donate/thankgnus-2007.es.html
[12:52:21] fsfe.org/donate/thankgnus-2007.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2007.it.html
[12:52:21] fsfe.org/donate/thankgnus-2008.es.html
[12:52:21] fsfe.org/donate/thankgnus-2008.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2008.it.html
[12:52:21] fsfe.org/donate/thankgnus-2009.es.html
[12:52:21] fsfe.org/donate/thankgnus-2009.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2009.it.html
[12:52:21] fsfe.org/donate/thankgnus-2010.es.html
[12:52:21] fsfe.org/donate/thankgnus-2010.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2010.it.html
[12:52:21] fsfe.org/donate/thankgnus-2011.es.html
[12:52:21] fsfe.org/donate/thankgnus-2011.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2011.it.html
[12:52:21] fsfe.org/donate/thankgnus-2012.es.html
[12:52:21] fsfe.org/donate/thankgnus-2012.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2012.it.html
[12:52:21] fsfe.org/donate/thankgnus-2013.es.html
[12:52:21] fsfe.org/donate/thankgnus-2013.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2013.it.html
[12:52:21] fsfe.org/donate/thankgnus-2014.es.html
[12:52:21] fsfe.org/donate/thankgnus-2014.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2014.it.html
[12:52:21] fsfe.org/donate/thankgnus-2015.es.html
[12:52:21] fsfe.org/donate/thankgnus-2015.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2015.it.html
[12:52:21] fsfe.org/donate/thankgnus-2016.es.html
[12:52:21] fsfe.org/donate/thankgnus-2016.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2016.it.html
[12:52:21] fsfe.org/donate/thankgnus-2017.es.html
[12:52:21] fsfe.org/donate/thankgnus-2017.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2017.it.html
[12:52:21] fsfe.org/donate/thankgnus-2018.es.html
[12:52:21] fsfe.org/donate/thankgnus-2018.fr.html
[12:52:21] fsfe.org/donate/thankgnus-2018.it.html
[12:52:23] fsfe.org/donate/thankgnus-2019.es.html
[12:52:23] fsfe.org/donate/thankgnus-2019.fr.html
[12:52:23] fsfe.org/donate/thankgnus-2019.it.html
[12:52:23] fsfe.org/donate/thankgnus-2020.es.html
[12:52:23] fsfe.org/donate/thankgnus-2020.fr.html
[12:52:23] fsfe.org/donate/thankgnus-2020.it.html
[12:52:23] fsfe.org/donate/thankgnus-2021.es.html
[12:52:23] fsfe.org/donate/thankgnus-2021.fr.html
[12:52:23] fsfe.org/donate/thankgnus-2021.it.html
[12:52:23] fsfe.org/donate/thankgnus-2022.es.html
[12:52:23] fsfe.org/donate/thankgnus-2022.fr.html
[12:52:23] fsfe.org/donate/thankgnus-2022.it.html
[12:52:23] fsfe.org/donate/thankgnus-2023.es.html
[12:52:23] fsfe.org/donate/thankgnus-2023.fr.html
[12:52:23] fsfe.org/donate/thankgnus-2023.it.html
[12:52:23] fsfe.org/donate/thankgnus-2024.es.html
[12:52:23] fsfe.org/donate/thankgnus-2024.fr.html
[12:52:23] fsfe.org/donate/thankgnus-2024.it.html
[12:52:23] fsfe.org/donate/thankgnus.es.html
[12:52:23] fsfe.org/donate/thankgnus.fr.html
[12:52:23] fsfe.org/donate/thankgnus.it.html
[12:52:23] fsfe.org/donate/thankyou.es.html
[12:52:23] fsfe.org/donate/thankyou.fr.html
[12:52:23] fsfe.org/donate/thankyou.it.html
[12:52:23] fsfe.org/error/400.es.html
[12:52:23] fsfe.org/error/400.fr.html
[12:52:23] fsfe.org/error/400.it.html
[12:52:23] fsfe.org/error/401.es.html
[12:52:23] fsfe.org/error/401.fr.html
[12:52:23] fsfe.org/error/401.it.html
[12:52:23] fsfe.org/error/403.es.html
[12:52:23] fsfe.org/error/403.fr.html
[12:52:23] fsfe.org/error/403.it.html
[12:52:23] fsfe.org/error/404.es.html
[12:52:23] fsfe.org/error/404.fr.html
[12:52:23] fsfe.org/error/404.it.html
[12:52:23] fsfe.org/error/405.es.html
[12:52:23] fsfe.org/error/405.fr.html
[12:52:23] fsfe.org/error/405.it.html
[12:52:23] fsfe.org/error/408.es.html
[12:52:23] fsfe.org/error/408.fr.html
[12:52:23] fsfe.org/error/408.it.html
[12:52:23] fsfe.org/error/410.es.html
[12:52:23] fsfe.org/error/410.fr.html
[12:52:23] fsfe.org/error/410.it.html
[12:52:23] fsfe.org/error/411.es.html
[12:52:23] fsfe.org/error/411.fr.html
[12:52:23] fsfe.org/error/411.it.html
[12:52:23] fsfe.org/error/412.es.html
[12:52:23] fsfe.org/error/412.fr.html
[12:52:23] fsfe.org/error/412.it.html
[12:52:23] fsfe.org/error/413.es.html
[12:52:23] fsfe.org/error/413.fr.html
[12:52:23] fsfe.org/error/413.it.html
[12:52:23] fsfe.org/error/414.es.html
[12:52:23] fsfe.org/error/414.fr.html
[12:52:23] fsfe.org/error/414.it.html
[12:52:23] fsfe.org/error/415.es.html
[12:52:23] fsfe.org/error/415.fr.html
[12:52:23] fsfe.org/error/415.it.html
[12:52:23] fsfe.org/error/500.es.html
[12:52:23] fsfe.org/error/500.fr.html
[12:52:23] fsfe.org/error/500.it.html
[12:52:23] fsfe.org/error/501.es.html
[12:52:23] fsfe.org/error/501.fr.html
[12:52:23] fsfe.org/error/501.it.html
[12:52:23] fsfe.org/error/502.es.html
[12:52:23] fsfe.org/error/502.fr.html
[12:52:23] fsfe.org/error/502.it.html
[12:52:23] fsfe.org/error/503.es.html
[12:52:23] fsfe.org/error/503.fr.html
[12:52:23] fsfe.org/error/503.it.html
[12:52:23] fsfe.org/events/SFD-2010.es.html
[12:52:23] fsfe.org/events/SFD-2010.fr.html
[12:52:23] fsfe.org/events/SFD-2010.it.html
[12:52:23] fsfe.org/events/archive-template.es.html
[12:52:23] fsfe.org/events/archive-template.fr.html
[12:52:23] fsfe.org/events/archive-template.it.html
[12:52:23] fsfe.org/events/events.es.html
[12:52:23] fsfe.org/events/events.fr.html
[12:52:23] fsfe.org/events/events.it.html
[12:52:23] fsfe.org/events/fscons-2010.es.html
[12:52:23] fsfe.org/events/fscons-2010.fr.html
[12:52:23] fsfe.org/events/fscons-2010.it.html
[12:52:23] fsfe.org/events/2004/index.es.html
[12:52:23] fsfe.org/events/2004/index.fr.html
[12:52:23] fsfe.org/events/2004/index.it.html
[12:52:23] fsfe.org/events/2004/picnic.es.html
[12:52:23] fsfe.org/events/2004/picnic.fr.html
[12:52:23] fsfe.org/events/2004/picnic.it.html
[12:52:23] fsfe.org/events/2004/FISL/fisl.es.html
[12:52:23] fsfe.org/events/2004/FISL/fisl.fr.html
[12:52:23] fsfe.org/events/2004/FISL/fisl.it.html
[12:52:23] fsfe.org/events/2005/index.es.html
[12:52:23] fsfe.org/events/2005/index.fr.html
[12:52:23] fsfe.org/events/2005/index.it.html
[12:52:23] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.es.html
[12:52:23] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.fr.html
[12:52:23] fsfe.org/events/2005/gnulinuxtag/gnulinuxtag.it.html
[12:52:23] fsfe.org/events/2005/wsf-brazil/wsf-brazil.es.html
[12:52:23] fsfe.org/events/2005/wsf-brazil/wsf-brazil.fr.html
[12:52:23] fsfe.org/events/2005/wsf-brazil/wsf-brazil.it.html
[12:52:23] fsfe.org/events/2006/index.es.html
[12:52:23] fsfe.org/events/2006/index.fr.html
[12:52:23] fsfe.org/events/2006/index.it.html
[12:52:23] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.es.html
[12:52:23] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.fr.html
[12:52:23] fsfe.org/events/2006/gnulinuxtag2006/gnulinuxtag2006.it.html
[12:52:23] fsfe.org/events/2007/index.es.html
[12:52:23] fsfe.org/events/2007/index.fr.html
[12:52:23] fsfe.org/events/2007/index.it.html
[12:52:23] fsfe.org/events/2008/index.es.html
[12:52:23] fsfe.org/events/2008/index.fr.html
[12:52:23] fsfe.org/events/2008/index.it.html
[12:52:23] fsfe.org/events/2009/index.es.html
[12:52:23] fsfe.org/events/2009/index.fr.html
[12:52:23] fsfe.org/events/2009/index.it.html
[12:52:23] fsfe.org/events/2010/index.es.html
[12:52:23] fsfe.org/events/2010/index.fr.html
[12:52:23] fsfe.org/events/2010/index.it.html
[12:52:23] fsfe.org/events/2011/index.es.html
[12:52:25] fsfe.org/events/2011/index.fr.html
[12:52:25] fsfe.org/events/2011/index.it.html
[12:52:25] fsfe.org/events/2011/lnm-award-debian.es.html
[12:52:25] fsfe.org/events/2011/lnm-award-debian.fr.html
[12:52:25] fsfe.org/events/2011/lnm-award-debian.it.html
[12:52:25] fsfe.org/events/2012/fscons-2012.es.html
[12:52:25] fsfe.org/events/2012/fscons-2012.fr.html
[12:52:25] fsfe.org/events/2012/fscons-2012.it.html
[12:52:25] fsfe.org/events/2012/index.es.html
[12:52:25] fsfe.org/events/2012/index.fr.html
[12:52:25] fsfe.org/events/2012/index.it.html
[12:52:25] fsfe.org/events/2013/index.es.html
[12:52:25] fsfe.org/events/2013/index.fr.html
[12:52:25] fsfe.org/events/2013/index.it.html
[12:52:25] fsfe.org/events/2013/linuxtag-2013.es.html
[12:52:25] fsfe.org/events/2013/linuxtag-2013.fr.html
[12:52:25] fsfe.org/events/2013/linuxtag-2013.it.html
[12:52:25] fsfe.org/events/2013/panel-btw2013.es.html
[12:52:25] fsfe.org/events/2013/panel-btw2013.fr.html
[12:52:25] fsfe.org/events/2013/panel-btw2013.it.html
[12:52:25] fsfe.org/events/2013/rmll-2-2013.es.html
[12:52:25] fsfe.org/events/2013/rmll-2-2013.fr.html
[12:52:25] fsfe.org/events/2013/rmll-2-2013.it.html
[12:52:25] fsfe.org/events/2013/rmll-2013.es.html
[12:52:25] fsfe.org/events/2013/rmll-2013.fr.html
[12:52:25] fsfe.org/events/2013/rmll-2013.it.html
[12:52:25] fsfe.org/events/2014/index.es.html
[12:52:25] fsfe.org/events/2014/index.fr.html
[12:52:25] fsfe.org/events/2014/index.it.html
[12:52:25] fsfe.org/events/2015/index.es.html
[12:52:25] fsfe.org/events/2015/index.fr.html
[12:52:25] fsfe.org/events/2015/index.it.html
[12:52:25] fsfe.org/events/2016/index.es.html
[12:52:25] fsfe.org/events/2016/index.fr.html
[12:52:25] fsfe.org/events/2016/index.it.html
[12:52:25] fsfe.org/events/2016/summit/event-20160616-01.es.html
[12:52:25] fsfe.org/events/2016/summit/event-20160616-01.fr.html
[12:52:25] fsfe.org/events/2016/summit/event-20160616-01.it.html
[12:52:25] fsfe.org/events/2016/summit/event-20161106-01.es.html
[12:52:25] fsfe.org/events/2016/summit/event-20161106-01.fr.html
[12:52:25] fsfe.org/events/2016/summit/event-20161106-01.it.html
[12:52:25] fsfe.org/events/2016/summit/event-20161106-02.es.html
[12:52:25] fsfe.org/events/2016/summit/event-20161106-02.fr.html
[12:52:25] fsfe.org/events/2016/summit/event-20161106-02.it.html
[12:52:25] fsfe.org/events/2017/index.es.html
[12:52:25] fsfe.org/events/2017/index.fr.html
[12:52:25] fsfe.org/events/2017/index.it.html
[12:52:25] fsfe.org/events/2018/index.es.html
[12:52:25] fsfe.org/events/2018/index.fr.html
[12:52:25] fsfe.org/events/2018/index.it.html
[12:52:25] fsfe.org/events/2019/index.es.html
[12:52:25] fsfe.org/events/2019/index.fr.html
[12:52:25] fsfe.org/event