-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (11 loc) · 797 Bytes
/
README
File metadata and controls
17 lines (11 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Assumptions.pm is a minimalist perl MVC framework based on DBI, DBIx::Abstract, CGI::Session and the Template Toolkit.
Documentation is somewhat sparse. Read the source.
I've used Assumptions on a number of projects
moon.classy.dk - Apollo 11 radio transcript reeneactment (not currently running)
spotifydj.com - The world's first Spotify internet DJing service (no longer operational)
classy.dk/jazz/setup.html - a calendar/Last.fm API-mashup generator (go have a look)
HOWTO
Follow the lead from the included test project.
1. Implement a module that inherits from Assumptions and implements a configure method (see ATest.pm)
2. Include this in a cgi script (see test.pl)
3. Use the included .htaccess as a template for your own .htaccess to activate the toolkit for your site