AtlassianContribs / universal-wiki-converter

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

Add script to make Trac wiki attachments understandable by the UWC #12

Closed fengtan closed 7 years ago

fengtan commented 7 years ago

Hi and thanks for maintaining this tool - it saved us from many headaches.

It looks like the UWC does not understand the structure of Trac wiki attachments (we use Trac 1.0.6.post2). Here is a PHP script that exports Trac wiki attachments in a format the UWC seems to understand. The script is inspired by http://l33t.peopleperhour.com/2014/07/10/converting-a-trac-wiki-to-confluence/ - the latter did not seem to work so I had to modify it a bit.

athompso commented 7 years ago

I love blindly trusting other people's code... merging now.