File naming in the relay folder.

Recently I attempted to update upups pricegun with my own set of item values, and on my road to doing so found it to be more difficult than I thought it would be. I know pricegun is a greasemonkey script, but one of my attempts to update will give the reason for posting here.

In the relevant attempt, what I did was create my own price list in the format of the one listed here. I saved my new file in the relay folder, and set pricegun to use http://127.0.0.1:60080/dailyprice.log for updates, and it did not work. Attempting to navigate to said page gave me a completely blank page. Renaming the file to .html allowed viewing of the data in single line format. The reason for the single line is because html does not use windows or unix line breaks. Uploading the file to my server, the accessing from there worked, but that server is a pain to upload files to. Attempting to just have pricegun load the file from my local machine also did not work. It tried to load it from http://c:/.......

I guess what I'm trying to do is ask that when kolmafia sees an file extension that it does not handle to just have it return the file as if it were a .html file. This would also solve my image problem in my mall search menu system.
 

holatuwol

Developer
I'll return it unknown extensions as text/plain. If there is a file extension that should work differently, let me know.
 
Top