Hi guys, I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;). http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-... Guille
thanks we love noise :) On Jul 23, 2013, at 11:03 AM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi guys,
I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).
http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-...
Guille
Guilermo I would like to turn your blog entry into Gutenberg. I will do it while reading it as a kata exercise. Now I'm thinking that I could write a outputer for Gutenberg to produce the blog contents. What is the format used to edit your blog? Because like that we could change edit gutenberg file and get: latex html blog Stef On Jul 23, 2013, at 11:03 AM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi guys,
I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).
http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-...
Guille
On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Guilermo
I would like to turn your blog entry into Gutenberg. I will do it while reading it as a kata exercise.
Nice!
Now I'm thinking that I could write a outputer for Gutenberg to produce the blog contents. What is the format used to edit your blog?
I'm writing in wordpress :/... It allows to write a post using a WYSIWYG and to write it in a kind of HTML. However, for embedding images and writing code it uses tags between brackets. I cannot find a cool description on what is exactly the format :(.
Because like that we could change edit gutenberg file and get: latex html blog
Nick Ager didn't show that pier can import wordpress? maybe he can tell better :)
Stef
On Jul 23, 2013, at 11:03 AM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi guys,
I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).
http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-...
Guille
So far, the HTML tags supported are these: http://en.support.wordpress.com/code/#html-tags and the code should be exported as this: http://en.support.wordpress.com/code/posting-source-code/ For syntax coloring I'm using ruby, just like [code language="ruby"] self bla: 1 + super ble. [/code] On Tue, Jul 23, 2013 at 12:33 PM, Guillermo Polito < guillermopolito@gmail.com> wrote:
On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Guilermo
I would like to turn your blog entry into Gutenberg. I will do it while reading it as a kata exercise.
Nice!
Now I'm thinking that I could write a outputer for Gutenberg to produce the blog contents. What is the format used to edit your blog?
I'm writing in wordpress :/... It allows to write a post using a WYSIWYG and to write it in a kind of HTML. However, for embedding images and writing code it uses tags between brackets. I cannot find a cool description on what is exactly the format :(.
Because like that we could change edit gutenberg file and get: latex html blog
Nick Ager didn't show that pier can import wordpress? maybe he can tell better :)
Stef
On Jul 23, 2013, at 11:03 AM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi guys,
I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).
http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-...
Guille
Ok will port your blog to gutenberg and we can compare and you let me know if the html is ok after I can generate the stuff for the code. stef
So far, the HTML tags supported are these:
http://en.support.wordpress.com/code/#html-tags
and the code should be exported as this:
http://en.support.wordpress.com/code/posting-source-code/
For syntax coloring I'm using ruby, just like
[code language="ruby"] self bla: 1 + super ble. [/code]
On Tue, Jul 23, 2013 at 12:33 PM, Guillermo Polito <guillermopolito@gmail.com> wrote:
On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Guilermo
I would like to turn your blog entry into Gutenberg. I will do it while reading it as a kata exercise.
Nice!
Now I'm thinking that I could write a outputer for Gutenberg to produce the blog contents. What is the format used to edit your blog?
I'm writing in wordpress :/... It allows to write a post using a WYSIWYG and to write it in a kind of HTML. However, for embedding images and writing code it uses tags between brackets. I cannot find a cool description on what is exactly the format :(.
Because like that we could change edit gutenberg file and get: latex html blog
Nick Ager didn't show that pier can import wordpress? maybe he can tell better :)
Stef
On Jul 23, 2013, at 11:03 AM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi guys,
I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).
http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-...
Guille
Next week you can show me gutenberg so next time I do it myself :P On Tue, Jul 23, 2013 at 2:50 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Ok will port your blog to gutenberg and we can compare and you let me know if the html is ok after I can generate the stuff for the code.
stef
So far, the HTML tags supported are these:
http://en.support.wordpress.com/code/#html-tags
and the code should be exported as this:
http://en.support.wordpress.com/code/posting-source-code/
For syntax coloring I'm using ruby, just like
[code language="ruby"] self bla: 1 + super ble. [/code]
On Tue, Jul 23, 2013 at 12:33 PM, Guillermo Polito < guillermopolito@gmail.com> wrote:
On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Guilermo
I would like to turn your blog entry into Gutenberg. I will do it while reading it as a kata exercise.
Nice!
Now I'm thinking that I could write a outputer for Gutenberg to produce the blog contents. What is the format used to edit your blog?
I'm writing in wordpress :/... It allows to write a post using a WYSIWYG and to write it in a kind of HTML. However, for embedding images and writing code it uses tags between brackets. I cannot find a cool description on what is exactly the format :(.
Because like that we could change edit gutenberg file and get: latex html blog
Nick Ager didn't show that pier can import wordpress? maybe he can tell better :)
Stef
On Jul 23, 2013, at 11:03 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
Hi guys,
I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).
http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-...
Guille
sure! You can have a look at the github repos and the readme. https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/ https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/120/artifac... I just finished it :) On Jul 23, 2013, at 2:53 PM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Next week you can show me gutenberg so next time I do it myself :P
On Tue, Jul 23, 2013 at 2:50 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Ok will port your blog to gutenberg and we can compare and you let me know if the html is ok after I can generate the stuff for the code.
stef
So far, the HTML tags supported are these:
http://en.support.wordpress.com/code/#html-tags
and the code should be exported as this:
http://en.support.wordpress.com/code/posting-source-code/
For syntax coloring I'm using ruby, just like
[code language="ruby"] self bla: 1 + super ble. [/code]
On Tue, Jul 23, 2013 at 12:33 PM, Guillermo Polito <guillermopolito@gmail.com> wrote:
On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: Guilermo
I would like to turn your blog entry into Gutenberg. I will do it while reading it as a kata exercise.
Nice!
Now I'm thinking that I could write a outputer for Gutenberg to produce the blog contents. What is the format used to edit your blog?
I'm writing in wordpress :/... It allows to write a post using a WYSIWYG and to write it in a kind of HTML. However, for embedding images and writing code it uses tags between brackets. I cannot find a cool description on what is exactly the format :(.
Because like that we could change edit gutenberg file and get: latex html blog
Nick Ager didn't show that pier can import wordpress? maybe he can tell better :)
Stef
On Jul 23, 2013, at 11:03 AM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi guys,
I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).
http://playingwithobjects.wordpress.com/2013/07/23/installing-pharo-in-many-...
Guille
participants (2)
-
Guillermo Polito -
Stéphane Ducasse