Subversion Repositories LCARS

Rev

Rev 267 | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<?php

$monty_python = array(
//   'ignore' => true,
  'channel'   => 'online',
//   'showtimes' => 'Mo–Fr 16:10',
  'seen'      => array(array(1, 7)),
//   'last_seen' => mktime(16, 15, 0, 7, 6, 2011),
  'seasons'   => array(13, 13, 13, 6),
  'episode_list' => "wiki:en:List_of_Monty_Python's_Flying_Circus_episodes",
  'episodes' => array(
     1 => "Wither Canada",
     2 => "Sex and Violence",
     3 => "How To Recognise Different Types of Trees From Quite A Long Way Away",
     4 => "Owl Stretching Time",
     5 => "Man's Crisis of Identity in the Latter Half of the 20th Century",
     6 => "It's the Arts (or: The BBC Entry to the Zinc Stoat of Budapest)",
     7 => "You're No Fun Anymore",
     8 => "Full Frontal Nudity",
     9 => "The Ant, an Introduction",
    10 => "Untitled",
    11 => "The Royal Philharmonic Orchestra Goes to the Bathroom",
    12 => "The Naked Ant",
    13 => "Intermission (or: It's The Arts)",
  )
);