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 /data | |
parent | Moving to KWebPage (page) actions (diff) | |
download | rekonq-7c747bbf76444533cea6035f572c934689c1528b.tar.xz |
Moved data dir to src
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 19 | ||||
-rw-r--r-- | data/bg.png | bin | 15218 -> 0 bytes | |||
-rw-r--r-- | data/bg2.png | bin | 1898 -> 0 bytes | |||
-rw-r--r-- | data/bot.gif | bin | 644 -> 0 bytes | |||
-rw-r--r-- | data/busywidget.gif | bin | 11611 -> 0 bytes | |||
-rw-r--r-- | data/button.png | bin | 740 -> 0 bytes | |||
-rw-r--r-- | data/category.png | bin | 334 -> 0 bytes | |||
-rw-r--r-- | data/closed.png | bin | 118 -> 0 bytes | |||
-rw-r--r-- | data/defaultbookmarks.xbel | 22 | ||||
-rw-r--r-- | data/home.html | 157 | ||||
-rw-r--r-- | data/loading.mng | bin | 3332 -> 0 bytes | |||
-rw-r--r-- | data/notfound.html | 65 | ||||
-rw-r--r-- | data/open.png | bin | 120 -> 0 bytes | |||
-rw-r--r-- | data/rekonq.desktop | 24 | ||||
-rw-r--r-- | data/tile.gif | bin | 304 -> 0 bytes | |||
-rw-r--r-- | data/top.png | bin | 786 -> 0 bytes | |||
-rw-r--r-- | data/webkit-icon.png | bin | 25694 -> 0 bytes |
17 files changed, 0 insertions, 287 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt deleted file mode 100644 index bf01a44d..00000000 --- a/data/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -INSTALL( - FILES bg2.png bg.png bot.gif busywidget.gif closed.png loading.mng open.png tile.gif top.png webkit-icon.png category.png button.png - DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics -) - -INSTALL( - FILES defaultbookmarks.xbel - DESTINATION ${DATA_INSTALL_DIR}/rekonq -) - -INSTALL( - FILES rekonq.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) - -INSTALL( - FILES notfound.html home.html - DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls -) diff --git a/data/bg.png b/data/bg.png Binary files differdeleted file mode 100644 index 5ec669ac..00000000 --- a/data/bg.png +++ /dev/null diff --git a/data/bg2.png b/data/bg2.png Binary files differdeleted file mode 100644 index 1ded2690..00000000 --- a/data/bg2.png +++ /dev/null diff --git a/data/bot.gif b/data/bot.gif Binary files differdeleted file mode 100644 index 2f9abde4..00000000 --- a/data/bot.gif +++ /dev/null diff --git a/data/busywidget.gif b/data/busywidget.gif Binary files differdeleted file mode 100644 index 600b9d44..00000000 --- a/data/busywidget.gif +++ /dev/null diff --git a/data/button.png b/data/button.png Binary files differdeleted file mode 100644 index 22ef7643..00000000 --- a/data/button.png +++ /dev/null diff --git a/data/category.png b/data/category.png Binary files differdeleted file mode 100644 index 796875d4..00000000 --- a/data/category.png +++ /dev/null diff --git a/data/closed.png b/data/closed.png Binary files differdeleted file mode 100644 index 2b1bf01e..00000000 --- a/data/closed.png +++ /dev/null diff --git a/data/defaultbookmarks.xbel b/data/defaultbookmarks.xbel deleted file mode 100644 index b4919c5c..00000000 --- a/data/defaultbookmarks.xbel +++ /dev/null @@ -1,22 +0,0 @@ -<?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> diff --git a/data/home.html b/data/home.html deleted file mode 100644 index f99d0df1..00000000 --- a/data/home.html +++ /dev/null @@ -1,157 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - -<head> -<title>%1</title> - -<style type="text/css"> - -/* ------------------------------------------------------- */ -/* generic styles */ - -html, body, div, h1, h2, h3, h4, a, p{ -margin:0; -padding:0; -border:0; -} - -body{ -background: url(%2/tile.gif) repeat-x #fff; -font-family: sans-serif; -font-size: 0.8em; -text-align: center; -} - -h1{ -font: normal bold 2em sans-serif; -text-align:right; -color: #3F7AB7; -margin-right:3%; -margin-top: 0.5%; -float:right; -} - -h2{ -font: normal bold 1.2em sans-serif; -color: #3F7AB7; -margin-top: 2em; -} - -h3{ -border-bottom-width: 1px; --webkit-border-image: url(%2/category.png) 1 1 1 1 stretch stretch; -padding: 0.2em; -margin-top: 0.5em; -margin-bottom: 0.5em; -font: normal bold 1em sans-serif; -} - -h4{ -font-size: 1em; -margin-top: 0.5em; -} - -a{ -color: #3F7AB7; -text-decoration: none; -} -a:hover{ -color: black; -} - -/* ------------------------------------------------------- */ -/* page sections */ - -#container { -width: 100%; -} - -#navigation { -display: inline-block; -margin-top: 2%; -margin-bottom: 2%; -text-align: center; -border-width: 5px; --webkit-border-image: url(%2/bg2.png) 12 12 12 12 stretch stretch; -} - -#content { -text-align: left; -margin: 2%; -} - -/* -------------------------------------------------------- */ -/* div navigations styles */ - -.link{ -display: inline-block; -} - -.link img{ -vertical-align: middle; -margin-right: 5px; -} - -.link a{ -color: black; -text-decoration:none; -font: normal 1em sans-serif; -} - -.current{ -border-width: 6px; --webkit-border-image: url(%2/button.png) 6 stretch stretch; -} - -#navigation .link:not(.current){ -margin-right: 10px; -margin-left: 10px; -} - - -.favorites{ -text-align: center; -margin-top: -5%; -} - -/* -------------------------------------------------------- */ -/* Thumbnail class */ - -.thumbnail { -text-align: center; -display: inline-block; -width:25%; -margin-top: 7%; -min-width:250px; -min-height:192px; -} - -.thumbnail object{ -text-align: center; -width:228px; -height:192px; -} - -/* -------------------------------------------------------- */ -/* Bookmarks page*/ - -.bookfolder{ -margin-left: 2em; -margin-bottom: 0.5em; -} - -/* -------------------------------------------------------- */ -</style> -</head> - -<body> - -<div id="container"> -<div id="navigation"> -%3 -</div> -<div id="content">%4</div> -</div> - -</body> -</html> diff --git a/data/loading.mng b/data/loading.mng Binary files differdeleted file mode 100644 index 0e490c4b..00000000 --- a/data/loading.mng +++ /dev/null diff --git a/data/notfound.html b/data/notfound.html deleted file mode 100644 index e34bfc6d..00000000 --- a/data/notfound.html +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -<head> -<title>%1</title> - -<style type="text/css"> - -html{ -margin:0; -padding:0; -} - -body{ -background: url(%2/tile.gif) repeat-x #fff; -margin:0; -padding:0; -font-family: sans-serif; -font-size: 100%; -} - -#block { -/* background: url(%2/bot.gif) bottom center #f3f3f3; */ -border: 2px solid #d9d9d9; -padding: 10px; -width: 600px; -margin: 150px auto; -color: #444; - -/*font-weight: bold; -clear: right;*/ -} - -h1{ -font-size: 130%; -font-weight: bold; -border-bottom: 1px solid lightgray; -margin-left: 48px; -} - -h2{ -font-size: 100%; -font-weight: normal; -border-bottom: 1px solid lightgray; -margin-left: 48px; -} - -ul { -padding: 12px 48px; -margin: 0; -} - -#reloadButton { -margin-left: 48px; -margin-bottom: 12px; -} - -</style> - -</head> - -<body> -<div id="block">%3</div> -</body> - -</html> diff --git a/data/open.png b/data/open.png Binary files differdeleted file mode 100644 index fee6f3fb..00000000 --- a/data/open.png +++ /dev/null diff --git a/data/rekonq.desktop b/data/rekonq.desktop deleted file mode 100644 index 62998336..00000000 --- a/data/rekonq.desktop +++ /dev/null @@ -1,24 +0,0 @@ -[Desktop Entry] -Name=rekonq -Name[sv]=Rekonq -Name[tr]=Rekonq -Name[x-test]=xxrekonqxx -GenericName=Webkit KDE Browser -GenericName[de]=Webkit-Browser für KDE -GenericName[et]=KDE Webkiti veebibrauser -GenericName[km]=កម្មវិធីរុករក Webkit KDE -GenericName[pt]=Navegador Web com WebKit -GenericName[pt_BR]=Navegador Webkit do KDE -GenericName[sv]=Webkit webbläsare för KDE -GenericName[tr]=Webkit KDE Tarayıcı -GenericName[uk]=Переглядач мережі на WebKit для KDE -GenericName[x-test]=xxWebkit KDE Browserxx -Icon=rekonq -Type=Application -Exec=rekonq %u -X-DocPath=rekonq/index.html -Categories=Qt;KDE;Network;WebBrowser; -Terminal=false -MimeType=text/html;application/xhtml+xml;application/xml; -X-DBUS-StartupType=Unique -X-DBUS-ServiceName=net.sourceforge.rekonq diff --git a/data/tile.gif b/data/tile.gif Binary files differdeleted file mode 100644 index 32e06fff..00000000 --- a/data/tile.gif +++ /dev/null diff --git a/data/top.png b/data/top.png Binary files differdeleted file mode 100644 index 9ebf0234..00000000 --- a/data/top.png +++ /dev/null diff --git a/data/webkit-icon.png b/data/webkit-icon.png Binary files differdeleted file mode 100644 index b3ec677a..00000000 --- a/data/webkit-icon.png +++ /dev/null |