Skip to content

Instantly share code, notes, and snippets.

@Pop-Code
Pop-Code / init.rb
Created March 27, 2012 13:52 — forked from lintaonz/init.rb
Redmine Wiki Extension that allows placement of raw HTML, CSS or JS into your wiki. Useful for Web UI Demos.
#
# vendor/plugins/redmine_wiki_html_util/init.rb
#
require 'redmine'
require 'open-uri'
Redmine::Plugin.register :redmine_gist do
name 'Redmine Wiki HTML Util'
author 'Arlo Carreon'
author_url 'http://www.arlocarreon.com/'