Rev 267 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 267 | Rev 302 | ||
|---|---|---|---|
| 1 | <?php
|
1 | <?php
|
| 2 | 2 | ||
| 3 | $monty_python = array( |
3 | $monty_python = array( |
| 4 | // 'ignore' => true,
|
4 | // 'ignore' => true,
|
| 5 | 'channel' => 'online', |
5 | 'channel' => 'online', |
| 6 | // 'showtimes' => 'Mo–Fr 16:10',
|
6 | // 'showtimes' => 'Mo–Fr 16:10',
|
| 7 | 'seen' => array(array(1, 6)), |
7 | 'seen' => array(array(1, 7)), |
| 8 | // 'last_seen' => mktime(16, 15, 0, 7, 6, 2011),
|
8 | // 'last_seen' => mktime(16, 15, 0, 7, 6, 2011),
|
| 9 | 'seasons' => array(13, 13, 13, 6), |
9 | 'seasons' => array(13, 13, 13, 6), |
| 10 | 'episode_list' => "wiki:en:List_of_Monty_Python's_Flying_Circus_episodes", |
10 | 'episode_list' => "wiki:en:List_of_Monty_Python's_Flying_Circus_episodes", |
| 11 | 'episodes' => array( |
11 | 'episodes' => array( |
| 12 | 1 => "Wither Canada", |
12 | 1 => "Wither Canada", |
| 13 | 2 => "Sex and Violence", |
13 | 2 => "Sex and Violence", |
| 14 | 3 => "How To Recognise Different Types of Trees From Quite A Long Way Away", |
14 | 3 => "How To Recognise Different Types of Trees From Quite A Long Way Away", |
| 15 | 4 => "Owl Stretching Time", |
15 | 4 => "Owl Stretching Time", |
| 16 | 5 => "Man's Crisis of Identity in the Latter Half of the 20th Century", |
16 | 5 => "Man's Crisis of Identity in the Latter Half of the 20th Century", |
| 17 | 6 => "It's the Arts (or: The BBC Entry to the Zinc Stoat of Budapest)", |
17 | 6 => "It's the Arts (or: The BBC Entry to the Zinc Stoat of Budapest)", |
| 18 | 7 => "You're No Fun Anymore", |
18 | 7 => "You're No Fun Anymore", |
| 19 | 8 => "Full Frontal Nudity", |
19 | 8 => "Full Frontal Nudity", |
| 20 | 9 => "The Ant, an Introduction", |
20 | 9 => "The Ant, an Introduction", |
| 21 | 10 => "Untitled", |
21 | 10 => "Untitled", |
| 22 | 11 => "The Royal Philharmonic Orchestra Goes to the Bathroom", |
22 | 11 => "The Royal Philharmonic Orchestra Goes to the Bathroom", |
| 23 | 12 => "The Naked Ant", |
23 | 12 => "The Naked Ant", |
| 24 | 13 => "Intermission (or: It's The Arts)", |
24 | 13 => "Intermission (or: It's The Arts)", |
| 25 | )
|
25 | )
|
| 26 | ); |
26 | ); |