Re: [Pharo-dev] PillarHub

2014-07-03 Thread Goubier Thierry



Le 03/07/2014 05:38, mikefilonov a écrit :

Hi everyone,

Thanks! I think Alexey will be really happy to read this thread when he is
back to university in a month :)


Congratulations!


As for versioning yes we plan to implement it. I think it should be easy as
Monticello implement it so it should be possible to reuse. I need to see the
code though.

Also Damien gave a great idea to add a configuration for a hub to sync it's
content to GitHub so cloud could be used for backup/versioning. I think it
is a perfect solution but I don't see yet how it can be implemented. Is any
one knows classes to talk to github?


If it can go through Monticello, then you can use GitFileTree or 
FileTree + Git + OSProcess. Look into the GitFileTree code to see how 
you can clone from a github repository and do push / pull.


If it's not Monticello, but pillar files saved to disk, the same 
code/approach can be used.


Thierry
--
Thierry Goubier
CEA list
Laboratoire des Fondations des Systèmes Temps Réel Embarqués
91191 Gif sur Yvette Cedex
France
Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95



[Pharo-dev] PillarHub

2014-07-02 Thread Yuriy Tymchuk
Hi everyone.

I’m so excited that I cannot keep silent. Guys from Pharocloud have implemented 
online editor (and storage) for Pillar documents. This is really amazing, and 
you can check it out here: http://pillarhub.pharocloud.com/hub/pillarhub/about.

They have a really nice plans, and now we can write pillar docs with live 
compilation and share them online.

Cheers!
Uko


Re: [Pharo-dev] PillarHub

2014-07-02 Thread mikefilonov
Hi everyone,

Thanks! I think Alexey will be really happy to read this thread when he is
back to university in a month :)

As for versioning yes we plan to implement it. I think it should be easy as
Monticello implement it so it should be possible to reuse. I need to see the
code though.

Also Damien gave a great idea to add a configuration for a hub to sync it's
content to GitHub so cloud could be used for backup/versioning. I think it
is a perfect solution but I don't see yet how it can be implemented. Is any
one knows classes to talk to github?

Thanks for a feedback guys! Any suggestions on future plans for PillarHub
are welcomed.




--
View this message in context: 
http://forum.world.st/PillarHub-tp4766012p4766256.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.