View Single Post
Old 08-02-2012, 09:51 AM   #722
Booxtor
Booxtor
Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.Booxtor ought to be getting tired of karma fortunes by now.
 
Booxtor's Avatar
 
Posts: 1,126
Karma: 2305664
Join Date: Jun 2011
Location: Germany
Device: a lot of..
Quote:
Originally Posted by kevin.pugh View Post
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

Last edited by Booxtor; 08-02-2012 at 09:54 AM.
Booxtor is offline   Reply With Quote