Post on how to install pharo

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

Post on how to install pharo

Guillermo Polito
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 ;).


Guille
Reply | Threaded
Open this post in threaded view
|

Re: [rmod] Post on how to install pharo

Stéphane Ducasse
thanks we love noise :)

On Jul 23, 2013, at 11:03 AM, Guillermo Polito <[hidden email]> 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 ;).


Guille

Reply | Threaded
Open this post in threaded view
|

Re: [rmod] Post on how to install pharo

Stéphane Ducasse
In reply to this post by Guillermo Polito
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 <[hidden email]> 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 ;).


Guille

Reply | Threaded
Open this post in threaded view
|

Re: [rmod] Post on how to install pharo

Guillermo Polito



On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse <[hidden email]> 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 <[hidden email]> 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 ;).


Guille


Reply | Threaded
Open this post in threaded view
|

Re: [rmod] Post on how to install pharo

Guillermo Polito
So far, the HTML tags supported are these:


and the code should be exported as this:


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 <[hidden email]> wrote:



On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse <[hidden email]> 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 <[hidden email]> 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 ;).


Guille



Reply | Threaded
Open this post in threaded view
|

Re: [rmod] Post on how to install pharo

Stéphane Ducasse
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:


and the code should be exported as this:


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 <[hidden email]> wrote:



On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse <[hidden email]> 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 <[hidden email]> 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 ;).


Guille




Reply | Threaded
Open this post in threaded view
|

Re: [rmod] Post on how to install pharo

Guillermo Polito
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 <[hidden email]> 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:


and the code should be exported as this:


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 <[hidden email]> wrote:



On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse <[hidden email]> 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 <[hidden email]> 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 ;).


Guille





Reply | Threaded
Open this post in threaded view
|

Re: [rmod] Post on how to install pharo

Stéphane Ducasse
sure!
You can have a look at the github repos and the readme.


I just finished it :)

On Jul 23, 2013, at 2:53 PM, Guillermo Polito <[hidden email]> 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 <[hidden email]> 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:


and the code should be exported as this:


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 <[hidden email]> wrote:



On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse <[hidden email]> 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 <[hidden email]> 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 ;).


Guille