[OT] Slides the web way

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

[OT] Slides the web way

Torsten Bergmann
As we have:

 - Pillar to write content in wiki syntax and generate HTML out of it
 - Mustache as template engine
 - Teapot to easily server static and dynamic web content

one might create his next Pharo presentations in HTML5 easily:

  http://impress.github.io/impress.js
  https://code.google.com/p/io-2012-slides
  http://lab.hakim.se/reveal-js/#/
   
and serve it from Pharo




Reply | Threaded
Open this post in threaded view
|

Re: [OT] Slides the web way

Esteban A. Maringolo
I used reveal.js vía Slides.com for a demo [1]

It's produces really nice presentations.

Esteban A. Maringolo

[1] http://slides.com/emaringolo/oop-smalltalk-back-to-the-future#/

2015-10-07 17:09 GMT-03:00 Torsten Bergmann <[hidden email]>:

> As we have:
>
>  - Pillar to write content in wiki syntax and generate HTML out of it
>  - Mustache as template engine
>  - Teapot to easily server static and dynamic web content
>
> one might create his next Pharo presentations in HTML5 easily:
>
>   http://impress.github.io/impress.js
>   https://code.google.com/p/io-2012-slides
>   http://lab.hakim.se/reveal-js/#/
>
> and serve it from Pharo
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [OT] Slides the web way

CyrilFerlicot
In reply to this post by Torsten Bergmann
Le 07/10/2015 22:09, Torsten Bergmann a écrit :

> As we have:
>
>  - Pillar to write content in wiki syntax and generate HTML out of it
>  - Mustache as template engine
>  - Teapot to easily server static and dynamic web content
>
> one might create his next Pharo presentations in HTML5 easily:
>
>   http://impress.github.io/impress.js
>   https://code.google.com/p/io-2012-slides
>   http://lab.hakim.se/reveal-js/#/
>    
> and serve it from Pharo
>
>
>
>
Hi,

You can generate Deck.js presentations with Pillar :)

You can see an example with PharoMooc slides[1][2]. (We just need to
create a better css and some little adjustments! )

And you can also generate Beamer with the same Pillar file.


[1] https://github.com/SquareBracketAssociates/PharoMooc
[2]
https://ci.inria.fr/pharo-contribution/view/Books/job/PharoMooc/ws/book-result/Slides/4-Done/

--
Cyril Ferlicot

http://www.synectique.eu

165 Avenue Bretagne
Lille 59000 France


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

Re: [OT] Slides the web way

philippeback
In reply to this post by Torsten Bergmann
And maybe some Grafoscopio

On Wed, Oct 7, 2015 at 10:09 PM, Torsten Bergmann <[hidden email]> wrote:
As we have:

 - Pillar to write content in wiki syntax and generate HTML out of it
 - Mustache as template engine
 - Teapot to easily server static and dynamic web content

one might create his next Pharo presentations in HTML5 easily:

  http://impress.github.io/impress.js
  https://code.google.com/p/io-2012-slides
  http://lab.hakim.se/reveal-js/#/

and serve it from Pharo





Reply | Threaded
Open this post in threaded view
|

Re: [OT] Slides the web way

Damien Cassou-2
In reply to this post by Esteban A. Maringolo

Esteban A. Maringolo <[hidden email]> writes:

> I used reveal.js vía Slides.com for a demo [1]
>
> It's produces really nice presentations.

could you please give us the sources?

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: [OT] Slides the web way

Esteban A. Maringolo
2015-10-08 8:42 GMT-03:00 Damien Cassou <[hidden email]>:
>
> Esteban A. Maringolo <[hidden email]> writes:
>
>> I used reveal.js vía Slides.com for a demo [1]
>>
>> It's produces really nice presentations.
>
> could you please give us the sources?

I think I can't... because I use the free plan. :-/

I edited everything using the slides.com GUI editor.

Regards!

Esteban A. Maringolo