Make sure all files that should be present are present.
This commit is contained in:
38
test/html/EpiphanyProfile/bookmarks.rdf
Normal file
38
test/html/EpiphanyProfile/bookmarks.rdf
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ephy="http://gnome.org/ns/epiphany#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<channel rdf:about="file:///home/jd/cthulhu/test/html/EpiphanyProfile/bookmarks.rdf">
|
||||
<title>Epiphany bookmarks</title>
|
||||
<link>http://www.gnome.org/projects/epiphany/</link>
|
||||
<items>
|
||||
<rdf:Seq>
|
||||
<rdf:li rdf:resource="http://www.google.com"/>
|
||||
<rdf:li rdf:resource="http://www.debian.org/"/>
|
||||
<rdf:li rdf:resource="http://www.gnome.org/"/>
|
||||
<rdf:li rdf:resource="http://planet.debian.org/"/>
|
||||
<rdf:li rdf:resource="http://bugs.debian.org"/>
|
||||
</rdf:Seq>
|
||||
</items>
|
||||
</channel>
|
||||
<item rdf:about="http://www.google.com">
|
||||
<title>Search the web</title>
|
||||
<link>http://www.google.com</link>
|
||||
<ephy:smartlink>http://www.google.com/search?client=ubuntu&channel=es&q=%s&ie=UTF-8&oe=UTF-8</ephy:smartlink>
|
||||
</item>
|
||||
<item rdf:about="http://www.debian.org/">
|
||||
<title>Debian</title>
|
||||
<link>http://www.debian.org/</link>
|
||||
</item>
|
||||
<item rdf:about="http://www.gnome.org/">
|
||||
<title>GNOME</title>
|
||||
<link>http://www.gnome.org/</link>
|
||||
</item>
|
||||
<item rdf:about="http://planet.debian.org/">
|
||||
<title>Planet Debian</title>
|
||||
<link>http://planet.debian.org/</link>
|
||||
</item>
|
||||
<item rdf:about="http://bugs.debian.org">
|
||||
<title>Debian Bug Tracking System</title>
|
||||
<link>http://bugs.debian.org</link>
|
||||
<ephy:smartlink>http://bugs.debian.org/%s</ephy:smartlink>
|
||||
</item>
|
||||
</rdf:RDF>
|
27
test/html/EpiphanyProfile/states.xml
Normal file
27
test/html/EpiphanyProfile/states.xml
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<ephy_states version="1.0">
|
||||
<node id="30">
|
||||
<property id="2" value_type="gchararray">main_window</property>
|
||||
<property id="3" value_type="gint">994</property>
|
||||
<property id="4" value_type="gint">687</property>
|
||||
<property id="5" value_type="gboolean">0</property>
|
||||
<property id="8" value_type="gboolean">1</property>
|
||||
<parent id="4"/>
|
||||
</node>
|
||||
<node id="31">
|
||||
<property id="2" value_type="gchararray">prefs_dialog</property>
|
||||
<property id="3" value_type="gint">388</property>
|
||||
<property id="4" value_type="gint">489</property>
|
||||
<property id="5" value_type="gboolean">0</property>
|
||||
<property id="8" value_type="gboolean">1</property>
|
||||
<parent id="4"/>
|
||||
</node>
|
||||
<node id="32">
|
||||
<property id="2" value_type="gchararray">add_language_dialog</property>
|
||||
<property id="3" value_type="gint">491</property>
|
||||
<property id="4" value_type="gint">230</property>
|
||||
<property id="5" value_type="gboolean">0</property>
|
||||
<property id="8" value_type="gboolean">1</property>
|
||||
<parent id="4"/>
|
||||
</node>
|
||||
</ephy_states>
|
Reference in New Issue
Block a user