Universal Wiki Converter (UWC) is a Java tool used to convert various wikis into Confluence format. No need to fork it, ask for access!

Clone this repo:

Branches

  1. 9f61725 Merge pull request #2 from apache/dependabot/maven/org.dom4j-dom4j-2.0.3 by Johan Corveleyn · 8 months ago master
  2. f5d0334 Merge pull request #1 from apache/dependabot/maven/org.apache.bcel-bcel-6.6.0 by Johan Corveleyn · 8 months ago
  3. 3ea2526 Bump dom4j from 2.0.0 to 2.0.3 by dependabot[bot] · 9 months ago
  4. 564bb7c Bump bcel from 5.2 to 6.6.0 by dependabot[bot] · 9 months ago
  5. 034885c From the MoinMoin user files, parse the "original name" (moin username) from by Johan Corveleyn · 5 years ago

Universal Wiki Converter readme.txt file

To build the UWC use ANT (http://ant.apache.org/):

  • cd devel (the devel dir.)
  • ant (the default target will build the UWC under

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

  • cd target/uwc/
  • chmod a+x *sh
  • ./run_uwc_devel.sh

using Maven

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

More details and documentation is here: https://migrations.atlassian.net/wiki/display/UWC/Universal+Wiki+Converter

ABOUT THE UWC

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.