On Sat, Feb 6, 2010 at 11:15 AM, Mattia Barbon <mattia.bar...@libero.it> wrote: > Gabor Szabo wrote: >> >> On Fri, Feb 5, 2010 at 1:40 PM, Steffen Mueller <smuel...@cpan.org> wrote: >>> >>> Hi all, >>> >>> http://wxperl.sourceforge.net/download.html still points at Wx 0.26 on >>> CPAN. >>> Who has access to that page? Shouldn't it just point at >>> http://search.cpan.org/dist/Wx? >> >> I have a commit bit to the site so if no one else does this by that time, >> please remind me next week when I get back home from FOSDEM. >> >> Also that I publicize who can update the site. > > BTW, anybody with a commit bit to the sources has a commit bit to the site: > the site is stored under SVN; to modify, just checkout > https://wxperl.svn.sourceforge.net/svnroot/wxperl/WebSite/trunk and follow > the README Gabor wrote. > > The procedure is clunky (there used to be a cron job to automatically > updated the site, but SourceForge removed the cron service). For the > records, I am not opposed to changing the site to something easier to edit, > I just haven't got round to it.
I managed to update the front page with the new version of Wx but I am quite lost with the XML/XSL stuff regarding the download page. I wonder if it wasn't more simple and approachable by some of us to switch to Template Toolkit? The process would be still the same as described in the README just the source would be a yaml file and some TT templates. Mattia, if you are ok with that I'll try to make that change. Gabor