From 977e13469d48102bc3812140bdf3faf955e9f11a Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 7 Jan 2003 20:34:09 +0000 Subject: More work on the start here page. 2003-01-07 Marco Pesenti Gritti * data/starthere/Makefile.am: * data/starthere/index.xml.in: * data/starthere/section.css: * data/starthere/section.xsl: * embed/mozilla/StartHereProtocolHandler.cpp: * embed/mozilla/mozilla-embed-shell.cpp: * lib/ephy-file-helpers.c: (ephy_ensure_dir_exists), (ephy_find_file_recursive), (ephy_file_find): * lib/ephy-file-helpers.h: * lib/ephy-start-here.c: (ephy_start_here_init), (ephy_start_here_finalize), (is_my_lang), (mozilla_bookmarks), (attach_content), (build_content), (ephy_start_here_get_page), (ephy_start_here_get_base_uri): * lib/ephy-start-here.h: More work on the start here page. --- data/starthere/Makefile.am | 7 ++++--- data/starthere/index.xml.in | 19 +++++++++++++++++-- data/starthere/section.css | 29 +++++++++++++++++++++++++++++ data/starthere/section.xsl | 45 +++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 93 insertions(+), 7 deletions(-) create mode 100644 data/starthere/section.css (limited to 'data/starthere') diff --git a/data/starthere/Makefile.am b/data/starthere/Makefile.am index 411c442cf..77b723f8b 100644 --- a/data/starthere/Makefile.am +++ b/data/starthere/Makefile.am @@ -4,9 +4,10 @@ xmldir = $(pkgdatadir)/starthere xml_in_files = index.xml.in xml_DATA = $(xml_in_files:.xml.in=.xml) -xsldir = $(pkgdatadir)/starthere -xsl_DATA = section.xsl +pagedir = $(pkgdatadir)/starthere +page_DATA = section.xsl section.css EXTRA_DIST = $(xml_DATA) \ - $(xml_in_files) + $(xml_in_files) \ + $(page_DATA) diff --git a/data/starthere/index.xml.in b/data/starthere/index.xml.in index b24de14f1..dd8a0f9a8 100644 --- a/data/starthere/index.xml.in +++ b/data/starthere/index.xml.in @@ -1,8 +1,23 @@
+ +Start Here +Smart Bookmarks + <_title>The web browser -<_paragraph>What you use it for ? +<_paragraph> +You can start browsing web pages either by typing a location (example: www.google.com) +or a keyword (example: best computer shop) in the toolbar text entry. + <_title>Getting started -<_paragraph>How I begin ? Import bookmarks, proxy settings +<_paragraph> +To import bookmarks from another browser installed on your system just +click on one of the links below: + + +<_paragraph> +If your internet connection requires it, make sure to setup your proxy in the +desktop wide <_action>configuration dialog. +
diff --git a/data/starthere/section.css b/data/starthere/section.css new file mode 100644 index 000000000..6b0cf8608 --- /dev/null +++ b/data/starthere/section.css @@ -0,0 +1,29 @@ +body { + margin-left: 150; + margin-right: 150; + background: #000000; + color: #FFFFFF; + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 14px; +} + +div.topbar { + height: 25px; + padding: 7px; + color: #000000; + background-color: #e57f20; + font-weight: bold; + margin-bottom: 50; +} + +div.topbar a { + margin-right: 15; + font-size: 20px; + font-weight: bold; + color: #000000; +} + +h2 { + color: #e57f20; + font-size: 18px; +} diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl index 6b349c626..62bdcf598 100644 --- a/data/starthere/section.xsl +++ b/data/starthere/section.xsl @@ -3,15 +3,14 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - - + @@ -19,5 +18,47 @@ + +
+ +
+
+ + +
+ +
+
+ + + + + + + + +

+ +

+
+ + +

+ +

+
+ + +

+ +

+
+ + + + + + + -- cgit v1.2.3