diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-01-09 03:12:33 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-09 03:12:33 +0800 |
commit | 74f30634c4d7187f9c04b0b4e7dfad1253c5616c (patch) | |
tree | bb5e9c11ecc10e6af05addc7b519e69f9386aa86 /data/starthere/index.xml.in | |
parent | 5df83cc343c496873f84e939a6367b69ad9286bb (diff) | |
download | gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.gz gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.bz2 gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.lz gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.xz gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.zst gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.zip |
More start here page work, importing bookmarks from mozilla now should
2003-01-08 Marco Pesenti Gritti <marco@it.gnome.org>
* 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.
Diffstat (limited to 'data/starthere/index.xml.in')
-rw-r--r-- | data/starthere/index.xml.in | 6 |
1 files changed, 4 insertions, 2 deletions
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</_title> <_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. </_paragraph> <_title>Getting started</_title> <_paragraph> @@ -18,6 +20,6 @@ click on one of the links below: </_paragraph> <_paragraph> If your internet connection requires it, make sure to setup your proxy in the -desktop wide <_action>configuration dialog</_action>. +desktop wide <action id="configure-network" param="">configuration dialog</action>. </_paragraph> </section> |