On Mon, Aug 27, 2007 at 12:37:40PM +0100, John McNamara wrote: > Tim Bunce wrote: > >On Wed, Aug 15, 2007 at 04:16:40PM -0700, Dean Arnold wrote: > > > >>(Those who abhor javadocs should discard this message immediately...) > > > >Having greatly enjoyed playing with TiddlyWiki[1] for the new DBI FAQ, > >I'd *love* for someone to add a TiddlyWiki subclass to Pod::Simple::Wiki > >http://search.cpan.org/~jmcnamara/Pod-Simple-Wiki/ > > Hi, > > Ron Savage has added a TiddlyWiki filter to Pod::Simple::Wiki and it is > now available on CPAN: > > http://search.cpan.org/~jmcnamara/Pod-Simple-Wiki/ > > I ran the main BDI documentation through the filter and loaded it into > TiddlyWiki. It looks quite good. > > pod2wiki --style tiddlywiki DBI.pm > DBI.txt
That's great John. Thanks! I was hoping that it would output an html file. One that would include the TiddlyWiki code. If you'd rather not add a 272KB file to your distribution (which I'd fully understand) then perhaps the best approach would be a separate distribution containing a Pod::Simple::Wiki::TiddlywikiHTML module. That would subclass Pod::Simple::Wiki::Tiddlywiki and add the TiddlyWiki code. Meanwhile I've been puzzling over how to get the tiddlers generated by pod2wiki into a TiddlyWiki. It seems like this sequence ought to work: - Download http://www.tiddlywiki.com/empty.html to a file as per http://tiddlywiki.com/#DownloadSoftware - Open the file:///path/to/your/empty.html - Click on Backstage (in top righthand corner) then click on Import. - Choose the file generated by pod2wiki - Click Open. but sadly it doesn't work on either Safari or Firefox (though Firefox does seem to get slightly further). Any ideas? Tim. p.s. We're off topic now so I've switched the list to dbi-dev. That's still off-topic of course, but hopefully they're a more indulgent audience :)
