The Ruby Slide Show (S9) gem that lets you create slide shows and
author slides in plain text using a wiki-style markup language that's
easy-to-write and easy-to-read now includes (experimental) support for
S5 slide shows.
To create a S5 slide show instead of a FullerScreen slide show just
flip the s5 switch. Example:
slideshow -s5 microformats
That's it. The slideshow (S9) gem will create a web page
(microformats.html), a style sheet (microformats.css) and a
"loss-free" gradient theme using vector graphics (microformats.svg)
plus copy the S5 machinery into the s5 subfolder (that you can share
between all your slide shows).
The Ruby Slide Show (S9) gem that lets you create slide shows and
author slides in plain text using a wiki-style markup language that's
easy-to-write and easy-to-read now includes (experimental) support for
S5 slide shows.
Under what license is this released? It doesn't seem to say on the project page.
# (Note, S5 slide shows include a hidden control bar. Scroll to the
# lower right corner to make the jump box, outline toggle button and
# more show up).
arggh, how could i miss that. very nifty indeed. all the time i was just happy clicking
Datum: Thu, 3 Jul 2008 14:59:39 +0900
Von: "Gerald Bauer" <geraldbauer2007@gmail.com>
An: ruby-talk@ruby-lang.org
Betreff: [ANN] Slide Show (S9) Gem Now Includes S5 Support (Including Built-In Gradient Themes)
Hello,
The Ruby Slide Show (S9) gem that lets you create slide shows and
author slides in plain text using a wiki-style markup language that's
easy-to-write and easy-to-read now includes (experimental) support for
S5 slide shows.
To create a S5 slide show instead of a FullerScreen slide show just
flip the s5 switch. Example:
slideshow -s5 microformats
That's it. The slideshow (S9) gem will create a web page
(microformats.html), a style sheet (microformats.css) and a
"loss-free" gradient theme using vector graphics (microformats.svg)
plus copy the S5 machinery into the s5 subfolder (that you can share
between all your slide shows).
thank you for this. It looks very nice. Is it possible to integrate it somehow with
Latex (http://en.wikipedia.org/wiki/LaTeX\) for formula/Greek variables editing ?
Is it just me or there is an issue with Firefox3 and Slide Show on Linux?
Xorg/Firefox make system freeze while loading those awesome presentations.
···
On Thu, Jul 3, 2008 at 11:29 AM, Gerald Bauer <geraldbauer2007@gmail.com> wrote:
Hello,
The Ruby Slide Show (S9) gem that lets you create slide shows and
author slides in plain text using a wiki-style markup language that's
easy-to-write and easy-to-read now includes (experimental) support for
S5 slide shows.
To create a S5 slide show instead of a FullerScreen slide show just
flip the s5 switch. Example:
slideshow -s5 microformats
That's it. The slideshow (S9) gem will create a web page
(microformats.html), a style sheet (microformats.css) and a
"loss-free" gradient theme using vector graphics (microformats.svg)
plus copy the S5 machinery into the s5 subfolder (that you can share
between all your slide shows).
The Ruby Slide Show (S9) gem that lets you create slide shows and
author slides in plain text using a wiki-style markup language
How difficult would it be to plug in another input filter instead of
textile?
I currently use a somewhat clumsy, homegrown solution for such kind of
presentations when I don't have to impress powerpoint-minded people
with fancy animations and stuff.
I like the graphical layout of your solution but would like to keep
the viki/deplate input syntax. I would also like to still be able to
generate slides via deplate so that I could use the plain html version
if the browser doesn't support slideshow (in cases when you have to
use the computer provided by the hosts/organizers).
thank you for this. It looks very nice. Is it possible to integrate it somehow with
Latex (http://en.wikipedia.org/wiki/LaTeX\) for formula/Greek variables editing ?
Thanks for the suggestion. I'll add your idea to the list for
possible upcoming additions.
If anyone wants to go ahead and add formulas you're more than
welcome. A good starting point might be the S5 in Instiki package that
uses itex2MML to let you add formulas using LaTeX that gets converted
to MathML as far as I can tell. See http://golem.ph.utexas.edu/instiki/show/S5
Take a look at Webby. It can output S5 style presentations and it includes support for Latex formulas / Greek letters, Graphviz diagrams, Ultraviolet and CodeRay syntax highlighting, Markdown, Textile, and more.
thank you for this. It looks very nice. Is it possible to integrate it somehow with
Latex (http://en.wikipedia.org/wiki/LaTeX\) for formula/Greek variables editing ?
I currently use a somewhat clumsy, homegrown solution for such kind of
presentations when I don't have to impress powerpoint-minded people
with fancy animations and stuff.
I like the graphical layout of your solution but would like to keep
the viki/deplate input syntax. I would also like to still be able to
generate slides via deplate so that I could use the plain html version
if the browser doesn't support slideshow (in cases when you have to
use the computer provided by the hosts/organizers).
Under what license is this released? It doesn't seem to say on the project
page.
It's public domain. Do whatever you like with it. No restrictions
whatsoever. Cheers.
Thanks.
A suggestion; I couldn't find anything that explicitly stated the release license, and in the absence of such a thing I assume it comes with restrictions. Perhaps adding a LICENSE.TXT file would be good.
Reformatted excerpts from geraldbauer2007's message of 2008-07-03:
If anyone wants to go ahead and add formulas you're more than
welcome. A good starting point might be the S5 in Instiki package that
uses itex2MML to let you add formulas using LaTeX that gets converted
to MathML as far as I can tell. See S5 in Instiki
My Ritex gem is a pure-Ruby implementation of itex2MML, that
additionally has macro support.
----- Original Message -----
From: "Heesob Park" <phasis@gmail.com>
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Sent: Thursday, July 03, 2008 5:55 PM
Subject: Re: method for assigned value
Hi,
2008/7/3 Roc Ho <hezepeng@huawei.com>:
Hello,
Like this:
class A
attr_accessor :attr1
attr_accessor :attr2
end
I agree, that is to protect your great work, and I mean it, for
staying open source, I guess you would like to use a very liberal
license as e.g. BSD.
Cheers
Robert
···
On Thu, Jul 3, 2008 at 11:09 PM, James Britt <james.britt@gmail.com> wrote:
Gerald Bauer wrote:
Hello,
Under what license is this released? It doesn't seem to say on the
project
page.
It's public domain. Do whatever you like with it. No restrictions
whatsoever. Cheers.
Thanks.
A suggestion; I couldn't find anything that explicitly stated the release
license, and in the absence of such a thing I assume it comes with
restrictions. Perhaps adding a LICENSE.TXT file would be good.