#! perl # # convert tagpacker html export to a netscape html compatible format to make it importable in linkwarden # the script is pretty sloppy, it will likely break for some lines # # alexlehm/at/gmail.com # # https://wiki.creativecommons.org/wiki/CC0 # print qq[
]; while(<>) { chop; if(m@
];