[squeak-dev] Iliad 0.6 is out!

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

[squeak-dev] Iliad 0.6 is out!

Nicolas Petton
Hi,

I am happy to announce the first public release of the Iliad web
framework
(http://iliad.bioskop.fr).

Iliad features:

    * standalone stateful widgets
    * nice urls with a simple routing system
    * simple API
    * easy to setup and deploy (no complicated configuration step)
    * javascript layer to update widgets using AJAX. If javascript is
not enabled, the behaviour remains the same by making normal requests.


You can download it from the svn repository:

svn co http://bioskop.fr/svn/gst/iliad/tags/0.6.0

A Squeak/Pharo port is available at http://www.squeaksource.com/Iliad

Installation instructions can be found at:
http://iliad.bioskop.fr/wiki/iliad/Installation_guide
for both GNU Smalltalk and Squeak.

Some blog entries related to Iliad: http://smalltalk.gnu.org/tags/iliad

I would like to thank Stefan Schmiedl, Joachim Jaeckel and Paolo Bonzini
for their help.

Nicolas Petton



signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Iliad 0.6 is out!

garduino
Congratulations Nico!

I lilke the automatic AJAX, between other things.

Cheers.


2009/7/13 Nicolas Petton <[hidden email]>:

> Hi,
>
> I am happy to announce the first public release of the Iliad web
> framework
> (http://iliad.bioskop.fr).
>
> Iliad features:
>
>    * standalone stateful widgets
>    * nice urls with a simple routing system
>    * simple API
>    * easy to setup and deploy (no complicated configuration step)
>    * javascript layer to update widgets using AJAX. If javascript is
> not enabled, the behaviour remains the same by making normal requests.
>
>
> You can download it from the svn repository:
>
> svn co http://bioskop.fr/svn/gst/iliad/tags/0.6.0
>
> A Squeak/Pharo port is available at http://www.squeaksource.com/Iliad
>
> Installation instructions can be found at:
> http://iliad.bioskop.fr/wiki/iliad/Installation_guide
> for both GNU Smalltalk and Squeak.
>
> Some blog entries related to Iliad: http://smalltalk.gnu.org/tags/iliad
>
> I would like to thank Stefan Schmiedl, Joachim Jaeckel and Paolo Bonzini
> for their help.
>
> Nicolas Petton
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Iliad 0.6 is out!

Paolo Bonzini-2
In reply to this post by Nicolas Petton

> You can download it from the svn repository:
>
> svn co http://bioskop.fr/svn/gst/iliad/tags/0.6.0
>
> A Squeak/Pharo port is available at http://www.squeaksource.com/Iliad


Out of curiosity, how are you transporting changes between GNU Smalltalk
and Squeak/Pharo?

Paolo

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Iliad 0.6 is out!

Nicolas Petton
Le lundi 13 juillet 2009 à 15:41 +0200, Paolo Bonzini a écrit :
> > You can download it from the svn repository:
> >
> > svn co http://bioskop.fr/svn/gst/iliad/tags/0.6.0
> >
> > A Squeak/Pharo port is available at http://www.squeaksource.com/Iliad
>
>
> Out of curiosity, how are you transporting changes between GNU Smalltalk
> and Squeak/Pharo?

It's a mess :D

Since I started the squeak port, I try to keep it up to date, so I
manually import changes from gst.

Cheers!

Nico



signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Iliad 0.6 is out!

Mariano Martinez Peck
In reply to this post by Nicolas Petton


2009/7/13 Nicolas Petton <[hidden email]>
Hi,

I am happy to announce the first public release of the Iliad web
framework
(http://iliad.bioskop.fr).

Nicolas: Congratulations for your work. I wanted to see some screenshots or a lively website, but http://iliad.bioskop.fr seems to be done with redmine. Or at lest the "power by" is absolete. Where can I see a website done with Iliad ?

Best,

Mariano
 


Iliad features:

   * standalone stateful widgets
   * nice urls with a simple routing system
   * simple API
   * easy to setup and deploy (no complicated configuration step)
   * javascript layer to update widgets using AJAX. If javascript is
not enabled, the behaviour remains the same by making normal requests.


You can download it from the svn repository:

svn co http://bioskop.fr/svn/gst/iliad/tags/0.6.0

A Squeak/Pharo port is available at http://www.squeaksource.com/Iliad

Installation instructions can be found at:
http://iliad.bioskop.fr/wiki/iliad/Installation_guide
for both GNU Smalltalk and Squeak.

Some blog entries related to Iliad: http://smalltalk.gnu.org/tags/iliad

I would like to thank Stefan Schmiedl, Joachim Jaeckel and Paolo Bonzini
for their help.

Nicolas Petton






Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Iliad 0.6 is out!

Igor Stasenko
In reply to this post by Nicolas Petton
2009/7/13 Nicolas Petton <[hidden email]>:

> Hi,
>
> I am happy to announce the first public release of the Iliad web
> framework
> (http://iliad.bioskop.fr).
>
> Iliad features:
>
>    * standalone stateful widgets
>    * nice urls with a simple routing system
>    * simple API
>    * easy to setup and deploy (no complicated configuration step)
>    * javascript layer to update widgets using AJAX. If javascript is
> not enabled, the behaviour remains the same by making normal requests.
>
>
> You can download it from the svn repository:
>
> svn co http://bioskop.fr/svn/gst/iliad/tags/0.6.0
>
> A Squeak/Pharo port is available at http://www.squeaksource.com/Iliad
>
Error: "Iliad" not found.
:(

> Installation instructions can be found at:
> http://iliad.bioskop.fr/wiki/iliad/Installation_guide
> for both GNU Smalltalk and Squeak.
>
> Some blog entries related to Iliad: http://smalltalk.gnu.org/tags/iliad
>
> I would like to thank Stefan Schmiedl, Joachim Jaeckel and Paolo Bonzini
> for their help.
>
> Nicolas Petton
>
>
>
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Iliad 0.6 is out!

Nicolas Petton


2009/7/21 Igor Stasenko <[hidden email]>
2009/7/13 Nicolas Petton <[hidden email]>:
> Hi,
>
> I am happy to announce the first public release of the Iliad web
> framework
> (http://iliad.bioskop.fr).
>
> Iliad features:
>
>    * standalone stateful widgets
>    * nice urls with a simple routing system
>    * simple API
>    * easy to setup and deploy (no complicated configuration step)
>    * javascript layer to update widgets using AJAX. If javascript is
> not enabled, the behaviour remains the same by making normal requests.
>
>
> You can download it from the svn repository:
>
> svn co http://bioskop.fr/svn/gst/iliad/tags/0.6.0
>
> A Squeak/Pharo port is available at http://www.squeaksource.com/Iliad
>
Error: "Iliad" not found.
:(

Hmm, that's strange. Did squeaksource crash and lose my project?
I will recreate it anyway, thanks.

Nico



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Iliad 0.6 is out!

Nicolas Petton
In reply to this post by Mariano Martinez Peck


2009/7/21 Mariano Martinez Peck <[hidden email]>


2009/7/13 Nicolas Petton <[hidden email]>

Hi,

I am happy to announce the first public release of the Iliad web
framework
(http://iliad.bioskop.fr).

Nicolas: Congratulations for your work. I wanted to see some screenshots or a lively website, but http://iliad.bioskop.fr seems to be done with redmine. Or at lest the "power by" is absolete. Where can I see a website done with Iliad ?

Unfortunately, there is no public website made with Iliad yet.

Nico