diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-19 01:28:43 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-19 01:28:43 +0100 |
commit | 05c60e11930e7fc969246336b2a121afbf6589d7 (patch) | |
tree | c9ec7d24166010382ef1b53de88774c6dbc4417c /data/defaultbookmarks.xbel | |
parent | Fixed crash when history empty. (diff) | |
download | rekonq-05c60e11930e7fc969246336b2a121afbf6589d7.tar.xz |
updated TODO, removed unuseful svg image, updated default bookmarks
Diffstat (limited to 'data/defaultbookmarks.xbel')
-rw-r--r-- | data/defaultbookmarks.xbel | 35 |
1 files changed, 10 insertions, 25 deletions
diff --git a/data/defaultbookmarks.xbel b/data/defaultbookmarks.xbel index f1c9253d..4cad6c78 100644 --- a/data/defaultbookmarks.xbel +++ b/data/defaultbookmarks.xbel @@ -1,40 +1,25 @@ <?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> + <folder folded="no"> + <title>Default Bookmark</title> + <bookmark href="http://qtsoftware.com/"> + <title>QtSoftware</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 href="http://rekonq.sourceforge.net/"> + <title>rekonq site</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 href="http://kde-apps.org/"> + <title>KDE-Apps.org</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 href="http://www.kde.org/"> + <title>KDE site</title> </bookmark> </folder> </xbel> |