Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Executable JAR for converting a web page to Confluence markup.

Notifications You must be signed in to change notification settings

benetech/html-to-confluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTML to Confluence Wiki Markup

Useful for converting a web page to Confluence markup, for adding to the wiki or a JIRA ticket.

Requires

  • Java 8 or above

Build

mvn clean install

Builds an executable jar. Note: the plan is for this jar to contain all dependencies so you can put it whereever you want in your path, but it's not working yet, so you should run it from the folder where it's built.

Usage

java -jar target/html-to-confluence-1.0.0-SNAPSHOT.jar infile.html outfile.confluence

You can also rename the jar file to something less unwieldy.

The output will be echoed to the screen as well as written to a file. If you omit the output file parameter, the output will be written to a file with the same name as the input file, with ".cf" appended to it.

Credits

Based on html-to-jira-markup by Paul Nelson Baker

Disclaimer

This software is offered without support. Use at your own risk.

About

Executable JAR for converting a web page to Confluence markup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages