> wgethttp://wikistats.wikia.com/dbdumps/vim/pages_current.xml.gz > > That expands to a 7MB xml file with all content of the Vim Tips wiki > (tips + user pages + templates + talk etc).
Thanks. I wrote a hackish ruby script that converts the xml dump to a tagged help file. I tried to convert some of the wiki markup (simply with a series of gsubs) so that it's highlighted properly. The output currently weighs about 3.8 MB. I still get a few duplicate tag warnings when running helptags over that file. I'll upload the ruby script to my git vim repos later this week in case somebody is interested -- it uses hpricot for reading the xml. tom. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
