Giuseppe De Ruvo wrote:
Hello, I'm a Computer Science Engineering Student. I'm working on Mediawiki dumps and I would like to know if there is a way to obtain pagelinks and categorylinks by Category (avoiding to download the huge dump). I'm using the Special:Export and I have an xml file but without pagelinks (figuring out after have used the mwdumper to convert xml to sql).
Thanks in advance, P
If you import a dump, the page is parsed and both categorylinks and pagelinks are recreated (which can also be done with maintenance/refreshLinks.php).