Skip to content

roheggda/no.marintek.mylyn.wikitext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains Ant tasks for reading an Atlassian Confluence Wiki and producing Eclipse Help, EPUB or XSL:FO documents. These tasks are based on the Mylyn Docs Wikitext mediawiki-to-eclipse-help task and share much of the same syntax:

Please note that Atlassian has removed the Wiki syntax from the Wiki in Confluence 4! The confluence-to-* tasks may still work, but this has not been tested.

The EPUB task is a little special. It also supports all features of the Mylyn Docs EPUB task. The syntax is also the same for the EPUB related parts.

Note that version 2.0.0 of Mylyn Docs EPUB is required. This is currently only available in weekly builds. The most recent release (with Eclipse Juno) is 1.0.0.

For more information on usage; check out the wiki.

Features

  • Downloads pages and attachments from a Confluence wiki using it's SOAP API.
  • Pages (or chapters) are assembled in the order specified in Confluence and are downloaded recursivly.
  • Authentication for logging in to the wki.
  • Support for LaTeX math expressions. These are converted to PNG images and included into the final result.
  • Support for video files; attachments with the .mp4 suffix are treated as video files and inserted into HTML results using the HTML5 video tag.

Copyright

The development of code was funded by MARINTEK – The Norwegian Marine Technology Research Institute. Consequently; where not otherwise noted, this code is Copyright © 2011, 2012 MARINTEK.

License

This code is published under the Eclipse Public License (EPL). Note that the LaTeX support is not developed by MARINTEK and is distributed under the GNU General Public License, see the license file for details.

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.2%
  • XSLT 26.5%
  • CSS 0.3%