- 30 Oct, 2019 1 commit
-
-
Bastien Nocera authored
-
- 23 Oct, 2019 1 commit
-
- 16 Oct, 2019 3 commits
-
-
Nate Graham authored
-
Bastien Nocera authored
It's not enough to recognise an XML file on its own. Closes: #120
-
Bastien Nocera authored
-
- 20 Sep, 2019 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
From Transifex
-
- 17 Sep, 2019 1 commit
-
-
Anisse Astier authored
Note that the disk.qcow2 is a QCOW version 3 file, which is very similar to version 2. I haven't found the .qcow3 extension used in the wild though.
-
- 16 Sep, 2019 5 commits
-
-
Bastien Nocera authored
Those are also found in SVG files.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
Even those with "<!--" at offset 0.
-
Bastien Nocera authored
Those are valid ways for loads of XML (and XML-ish) files to start. See https://bugzilla.redhat.com/show_bug.cgi?id=1752117
-
- 11 Sep, 2019 13 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
We lowered SVG's magic priority so that files would be first and foremost detected as HTML, then as SVG. But SVG files are also XML, and XML files had the same priority as SVGs, leading to SVG files being detected as simply "XML". Raise SVG's magic priority to be above XML, but below HTML's. Fortunately we have a test now... Fixes: 84563c62
-
Bastien Nocera authored
-
Bastien Nocera authored
-
-
Bastien Nocera authored
So that HTML files with "<svg" in them can be recognised first and foremost as an HTML file. See https://bugs.webkit.org/show_bug.cgi?id=201295
-
Bastien Nocera authored
-
Bastien Nocera authored
XHTML files are more narrowly defined, and have their own suffix should that be needed. Closes: #98
-
Chris Lord authored
"<!DOCTYPE html" should be checked the same way as 'DOCTYPE HTML' and 'doctype html' matches.
-
Bastien Nocera authored
From Transifex
-
Bastien Nocera authored
This change is not needed after the real fix: "its: Fix translation matching rules" So revert it to avoid having conflicting versions of the same translation in Transifex and checked out. This reverts commit a4aaf578.
-
Bastien Nocera authored
Whereas gettext automatically gets the its file loaded through the GETTEXTDATADIRS environment variable, itstool needs the path to the its file passed manually. This fixes some fields being translated even though the its file declares them as not translatable.
-
Bastien Nocera authored
Add a few dependencies for regenerating the .pot file.
-
- 10 Sep, 2019 3 commits
-
-
Bastien Nocera authored
Declare freedesktop.org.xml.in to be translatable directly, without extracting translatable strings from a .pot which we then translate, which we then need to merge into translations. Files in its/ from Robert Ancell <robert.ancell@canonical.com> !4
-
Bastien Nocera authored
be@latin contained a translated for the expanded CGM acronym. There doesn't seem to be a way to avoid have the translation merged back into the XML file, so remove the translation instead.
-
Bastien Nocera authored
It's not parsed: configure: WARNING: unrecognized options: --enable-maintainer-mode
-
- 09 Sep, 2019 10 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Use a correct default prefix, and use sudo to do the installation, because if you need the instructions, then you'll need them to be precise.
-
Bastien Nocera authored
Nobody that needs this information will be able to set it up properly (we'd also need to modify XDG_DATA_DIRS, amongst other things).
-
Sergey Ponomarev authored
libmagic is also a rich database of MIME type magic signatures.
-
Sergey Ponomarev authored
-
Sergey Ponomarev authored
Merge the description from https://freedesktop.org/wiki/Software/shared-mime-info/
-
Sergey Ponomarev authored
-
Sergey Ponomarev authored
-
Bastien Nocera authored
-
Sergey Ponomarev authored
-
- 06 Sep, 2019 1 commit
-
-
Valentin David authored
-