summaryrefslogtreecommitdiff
path: root/program/fixtures
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:36:39 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:36:39 (GMT)
commit1f384ccf609e4d8cea4ac15c789d044ab6fa86f7 (patch)
treecabede5815519adcce80cfa5aeee239873221b11 /program/fixtures
parent5504c0d926aabb2017e547bfbfbcf986ce5ee037 (diff)
creating an egg pt2
Diffstat (limited to 'program/fixtures')
-rw-r--r--program/fixtures/broadcastformats.yaml35
-rw-r--r--program/fixtures/hosts.yaml4
-rw-r--r--program/fixtures/musicfocus.yaml60
-rw-r--r--program/fixtures/rrules.yaml29
-rw-r--r--program/fixtures/showinformation.yaml48
-rw-r--r--program/fixtures/shows.yaml10
-rw-r--r--program/fixtures/showtopics.yaml30
7 files changed, 0 insertions, 216 deletions
diff --git a/program/fixtures/broadcastformats.yaml b/program/fixtures/broadcastformats.yaml
deleted file mode 100644
index 84fa335..0000000
--- a/program/fixtures/broadcastformats.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-- model: program.broadcastformat
- pk: 1
- fields:
- format: Talk
- slug: talk
-- model: program.broadcastformat
- pk: 2
- fields:
- format: Musiksendung
- slug: musiksendung
-- model: program.broadcastformat
- pk: 3
- fields:
- format: Unmoderiertes Musikprogramm
- slug: unmoderiertes-musikprogramm
-- model: program.broadcastformat
- pk: 4
- fields:
- format: Feature/Magazin
- slug: feature-magazin
-- model: program.broadcastformat
- pk: 5
- fields:
- format: Experimentell
- slug: experimentell
-- model: program.broadcastformat
- pk: 6
- fields:
- format: Hörspiel/Literatur
- slug: horspiel-literatur
-- model: program.broadcastformat
- pk: 7
- fields:
- format: Vortrag/Diskussion
- slug: vortrag-diskussion \ No newline at end of file
diff --git a/program/fixtures/hosts.yaml b/program/fixtures/hosts.yaml
deleted file mode 100644
index 4cccf3a..0000000
--- a/program/fixtures/hosts.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-- model: program.host
- pk: 1
- fields:
- name: Musikredaktion
diff --git a/program/fixtures/musicfocus.yaml b/program/fixtures/musicfocus.yaml
deleted file mode 100644
index 90de149..0000000
--- a/program/fixtures/musicfocus.yaml
+++ /dev/null
@@ -1,60 +0,0 @@
-- model: program.musicfocus
- pk: 1
- fields:
- focus: Jazz
- abbrev: J
- slug: jazz
-- model: program.musicfocus
- pk: 2
- fields:
- focus: Volksmusik/Folk
- abbrev: V
- slug: volksmusik-folk
-- model: program.musicfocus
- pk: 3
- fields:
- focus: Experimentelle Musik
- abbrev: Ex
- slug: expermentelle-musik
-- model: program.musicfocus
- pk: 4
- fields:
- focus: Rock/Indie
- abbrev: R
- slug: rock-indie
-- model: program.musicfocus
- pk: 5
- fields:
- focus: Metal/Hardrock
- abbrev: M
- slug: metal-hardrock
-- model: program.musicfocus
- pk: 6
- fields:
- focus: Electronic
- abbrev: E
- slug: electronic
-- model: program.musicfocus
- pk: 7
- fields:
- focus: Klassik
- abbrev: K
- slug: klassik
-- model: program.musicfocus
- pk: 8
- fields:
- focus: Oldies
- abbrev: O
- slug: oldies
-- model: program.musicfocus
- pk: 9
- fields:
- focus: Reggae/Ska
- abbrev: Re
- slug: reggae-ska
-- model: program.musicfocus
- pk: 10
- fields:
- focus: Hiphop
- abbrev: H
- slug: hiphop \ No newline at end of file
diff --git a/program/fixtures/rrules.yaml b/program/fixtures/rrules.yaml
deleted file mode 100644
index 4095e07..0000000
--- a/program/fixtures/rrules.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-- model: program.rrule
- pk: 1
- fields:
- name: einmalig
- freq: 0
- count: 1
-- model: program.rrule
- pk: 2
- fields:
- name: täglich
- freq: 3
-- model: program.rrule
- pk: 3
- fields:
- name: wöchentlich
- freq: 2
- interval: 1
-- model: program.rrule
- pk: 4
- fields:
- name: zweiwöchentlich
- freq: 2
- interval: 2
-- model: program.rrule
- pk: 5
- fields:
- name: vierwöchentlich
- freq: 2
- interval: 4 \ No newline at end of file
diff --git a/program/fixtures/showinformation.yaml b/program/fixtures/showinformation.yaml
deleted file mode 100644
index cbde529..0000000
--- a/program/fixtures/showinformation.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-- model: program.showinformation
- pk: 1
- fields:
- information: Interkulturell
- abbrev: I
- slug: interkulturell
-- model: program.showinformation
- pk: 2
- fields:
- information: Lokalbezug
- abbrev: L
- slug: lokalbezug
-- model: program.showinformation
- pk: 3
- fields:
- information: Minderheiten
- abbrev: Mi
- slug: minderheiten
-- model: program.showinformation
- pk: 4
- fields:
- information: Wiederholung
- abbrev: W
- slug: wiederholung
-- model: program.showinformation
- pk: 5
- fields:
- information: Mehr-/Fremdsprachig
- abbrev: M
- slug: mehr-fremdsprachig
-- model: program.showinformation
- pk: 6
- fields:
- information: Frauenschwerpunkt
- abbrev: F
- slug: frauenschwerpunkt
-- model: program.showinformation
- pk: 7
- fields:
- information: Österreichische Musik
- abbrev: Ö
- slug: osterreichische-musik
-- model: program.showinformation
- pk: 8
- fields:
- information: Sendungsübernahme
- abbrev: U
- slug: sendungsubernahme \ No newline at end of file
diff --git a/program/fixtures/shows.yaml b/program/fixtures/shows.yaml
deleted file mode 100644
index f520b26..0000000
--- a/program/fixtures/shows.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-- model: program.show
- pk: 1
- fields:
- hosts: [1]
- broadcastformat: 3
- name: Musikprogramm
- slug: musikprogramm
- description: Unmoderiertes Musikprogramm
- short_description: Unmoderiertes Musikprogramm
- email: musikredaktion@helsinki.at
diff --git a/program/fixtures/showtopics.yaml b/program/fixtures/showtopics.yaml
deleted file mode 100644
index 8f12508..0000000
--- a/program/fixtures/showtopics.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-- model: program.showtopic
- pk: 1
- fields:
- topic: Politik/Gesellschaft
- abbrev: P
- slug: politik-gesellschaft
-- model: program.showtopic
- pk: 2
- fields:
- topic: Natur/Klima/Tiere
- abbrev: N
- slug: natur-klima-tiere
-- model: program.showtopic
- pk: 3
- fields:
- topic: Kultur/Kunst
- abbrev: K
- slug: kultur-kunst
-- model: program.showtopic
- pk: 4
- fields:
- topic: Soziales
- abbrev: S
- slug: soziales
-- model: program.showtopic
- pk: 5
- fields:
- topic: Wissenschaft/Philosophie
- abbrev: W
- slug: wissenschaft-philosophie \ No newline at end of file