
Upgrading from TWiki® to Foswiki
This topic means to collect notes on what an upgrade entails, and thus what an upgrade script ought to be doing if we write one.
Notes
- Migrate settings from Main/TWikiPreferences to Main/SitePreferences
- Migrate to TopicUserMappingContrib:
- $TWiki::cfg{SitePrefsTopicName} = 'TWikiPreferences';
- $TWiki::cfg{LocalSitePreferences} = 'Main.TWikiPreferences';