This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
gsoc /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 13 05:07:46 -0700 2009 | |
| |
CMakeLists.txt | Sun May 17 16:28:14 -0700 2009 | |
| |
README | Mon Sep 28 04:02:59 -0700 2009 | |
| |
TODO | Thu Sep 03 04:16:40 -0700 2009 | |
| |
bookmarks_editor/ | Tue Nov 03 15:04:05 -0800 2009 | |
| |
kdebase-bookmarks.patch | Sun Nov 01 12:55:52 -0800 2009 | |
| |
konqbookmark/ | Sat Nov 07 02:54:22 -0800 2009 | |
| |
konquerorbookmarks/ | Tue Nov 03 15:04:05 -0800 2009 | |
| |
nepotest/ | Sat Aug 29 05:35:18 -0700 2009 | |
| |
ontologies/ | Sat Aug 29 09:31:10 -0700 2009 |
README
Konqueror Bookmarks ------------------- This document outlines how the new bookmarks system is architected. This is a project to replace the current bookmarks system in konqueror. It's divided in several folders: * ontologies - Library which contains the C++ classes for the Nepomuk ontologies used in this project. It's separated so that other modules of the bookmarks system can dynamically link to it. * konqbookmark - The core of the bookmark system. It contains main classes like KonqBookmark, Place, LocationBar, some useful item views and models, etc. * konquerorbookmarks - The akonadi bookmarks resource, a middle layer to access the bookmarks which are actually stored in Nepomuk. * bookmarks_editor - As it name says, it's the Konqueror Bookmarks Editor implementation. * nepotest - a test program used for development purposes, not very useful. Architecture ------------ Nepomuk ----> Akonadi ----> You Bookmarks are stored in Nepomuk database as NFO Bookmarks and BookmarkFolders. But you don't really access to bookmarks directly with Nepomuk, but with Akonadi instead. The Akonadi resource's job is to present the user the collection of bookmarks and to let the user modify them.







