[OT] About a Web Page Framework For Cuis

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

[OT] About a Web Page Framework For Cuis

Chris Cunnington-4
OK. Looks like I was using the wrong package for WebClient. 
I’ll install the correct package and start again. 

Chris 


>Hi Chris:

>Thanks you for your effort!

>In the last times, WebClient was cleaned and renamed by David [1] and now
>is part of the core packages of Cuis [2].

>I should delete my own WC repo.

>I will try (when time permit) check your image and try to package GreenNeon
>in Cuis format.

>Thanks again!

>Germán.




[1]
http://forum.world.st/ANN-Cuis-HTTP-Cuis-WebClient-replacement-td4815990.html
[2]
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/tree/master/Packages

2015-05-28 12:03 GMT-03:00 Chris Cunnington <brasspen at gmail.com>:

> I bought an old book on OS X Carbon once. It lead me down the rabbit hole
> of code archaeology, where you try to go back in time, collect things, and
> build something that was. You’re always missing something. Looking at
> GreenNeon on Cuis is sort of like that. Set the time machine for 2013.
>
> tl;dr - You need a working WebClient for Cuis. The one I used [1] is not
> available. I’ve added one from garduino [2] that informs the Test Runner it
> has 50 failed tests.
>
> The image I built is long gone. Here’s is the latest Cuis (4.2, released
> 2013) with garduino’s Networking code, his WebClient, and my GreenNeon. [3]
> There are a few useful snippets in the Workspace. I think that if WebClient
> worked, then so would GreenNeon. But I’m not about to try and debug
> WebClient on Cuis. Your best bet might be to contact David Graham for his
> WebClient code.
> Chris
>
>
> [1] https://github.com/davidgraham/Cuis-WebClient
> [2] https://github.com/garduino/Cuis-Smalltalk-WebClient
> [3]
> https://www.dropbox.com/s/c0js490trp1pu4m/Cuis-WebClient-GreenNeon.zip?dl=0
>
>
>
>


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] [OT] About a Web Page Framework For Cuis

Phil B
On Thu, 2015-05-28 at 19:16 -0400, Chris Cunnington wrote:
> OK. Looks like I was using the wrong package for WebClient.
> I’ll install the correct package and start again.
>

Why not just create a repo for the packages on github?

> Chris
>
>
> >Hi Chris:
>
> >Thanks you for your effort!
>
> >In the last times, WebClient was cleaned and renamed by David [1] and now
> >is part of the core packages of Cuis [2].
>
> >I should delete my own WC repo.
>
> >I will try (when time permit) check your image and try to package GreenNeon
> >in Cuis format.
>
> >Thanks again!
>
> >Germán.
>
>
>
>
> [1]
> http://forum.world.st/ANN-Cuis-HTTP-Cuis-WebClient-replacement-td4815990.html
> [2]
> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/tree/master/Packages
>
> 2015-05-28 12:03 GMT-03:00 Chris Cunnington <brasspen at gmail.com>:
>
> > I bought an old book on OS X Carbon once. It lead me down the rabbit hole
> > of code archaeology, where you try to go back in time, collect things, and
> > build something that was. You’re always missing something. Looking at
> > GreenNeon on Cuis is sort of like that. Set the time machine for 2013.
> >
> > tl;dr - You need a working WebClient for Cuis. The one I used [1] is not
> > available. I’ve added one from garduino [2] that informs the Test Runner it
> > has 50 failed tests.
> >
> > The image I built is long gone. Here’s is the latest Cuis (4.2, released
> > 2013) with garduino’s Networking code, his WebClient, and my GreenNeon. [3]
> > There are a few useful snippets in the Workspace. I think that if WebClient
> > worked, then so would GreenNeon. But I’m not about to try and debug
> > WebClient on Cuis. Your best bet might be to contact David Graham for his
> > WebClient code.
> > Chris
> >
> >
> > [1] https://github.com/davidgraham/Cuis-WebClient
> > [2] https://github.com/garduino/Cuis-Smalltalk-WebClient
> > [3]
> > https://www.dropbox.com/s/c0js490trp1pu4m/Cuis-WebClient-GreenNeon.zip?dl=0
> >
> >
> >
> >
>
>



_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] [OT] About a Web Page Framework For Cuis

garduino
I did a quick packaging (as a Cuis package) of GreenNeon and added the requirements to make it load in a current Cuis 4.2 image (2343).

It load ok but with several undeclared that seems to exist also in the original image.  By other hand I fixed quickly some names as the current HTTP (ex WebClient) package requires, but the localhost:8821 with the example seems not work yet.

The snippets of the workspace should be now (for adhere to the new class names in HTTP package):

resp := HTTPClient httpGet: 'http://www.squeak.org'.
resp content.
HTTPServer exampleBrowse.
GNHelloWorld startOn: 8821

As Phil said, the way to go is create a GitHub repo for GreenNeon, but I let it to Chris, the original author of the package.

HTH



2015-05-28 23:17 GMT-03:00 Phil (list) <[hidden email]>:
On Thu, 2015-05-28 at 19:16 -0400, Chris Cunnington wrote:
> OK. Looks like I was using the wrong package for WebClient.
> I’ll install the correct package and start again.
>

Why not just create a repo for the packages on github?

> Chris
>
>
> >Hi Chris:
>
> >Thanks you for your effort!
>
> >In the last times, WebClient was cleaned and renamed by David [1] and now
> >is part of the core packages of Cuis [2].
>
> >I should delete my own WC repo.
>
> >I will try (when time permit) check your image and try to package GreenNeon
> >in Cuis format.
>
> >Thanks again!
>
> >Germán.
>
>
>
>
> [1]
> http://forum.world.st/ANN-Cuis-HTTP-Cuis-WebClient-replacement-td4815990.html
> [2]
> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/tree/master/Packages
>
> 2015-05-28 12:03 GMT-03:00 Chris Cunnington <brasspen at gmail.com>:
>
> > I bought an old book on OS X Carbon once. It lead me down the rabbit hole
> > of code archaeology, where you try to go back in time, collect things, and
> > build something that was. You’re always missing something. Looking at
> > GreenNeon on Cuis is sort of like that. Set the time machine for 2013.
> >
> > tl;dr - You need a working WebClient for Cuis. The one I used [1] is not
> > available. I’ve added one from garduino [2] that informs the Test Runner it
> > has 50 failed tests.
> >
> > The image I built is long gone. Here’s is the latest Cuis (4.2, released
> > 2013) with garduino’s Networking code, his WebClient, and my GreenNeon. [3]
> > There are a few useful snippets in the Workspace. I think that if WebClient
> > worked, then so would GreenNeon. But I’m not about to try and debug
> > WebClient on Cuis. Your best bet might be to contact David Graham for his
> > WebClient code.
> > Chris
> >
> >
> > [1] https://github.com/davidgraham/Cuis-WebClient
> > [2] https://github.com/garduino/Cuis-Smalltalk-WebClient
> > [3]
> > https://www.dropbox.com/s/c0js490trp1pu4m/Cuis-WebClient-GreenNeon.zip?dl=0
> >
> >
> >
> >
>
>






--
Saludos / Regards,
Germán Arduino
www.arduinosoftware.com


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org

GreenNeon.pck.st (266K) Download Attachment