public
Description: A little web app that remixes Dinosaur Comics.
Homepage: http://definingterms.com/dinoremix/
Clone URL: git://github.com/aag/dinoremix.git
name age message
file 2panels.php Mon Mar 30 20:37:58 -0700 2009 Change the buttons from text to images in an at... [aag]
file 3panels.php Mon Mar 30 20:37:58 -0700 2009 Change the buttons from text to images in an at... [aag]
file 6panels.php Mon Mar 30 20:37:58 -0700 2009 Change the buttons from text to images in an at... [aag]
file README Thu Feb 26 18:36:03 -0800 2009 Add some instructions to the README [Adam Goforth]
file cancel.png Mon Mar 30 20:42:36 -0700 2009 Add the OK and Cancel button images. [aag]
file comic_map.txt Wed Jun 25 09:38:55 -0700 2008 Initial commit new file: 6panels.php new fil... [Adam Goforth]
file comment_edit.png Mon Aug 11 13:00:38 -0700 2008 Move the alt text input button and text input o... [Adam Goforth]
file cutimages.py Thu Feb 19 11:16:53 -0800 2009 Add GPL v2 text to files. Add the full text of ... [Adam Goforth]
file cutimagestest.py Mon Mar 30 20:49:07 -0700 2009 Fix the unit tests. [aag]
file dino.css Mon Mar 30 20:37:58 -0700 2009 Change the buttons from text to images in an at... [aag]
file dino.js Mon Mar 30 20:20:25 -0700 2009 Only show the "Edit alt text" button if at leas... [aag]
file downloadComics.py Thu Feb 19 13:10:48 -0800 2009 Remove hardcoded paths. [Adam Goforth]
file edit_alt_text.png Sun Feb 08 19:32:48 -0800 2009 Make the alt text editors look and work better. [Adam Goforth]
file gpl-2.0.txt Thu Feb 19 11:16:53 -0800 2009 Add GPL v2 text to files. Add the full text of ... [Adam Goforth]
file index.php Mon Mar 30 20:05:28 -0700 2009 Finish alt text support by adding it to the per... [aag]
file jquery.js Mon Feb 23 07:10:40 -0800 2009 Revert to jquery 1.3.1, since 1.3.2 breaks chan... [Adam Goforth]
file jquery.min.js Mon Feb 23 07:10:40 -0800 2009 Revert to jquery 1.3.1, since 1.3.2 breaks chan... [Adam Goforth]
file link.png Sun Dec 28 16:08:40 -0800 2008 Add link icon. [Adam Goforth]
file lock.png Wed Jun 25 09:38:55 -0700 2008 Initial commit new file: 6panels.php new fil... [Adam Goforth]
file lock_open.png Wed Jun 25 09:38:55 -0700 2008 Initial commit new file: 6panels.php new fil... [Adam Goforth]
file ok.png Mon Mar 30 20:42:36 -0700 2009 Add the OK and Cancel button images. [aag]
file pagetemplate.php Fri Apr 24 15:48:38 -0700 2009 Change the words so they are useful. [aag]
directory panels/ Thu Jul 31 11:26:22 -0700 2008 Add two spacer images that are created by hand. [Adam Goforth]
file perfTests.php Thu Feb 19 11:16:53 -0800 2009 Add GPL v2 text to files. Add the full text of ... [Adam Goforth]
file randomImages.php Thu Feb 19 11:16:53 -0800 2009 Add GPL v2 text to files. Add the full text of ... [Adam Goforth]
file reload.png Thu Jul 24 08:37:05 -0700 2008 Added reload.png [Adam Goforth]
file reset.css Wed Jul 30 19:26:16 -0700 2008 Give Eric Meyer credit for the css reset. [Adam Goforth]
directory test/ Mon Mar 30 20:49:07 -0700 2009 Fix the unit tests. [aag]
file updateFileLists.php Thu Feb 19 11:16:53 -0800 2009 Add GPL v2 text to files. Add the full text of ... [Adam Goforth]
file utils.php Thu Feb 19 11:16:53 -0800 2009 Add GPL v2 text to files. Add the full text of ... [Adam Goforth]
README
Dinosaur Remix
--------------

Dinosaur Remix is a web page that takes Dinosaur Comics and remixes them randomly, hopefully in interesting ways.  It 
uses PHP, Python, and jQuery to do its remix-o-matic dance.

You can see it here:
http://definingterms.com/dinoremix/


Using
-----
If you want to host your own Dinosaur Remix page, just get a copy of the source and put it in a web-accessible 
directory.  Make sure your web server is set up to run PHP scripts from this directory.  Then, run "python 
downloadComics.py" to download the comics from the Dinosaur Comics site and divide them into panels.  You can set up a 
cron job to do this daily if you want it to always be up-to-date.