summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-11 15:01:47 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-13 02:50:37 +0100
commit7c747bbf76444533cea6035f572c934689c1528b (patch)
tree9d4cfa9960911551cde4631169b7fbf0de141dde /data
parentMoving to KWebPage (page) actions (diff)
downloadrekonq-7c747bbf76444533cea6035f572c934689c1528b.tar.xz
Moved data dir to src
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt19
-rw-r--r--data/bg.pngbin15218 -> 0 bytes
-rw-r--r--data/bg2.pngbin1898 -> 0 bytes
-rw-r--r--data/bot.gifbin644 -> 0 bytes
-rw-r--r--data/busywidget.gifbin11611 -> 0 bytes
-rw-r--r--data/button.pngbin740 -> 0 bytes
-rw-r--r--data/category.pngbin334 -> 0 bytes
-rw-r--r--data/closed.pngbin118 -> 0 bytes
-rw-r--r--data/defaultbookmarks.xbel22
-rw-r--r--data/home.html157
-rw-r--r--data/loading.mngbin3332 -> 0 bytes
-rw-r--r--data/notfound.html65
-rw-r--r--data/open.pngbin120 -> 0 bytes
-rw-r--r--data/rekonq.desktop24
-rw-r--r--data/tile.gifbin304 -> 0 bytes
-rw-r--r--data/top.pngbin786 -> 0 bytes
-rw-r--r--data/webkit-icon.pngbin25694 -> 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
deleted file mode 100644
index 5ec669ac..00000000
--- a/data/bg.png
+++ /dev/null
Binary files differ
diff --git a/data/bg2.png b/data/bg2.png
deleted file mode 100644
index 1ded2690..00000000
--- a/data/bg2.png
+++ /dev/null
Binary files differ
diff --git a/data/bot.gif b/data/bot.gif
deleted file mode 100644
index 2f9abde4..00000000
--- a/data/bot.gif
+++ /dev/null
Binary files differ
diff --git a/data/busywidget.gif b/data/busywidget.gif
deleted file mode 100644
index 600b9d44..00000000
--- a/data/busywidget.gif
+++ /dev/null
Binary files differ
diff --git a/data/button.png b/data/button.png
deleted file mode 100644
index 22ef7643..00000000
--- a/data/button.png
+++ /dev/null
Binary files differ
diff --git a/data/category.png b/data/category.png
deleted file mode 100644
index 796875d4..00000000
--- a/data/category.png
+++ /dev/null
Binary files differ
diff --git a/data/closed.png b/data/closed.png
deleted file mode 100644
index 2b1bf01e..00000000
--- a/data/closed.png
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index 0e490c4b..00000000
--- a/data/loading.mng
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index fee6f3fb..00000000
--- a/data/open.png
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index 32e06fff..00000000
--- a/data/tile.gif
+++ /dev/null
Binary files differ
diff --git a/data/top.png b/data/top.png
deleted file mode 100644
index 9ebf0234..00000000
--- a/data/top.png
+++ /dev/null
Binary files differ
diff --git a/data/webkit-icon.png b/data/webkit-icon.png
deleted file mode 100644
index b3ec677a..00000000
--- a/data/webkit-icon.png
+++ /dev/null
Binary files differ