Quote:
Originally Posted by kevin.pugh
Hi there,
sorry to be so slow ...
I understand I can replace the manifest.xml file by dragging the manifest file that I have set up already and dropping into winrar or winzip, but i am not familar what exactly is in this file. So I was expecting to first read the file in the RAR file, change the content and then put the modified manifest.xml file back into the RAR file.
As I cannot read the XML file, it would be very helpful if you could post an example of the content of this manifest XML file.
Also, is the format of this example XML file, the same for all the Web Page links in \usr\share\gui_shell\sites ?
thanking you in advance
Kevin
|
The manifest presents essential information about the application.
It is just a couple of declarations
Code:
<?xml version="1.0" encoding="utf-8" ?>
<site>
<custom/>
<title>Google</title>
<name>website</name>
<icon>google</icon>
<url>http://www.google.com</url>
</site>
nothing else
for you is important the part
Code:
<url>http://www.google.com</url>
You can edit it with every text editor