Re: Beagle webinterface

2009-10-09 Thread Hugo Sarti
Has anybody tried the interface? On Domingo 20 Septiembre 2009 21:53:14 Hugo Sarti escribió: > Hi everybody, > I was trying to share the new webinterface that I made when noticed the > decision about moving to Unmanteined State. > I'm really sorry to hear this decision. The project was very helpf

Beagle webinterface

2009-09-20 Thread Hugo Sarti
Hi everybody, I was trying to share the new webinterface that I made when noticed the decision about moving to Unmanteined State. I'm really sorry to hear this decision. The project was very helpful for our company, indexing documents in a centralized NAS. I am not a experienced Mono / .Net devel

Re: Playing with Beagle webinterface: "XML Parsing Error..."

2008-10-13 Thread Marco
D Bera, in data 10/13/2008 01:02 AM, ha scritto: > I am not sure I understand what all is going on. Hi Debajyoti, Just a newbie trying some "learning by doing"! :-) > But as a caution, copying files to a different location and > creating new files will not always work (security related > precau

Re: Playing with Beagle webinterface: "XML Parsing Error..."

2008-10-12 Thread D Bera
total newbie at all this, I've made a copy of all the files from > /usr/share/beagle/webinterface/ to > /usr/share/beagle/webinterface/advancedsearch/ > to start playing around without breaking Beagle. I am not sure I understand what all is going on. But as a caution, copying files

Re: Playing with Beagle webinterface: "XML Parsing Error..."

2008-10-12 Thread Marco
Marco, in data 10/12/2008 04:05 PM, ha scritto: > It works if I use the address > file:///usr/share/beagle/webinterface/advancedsearch/index.xml > but then even the normal search stops working, with firefox > saying "...can't find the file at > /usr/share/beagle/we

Playing with Beagle webinterface: "XML Parsing Error..."

2008-10-12 Thread Marco
Hi, I'm trying to change the webinterface home page. I'd like to have a form similar to the one of google advanced search: http://www.google.com/advanced_search Being a total newbie at all this, I've made a copy of all the files from /usr/share/beagle/webinterface/ to /u

Re: beagle webinterface

2008-07-23 Thread Blackhold
solved!!! the problem was not on mimetype!!! the problem was that using location.host showed me the /var/www of :4000, the /usr/share/beagle/webinterface dir, not /var/www of :80! servidor = "http://"; + location.host + "/"; direccio = url.replace ("file:///var/

Re: beagle webinterface

2008-07-18 Thread Debajyoti Bera
> onClick="openhit('[EMAIL PROTECTED]', '{$mimetype}'); return false;)" > onClick="openhit('[EMAIL PROTECTED]', '$mimetype'); return false;)" > onClick="openhit('[EMAIL PROTECTED]', $mimetype); return false;)" > onClick="openhit('[EMAIL PROTECTED]', {$mimetype}); return false;)" > > and in the func

Re: beagle webinterface

2008-07-18 Thread Blackhold
well tried that: onClick="openhit('[EMAIL PROTECTED]', '{$mimetype}'); return false;)" onClick="openhit('[EMAIL PROTECTED]', '$mimetype'); return false;)" onClick="openhit('[EMAIL PROTECTED]', $mimetype); return false;)" onClick="openhit('[EMAIL PROTECTED]', {$mimetype}); return false;)" and in t

Re: beagle webinterface

2008-07-18 Thread Blackhold
what I would like to not do is open an other window, but I'm gonna try to continue with the mime, I think I'm almost at the end! a few tests more and that's all! maybe webinterface could have this utility in this time... Blackhold + Material SCG08 http://associacio-aoe.or

Re: beagle webinterface

2008-07-18 Thread Debajyoti Bera
> > > then, in function openhit > > function openhit(url){ > direccio = modification of value url; > > return(direccio); > > } > > then in href, nor #, go the edited link, then we don't need to use > mimetype and nothing more... >From what I understand about HTTP servers, even then you

Re: beagle webinterface

2008-07-18 Thread Blackhold
then, in function openhit function openhit(url){ direccio = modification of value url; return(direccio); } then in href, nor #, go the edited link, then we don't need to use mimetype and nothing more... Blackhold + Material SCG08 http://associacio-aoe.org/

Re: beagle webinterface

2008-07-18 Thread Debajyoti Bera
> ok, this don't give any error... but when I do an alert of mimetype > value it only shows me $mimetype... Then use onClick="openhit('[EMAIL PROTECTED]', '{$mimetype}'); return false;)" > one question... is possible that user when clicks the link href > changes for the modified [EMAIL PROTECTED]

Re: beagle webinterface

2008-07-18 Thread Blackhold
ok, this don't give any error... but when I do an alert of mimetype value it only shows me $mimetype... one question... is possible that user when clicks the link href changes for the modified [EMAIL PROTECTED] value? thanks. Blackhold + Material SCG08 http://associacio-

Re: beagle webinterface

2008-07-17 Thread Blackhold
hello, I could get the correct url with http:// thanks you much :D but now I found an other problem... I tested with a lot of variables, and looked the code for a similar var but for the mime type, I found that with my script all files are procesed as text files :o now I've got that: [hitresult.

Re: beagle webinterface

2008-07-17 Thread Debajyoti Bera
See if using single quotes help i.e. > when I put dashes on [EMAIL PROTECTED] always gives me the same error :( > > Error: no ben format > Fitxer font: http://192.168.2.8:4000/hitresult.xsl > Line: 60, column: 29 > Codi font: > false;"> > > Error: uncaught exception: [Exception... "Component

Re: beagle webinterface

2008-07-17 Thread Blackhold
when I put dashes on [EMAIL PROTECTED] always gives me the same error :( Error: no ben format Fitxer font: http://192.168.2.8:4000/hitresult.xsl Line: 60, column: 29 Codi font: Error: uncaught exception: [Exception... "Component returned failure code: 0x8061 [nsIXSLTProcessor.importStyle

Re: beagle webinterface

2008-07-17 Thread Debajyoti Bera
Use the suggestion below ... > false;"> Make sure you have the "return false". > and add a method like > function openhit (url) > { > //... open a new window using javascript > // verify the javascript - I am writing from memory > >var newurl = url.replace ("file:///", "http:

Re: beagle webinterface

2008-07-17 Thread Blackhold
I'm testing different things... now: http://"+location.host)"> but also \"[EMAIL PROTECTED]" don't likes to browser :( Blackhold + Material SCG08 http://associacio-aoe.org/scg/charlas + Respect free software communities and use free and/or standa

Re: beagle webinterface

2008-07-17 Thread Blackhold
I remember that I've got webdeveloper, I see the debugging page and appears me that: Error: no ben format Fitxer font: http://192.168.2.8:4000/hitresult.xsl Línia: 57, columna: 51 Codi font: and this other one Error: uncaught exception: [Exception... "Component returned failure code: 0x8060

Re: beagle webinterface

2008-07-17 Thread Blackhold
I'm trying to do it without using blank screen, it will make user go slow at downloading the file... take a look at that please: http://rafb.net/p/VKDLAz64.html I made these changes and now, when I try to do a search, the search page stays there, thinking, doing nothing... what is wrong? thanks

Re: beagle webinterface

2008-07-16 Thread D Bera
dig based) that could be used to achieve this. Another shortcoming of beagle webinterface is the lack of any kind of security - any user that can access the machine over internet can search/retrieve the files. No support of user authentication is built in - it was planned but never happened. I

beagle webinterface

2008-07-16 Thread Blackhold
are file:///root/folders/file then users never will be able to download and see the files, so that it should use http:// and all files may be uploaded on /var/www to could download them. I have taken a look into xml and xsl files from /usr/share/beagle/webinterface dir, but I'm not able h