( picoV-:( help needed ) )

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

( picoV-:( help needed ) )

kego
( picoV-:(           help needed         ) )






 Hi

 this is to Dolphin Smalltalkers only.



 I need to know how to-:

 DO

    (1)-:( e-Mail from Smalltalk    POP? )

    (2)-:( get web pages from Smalltalk )

    (3)-:( post updated web pages to the internet
           via Smalltalk )


So how do i do these things?
Can i do them via Dolphin Smalltalk?
If not then which Smalltalk or Lisp or Prolog does
    these things in Windows 98?


Reply | Threaded
Open this post in threaded view
|

Re: ( picoV-:( help needed ) )

Andy Bower-2
Kego,

> (1)-:( e-Mail from Smalltalk POP? )

Try using MS CDO (Collaborative Data Objects). We use it to send the trial
registration e-mails. Take a look at these prior newsgroup threads:

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=a0pida%24luu8n%241%40ID-50941.news.dfncis.de&rnum=2&prev=/groups%3Fq%3DCDO%2BDolphin%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Da0pida%2524luu8n%25241%2540ID-50941.news.dfncis.de%26rnum%3D2

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=3eba4609%240%2445179%2465c69314%40mercury.nildram.net&rnum=1&prev=/groups%3Fq%3DCDO%2BDolphin%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D3eba4609%25240%252445179%252465c69314%2540mercury.nildram.net%26rnum%3D1

> (2)-:( get web pages from Smalltalk )

The Dolphin Live Update stuff uses the Istream class on a URL to get stuff
from a webserver. Take a look at LiveUpdate class>>urlContents.

If you want more control, however, then Steve Waring's HTTP client is a
great piece of code:
http://www.dolphinharbor.org/dh/projects/httpclient/index.html

> (3)-:( post updated web pages to the internet
> via Smalltalk )

Not sure about this, however.

Best regards,

Andy Bower
Dolphin Support


Reply | Threaded
Open this post in threaded view
|

Re: ( picoV-:( help needed ) )

Jochen Riekhof
> > (3)-:( post updated web pages to the internet
> > via Smalltalk )

Well, I (as probably many others) do it through ftp - I did not try it but
http://www.dolphinharbor.org/dh/projects/goodies/wininet.html

sounds like a good start for doing ftp.

The other popular way I know is though micrososft frontpage extensions, I
have no experience here to do it programmatically, I just use it from the
frontpage/Interdev-Environments directly.

Ciao

...Jochen