Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / data / mime / revelation.xml
- commit
- 35864a73a048
- parent
- 070d0062872f
- branch
- default
- tags
- revelation-0.4.3
bumped version number to 0.4.3
1 |
5d85e4e10813
|
<?xml version="1.0"?> |
2 |
5d85e4e10813
|
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> |
3 |
5d85e4e10813
|
<mime-type type="application/x-revelation"> |
4 |
5d85e4e10813
|
<comment>Revelation password database</comment> |
5 |
5d85e4e10813
|
|
6 |
5d85e4e10813
|
<magic> |
7 |
5d85e4e10813
|
<match type="string" offset="0" value="rvl\0"> |
8 |
5d85e4e10813
|
<match type="string" offset="5" value="\0"> |
9 |
5d85e4e10813
|
<match type="string" offset="8" value="\0\0\0" /> |
10 |
5d85e4e10813
|
</match> |
11 |
5d85e4e10813
|
</match> |
12 |
5d85e4e10813
|
</magic> |
13 |
5d85e4e10813
|
</mime-type> |
14 |
5d85e4e10813
|
</mime-info> |
15 |
5d85e4e10813
|