Hey everyone<br><br>I recently wrote a 'tags' kio slave, which allows one to browse nepomuk tags, and the files containing those tags. It is currently in kde-runtime/nepomuk/kioslaves/tags/, in the nepomuk/tagsKioSlave branch. Could someone please review it? I would like to merge it before the hard freeze.<br>
<br>It has a custom url naming scheme -<br><br><b>tags:/tag1</b> => All the files tagged with 'tag1' and additional tags which can be used filter the results.<br><br><b>tags:/tag1/file_url_of_the_file</b> => This is the url of the file. Ideally I would just use the normal url of the file, but we need to have the 'tags' protocol, so that we can handle delete events. We don't want to delete the file, rather just remove that tag.<br>
<br>This file_url_of_the_file is added as the UDS_NAME, and results in the search results looking slightly ugly if the file properties are checked. Is there a better way of handling this?<br> <br><b>tags:/tag1/tag2 </b>=> Files tagged with both tag1 and tag2<br>
<br>Known problems -<br>* You can move files into a tag folder thereby effectively loosing them<br>* No automatic updates<br>* It shows the tags with the nepomuk icon. We need a better 'tags' icon.<br><br><br>-- <br>
<span style="color:rgb(192,192,192)">Vishesh Handa</span><br><br>