Second round, clean up http:// links with {{ site.url }}
This commit is contained in:
parent
788e4609f6
commit
a6570a4144
122 changed files with 278 additions and 278 deletions
|
@ -15,7 +15,7 @@ tags:
|
|||
- python
|
||||
---
|
||||
|
||||
Recently we've seen [several](http://joerg-weblog.blogspot.com/2012/02/conquirere-joins-nepomuks-future.html) [blog posts](http://trueg.wordpress.com/2012/02/11/a-fun-release-nepomuk-tv-namer-0-2/) on [Planet KDE](http://planetkde.org) related to Nepomuk. Reading those I thought that I could add some (little) semantic features to [Danbooru Client](http://www.dennogumi.org/projects/danbooru-client).
|
||||
Recently we've seen [several](http://joerg-weblog.blogspot.com/2012/02/conquirere-joins-nepomuks-future.html) [blog posts](http://trueg.wordpress.com/2012/02/11/a-fun-release-nepomuk-tv-namer-0-2/) on [Planet KDE](http://planetkde.org) related to Nepomuk. Reading those I thought that I could add some (little) semantic features to [Danbooru Client]({{ site.url }}/projects/danbooru-client).
|
||||
|
||||
Danbooru Client already makes use of Nepomuk: if enabled, tags extracted from Danbooru items are added as Nepomuk tags. But since at least some Danbooru boards are specialized in certain types of images (e.g., wallpapers only, for examples) I found it would be nice to have Nepomuk show me only the images that come from a specific Danbooru board.
|
||||
|
||||
|
@ -51,6 +51,6 @@ After a quick talk on IRC, the task proved to be easier than expected. What I di
|
|||
|
||||
Lo and behold, this is what happens after downloading one such image from Danbooru Client, in Dolphin (notice the "is related to"):
|
||||
|
||||

|
||||

|
||||
|
||||
Clicking on the link will open in Dolphin all items related to the board in question. Neat, isn't it? Of course, I'm very willing to add other features like that if there's interest. Also, critiques on the approach are most welcome!
|
||||
|
|
Reference in a new issue