Re: [Pharo-project] web services, pharo

2010-02-15 Thread laurent laffont
now that I work in library software :) ... Fetch data from ISBN is not so difficult, depends on the provider you want. The most used protocol around the world is Z39.50 http://en.wikipedia.org/wiki/Z39.50 to get MARC formatted catalogs http://en.wikipedia.org/wiki/UNIMARC. I don't know if

Re: [Pharo-project] Cleaning included Monticello repositories in PharoCore

2010-02-15 Thread Stéphane Ducasse
normally what we should do is to copy the versions of gofer that are used in the pharo repository /probably we should do the same for polymorph. like that we have one self contained version. On Feb 15, 2010, at 8:15 AM, Geert Claes wrote: If Gofer and Polymorph are included in the Core

Re: [Pharo-project] Cleaning included Monticello repositories in PharoCore

2010-02-15 Thread Stéphane Ducasse
good initiative Stef On Feb 14, 2010, at 11:11 PM, Mariano Martinez Peck wrote: Hi folks: I was thinking that at least for the 1.0 release we should remove obsolete default repositories. I don't know if the word is default but I mean to those repositories that are already added when you

Re: [Pharo-project] Cleaning included Monticello repositories in PharoCore

2010-02-15 Thread Mariano Martinez Peck
Ok...thanks for the answers. Then we should keep only 1 and 2. http://code.google.com/p/pharo/issues/detail?id=1967 On Mon, Feb 15, 2010 at 8:28 AM, Lukas Renggli reng...@gmail.com wrote: 1) http://www.squeaksource.com/Pharo 2) http://www.squeaksource.com/PharoInbox 3)

Re: [Pharo-project] web services, pharo

2010-02-15 Thread Mariano Martinez Peck
2010/2/15 laurent laffont laurent.laff...@gmail.com now that I work in library software :) ... Fetch data from ISBN is not so difficult, depends on the provider you want. The most used protocol around the world is Z39.50 http://en.wikipedia.org/wiki/Z39.50 to get MARC formatted catalogs

Re: [Pharo-project] OCR was [web services, pharo]

2010-02-15 Thread laurent laffont
Cool. And about OCR / Webcam capture ? Laurent Laffont 2010/2/15 Mariano Martinez Peck marianop...@gmail.com 2010/2/15 laurent laffont laurent.laff...@gmail.com now that I work in library software :) ... Fetch data from ISBN is not so difficult, depends on the provider you want. The

Re: [Pharo-project] web services, pharo

2010-02-15 Thread Mariano Martinez Peck
2010/2/14 laurent laffont laurent.laff...@gmail.com 2010/2/14 Mariano Martinez Peck marianop...@gmail.com Incredible. Clap clap clap! ^o^ Let me say that I really like your screencast and every time I see them, I learn. Me too while recording :) I hope other people will

Re: [Pharo-project] Cleaning included Monticello repositories in PharoCore

2010-02-15 Thread Adrian Lienhard
+1 Adrian BTW: packages such as Gofer and Polymorph are all copied/merged in the Pharo repository On Feb 15, 2010, at 09:59 , Mariano Martinez Peck wrote: Ok...thanks for the answers. Then we should keep only 1 and 2. http://code.google.com/p/pharo/issues/detail?id=1967 On Mon, Feb

[Pharo-project] [update 1.1] #11211

2010-02-15 Thread Marcus Denker
11211 - Issue 502: [Pending Etoy Cleaning] MorphstandardPalette Issue 1366: MIMEDocumentMIMEDocumentcontentType: aMIMETypeOrAString??? content: content -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Failing ECUntypedModelTest testNarrowWith

2010-02-15 Thread Romain Robbes
yes, this test should either be deleted or rewritten. When I'm back from holidays I'll look into it. Romain On Monday, February 15, 2010, Lukas Renggli reng...@gmail.com wrote: It is stupid to have tests that depend on what else is loaded in the image. OB and RB (for some parts) use a

[Pharo-project] PhD and PostDoc topics with us at Lille :)

2010-02-15 Thread Stéphane Ducasse
Hi all INRIA is offering some PhD positions and we are looking for candidates (note that a commitee will decide not us). Here are the topics for our team Reflection and Security in Dynamic Languages

[Pharo-project] FileSystem question

2010-02-15 Thread stephane ducasse
|working cache| working := FSDiskFilesystem current working. cache := working / 'package-cache'. cache entry cache entry creation. -- 2010-02-14T10:34:31+00:00 cache entry modification. -- 2010-02-14T10:34:31+00:00 cache entry size give me access to the file

Re: [Pharo-project] Failing ECUntypedModelTest testNarrowWith

2010-02-15 Thread Mariano Martinez Peck
On Mon, Feb 15, 2010 at 1:34 PM, Romain Robbes romain.rob...@lu.unisi.chwrote: yes, this test should either be deleted or rewritten. When I'm back from holidays I'll look into it. Ok. Don't worry. If your fix comes before I build next pharo dev, I integrate it, otherwise, I will remove it for

Re: [Pharo-project] FileSystem question

2010-02-15 Thread Lukas Renggli
I think this is a separate object because some filesystems might not provide this information or might provide a different set of information. An external filesystem (FTP, HTTP) might not know the size, creation or modification timestamp. Zip archives might provide different information. I guess

Re: [Pharo-project] HelpSystem implementation

2010-02-15 Thread Danny Chan
Am Sonntag, 14. Februar 2010 21:19:57 schrieb Torsten Bergmann: Hi Danny, - What is the reason to have HelpBuilder and to create a hierarchy of HelpTopic instances mirroring the layout of the actual content classes? Why not use the class objects directly? HelpBuilder builds the

Re: [Pharo-project] Making FFI non-intrusive (Was: Re: Pharo changing the game)

2010-02-15 Thread Eliot Miranda
On Sat, Feb 13, 2010 at 11:29 PM, Lukas Renggli reng...@gmail.com wrote: It is interesting to note that of course, after this was added to 3.9, there was someone *very hard* arguing that adding Pragmas was a very dumb idea... Who that person was is left as an exercise to the reader of

[Pharo-project] web services, pharo

2010-02-15 Thread Torsten Bergmann
Stefan wrote: What I would love to be able to do is to use the webcam of my machine to scan a book ISBN number and fetch all the data from a given provider. Does anybody have an idea how we could plug all that together. I remember Seabreaze for Seaside has a seaside

Re: [Pharo-project] FileSystem question

2010-02-15 Thread Colin Putney
stephane ducasse stephane.duca...@free.fr wrote: I like the way FSFilePluginPrims encapsulate the primitive calls. Lukas Renggli replied: I think this is a separate object because some filesystems might not provide this information or might provide a different set of information. An