commit | 39f4398e3545e2c1162f03ba80f10c60d57eddc3 | [log] [tgz] |
---|---|---|
author | Johan Corveleyn <jcorvel@gmail.com> | Fri Jul 20 23:47:08 2018 +0200 |
committer | Johan Corveleyn <jcorvel@gmail.com> | Fri Jul 20 23:47:08 2018 +0200 |
tree | 65d9a62b029b62d786823ec668c7870da4acda88 | |
parent | 0b55eb7fb93725981dcaf9791586f445b2812db6 [diff] |
MoinListConverter: Various fixes for better conversion of lists. 1. Don't process lists inside {{{ }}} (noformat) 2. Join lines that are split while maintaining indentation (these are continuations of the same line), by postponing the writing of end-of-lines 3. Correctly unindent when indentation is reduced 4. While still inside indentation, replace an empty line by \\ (otherwise the list gets broken in Confluence) 5. When exiting indentation, add an extra line break (otherwise content immediately following the list will become part of the list in Confluence)
To build the UWC use ANT (http://ant.apache.org/):
Note: you do not need to build the UWC to run it; only if you're doing development work with it.
To run the newly built UWC
mvn install:install-file -DgroupId=com.atlassian.confluence \ -DartifactId=confluence-xmlrpc \ -Dversion=5.2.0 \ -Dfile=lib/confluence-xmlrpc-wrapper-v5.2.0.jar \ -Dpackaging=jar mvn install:install-file -DgroupId=net.antonioshome.swing \ -DartifactId=treewrapper \ -Dversion=1.1.1.1 \ -Dfile=lib/treewrapper.jar \ -Dpackaging=jar mvn install:install-file -DgroupId=org.jvnet.substance \ -DartifactId=substance \ -Dversion=2.3final \ -Dfile=lib/substance.jar \ -Dpackaging=jar
More details and documentation is here: https://migrations.atlassian.net/wiki/display/UWC/Universal+Wiki+Converter
This code is open source and is up to date with Atlassian's latest storage format of Atlassian Confluence (introduced in Confluence 4). We successfully use/run the UWC for Confluence 5.X releases, however, there are many flavors and versions of MIGRATE_FROM wikis.
As such, we feel it is accurate to say that this is “a tool”, yet not always the end-to-end solution or silver bullet. Wiki formats are varied, and so please understand that the UWC will get you further along, but there may be post-processing, additional scripting, username database merging, or other things required to assist in the process.
Please refer to the Wiki Migration Checklist (http://www.appfusions.com/display/Dashboard/Wiki+Migration+Checklist) to educate yourself on what is invoived in a migration. The checklist is not to suggest that all content elements are problematic. They aren't. But some are, and not always the same between different flavors of wikis that are being migrated from.
We do provide paid ongoing small and big support for migrations, depending on needs. Email us at info@appfusions.com and let us know what you are trying to do and we can see if we can help you! We have many client references too.