rtfm.registerInlinePlugin = function( name, plugin ) {
    if ( this.inlinePlugins === undefined ) {
        this.inlinePlugins = {};
    }