From: Manuel V. <man...@gm...> - 2010-05-18 10:24:31
|
On Mon, May 17, 2010 at 8:53 PM, Sébastien Le Callonnec <sl...@ya...> wrote: > I've finally been able to import all my pages!! > > The last hurdle was that I was trying to export iso-8859-1 pages and > import them into a utf-8 phpwiki setup: all the pages with non-ASCII > characters were not being imported because the pagename was not > converted into utf-8 after the urldecode when importing. A quick change > to force the pagename to utf-8, and that's it! > > One remaining question, though (probably a FAQ, actually): is there a > way of not importing the PhpWiki “core” pages? When exporting, I > usually do a full dump, which contains PhpWikiAdministration and all the > Help pages, etc. but I don't to import them back, as I may be losing the > changes done to these pages as part of the upgrade. > > Any obvious way of achieving this? Hi Sebastien, To handle this case we had to develop a script that remove from within this archive all pages with "The PhpWiki team" as author and without modification (and maybe pages that are only modified by "The PhpWiki team"). I don't have it right now but I could had a look in my archives sometime, Manuel |