Skip to content

Instantly share code, notes, and snippets.

View alistairholt's full-sized avatar

Alistair Holt alistairholt

View GitHub Profile
require 'ostruct'
Wiki = OpenStruct.new
Wiki.name = "Perwikity"
Wiki.description = "An elegant wiki system for anyone who respects their grandmother"
Wiki.license_line = "© 2009 Your Own Organization : This stuff might also be Creative Commons"
Wiki.allow_anonymous_create = true
Wiki.allow_anonymous_edit = true
Wiki.allow_anonymous_revert = true