#!/bin/bash
DOKU_BASE_URL='http://localhost/islandsofwar'
wget -q -O - ${DOKU_BASE_URL}/wiki/tools/gcs/character_sheet_template?do=export_raw |sed 's/ /\&nbsp;/g' |sed -e 's/</\&lt;/g' -e 's/>/\&gt;/g' |sed 's/$/ <br>/'