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/www/",servidor); direccio = direccio.replace (":4000",":80"); the last line was the missing! this could be a great tool at the moment, users could test webinterface only allowing the search only on /var/www dir... also the solution to could search the files from the /home you could use ln -s /home/user/ /usr/share/beagle/webinterface/files I wish that that project goes up! now what I promised... translating... start? :) Blackhold +++++++++++++++++++++++++ Material SCG08 http://associacio-aoe.org/scg/charlas +++++++++++++++++++++++++ Respect free software communities and use free and/or standard formats while sending attached files. Files such .doc, .xls, are formats that don't follow the standard rules and may cause problems on viewing or in the format of the text when these are opened with programs where thousands users communities develops free software. So that I ask for the files that are sent to me, to be odf, ods, odp, svg, png or in default pdf. Thanks you a lot... On Fri, Jul 18, 2008 at 3:24 PM, Debajyoti Bera <[EMAIL PROTECTED]> wrote: >> 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 funcion openhit(url,mime){ there's an alert(mime); >> >> sometimes in the last twho cases it opens a new window with the main >> page (and alert don't appears) :S in the first two ones, the alert is >> empty. > > (Ignore if you are getting it second time - some domains refused the earlier > js attachment). > > You forgot the change in hitresult.xsl ! I am making it a bit easier for you. > Download these files are replace the original ones by them: > http://svn.gnome.org/svn/beagle/trunk/beagle/beagled/webinterface/default.js > http://svn.gnome.org/svn/beagle/trunk/beagle/beagled/webinterface/hitresult.xsl > > And then open default.js, find the method open_hit and replace it with: > --------- >8------------------------- > function open_hit (uri, mimetype) > { > alert ("Opening " + uri + " (" + mimetype + ")"); > return false; > } > ---------->8-------------------------- > > I verified that it works here. See if that works for you. > > -- > ----------------------------------------------------- > Debajyoti Bera @ http://dtecht.blogspot.com > beagle / KDE / Mandriva / Inspiron-1100 > -- > ----------------------------------------------------- > Debajyoti Bera @ http://dtecht.blogspot.com > beagle / KDE / Mandriva / Inspiron-1100 > _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
