1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
<?xml version="1.0"?>
<object name="content_type_registry" meta_type="Content Type Registry">
<predicate name="ATNewsItem_ext" content_type_name="News Item"
predicate_type="extension">
<argument value="news"/>
</predicate>
<predicate name="ATLink_ext" content_type_name="Link"
predicate_type="extension">
<argument value="link,url"/>
</predicate>
<predicate name="ATEvent_ext" content_type_name="Event"
predicate_type="extension">
<argument value="event"/>
</predicate>
<predicate name="ATFavorite_ext" content_type_name="Favorite"
predicate_type="extension">
<argument value="fav"/>
</predicate>
<predicate name="ATDocument_ext" content_type_name="Document"
predicate_type="extension">
<argument value="txt,stx,rst,rest,py"/>
</predicate>
<predicate name="ATImage_ext" content_type_name="Image"
predicate_type="extension">
<argument value="jpg,jpeg,png,gif"/>
</predicate>
<predicate name="image" content_type_name="Image"
predicate_type="major_minor">
<argument value="image"/>
<argument value=""/>
</predicate>
<predicate name="application_xhtml+xml" content_type_name="Document"
predicate_type="major_minor">
<argument value="application"/>
<argument value="xhtml+xml"/>
</predicate>
<predicate name="message_rfc822" content_type_name="Document"
predicate_type="major_minor">
<argument value="message"/>
<argument value="rfc822"/>
</predicate>
<predicate name="text" content_type_name="Document"
predicate_type="major_minor">
<argument value="text"/>
<argument value=""/>
</predicate>
<predicate name="application" content_type_name="File"
predicate_type="major_minor">
<argument value="application"/>
<argument value=""/>
</predicate>
<predicate name="audio" content_type_name="File"
predicate_type="major_minor">
<argument value="audio"/>
<argument value=""/>
</predicate>
<predicate name="video" content_type_name="File"
predicate_type="major_minor">
<argument value="video"/>
<argument value=""/>
</predicate>
</object>
|