diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-01-07 21:28:22 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-07 21:28:22 +0800 |
commit | 07e1bf23744ac4305406c416e1361582948a1d3e (patch) | |
tree | d24a68d5e11adb2cc0df438f8f8e78fe47f4339b /data/start_here.html | |
parent | 5d3540a4c4e9606adef1575b92c0142f65f1ee86 (diff) | |
download | gsoc2013-epiphany-07e1bf23744ac4305406c416e1361582948a1d3e.tar gsoc2013-epiphany-07e1bf23744ac4305406c416e1361582948a1d3e.tar.gz gsoc2013-epiphany-07e1bf23744ac4305406c416e1361582948a1d3e.tar.bz2 gsoc2013-epiphany-07e1bf23744ac4305406c416e1361582948a1d3e.tar.lz gsoc2013-epiphany-07e1bf23744ac4305406c416e1361582948a1d3e.tar.xz gsoc2013-epiphany-07e1bf23744ac4305406c416e1361582948a1d3e.tar.zst gsoc2013-epiphany-07e1bf23744ac4305406c416e1361582948a1d3e.zip |
Architecture for translatable xml/xsl start page.
2003-01-07 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
* data/Makefile.am:
* data/start_here.html:
* data/starthere/Makefile.am:
* data/starthere/index.xml.in:
* data/starthere/section.xsl:
* embed/mozilla/StartHereProtocolHandler.cpp:
* lib/Makefile.am:
* lib/widgets/ephy-autocompletion-window.c:
(hack_tree_view_move_selection):
* po/POTFILES.in:
Architecture for translatable xml/xsl start page.
Diffstat (limited to 'data/start_here.html')
-rw-r--r-- | data/start_here.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/start_here.html b/data/start_here.html deleted file mode 100644 index 73a0e908e..000000000 --- a/data/start_here.html +++ /dev/null @@ -1,23 +0,0 @@ -<html> -<head> -</head> -<body> -<h1>Welcome ...</h1> -<h2>Smart Bookmarks</h2> -<p> -Right click the icon and choose "Add Bookmark" from the menu list. -</p> -<dl> -<li> -<a type="text/smartbookmark" href="http://www.google.com/" rel="http://www.google.com/search?q=%s" title="Search the web - Google"> -Search the web - Google -</a> -</li> -<li> -<a type="text/smartbookmark" href="http://images.google.com/" rel="http://images.google.com/images?q=%s" title="Search images - Google"> -Search images - Google -</a> -</li> -</ol> -</body> -</html> |