Skip to content

smtech/obsolete__canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been archived

This is an archival repo, maintained so that previously posted links will not break. All of the content in this repo has been distributed across smaller, more manageable repos. In conversation with other Canvas admins, I have described three levels of Canvas customization:

  1. Using the Canvas GUI to connect up stylesheets for branding purposes or or prefab JavaScripts to make specific tweaks
  2. Using the API to run more intensive scripts (but this is all still documented and above-board)
  3. Really abusing the well-structured Canvas XHHTML for your own purposes

I have organized our repos into these three "levels" of modification:

"Level 1" Customization

I just want to use the GUI to hook a couple things up.

"Level 2" Customization

I'm fine with the API -- there's good documentation for it!

"Level 3" Customization

Let's break things! (This is the point where I got serious and put my own secure server in the AWS cloud.)