From 74f30634c4d7187f9c04b0b4e7dfad1253c5616c Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 8 Jan 2003 19:12:33 +0000 Subject: More start here page work, importing bookmarks from mozilla now should 2003-01-08 Marco Pesenti Gritti * TODO: * data/starthere/Makefile.am: * data/starthere/index.xml.in: * data/starthere/section.xsl: * data/starthere/smartbookmarks.xml.in: * embed/ephy-embed-shell.c: (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * embed/mozilla/StartHereProtocolHandler.cpp: * po/POTFILES.in: * src/ephy-shell.c: (ephy_shell_command_cb), (ephy_shell_init): More start here page work, importing bookmarks from mozilla now should work. --- data/starthere/Makefile.am | 2 +- data/starthere/index.xml.in | 6 ++++-- data/starthere/section.xsl | 8 +++++++- data/starthere/smartbookmarks.xml.in | 28 ++++++++++++++++++++++++++++ 4 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 data/starthere/smartbookmarks.xml.in (limited to 'data/starthere') diff --git a/data/starthere/Makefile.am b/data/starthere/Makefile.am index 77b723f8b..1cdf7815f 100644 --- a/data/starthere/Makefile.am +++ b/data/starthere/Makefile.am @@ -1,7 +1,7 @@ @INTLTOOL_XML_RULE@ xmldir = $(pkgdatadir)/starthere -xml_in_files = index.xml.in +xml_in_files = index.xml.in smartbookmarks.xml.in xml_DATA = $(xml_in_files:.xml.in=.xml) pagedir = $(pkgdatadir)/starthere diff --git a/data/starthere/index.xml.in b/data/starthere/index.xml.in index dd8a0f9a8..7427ab1ee 100644 --- a/data/starthere/index.xml.in +++ b/data/starthere/index.xml.in @@ -8,7 +8,9 @@ <_title>The web browser <_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. +or a keyword (example: best computer shop) in the toolbar text entry and then pressing +the Enter key. You can remember important visited pages using bookmarks or browse all of +them with the history dialog. <_title>Getting started <_paragraph> @@ -18,6 +20,6 @@ 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. +desktop wide configuration dialog. diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl index 62bdcf598..fb19cded3 100644 --- a/data/starthere/section.xsl +++ b/data/starthere/section.xsl @@ -55,10 +55,16 @@ - + + + + +
+
+ diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in new file mode 100644 index 000000000..7eed310eb --- /dev/null +++ b/data/starthere/smartbookmarks.xml.in @@ -0,0 +1,28 @@ + + +
+ +Start Here +Smart Bookmarks + + +<_title>Smart Bookmarks +<_paragraph> +Smart bookmarks allows to perform searches and similar actions directly from +the location entry. + +<_paragraph> +Right click the icon and choose "Add Bookmark" from the menu list. +When you will type a word in the toolbar 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. + + +Search the web - Google + + +Search images - Google + + +
-- cgit v1.2.3