This updates the translation of freesoftware.fr.xhtml from version 3 to the latest (version 8). It is ready to be reviewed and merged.
---------
Co-authored-by: Foxort <contact@foxort.fr>
Reviewed-on: #6037
Co-authored-by: Tino Tempesta <foxort@fsfe.org>
1. grep -r -l '<q>' >/PATH/filename.txt
-l, --files-with-matches
Suppress normal output; instead print the name of each input file from which output would normally have been printed. Scanning each input file stops upon first match.
2. sed -i 's/<q>//g' contribute/translators/wordlist.da.xhtml freesoftware/freesoftware.ar.xhtml freesoftware/gnuproject.da.xhtml activities/ms-vs-eu/CEC-C-2004-900-final.pdf activities/swpat/nortel.en.xhtml activities/avm-gpl-violation/avm-gpl-violation.de.xhtml activities/pdfreaders/follow-up.de.xhtml activities/ada-zangemann/data/reviews/1291-kauffmann.fr.xml
3. sed -i 's/<\/q>//g' contribute/translators/wordlist.da.xhtml freesoftware/freesoftware.ar.xhtml freesoftware/gnuproject.da.xhtml activities/ms-vs-eu/CEC-C-2004-900-final.pdf activities/swpat/nortel.en.xhtml activities/avm-gpl-violation/avm-gpl-violation.de.xhtml activities/pdfreaders/follow-up.de.xhtml activities/ada-zangemann/data/reviews/1291-kauffmann.fr.xml
Reviewed-on: #5873
Reviewed-by: tobiasd <181+tobiasd@fsfe.org>
Co-authored-by: bonnie <bonnie@fsfe.org>
Co-committed-by: bonnie <bonnie@fsfe.org>
Currently implements both a format hook to remove white-space paragraphs, and a check to make their existence a critical failure.
In the end may implement only one or none of these, subject to major design changes.
Solves #5409
Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5431
Co-authored-by: delliott <delliott@fsfe.org>
Co-committed-by: delliott <delliott@fsfe.org>