(error in "Strigi" name) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 19: | Line 19: | ||
* Merge bookmarks and history (to get history tagging / rating) : a bookmark may be a properly tagged history entry | * Merge bookmarks and history (to get history tagging / rating) : a bookmark may be a properly tagged history entry | ||
* Ability to store a page (like the scrapbook firefox plugin) | * Ability to store a page (like the scrapbook firefox plugin) | ||
| − | + | ** I suggest to do this using Basket Note Pads http://basket.kde.org/ [[User:Zeroheure|Zeroheure]] 09:01, 12 January 2009 (UTC) | |
| + | ** why not use existing archive web page extension [[User:Llukas|Llukas]] 14:11, 7 February 2010 (UTC) | ||
==Implementation== | ==Implementation== | ||
The consensus seems to be : | The consensus seems to be : | ||
| Line 29: | Line 30: | ||
* the new properties to add to bookmarks | * the new properties to add to bookmarks | ||
* what is already done and what is to implement | * what is already done and what is to implement | ||
| + | |||
| + | ===Potential issues=== | ||
| + | * KBookmark* extend QDom while Akonadi works by fetching individual items. Should we emulate a QDom or create new classes ? As the Akonadi implementation will still use bookmarks.xml, the two implementations may be used on the same data. | ||
| + | * A lot of Akonadi KDE api and agents are in kdepimlibs on which kdelibs can't depend. | ||
===Feature matrix=== | ===Feature matrix=== | ||
This page is about the bookmarks system refactoring for 4.3 using Akonadi / Nepomuk. It's mostly Konqueror-centric, but we must keep in mind the bookmarks system is used by many applications. Comments and ideas are welcome.
Contents |
The consensus seems to be :
We need to define :
| Status | Category | Description | Contact |
|---|---|---|---|
| IN PROGRESS | Storage | Define new attributes to store | Xavier Vello <xavier.vello@gmail.com> |
| DONE | Storage | Local file ressource (in kdepim) | [mailto: <>] |
| IN PROGRESS | Storage | del.icio.us ressource (in playground) | Robert Knight <robertknight@gmail.com> |
| TO DO | Storage | Storage of screenshots | [mailto: <>] |
| DONE | Metadata | Tagging of akonadi items | Toma <toma@kde.org> |
| TO DO | Metadata | Strigi index and search | [mailto: <>] |
| TO DO | Libs | Port KBookmarks* | [mailto: <>] |