New beta of Aida and Scribo?

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

New beta of Aida and Scribo?

Nicolas Petton
Hi all,

We are late in our plannning, the last beta of Aida 6.0 and Scribo 1.0
was released a while ago.

I know Janko is working on multilingual support in Aida, but except for
that I think that it's time to release a new beta of both Aida and
Scribo. Aida 6.0 is already quite stable, and Scribo has some nice
improvements since the last beta.

Masashi, did you have time to improve Scribo-Persistence package?

What do others think?

Cheers!

Nico
--
Nicolas Petton
http://nico.aidaweb.si
            ___
          ooooooo
         OOOOOOOOO
        |Smalltalk|
         OOOOOOOOO
          ooooooo
           \   /
            [|]
--------------------------------
Ma clé PGP est disponible ici :
http://nico.aidaweb.si/pgp-key.html

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida

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

Re: New beta of Aida and Scribo?

Nicolas Petton
We could also use Pharo for the next one click image :)

Le mercredi 14 janvier 2009 à 10:26 +0100, nico a écrit :

> Hi all,
>
> We are late in our plannning, the last beta of Aida 6.0 and Scribo 1.0
> was released a while ago.
>
> I know Janko is working on multilingual support in Aida, but except
> for
> that I think that it's time to release a new beta of both Aida and
> Scribo. Aida 6.0 is already quite stable, and Scribo has some nice
> improvements since the last beta.
>
> Masashi, did you have time to improve Scribo-Persistence package?
>
> What do others think?
>
> Cheers!
>
> Nico

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida

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

Re: New beta of Aida and Scribo?

Janko Mivšek
Hi guys,

nico wrote:
> We could also use Pharo for the next one click image :)

>> We are late in our plannning, the last beta of Aida 6.0 and Scribo 1.0
>> was released a while ago.
>>
>> I know Janko is working on multilingual support in Aida, but except
>> for
>> that I think that it's time to release a new beta of both Aida and
>> Scribo. Aida 6.0 is already quite stable, and Scribo has some nice
>> improvements since the last beta.
>>
>> Masashi, did you have time to improve Scribo-Persistence package?
>>
>> What do others think?

I agree, let we prepare a new beta and one-click image. But carefully,
with a lot of testing to be sure everything will go smoothly.

I see next things to be done.

1.only one site in one-click image, named 'aidaweb'. Now there is
'scribo' and this are causing a lot of confusion for those who are
following tutorial, because they create another site named 'aidademo'.

2.automatic opening and registering of all plugins to the 'aidademo'
site at the install time.

3.automatic change of Introduction text after Scribo installation. I
porpose that we put this text in instvar og WebDemo, that way it will be
changed by installations easily.

4. Scribo console open by default in image, all other things closed. But
it will be nice to have at least browser icon on the main Squeak window,
for complete Squeak beginners. Or some text how to open them from menu?

5.Pharo seems to be far enough to use it for one-click. Let we try it!

Best regards
Janko







--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: New beta of Aida and Scribo?

Masashi UMEZAWA-2
In reply to this post by Nicolas Petton
Hi Nico and all,

> We are late in our plannning, the last beta of Aida 6.0 and Scribo 1.0
> was released a while ago.
>
> I know Janko is working on multilingual support in Aida, but except for
> that I think that it's time to release a new beta of both Aida and
> Scribo. Aida 6.0 is already quite stable, and Scribo has some nice
> improvements since the last beta.
>
> Masashi, did you have time to improve Scribo-Persistence package?
>

I'm currently pretty busy for a commercial Smalltalk project
(developing a special network design tool in VW). But at least I can
fix some important bugs in Scribo-Persistence (if any).

I think releasing a new version is a good idea. We can get more feedback.

Cheers,
--
[:masashi | ^umezawa]
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: New beta of Aida and Scribo?

Janko Mivšek
In reply to this post by Nicolas Petton
nico wrote:

>> Masashi, did you have time to improve Scribo-Persistence package?

For the persistence I'd include image based one by default. It is
implemented in package SqueakSite, but it should be put to separate
package, which can later be replaced to support other persistence supports?

Let we put it in category Scribo-ImagePersistence, so that it will be
always part of base Scribo. Later we will make it pluggable, so that we
will be able to replace it to other ones. This will be easiest to
install and extend.

Best regards
Janko

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: New beta of Aida and Scribo?

Nicolas Petton
Le mercredi 14 janvier 2009 à 14:16 +0100, Janko Mivšek a écrit :

> nico wrote:
>
> >> Masashi, did you have time to improve Scribo-Persistence package?
>
> For the persistence I'd include image based one by default. It is
> implemented in package SqueakSite, but it should be put to separate
> package, which can later be replaced to support other persistence supports?
>
> Let we put it in category Scribo-ImagePersistence, so that it will be
> always part of base Scribo. Later we will make it pluggable,
Scribo-Persistence package is already pluggable (with SIXX  for now).
So another Persister could use the image without pb.

This we would have SIXXPersister and ImagePersister, and ImagePersister
activated by default.

Cheers!

Nico
--
Nicolas Petton
http://nico.aidaweb.si
            ___
          ooooooo
         OOOOOOOOO
        |Smalltalk|
         OOOOOOOOO
          ooooooo
           \   /
            [|]
--------------------------------
Ma clé PGP est disponible ici :
http://nico.aidaweb.si/pgp-key.html

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida

signature.asc (204 bytes) Download Attachment