On Sat, Apr 10, 2010 at 11:01 AM, Ingy dot Net <[email protected]> wrote:
> Vroom takes a single file, which in the C'Dent/SeaPig case is: > > http://github.com/ingydotnet/cdent-seapig2010-talk/blob/master/slides.vroom > > and splits it into a bunch of smaller, slightly reformatted files called > 001, 002 etc. > .... > > Or even better, run `vroom -compile` and then > > cat 0* | python -c 'import sys,re; print re.sub(r"\n{3,}", "\n\n" + > str.center("----", 70) + "\n\n", sys.stdin.read())' > > It will produce this (which you can copy): > > > http://github.com/ingydotnet/cdent-seapig2010-talk/blob/master/slides.formatted > > ( Does vroom have an option to join the slides and create a wiki page >> (for http://www.seapig.org/ ) >> > I first looked at this slides.formatted link, but I was hoping for a tool that would merge all the ( similar ) pages together - ( there were four pages that grew out of this data - for creating a wiki page from a projected presentation - it would seem to me that the data doesn't need to grow from screen to screen) ---- Welcome! * My (legal) name is Ingy dot Net * My Real Name is Ingy döt Net * I'm a long time SPUGger * Over 100 modules on CPAN * Been to a couple SeaPigs in the past * Been to a couple Seattle.rb-s * I'm very new to Python * Only 2 modules on PyPi * Please teach me tonight! ---- -- Later I looked at the slides.vroom file - that is closer to what I was looking for - but would probably take some wiki markup - ( I'll start from that ) Thanks,
