Re: WebInterface

2010-06-21 Thread D Bera
I am struggling to get WEB interface for Beagle working under Ubuntu 10.04. I have got through literally 100s of messages on this board, but I still can not figure out how to allow remote access to the search results. localhost:4000 works just fine. When I try to access the WEB page via IP

Re: WebInterface

2010-06-21 Thread D Bera
On Mon, Jun 21, 2010 at 1:17 PM, Enrico Minack enrico-min...@gmx.de wrote: Am Montag, den 21.06.2010, 11:58 +0530 schrieb D Bera: I am struggling to get WEB interface for Beagle working under Ubuntu 10.04. I have got through literally 100s of messages on this board, but I still can not

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 helpful

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

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 /usr/share/beagle

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/www/,servidor); direccio

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

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
a href=return of function openhit() onClick=openhit(...) 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

Re: beagle webinterface

2008-07-18 Thread Debajyoti Bera
a href=return of function openhit() onClick=openhit(...) 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

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

Re: beagle webinterface

2008-07-18 Thread Blackhold
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.org/scg/charlas + Respect free software

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?

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: a target=_blank href=javascript:openhit(\[EMAIL PROTECTED]) and this other one Error: uncaught

Re: beagle webinterface

2008-07-17 Thread Blackhold
I'm testing different things... now: a target=_blank href=javascript:\[EMAIL PROTECTED].replace(file:///var/www,http://+location.host) but also \[EMAIL PROTECTED] don't likes to browser :( Blackhold + Material SCG08 http://associacio-aoe.org/scg/charlas

Re: beagle webinterface

2008-07-17 Thread Debajyoti Bera
Use the suggestion below ... a target=_blank href=# onClick=openhit(\[EMAIL PROTECTED]); return 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

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: a target=_blank href=# onClick=openhit(\[EMAIL PROTECTED]); return false; Error: uncaught exception: [Exception...

Re: beagle webinterface

2008-07-17 Thread Debajyoti Bera
See if using single quotes help i.e. a target=_blank href=# onClick=openhit('[EMAIL PROTECTED]'); return false; 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:

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:

Re: beagle webinterface

2008-07-16 Thread D Bera
Hi Blackhold, I'm really interested on beagle's webinterface, I'm a systems admin looking for a tool that allows to search into pdf, odf, doc, xls files uploaded into a webserver. Beagle will work but could be an overkill. There are other standard solutions (e.g. htdig based) that could

Re: Nautilus search, memory usage, hidden files, webinterface

2007-11-16 Thread Bjørn Haagensen
One of the reaons (actually, the only reason) I asked people to delete ~/.beagle if they were using trunk from before :) Ahh, the ... M-word, read the Manual. Sorry... BTW, in the list of debug tips I mailed yesterday, the heap-shot tip is last resort and requires extra effort. The tips

Re: Nautilus search, memory usage, hidden files, webinterface

2007-11-16 Thread Bjørn Haagensen
Hi, On Nov 16, 2007 8:28 AM, Nirbheek Chauhan [EMAIL PROTECTED] wrote: On Nov 16, 2007 2:53 AM, Bjørn Haagensen [EMAIL PROTECTED] wrote: 4. Could there be an option for collapsing all hits in the webinterface ? Why exactly do you need an option for collapsing all the hits

Re: Nautilus search, memory usage, hidden files, webinterface

2007-11-16 Thread Debajyoti Bera
guessing the problem was caused by some error in my user Daemon.xml and/or FilesQueryable.xml causing the system-wide configuration files not to be read. They have been carried through since a long time ago, so perhaps somewhere along the line an update to beagle-settings have been

Nautilus search, memory usage, hidden files, webinterface

2007-11-15 Thread Bjørn Haagensen
some useful info for bugzilla? 3. Beagle indexes dot-files- and directories. Is this a new feature? Why? Was there a discussion on the list about this? 4. Could there be an option for collapsing all hits in the webinterface ? Thanks for Beagle and any answers, Bjørn

Re: Nautilus search, memory usage, hidden files, webinterface

2007-11-15 Thread D Bera
for collapsing all hits in the webinterface ? I dearly wish so ... but my javascript/web skills are pretty limited. 2. Sometimes beagled ends up with RES size of 300-400M on my system. I know this is not normal, but how can I debug this so that I can provide some useful info for bugzilla? * Run

Re: Nautilus search, memory usage, hidden files, webinterface

2007-11-15 Thread Bjørn Haagensen
Hi, On Nov 15, 2007 10:45 PM, D Bera [EMAIL PROTECTED] wrote: libbeagle API changed in 0.3.0 - the changes were minor but ilbbeagle clients need to be rebuilt with libbeagle1.so.0 (instead of libbeagle0.so.0) Oh well. I'll try that. Luckily it's so easy in Ubuntu, so if rebuilding nautilus

Re: Nautilus search, memory usage, hidden files, webinterface

2007-11-15 Thread Debajyoti Bera
3. Beagle indexes dot-files- and directories. Is this a new feature? Why? Was there a discussion on the list about this? Are you sure about this one ? dot-files and directories should not be indexed! Do you get those in search results ? Pretty much so. I thought it was very strange.

Re: Nautilus search, memory usage, hidden files, webinterface

2007-11-15 Thread Nirbheek Chauhan
On Nov 16, 2007 2:53 AM, Bjørn Haagensen [EMAIL PROTECTED] wrote: 4. Could there be an option for collapsing all hits in the webinterface ? Why exactly do you need an option for collapsing all the hits in the webinterface? I'm not asking this because I think there shouldn't be one, but to see

webinterface updates

2007-11-14 Thread Debajyoti Bera
Hey folks, I just wanted to update you with the recently added features to the beagle webinterface. Its kind of ready for first release now. * Access it at http://localhost:4000/ * Directly search for foo bar by visiting http://localhost:4000/?search=foo+bar (so, you can create search

webinterface enable: howto

2007-10-27 Thread Debajyoti Bera
process and shutdown beagled. The hits are now categorized and the categories can be shows/hidden by checkboxes. And most importantly it has a new (based on beagle-project logo) logo :-). Enough advertising. The webinterface is now available in trunk (with the files served by the server

Re: Webinterface for beagle search (and more...)

2007-10-03 Thread D Bera
Some of you are aware that a web interface for beagle is being worked on. I blogged about it in planetbeagle sometime back. After that, a fearless I believe its now at a stage that some feedback would be good. 99.9% of it is javascript+xslt, so I(we) am mostly looking forward to UI

Webinterface for beagle search (and more...)

2007-10-02 Thread Debajyoti Bera
as I write this email. For the known things_to_do, check http://svn.gnome.org/viewcvs/beagle/trunk/beagle/beagled/webinterface/TODO?view=markup To get it running, you need the svn trunk. Get it, build it. Then (*) cd to beagle/beagled and start beagled as ./beagled Yes, beagled needs

Re: Webinterface for beagle search (and more...)

2007-10-02 Thread Nirbheek Chauhan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dammit, forgot to attach the patch, *rolls eyes* - -- ~Nirbheek Chauhan, he who has realised that today is not his day. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.7 (GNU/Linux) Comment: http://firegpg.tuxfamily.org

Re: Webinterface for beagle search (and more...)

2007-10-02 Thread D Bera
The backend must be enabled by making Ahh... right. You need to have the network service enabled (turned off by default): $ beagle-config networking ServiceEnabled (it toggles the flag, and prints the current behaviour after toggling) Then, when you call beagled from inside beagle/beagled,