diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-10-31 17:30:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-10-31 17:30:37 +0100 |
commit | a86522cb83ed2f665161f507531f07dc6437e13f (patch) | |
tree | 28141583f7700ed3227024a9593e6dc8a01f894a /data/defaultbookmarks.xbel | |
parent | QApplication --> KApplication (diff) | |
download | rekonq-a86522cb83ed2f665161f507531f07dc6437e13f.tar.xz |
Various improvements on the street from Qt demo browser
to KDE reKonq!
- CMakeLists.txt working
- data dirs
- ...
Diffstat (limited to 'data/defaultbookmarks.xbel')
-rw-r--r-- | data/defaultbookmarks.xbel | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/data/defaultbookmarks.xbel b/data/defaultbookmarks.xbel new file mode 100644 index 00000000..f1c9253d --- /dev/null +++ b/data/defaultbookmarks.xbel @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE xbel> +<xbel version="1.0"> + <folder folded="yes"> + <title>Bookmarks Bar</title> + <bookmark href="http://trolltech.com/"> + <title>Trolltech.com</title> + </bookmark> + <bookmark href="http://webkit.org/"> + <title>WebKit.org</title> + </bookmark> + <bookmark href="http://doc.trolltech.com/"> + <title>Qt Documentation</title> + </bookmark> + <bookmark href="http://doc.trolltech.com/qq/"> + <title>Qt Quarterly</title> + </bookmark> + <bookmark href="http://labs.trolltech.com/"> + <title>Trolltech Labs</title> + </bookmark> + <bookmark href="http://www.qtcentre.org/"> + <title>Qt Centre</title> + </bookmark> + <bookmark href="http://qt-apps.org/"> + <title>Qt-Apps.org</title> + </bookmark> + <bookmark href="http://qtnode.net/"> + <title>qtnode</title> + </bookmark> + <bookmark href="http://xkcd.com/"> + <title>xkcd</title> + </bookmark> + </folder> + <folder folded="yes"> + <title>Bookmarks Menu</title> + <bookmark href="http://reddit.com/"> + <title>reddit.com: what's new online!</title> + </bookmark> + </folder> +</xbel> |