Mercurial > repos > other > linux
changeset 77:667a1ffda9dc
Add more mime types
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 03 Mar 2018 20:57:36 +0000 |
parents | fb379103c457 |
children | 3744a6ef4a44 |
files | mime-extra.xml |
diffstat | 1 files changed, 70 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mime-extra.xml Sat Mar 03 20:34:55 2018 +0000 +++ b/mime-extra.xml Sat Mar 03 20:57:36 2018 +0000 @@ -31,7 +31,76 @@ <glob pattern="README.txt"/> </mime-type> <mime-type type="text/x-readme"> - <comment xml:lang="en">ReadMe (Markdown)</comment> + <comment xml:lang="en">ReadMe - Markdown</comment> <glob pattern="README.md"/> </mime-type> + <mime-type type="text/x-readme"> + <comment xml:lang="en">Contribution instructions</comment> + <glob pattern="CONTRIBUTION"/> + </mime-type> + <mime-type type="text/x-readme"> + <comment xml:lang="en">Contribution instructions</comment> + <glob pattern="CONTRIBUTING.txt"/> + </mime-type> + <mime-type type="text/x-readme"> + <comment xml:lang="en">Contribution instructions - Markdown</comment> + <glob pattern="CONTRIBUTING.md"/> + </mime-type> + <mime-type type="text/x-todo"> + <comment xml:lang="en">To Do list</comment> + <glob pattern="TODO"/> + </mime-type> + <mime-type type="text/x-todo"> + <comment xml:lang="en">To Do list</comment> + <glob pattern="TODO.txt"/> + </mime-type> + <mime-type type="text/x-todo"> + <comment xml:lang="en">To Do list - Markdown</comment> + <glob pattern="TODO.md"/> + </mime-type> + <mime-type type="text/x-changelog"> + <comment xml:lang="en">ChangeLog document</comment> + <glob pattern="CHANGELOG.txt"/> + </mime-type> + <mime-type type="text/x-changelog"> + <comment xml:lang="en">ChangeLog document - Markdown</comment> + <glob pattern="CHANGELOG.md"/> + </mime-type> + <mime-type type="text/x-copying"> + <comment xml:lang="en">licence terms</comment> + <glob pattern="LICENCE"/> + </mime-type> + <mime-type type="text/x-copying"> + <comment xml:lang="en">licence terms</comment> + <glob pattern="LICENCE.txt"/> + </mime-type> + <mime-type type="text/x-copying"> + <comment xml:lang="en">licence terms - Markdown</comment> + <glob pattern="LICENCE.md"/> + </mime-type> + <!-- Include the verb version as well, for typo coverage --> + <mime-type type="text/x-copying"> + <comment xml:lang="en">licence terms</comment> + <glob pattern="LICENSE"/> + </mime-type> + <mime-type type="text/x-copying"> + <comment xml:lang="en">licence terms</comment> + <glob pattern="LICENSE.txt"/> + </mime-type> + <mime-type type="text/x-copying"> + <comment xml:lang="en">licence terms - Markdown</comment> + <glob pattern="LICENSE.md"/> + </mime-type> + <mime-type type="text/x-authors"> + <comment xml:lang="en">Project authors</comment> + <glob pattern="AUTHORS"/> + </mime-type> + <mime-type type="text/x-authors"> + <comment xml:lang="en">Project authors</comment> + <glob pattern="AUTHORS.txt"/> + </mime-type> + <mime-type type="text/x-authors"> + <comment xml:lang="en">Project authors - Markdown</comment> + <glob pattern="AUTHORS.md"/> + </mime-type> </mime-info> \ No newline at end of file