michigan033
01-16-2008, 06:38 PM
Please someone help me with my repo. I have read all the guides and uploaded files and it still doesn't work.
Here is the zip file with the repo.xml and the file i want in it right mow
http://tylerhusted.googlepages.com/repo.zip
Please look at and tell me whats wrong.
michigan033
01-17-2008, 06:27 AM
please help i know i have a low post rating but i know my stuff. I am just havin probs. so plz help
Wesche
01-17-2008, 05:23 PM
page doesnt work..... and it needs to be .plist, .txt, or .xml not zip
michigan033
01-18-2008, 07:40 AM
I know that it has to be . XML but that file has the file I want to put Into mu source besides follow the link in my sig to get the newest . Xml file
michigan033
01-19-2008, 03:45 PM
Please will someone help me?
Scythal
01-20-2008, 11:17 AM
Well, first your file is Unicode, I'm not sure the Installer can handle that. Maybe, but to be on the safe side I would use ASCII instead.
Then it's pretty simple to debug: check your xml file with Firefox (or IE if you really must...), it will try to parse the file and tell you if there are mismatches. Simply drag & drop the file in Firefox, or open the file from it. Your file has a </dict> that doesn't correspond to any <dict>:
XML Parsing Error: mismatched tag. Expected: </plist>.
Location: file:///C:/tmp/out.xml
Line Number 103, Column 9: </dict>
--------^
You should really indent your file properly, it would help you a lot!
michigan033
01-20-2008, 02:17 PM
Ok i fixed it so i am testing right now.
michigan033
01-20-2008, 02:38 PM
I changed what it said to change in your post. i put it in firefox and no errors. I uploaded the file to my site. then added it to sources in installer and it still comes up as an untitled source
Scythal
01-20-2008, 03:02 PM
I still see the same error in your file... so I guess you put the modified version elsewhere. Make sure you have all the necessary information, that's all I can say. Compare with other existing repositories... you must have a missing key.
A good idea would be to look at some examples to see all the possibilities. From your zip file, you're not using Windows I guess? You can try the following command to get a repository plist:
wget -U "AppTapp Installer/3.0b8 (iPhone)" <URL>
for example:
wget -U "AppTapp Installer/3.0b8 (iPhone)" http://psmxy.org/iphone-apps/
Under Windows, you can use the little wipod tool here: http://code.google.com/p/t-pot/downloads/list
wipod -o repos.xml http://psmxy.org/iphone-apps/
michigan033
01-20-2008, 03:05 PM
here is the new link
http://tylerhusted.googlepages.com/repoedites.xml
also here is the file i want to put on it for right now
http://tylerhusted.googlepages.com/applelogo.zip
p.s. i am using windows xp
p.ss i don't understand that wipod tool. I read the read me file and still don't understand it the opened it it went to the command program then it closed
SkylarEC
01-20-2008, 03:59 PM
The file has a lot of rtf tags in it. Strip this all out and save this with a plain text editor. If you're on a Mac, just use the plist editor that is built into the OS.
michigan033
01-20-2008, 05:08 PM
what are rtf tags?
michigan033
01-27-2008, 06:21 PM
Anyone want to Help?