Great Wok man...Appreciate your efforts...This would be really helpful..
Do you also know how to get the upload image thing working..it wasnt working for me.
Hi Valentin,
This is a fantastic thing that you are starting there.
May I suggest to put the information contained in the wiki into the
pages corresponding to the fire google group?
Well, I have just looked into the formatting options. And it looks
like it is possible to find proper formatting. The editor works pretty
WYSIWYGish.
> What about transfer fire on http://code.google.com/hosting/createProject ?
> It would be maybe easier to maintain documentation ? I do not if it is
> possible since this also a project from a university.
>
> If you want I can try to have a look about this.
Mmh. This is a bit difficult.
FIRE was developed in Aachen, now I am not in Aachen anymore.
Actually, currently I am not working on FIRE much. I have on my
todo-list somewhere to release the latest source code I have which
includes the diversity-reranking code from my CIVR 2009 paper and
maybe some other minor things.
However, currently, I cannot find time to do it. This would probably
also include fixes to be able to compile FIRE with the most recent
GCC.
I will think about it.
Cheers,
thomas
On Fri, Jul 24, 2009 at 12:46 PM, swapnil barai <swapnil...@gmail.com> wrote:Great Wok man...Appreciate your efforts...This would be really helpful..
Thanks.
Do you also know how to get the upload image thing working..it wasnt working for me.
I quickly wrote a page about it : http://wiki.valeuf.org/wiki.cgi/FIRE/HowToFixUploadFeature Please let me know if it solved your problems. If not can your help.you describe your problem here. Maybe someone can help you.
Hey
I tried the fixes for making the upload button working as given by Thomas and Valentin. However still what is happening is when I click the upload button is that the open file dialog box(OFD) opens, the Fire Web interface rehreshes (on its own), then I select an image in the OFD, however the image doesnt get uploaded to the server and says No Results retrieved. I even checked my /tmp directory and there were no images copied there. Would appreciate your help.
Also in the fix you say :<So now the form is submitted by a button : "Upload">. But i doint even see a button called upload on the web interface. Do i need to add it?
result+="""<input type="submit" name="upload" value="Upload">"""
You have to make the change in the method newFileForm in the fire.py file which should be in the cgi-bin folder of your web application.