diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-11 15:01:47 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:50:37 +0100 |
commit | 7c747bbf76444533cea6035f572c934689c1528b (patch) | |
tree | 9d4cfa9960911551cde4631169b7fbf0de141dde /src/data/defaultbookmarks.xbel | |
parent | Moving to KWebPage (page) actions (diff) | |
download | rekonq-7c747bbf76444533cea6035f572c934689c1528b.tar.xz |
Moved data dir to src
Diffstat (limited to 'src/data/defaultbookmarks.xbel')
-rw-r--r-- | src/data/defaultbookmarks.xbel | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/data/defaultbookmarks.xbel b/src/data/defaultbookmarks.xbel new file mode 100644 index 00000000..b4919c5c --- /dev/null +++ b/src/data/defaultbookmarks.xbel @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE xbel> +<xbel version="1.0"> + <bookmark href="http://qtsoftware.com/"> + <title>QtSoftware</title> + </bookmark> + <bookmark href="http://webkit.org/"> + <title>WebKit.org</title> + </bookmark> + <bookmark href="http://rekonq.sourceforge.net/"> + <title>rekonq site</title> + </bookmark> + <bookmark href="http://labs.trolltech.com/"> + <title>Trolltech Labs</title> + </bookmark> + <bookmark href="http://kde-apps.org/"> + <title>KDE-Apps.org</title> + </bookmark> + <bookmark href="http://www.kde.org/"> + <title>KDE site</title> + </bookmark> +</xbel> |