Iliad 0.7 is out!

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

Iliad 0.7 is out!

Nicolas Petton
We are proud to announce the release of Iliad version 0.7!

New features include:

- The ability to bookmark AJAX applications
- Important optimizations (Thanks to Paolo Bonzini and Stefan Schmiedl)
- A new XHTMLElement api which follows closely XHTML tags and attribute
names, the old one has been moved to deprecated
- A new RSS elements hierarchy
- The javascript layer has been rewritten from scratch
- More widgets in the UI package
- View methods in applications are now called controller methods (this
is what they really are about)
- New methods in Widget for control flow like #replace:* methods
- More unit tests - A lot of cleanup and bug fixes


You can download it for GNU-Smalltalk from the new github repository:

git clone git://github.com/NicolasPetton/iliad.git
cd iliad
git checkout 0.7.0
./start.sh -p PORT

You can browse examples at: <a href="http://localhost:PORT/browse">http://localhost:PORT/browse 



Happy gst & iliad hacking!

Nicolas Petton & Sébastien Audier
--
Nicolas Petton

Iliad Smalltalk web framework
http://iliad.bioskop.fr

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

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

Re: Iliad 0.7 is out!

MrGwen
Congratulation Nicolas and off course Sebastien ;)

You have a made a fantastic job. I enjoy to work
with iLiad.

Cheers,
Gwenael

On Fri, 2009-10-02 at 19:07 +0200, Nicolas Petton wrote:

> We are proud to announce the release of Iliad version 0.7!
>
> New features include:
>
> - The ability to bookmark AJAX applications
> - Important optimizations (Thanks to Paolo Bonzini and Stefan Schmiedl)
> - A new XHTMLElement api which follows closely XHTML tags and attribute
> names, the old one has been moved to deprecated
> - A new RSS elements hierarchy
> - The javascript layer has been rewritten from scratch
> - More widgets in the UI package
> - View methods in applications are now called controller methods (this
> is what they really are about)
> - New methods in Widget for control flow like #replace:* methods
> - More unit tests - A lot of cleanup and bug fixes
>
>
> You can download it for GNU-Smalltalk from the new github repository:
>
> git clone git://github.com/NicolasPetton/iliad.git
> cd iliad
> git checkout 0.7.0
> ./start.sh -p PORT
>
> You can browse examples at: <a href="http://localhost:PORT/browse">http://localhost:PORT/browse 
>
>
>
> Happy gst & iliad hacking!
>
> Nicolas Petton & Sébastien Audier
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Iliad 0.7 is out!

Nicolas Petton
Le lundi 05 octobre 2009 à 11:04 +0200, Cédrick Béler a écrit :

> Hi
>
>
> Just tried in Pharo.
>
>
> It seems to work except two minors problems.
>
>
> I loaded SPort031 (squeaksource), Magritte-All (last one) and then
> everything load fine.
>
>
> -I put the files in the Pharo directory. How do I tell Swazoo to serve
> them (they don't show when I browse apps)?
Just extract the zip file where you have your image.
There should be a Public directory.

> -I think Lukas removed MAAutoAccessor and some examples use it

Ah, thanks, I'll remove it then.

Cheers!

Nico

> ps: Nico, do you have information about a smalltalk party in
> Montpellier ?

I still have to check if I can have room at the university. I'll tell
when I'll know more.


--
Nicolas Petton

Iliad Smalltalk web framework
http://iliad.bioskop.fr

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (204 bytes) Download Attachment