[Demexp-dev] libgz-ocaml-dev

2007-07-23 Par sujet Diogene Laerce
Bonjour Voulant compiler demexp-server sous ubuntu, je dois installer libgz-ocaml-dev, or la version 0.5.7.5 propose me retourne a la demande dinstallation : libgz-ocaml-dev: Dépend: ocaml-nox-3.08.3 but it is not installable Dépend : libgz-ocaml mais ne doit pas être installé Ma version de o

[Demexp-dev] Questions..

2007-07-31 Par sujet Diogene Laerce
Bonjour Apres consultation de : http://demexp.ouvaton.org/ qui moffre une belle page vide.. Augustin qui me dit que son client a ete abandonne.. Pourquoi dailleurs ?? http://demexp.org/dokuwiki/doku.php?id=en:web_client_development_framework Jaimerais savoir quel langage a ete (ou sera) reten

[Demexp-dev] A question : 2nd edition.. :)

2007-08-01 Par sujet Diogene Laerce
Hello David > [ Note: This is an English speaking mailing list. I reply in French > because its quicker but please try to speak English on demexp-dev, > except if this is an issue for you, of course. Sorry for the french but it seems that I got difficulties to manage all the different email adre

[Demexp-dev] Informations for those who want to build an web interface for demexp

2007-08-20 Par sujet Diogene Laerce
The actual demexp server supports only HTTP connexion for now, but will supports HTTPS soon. It uses an *ONC* RPC interface, different from the XML-RPC that you can find in most of the current web applications. But you can find a python XML-RPC <-> ONC-RPC passerel on this adresse : - To send y

[Demexp-dev] How to Python passerel

2007-08-25 Par sujet Diogene Laerce
Hello Aiming to run the python passerel on my machine, I downloaded the demexp-xmlrpc-proxy.py, having python installed but have no idea of how to run it. So, when opening the file, I changed this : ### global parameters that you can modify ###

Re: [Bulk] Re: [Demexp-dev] How to Python passerel

2007-08-27 Par sujet Diogene Laerce
Hello David > Is it clearer now? Yes, it is. Thanks again to help me on my way to heaven.. ;) Some others questions come to my mind, but I m going to have a try first with all these. Yours, Diogene ___ Demexp-dev mailing list Demexp-dev@nongnu.or

[Demexp-dev] Proxy again..

2007-09-02 Par sujet Diogene Laerce
Hi David Still on trouble managing the proxy stuff : I put it in my cgi-bin, enabled the rights on it and all the files depending on (in fact, all the cgi-bin directory..) but when I call it by xml-rpc, I just have the all file text in response ?? Would you please give me the cgi-bin arborescenc

Re: [Demexp-dev] Proxy again..

2007-09-02 Par sujet Diogene Laerce
Hi'n so.. > The symptoms you describe seem to show a configuration error on your web > server. I've you checked that the CGI functionnality is enabled in your > web server configuration file? It might be disabled by default for > security reasons. I did a test with another py script, it worked.

Re: [Demexp-dev] Proxy again..

2007-09-09 Par sujet Diogene Laerce
Hello David Ive been out all the week and no time to get into it, so sorry for my late answer.. > >> Regarding the proxy configuration on tuxinette, the proxy file is at the > >> root of the CGI directory, with "-rwxr-xr-x" rights. There are also two > >> directories rpc/ and DemexpRpc/ that con

[Demexp-dev] Cookie..

2007-09-21 Par sujet Diogene Laerce
Hi David, Sorry but I didnt have much time this week, so here am I : I tried your python approach but I must have missed something. Heres the code: __ http://www.linux-france.org/cgi-bin/demexp-xmlrpc-demo";); $server->setD

[Demexp-dev] New code for cookie

2007-09-22 Par sujet Diogene Laerce
Hi David I think I did some progress but I still not find any demexp cookie on my machine ?? Heres the new code : __ http://www.linux-france.org/cgi-bin/demexp-xmlrpc-demo";); // mode debug $server->setDebug(1); // Send a message to th

[Demexp-dev] Lyu Web Client

2007-10-12 Par sujet Diogene Laerce
Hello Lyu > Bon, je suis en train de regarder comment communiquer avec le serveur > demexp en javascript. Etant total neophyte, j'aimerais que quelqu'un > m'explique un minimum sur quelle voie m'orienter... I tried before to dialog with javascript, so you need a javascript bank to manage xml-rpc.

[Demexp-dev] Re: Demexp-dev Digest, Vol 48, Issue 6 : Python or php ?

2007-10-18 Par sujet Diogene Laerce
Hello First Id like to say that I dont receive the mails of the discussion ?? Just receive the summary at the end, is this normal ? > Do you really want to use PHP? :-) > > In any case, if you prefer PHP, it might be better to use Augustin's > code. We know it works and it does not need an exter

[Demexp-dev] Retrieving questions

2007-10-23 Par sujet Diogene Laerce
Hi David Is it possible to download the bases.dmxp (xml format) from the server and where ? Purpose : The search engine would need to update its corpus automatically (every day or week), and so will need to connect to the base to download it all, parse the xml and build a new xml file it could re

[Demexp-dev] php file exitence

2007-11-02 Par sujet Diogene Laerce
Hi David Still trying on php.. ;) Ive got an issue that maybe you can help : Im trying to get the xml file ive done with the questions list and informations to parse it. But I cant find it : I already give a 777 permission recursively on all site, my safe mode on phpinfo() is set on "off" but th

[Demexp-dev] Retrieving questions

2007-11-06 Par sujet Diogene Laerce
Hi David Until now I just worked on the 100 first questions so : no problem.. Or near to.. :) But now I d like to retrieve the following questions with : // Connexion : Object to represent the server $server = new xmlrpc_client("http://www.linux-france.org/cgi-bin/demexp-xmlrpc-d

[Demexp-dev] Re: Re-start of demo server

2008-02-19 Par sujet Diogene Laerce
Hi On lun, 2008-02-18 at 19:07 +0100, David MENTRE wrote: > Hello, > > For web developments, I've restarted the test server. > > It is accessible at tuxinette.linux-france.org:50065 for the ONC-RPC > interface and at http://www.linux-france.org/cgi-bin/demexp-xmlrpc-test > for the XML-RPC inte

[Demexp-dev] Vote function

2008-02-22 Par sujet Diogene Laerce
Hello Ive got the following code : ___ $server = new xmlrpc_client($servAdrss); $cookie_dm = $HTTP_COOKIE_VARS["root"];//$userid"]; $server->setDebug(1); $cookie = new xmlrpcval($cookie_dm, "int"); $question_id_t = new xmlrpcval($q

[Demexp-dev] Re: vote function

2008-02-22 Par sujet Diogene Laerce
Hi David > Are you sure the call is properly encoded? As far as I understand it.. yes. > Could you show the error > message and the debug output? ---GOT--- HTTP/1..0 200 OK Date: Fri, 22 Feb 2008 15:28:39 GMT Content-Length: 318 Content-Type: text/xml Server: Apache/1.3.33 (Uni

Re: [Demexp-dev] Vote function

2008-02-25 Par sujet Diogene Laerce
Hello David > > vote(cookie_t, question_id_t, vote_choice_t) ?? > > > > Any explanation ? > > Yes. If you give a wrongly encoded value to "new xmlrpcmsg()", it > *silently* skips the value without doing any warning. Thus the missing > argment[1]. > By the way, you should use the method call setD

[Demexp-dev] Timestamps

2008-03-01 Par sujet Diogene Laerce
Hi David In your message of 2007/10/23, you say : "Use the regular RPC API to get the update on each question. There is a timestamp mechanism to know if a question has been changed. Look at RPC get_timestamp() in the demexp book. In short, a timestamp, an integer counter, is incremented each tim

Re: [Demexp-dev] Timestamps

2008-03-02 Par sujet Diogene Laerce
Hi Dave > see code chunks 17a and 19f in demexp book. > imestamp (see code chunk 17d > page 17 in demexp book[1]). So it is what I already saw in the demexp-book : I just wanted to be sure.. ;) And to be oversure .. : : what do you mean by : "Method get timestamps returns timestamps of all th

Re: [Demexp-dev] Timestamps

2008-03-04 Par sujet Diogene Laerce
Hi David > As I said in my previous email: participants, questions and tags, in > that order (see fields gt_participant, gt_question and gt_tag in the > returned data structure). I check the base64 doc and ask if issue. > I can't say much without further technical details. > I think you should

[Demexp-dev] Re : Timestamps

2008-03-06 Par sujet Diogene Laerce
Hello David > Regarding reading, there is no particular issue so you can cache as > much as you like in your forum databases. So it will.. > However, regarding writing (e.g. vote, new questions or new > responses), I think you should do them as early as possible otherwise > you might have cohere

[Demexp-dev] webdemexp

2008-04-25 Par sujet Diogene Laerce
Hi The progress of the web client have been posted on the forum. A live version should be on line soon. Yours Diogene PS: Sorry for redondance if so.. I didnt receive my previous messages. __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vou

Re: [Demexp-dev] webdemexp

2008-04-28 Par sujet Diogene Laerce
Hi David > No particular comment as this is pretty much work in progress. As Lyu, > I'm waiting to be able to test it in my browser. You can test it easily if you have postgresql, apache2 and PHP installed on your system - its explained in the readme file. I did it myself on Gutsy. Because of th

Re: [Demexp-dev] webdemexp

2008-04-28 Par sujet Diogene Laerce
Hi David > No particular comment as this is pretty much work in progress. As Lyu, > I'm waiting to be able to test it in my browser. You can test it easily if you have postgresql, apache2 and PHP installed on your system - its explained in the readme file. I did it myself on Gutsy. Because of th

[Demexp-dev] server ?

2008-07-24 Par sujet Diogene Laerce
Hi A few questions for David I guess : ;) 1- Is the demo server : http://www.linux-france.org/cgi-bin/demexp-xmlrpc-test down ? 2- And if it is : is this definitive? Yours Diogene ___ Demexp-dev mailing list Demexp-dev@nongnu.org http://lists.non

[Demexp-dev] installation demexp-server

2008-07-24 Par sujet Diogene Laerce
Hi David I followed the instructions from : http://www.mail-archive.com/demexp-dev@nongnu.org/msg01014.html until : patch -p1 --dry-run < ocaml-ast-analyze-0.1.1-ocaml-3.09.2.patch and this is this message object : do you know where I can find this patch ? And by the way, I trying this ins

Re: [Demexp-dev] server ?

2008-07-27 Par sujet Diogene Laerce
Hi David > > 1- Is the demo server : > > http://www.linux-france.org/cgi-bin/demexp-xmlrpc-test > > down ? > > I've relaunched it. Thanks. And you will find the issues I encountered trying to install demexp.. Im a kind of stuck there : I think I miss something with the fop installation. Still

Re: [Demexp-dev] server ?

2008-07-28 Par sujet Diogene Laerce
Hi David > > 1- Is the demo server : > > http://www.linux-france.org/cgi-bin/demexp-xmlrpc-test > > down ? > > I've relaunched it. Thanks. And you will find the issues I encountered trying to install demexp, attached to this file.. Im a kind of stuck there : I think I miss something with the f

Re: [Demexp-dev] server ?

2008-08-10 Par sujet Diogene Laerce
Hi David > You don't need FOP because it is not necessary to build > ocaml-ast-analyze documentation. I can't remember right now how it is > done, maybe you need to hack some Makefiles. Read the README or > INSTALL of ocaml-ast-analyze for more information. So I forgot fop and it ran ok. no probl