Re: Nepomuk Metadata Extractor moved to KDE Review

2012-12-02 Thread Jörg Ehrichs
So it's been a while and I've changed "most" part of what was suggested. (thanks for the hints again) The program changed its name to "Nepomuk-WebMiner" for better indication what it actually does and it respects the users privacy as well as not to bog the system to much in the default behaviour.

Re: Review Request: Improve mimetype detection for wevdav:// links

2012-12-02 Thread Sergey Borovkov
> On Dec. 1, 2012, 7:07 p.m., Dawit Alemayehu wrote: > > Why not simply use KIO::get instead of KIO::mimetype ? For the record, one > > should never use KIO::mimetype for HTTP based protocols since it results in > > a HEAD request. It is a well known issue that sending a HEAD request to > > we

Re: Review Request: Improve mimetype detection for wevdav:// links

2012-12-02 Thread Dawit Alemayehu
> On Dec. 1, 2012, 7:07 p.m., Dawit Alemayehu wrote: > > Why not simply use KIO::get instead of KIO::mimetype ? For the record, one > > should never use KIO::mimetype for HTTP based protocols since it results in > > a HEAD request. It is a well known issue that sending a HEAD request to > > we