This file is indexed.

/usr/share/gtk-doc/html/ontology/mfo-ontology.html is in libtracker-sparql-doc 1.2.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tracker Ontology Reference Manual: Maemo Feeds Ontology (MFO): Model for feeds and alike online streams</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Tracker Ontology Reference Manual">
<link rel="up" href="ontology.html" title="Part I. Overview">
<link rel="prev" href="mlo-properties.html" title="MLO Ontology Properties">
<link rel="next" href="mfo-classes.html" title="MFO Ontology Classes">
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ontology.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="mlo-properties.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="mfo-classes.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="mfo-ontology"></a>Maemo Feeds Ontology (MFO): Model for feeds and alike online streams</h2></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="mfo-ontology.html#mfo-explanation">Overview</a></span></dt>
<dt><span class="section"><a href="mfo-classes.html">MFO Ontology Classes</a></span></dt>
<dt><span class="section"><a href="mfo-properties.html">MFO Ontology Properties</a></span></dt>
</dl></div>
<dt><span class="term">Authors:</span></dt>
<dd><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">Jitendra Kumar &lt;jitendra.1.kumar@nokia.com&gt;</li>
<li class="listitem">Ivan Frade &lt;ivan.frade@nokia.com&gt;</li>
</ul></div></dd>
<dt><span class="term">Editors:</span></dt>
<dd><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">Ivan Frade &lt;ivan.frade@nokia.com&gt;</li></ul></div></dd>
<dt><span class="term">Upstream:</span></dt>
<dd><p>Not available</p></dd>
<dt><span class="term">ChangeLog:</span></dt>
<dd><p><a class="ulink" href="http://git.gnome.org/cgit/tracker/log/data/ontologies/41-mfo.ontology" target="_top">Tracker changes</a></p></dd>
<dt><span class="term">Copyright:</span></dt>
<dd><p>© 2009, 2010 <a class="ulink" href="http://www.nokia.com/" target="_top">Nokia</a></p></dd>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="mfo-explanation"></a>Overview</h2></div></div></div>
<div class="sect2">
<div class="titlepage"><div><div><h3 class="title">
<a name="mfo-introduction"></a>Introduction</h3></div></div></div>
<p>This ontology is an abstract representation of entries coming from feeds. These feeds can be blogs (any of the common syndication formats can be translated into this representation), podcasts or even some online services (like flickr).</p>
<p>The basic assumption in the ontology is that all these feeds are unidirectional conversations with (from) the author of the content and every post on those channels is a message.</p>
<p>The source of the posts, the feed itself, is an instance of <a class="link" href="mfo-classes.html#mfo-FeedChannel" title="mfo:FeedChannel">mfo:FeedChannel</a>. Each post in that feed will be an instance of <a class="link" href="mfo-classes.html#mfo-FeedMessage" title="mfo:FeedMessage">mfo:FeedMessage</a> . The relation between the messages and the channel comes from their superclasses, <a class="link" href="nmo-properties.html#nmo-communicationChannel" title="nmo:communicationChannel">nmo:communicationChannel</a> (taking into account that <a class="link" href="mfo-classes.html#mfo-FeedChannel" title="mfo:FeedChannel">mfo:FeedChannel</a> is a subclass of <a class="link" href="nmo-classes.html#nmo-CommunicationChannel" title="nmo:CommunicationChannel">nmo:CommunicationChannel</a> and <a class="link" href="mfo-classes.html#mfo-FeedMessage" title="mfo:FeedMessage">mfo:FeedMessage</a> a subclass of <a class="link" href="nmo-classes.html#nmo-Message" title="nmo:Message">nmo:Message</a>).</p>
<p>A post can be plain text but can contain also more things like links, videos or Mp3. We represent those internal pieces in instances of mfo:Enclosure. This class has properties to link with the remote and local representation of the resource (in case the content has been downloaded).</p>
<p>Finally, the three important classes (mfo:FeedChannel, mfo:FeedMessage, mfo:Enclosure) are subclasses of <a class="link" href="mfo-classes.html#mfo-FeedElement" title="mfo:FeedElement">mfo:FeedElement</a>, just an abstract class to share the link with mfo:FeedSettings. <a class="link" href="mfo-classes.html#mfo-FeedSettings" title="mfo:FeedSettings">mfo:FeedSettings</a> contains some common configuration options. Not all of them applies to all, but it is a quite cleaner solution. For instance the <a class="link" href="mfo-properties.html#mfo-maxSize" title="mfo:maxSize">mfo:maxSize</a> property only makes sense per-enclosure, while the <a class="link" href="mfo-properties.html#mfo-updateInterval" title="mfo:updateInterval">mfo:updateInterval</a> is useful for the channel.</p>
</div>
<div class="sect2">
<div class="titlepage"><div><div><h3 class="title">
<a name="mfo-special-remarks"></a>Special remarks</h3></div></div></div>
<p>In some feeds, like <a class="ulink" href="http://video.search.yahoo.com/mrss" target="_top">"Yahoo Media RSS</a>, there can be multiple enclosures together in a group, representing the same resource in different formats, qualities, resolutions, etc. Until further notify, the group will be represented using <a class="link" href="nie-properties.html#nie-identifier" title="nie:identifier">nie:identifier</a> property . To mark the default enclosure of the group, there is a <a class="link" href="mfo-properties.html#mfo-groupDefault" title="mfo:groupDefault">mfo-groupDefault</a> property</p>
</div>
<div class="refsect2">
<a name="mfo-graphical-overview"></a><div class="figure">
<a name="mfo-ontology-graph"></a><p class="title"><b>Figure 8. Graphical Overview</b></p>
<div class="figure-contents"><div><img src="feeds-overview.png" alt="Graphical Overview"></div></div>
</div>
<br class="figure-break"><p>Notation defined <a class="link" href="ontology-notation-description.html#ontology-notation" title="Figure 9. Notation for ontology description">in this page</a></p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.21</div>
</body>
</html>