rvesse / wiki-tools

Legacy repository of tooling for BitBucket wikis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki Tools

A set of APIs and utilities for working with BitBucket wikis. These aim to address a number of deficiencies present in the BitBucket wiki system, namely:

And eventually allow wikis to be rendered to static HTML for hosting off site particularly in light of issue 6195 that prevents easy browsing of past versions of a wiki.

Currently contains the following modules:

wiki-data-model

A simple API for representing wikis

wiki-data-parser

An API providing support for populating a wiki data model from disk plus parsing and feature extraction support.

wiki-checker-api

An API providing support for checking a wiki for common issues such as broken links.

wiki-checker-cmd

A command line utility for checking a wiki for common issues such as broken links. This is a simple command line wrapper around the wiki-checker-api module

wiki-render-api

An API providing support for rendering a wiki into static HTML.

TODO

The following additional features are planned for the tools:

License

Licensed under the MIT License

About

Legacy repository of tooling for BitBucket wikis

License:Other


Languages

Language:Java 99.3%Language:Shell 0.5%Language:Batchfile 0.2%