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 > <[email protected]> wrote: > > > > On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse > <[email protected]> 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 <[email protected]> > 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-flavors/ >> >> Guille > > >
