aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-09 19:54:18 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-09 19:54:18 +0800
commit33c5910a3d9312ddb30de41eeda7d96d3b98a6c7 (patch)
treeafe4b2b1b4daa44605f73356a3d447114189f74a /data
parent50bb5af3f6a571e8e341d26cdd5b7a1b2178d8dd (diff)
downloadgsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.gz
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.bz2
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.lz
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.xz
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.zst
gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.zip
remove unused stuff
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
-rw-r--r--data/starthere/.cvsignore4
-rw-r--r--data/starthere/Makefile.am14
-rw-r--r--data/starthere/index.xml.in31
-rw-r--r--data/starthere/section.xsl113
-rw-r--r--data/starthere/smartbookmarks.xml.in31
6 files changed, 1 insertions, 194 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 7554501ea..4687d7cbf 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = ui art glade starthere
+SUBDIRS = ui art glade
@INTLTOOL_SERVER_RULE@
@INTLTOOL_DESKTOP_RULE@
diff --git a/data/starthere/.cvsignore b/data/starthere/.cvsignore
deleted file mode 100644
index 5ef9a001c..000000000
--- a/data/starthere/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-Makefile.in
-index.xml
-smartbookmarks.xml
diff --git a/data/starthere/Makefile.am b/data/starthere/Makefile.am
deleted file mode 100644
index 8aadf129d..000000000
--- a/data/starthere/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-@INTLTOOL_XML_RULE@
-
-xmldir = $(pkgdatadir)/starthere
-xml_in_files = index.xml.in smartbookmarks.xml.in
-xml_DATA = $(xml_in_files:.xml.in=.xml)
-
-pagedir = $(pkgdatadir)/starthere
-page_DATA = section.xsl
-
-EXTRA_DIST = $(xml_DATA) \
- $(xml_in_files) \
- $(page_DATA)
-
-DISTCLEANFILES = $(xml_DATA)
diff --git a/data/starthere/index.xml.in b/data/starthere/index.xml.in
deleted file mode 100644
index f35909862..000000000
--- a/data/starthere/index.xml.in
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="section.xsl"?>
-<section name="Home">
-<_pagetitle>Home</_pagetitle>
-<bar>
-<item section="home:"><_translate>Home</_translate></item>
-<item section="home:smartbookmarks"><_translate>Smart Bookmarks</_translate></item>
-</bar>
-<_title>The web browser</_title>
-<_paragraph>
-You can start browsing web pages either by typing a web address (example: www.google.com)
-or a search phrase (example: best computer shop) in the address entry and then pressing
-the Enter key. You can remember important visited pages using bookmarks or browse all of
-them with the history dialog.
-</_paragraph>
-<_title>Getting started</_title>
-<_paragraph>
-To import bookmarks from another browser installed on your system just
-click on one of the links below:
-</_paragraph>
-<paragraph>
-<content id="bookmarks-import"/>
-</paragraph>
-<_paragraph>
-If your internet connection requires it, make sure to setup your proxy in the
-desktop wide configuration dialog.
-</_paragraph>
-<paragraph>
-<action id="configure-network" param=""><_translate>Proxy configuration</_translate></action>
-</paragraph>
-</section>
diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl
deleted file mode 100644
index a734ce708..000000000
--- a/data/starthere/section.xsl
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<xsl:template match="/">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="section">
-<html>
- <head>
- <xsl:apply-templates/>
- <style type="text/css">
- body {
- margin-left: 150;
- margin-right: 150;
- background: <xsl:value-of select="@bg"/>;
- color: <xsl:value-of select="@text"/>;
- font-family: Verdana, Helvetica, Arial, sans-serif;
- font-size: 1.0em;
- }
-
- div.topbar {
- height: 25px;
- padding: 7px;
- color: <xsl:value-of select="@title"/>;
- background-color: <xsl:value-of select="@title-bg"/>;
- font-weight: bold;
- margin-bottom: 50;
- }
-
- div.topbar a {
- margin-right: 15;
- font-size: 1.4em;
- font-weight: bold;
- color: <xsl:value-of select="@title"/>;
- }
-
- h2 {
- color: <xsl:value-of select="@headings"/>;
- font-size: 1.2em;
- }
-
- a {
- color: <xsl:value-of select="@link"/>
- }
-
- a.visited {
- color: <xsl:value-of select="@link"/>
- }
- </style>
- </head>
- <body>
- <xsl:apply-templates/>
- </body>
-</html>
-</xsl:template>
-
-<xsl:template match="pagetitle">
- <title><xsl:apply-templates/></title>
-</xsl:template>
-
-<xsl:template match="content">
-<div class="body">
- <xsl:apply-templates/>
-</div>
-</xsl:template>
-
-<xsl:template match="bar">
-<div class="topbar">
- <xsl:apply-templates/>
-</div>
-</xsl:template>
-
-<xsl:template match="item">
-<a href="{@section}">
- <xsl:apply-templates/>
-</a>
-</xsl:template>
-
-<xsl:template match="title">
-<h2>
- <xsl:apply-templates/>
-</h2>
-</xsl:template>
-
-<xsl:template match="paragraph">
-<p>
- <xsl:apply-templates/>
-</p>
-</xsl:template>
-
-<xsl:template match="buildcontent">
-<p>
- <xsl:apply-templates/>
-</p>
-</xsl:template>
-
-<xsl:template match="action">
-<a href="home:{@id}?{@param}">
- <xsl:apply-templates/>
-</a><br/>
-</xsl:template>
-
-<xsl:template match="smartbookmark">
-<a type="text/smartbookmark" href="{@normal}" rel="{@smart}" title="{@title}">
- <xsl:apply-templates/>
-</a><br/>
-</xsl:template>
-
-</xsl:stylesheet>
-
diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in
deleted file mode 100644
index 34ba168c1..000000000
--- a/data/starthere/smartbookmarks.xml.in
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="section.xsl"?>
-<section name="Smart Bookmarks">
-<_pagetitle>Smart Bookmarks</_pagetitle>
-<bar>
-<item section="home:"><_translate>Home</_translate></item>
-<item section="home:smartbookmarks"><_translate>Smart Bookmarks</_translate></item>
-</bar>
-<content>
-<_title>Smart Bookmarks</_title>
-<_paragraph>
-Smart bookmarks allows to perform searches and similar actions directly from
-the address entry.
-</_paragraph>
-<_paragraph>
-Right click the links and choose "Bookmark Link..." from the menu list.
-When you will type a word in the address entry, a list of your smart
-bookmarks will be displayed. Just choose one of them to perform the search.
-The next time you type a word, just pressing the Enter key will be enough to
-perform the same action.
-</_paragraph>
-<smartbookmark normal="http://www.google.com/"
-smart="http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8" title="Search the web - Google">
-<_translate>Search the web - Google</_translate>
-</smartbookmark>
-<smartbookmark normal="http://images.google.com/"
-smart="http://images.google.com/images?q=%s&amp;ie=UTF-8&amp;oe=UTF-8" title="Search images - Google">
-<_translate>Search images - Google</_translate>
-</smartbookmark>
-</content>
-</section>