(Prepare for translation) |
(Marked this version for translation) |
||
| Line 2: | Line 2: | ||
<translate> | <translate> | ||
| − | == Introducing kioslaves == | + | == Introducing kioslaves == <!--T:1--> |
'''Nepomuk''' provides a number of kioslaves in order to integrate better with KDE. | '''Nepomuk''' provides a number of kioslaves in order to integrate better with KDE. | ||
| + | <!--T:2--> | ||
'''Relevant Code:''' kde-runtime/nepomuk/kioslaves/ | '''Relevant Code:''' kde-runtime/nepomuk/kioslaves/ | ||
| − | == NepomukSearch == | + | == NepomukSearch == <!--T:3--> |
| + | <!--T:4--> | ||
The NepomukSearch kio-slave is the most prominent kio-slave. It's main job is to answer search queries. | The NepomukSearch kio-slave is the most prominent kio-slave. It's main job is to answer search queries. | ||
| − | == Nepomuk == | + | == Nepomuk == <!--T:5--> |
The Nepomuk KIO slave is responsible for the <tt>nepomuk</tt> protocol, and is a simple forwarding slave. It's main purpose is to analyze the relevant resource and either return the resource (if possible) or construct a query, and forward it to the nepomuksearch kio slave. | The Nepomuk KIO slave is responsible for the <tt>nepomuk</tt> protocol, and is a simple forwarding slave. It's main purpose is to analyze the relevant resource and either return the resource (if possible) or construct a query, and forward it to the nepomuksearch kio slave. | ||
| − | == Timeline == | + | == Timeline == <!--T:6--> |
| + | <!--T:7--> | ||
The timeline KIO slave shows file which have been modified in a specific date range. | The timeline KIO slave shows file which have been modified in a specific date range. | ||
| + | <!--T:8--> | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
</translate> | </translate> | ||
Contents |
Nepomuk provides a number of kioslaves in order to integrate better with KDE.
Relevant Code: kde-runtime/nepomuk/kioslaves/
The NepomukSearch kio-slave is the most prominent kio-slave. It's main job is to answer search queries.
The Nepomuk KIO slave is responsible for the nepomuk protocol, and is a simple forwarding slave. It's main purpose is to analyze the relevant resource and either return the resource (if possible) or construct a query, and forward it to the nepomuksearch kio slave.
The timeline KIO slave shows file which have been modified in a specific date range.