summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-15 20:03:34 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-15 20:03:34 +0100
commit124486696f361783e5f24854b3fecd22c63632d9 (patch)
tree7b7f4cb1dfb5f69c5943b6f0abfdc848f0fba2d1 /src/data
parent8a52236c491c4b32e8b4547e057ae250c198c507 (diff)
Unescapes HTML escapes in lallans/scotsoun data
Diffstat (limited to 'src/data')
-rw-r--r--src/data/scotsoun/sscd014.ts4
-rw-r--r--src/data/scotsoun/sscd035.ts16
-rw-r--r--src/data/scotsoun/sscd051.ts22
-rw-r--r--src/data/scotsoun/sscd070.ts4
-rw-r--r--src/data/scotsoun/sscd072.ts4
-rw-r--r--src/data/scotsoun/sscd079.ts4
-rw-r--r--src/data/scotsoun/sscd089.ts2
-rw-r--r--src/data/scotsoun/sscd099.ts30
-rw-r--r--src/data/scotsoun/sscd117.ts2
-rw-r--r--src/data/scotsoun/sscd146.ts2
-rw-r--r--src/data/scotsoun/sscd805.ts66
11 files changed, 78 insertions, 78 deletions
diff --git a/src/data/scotsoun/sscd014.ts b/src/data/scotsoun/sscd014.ts
index c2b0db6..e0dfe89 100644
--- a/src/data/scotsoun/sscd014.ts
+++ b/src/data/scotsoun/sscd014.ts
@@ -2,8 +2,8 @@ import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
title: 'Ceol na Gàidhlig',
- subtitle: 'Gaelic Music &amp; Poetry',
- longName: 'Ceol na Gàidhlig – Gaelic Music &amp; Poetry',
+ subtitle: 'Gaelic Music & Poetry',
+ longName: 'Ceol na Gàidhlig – Gaelic Music & Poetry',
author: 'Derick Thomson',
cdCount: 1,
price: '11.00',
diff --git a/src/data/scotsoun/sscd035.ts b/src/data/scotsoun/sscd035.ts
index 142f183..966788d 100644
--- a/src/data/scotsoun/sscd035.ts
+++ b/src/data/scotsoun/sscd035.ts
@@ -1,7 +1,7 @@
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
- title: 'Poems of Robert Burns volumes 1 &amp; 2',
+ title: 'Poems of Robert Burns volumes 1 & 2',
subtitle: 'Scotsoun Makars Series',
longName: 'Scotsoun Makars Series – Robert Burns',
author: 'Robert Burns',
@@ -32,19 +32,19 @@ const cd: Scotsoun = {
'Introduction to Love and Liberty a.k.a. The Jolly Beggars',
'Start of Recitativo',
'The Soldier’s Song',
- 'Recitativo&#58; He ended; and the kebars sheuk',
+ 'Recitativo: He ended; and the kebars sheuk',
'I once was a maid',
- 'Recitativo&#58; Poor merry Andrew in the neuk',
+ 'Recitativo: Poor merry Andrew in the neuk',
'Sir Wisdom’s a fool when he’sfou',
- 'Recitativo&#58; The neist outspak a raucle carlin',
+ 'Recitativo: The neist outspak a raucle carlin',
'John Highlandman',
- 'Recitativo&#58; A pigmy scraper wi’ his fiddle',
+ 'Recitativo: A pigmy scraper wi’ his fiddle',
'I am a fiddler to my trade',
- 'Recitativo&#58; Her charmshad struck a sturdy caird',
+ 'Recitativo: Her charmshad struck a sturdy caird',
'My Bonnie Lass',
- 'Recitativo&#58; The caird prevail’d',
+ 'Recitativo: The caird prevail’d',
'I am a bard of no regard',
- 'Recitativo&#58; So sung the bard',
+ 'Recitativo: So sung the bard',
'A fig for those by law protected',
'Auld Lang Syne',
],
diff --git a/src/data/scotsoun/sscd051.ts b/src/data/scotsoun/sscd051.ts
index a8d26cc..c58d4e3 100644
--- a/src/data/scotsoun/sscd051.ts
+++ b/src/data/scotsoun/sscd051.ts
@@ -14,19 +14,19 @@ const cd: Scotsoun = {
'Intro to My Peggy is a Young Thing',
'My Peggy is a Young Thing',
'Introduction by Dr Alexander Law the extracts',
- 'Act I Scene 1&#58; Patie and Roger',
- 'Act I scene 2&#58; Peggy and Jenny',
- 'Act II scene 1 lines 64–90&#58; Symon and Glaud',
- 'Intro to Act II scene 3&#58;',
- 'Act II scene 3&#58; Maud and Bauldy',
- 'Act II scene 4 lines 47–125&#58; Peggy and Patie',
+ 'Act I Scene 1: Patie and Roger',
+ 'Act I scene 2: Peggy and Jenny',
+ 'Act II scene 1 lines 64–90: Symon and Glaud',
+ 'Intro to Act II scene 3:',
+ 'Act II scene 3: Maud and Bauldy',
+ 'Act II scene 4 lines 47–125: Peggy and Patie',
'The Lass o Patie’s Mill',
- 'Intro Act III scene 4&#58;',
- 'Act III scene 4 lines 47–113&#58; Sir William and Symon',
- 'Intro Act IV scene 2&#58;',
- 'Act IV scene 2 lines 112–221&#58; Peggy and Patie',
+ 'Intro Act III scene 4:',
+ 'Act III scene 4 lines 47–113: Sir William and Symon',
+ 'Intro Act IV scene 2:',
+ 'Act IV scene 2 lines 112–221: Peggy and Patie',
'Jenny Nettles',
- 'Intro Act V scene 3&#58;',
+ 'Intro Act V scene 3:',
'Act V scene 3 lines 64–143, 199–end',
'My Patie is a Lover Gay',
],
diff --git a/src/data/scotsoun/sscd070.ts b/src/data/scotsoun/sscd070.ts
index b1a0d91..7cd16ac 100644
--- a/src/data/scotsoun/sscd070.ts
+++ b/src/data/scotsoun/sscd070.ts
@@ -8,8 +8,8 @@ const cd: Scotsoun = {
price: '11.00',
scotsounId: '070',
trackList: [
- 'Revelation, 9&#58;1-21, read by David Stephen',
- 'Revelation, 22&#58;7-17, read by David Stephen',
+ 'Revelation, 9:1-21, read by David Stephen',
+ 'Revelation, 22:7-17, read by David Stephen',
],
};
diff --git a/src/data/scotsoun/sscd072.ts b/src/data/scotsoun/sscd072.ts
index 9f0246e..6eeb24f 100644
--- a/src/data/scotsoun/sscd072.ts
+++ b/src/data/scotsoun/sscd072.ts
@@ -1,9 +1,9 @@
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
- title: '"Poems in Scots &amp; Gaelic"',
+ title: '"Poems in Scots & Gaelic"',
subtitle: '"from ‘17 Poems for 6d’"',
- longName: '"Poems in Scots &amp; Gaelic – from ‘17 Poems for 6d’"',
+ longName: '"Poems in Scots & Gaelic – from ‘17 Poems for 6d’"',
author: 'Robert Garioch and Somhairle MacGill-Eain',
cdCount: 1,
price: '11.00',
diff --git a/src/data/scotsoun/sscd079.ts b/src/data/scotsoun/sscd079.ts
index caff6a8..19d14a0 100644
--- a/src/data/scotsoun/sscd079.ts
+++ b/src/data/scotsoun/sscd079.ts
@@ -2,8 +2,8 @@ import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
title: 'Langholm Memorial Sculpture',
- subtitle: '"&amp; 21 local poems of Hugh MacDiarmaid"',
- longName: '"Langholm Memorial Sculpture &amp; 21 local poems of Hugh MacDiarmaid"',
+ subtitle: '"& 21 local poems of Hugh MacDiarmaid"',
+ longName: '"Langholm Memorial Sculpture & 21 local poems of Hugh MacDiarmaid"',
author: 'Hugh MacDiarmaid',
cdCount: 2,
price: '18.00',
diff --git a/src/data/scotsoun/sscd089.ts b/src/data/scotsoun/sscd089.ts
index 5ca5a58..e4499ae 100644
--- a/src/data/scotsoun/sscd089.ts
+++ b/src/data/scotsoun/sscd089.ts
@@ -10,7 +10,7 @@ const cd: Scotsoun = {
scotsounId: '089',
trackList: [
'Wild Hairst Making Tracks',
- 'Mr &amp; Mrs Absentee Landlord Despatches Home',
+ 'Mr & Mrs Absentee Landlord Despatches Home',
'Fhir Tha ’D Sheasamh air mo Lic Despatches Home',
'A Celtic History Four points of a Saltire',
'New Farrant Weys Making Tracks',
diff --git a/src/data/scotsoun/sscd099.ts b/src/data/scotsoun/sscd099.ts
index 88468e3..c2640c1 100644
--- a/src/data/scotsoun/sscd099.ts
+++ b/src/data/scotsoun/sscd099.ts
@@ -10,19 +10,19 @@ const cd: Scotsoun = {
scotsounId: '099',
trackList: [
'Guestless Howff',
- 'Dain do Eimhir XLIII&#58; Were ’t no for Ye',
- 'Dain do Eimhir LI&#58; I the Connachan Time',
- 'Dain do Eimhir XXLIII&#58; The Ghaists',
- 'Dain Eile XVII&#58; Wad ye be Atween a Lassie’s',
- 'Dain do Eimhir LIV&#58; Ye were the Dawn',
+ 'Dain do Eimhir XLIII: Were ’t no for Ye',
+ 'Dain do Eimhir LI: I the Connachan Time',
+ 'Dain do Eimhir XXLIII: The Ghaists',
+ 'Dain Eile XVII: Wad ye be Atween a Lassie’s',
+ 'Dain do Eimhir LIV: Ye were the Dawn',
'Lass wi the Keekin-Gless',
- 'Gealach Ur&#58; A Communist Sicht o the New Mune',
- 'Dain do Eimhir XXXIII&#58; The Weird o Makars',
- 'Dain do Eimhir LVII&#58; A Face Aye Hauntan',
- 'Dain do Eimhir XXXIV&#58; When I am Talkan o the Face and Natur',
- 'Dain do Eimhir XLII&#58; Were we Thegither, Me and You',
- 'Dain do Eimhir LV&#58; I Dinna Ken the Sense o ma Trauchlan',
- 'Dain do Eimhir LIII&#58; I Fashna Masel for the Grand Revolution',
+ 'Gealach Ur: A Communist Sicht o the New Mune',
+ 'Dain do Eimhir XXXIII: The Weird o Makars',
+ 'Dain do Eimhir LVII: A Face Aye Hauntan',
+ 'Dain do Eimhir XXXIV: When I am Talkan o the Face and Natur',
+ 'Dain do Eimhir XLII: Were we Thegither, Me and You',
+ 'Dain do Eimhir LV: I Dinna Ken the Sense o ma Trauchlan',
+ 'Dain do Eimhir LIII: I Fashna Masel for the Grand Revolution',
'Hielant Woman',
'On a North British Devolutionary',
'Ice-Flumes Owergie their Lades',
@@ -31,7 +31,7 @@ const cd: Scotsoun = {
'Pious Ejaculation in Aberdeen',
'Thesaurus Paleo-Scoticus',
'For Alasdair',
- 'In Memoriam, Douglas Young&#58;',
+ 'In Memoriam, Douglas Young:',
'Luve',
'For a Wife in Jizzen',
'Dante, Vita Nova, frae the second canzone',
@@ -40,8 +40,8 @@ const cd: Scotsoun = {
'Grey are the Sands',
'Til the Andantino frae Gluck’s Orpheus',
'Rowans are Rowthie',
- 'I loed Ye Yince&#58; into Scots',
- 'I loed Ye Yince&#58; into German',
+ 'I loed Ye Yince: into Scots',
+ 'I loed Ye Yince: into German',
'Sabbath i the Mearns',
'The Ballant o the Laird’s Bath',
'Last Lauch',
diff --git a/src/data/scotsoun/sscd117.ts b/src/data/scotsoun/sscd117.ts
index 4ccbe3f..5556f78 100644
--- a/src/data/scotsoun/sscd117.ts
+++ b/src/data/scotsoun/sscd117.ts
@@ -68,7 +68,7 @@ const cd: Scotsoun = {
'To Minnie',
'To My Name-Child',
'To Any Reader',
- 'Reprise&#58; From a Railway Carriage',
+ 'Reprise: From a Railway Carriage',
],
};
diff --git a/src/data/scotsoun/sscd146.ts b/src/data/scotsoun/sscd146.ts
index 7083ea7..b19dbc2 100644
--- a/src/data/scotsoun/sscd146.ts
+++ b/src/data/scotsoun/sscd146.ts
@@ -9,7 +9,7 @@ const cd: Scotsoun = {
scotsounId: '146',
trackList: [
'Beloved Scotland (The Lost Pibroch)',
- 'Structure of the Pibroch&#58; illustrated on the chanter by W McCallum',
+ 'Structure of the Pibroch: illustrated on the chanter by W McCallum',
'Introduction to Strathspeys',
'Inveraray Castle (Strathspey)',
'The Caledonian Society of London (Strathspey)',
diff --git a/src/data/scotsoun/sscd805.ts b/src/data/scotsoun/sscd805.ts
index 3b1a999..cff201b 100644
--- a/src/data/scotsoun/sscd805.ts
+++ b/src/data/scotsoun/sscd805.ts
@@ -8,75 +8,75 @@ const cd: Scotsoun = {
price: '18.00',
scotsounId: '805',
trackList: [
- 'Corn Dolly&#58; Stagwyse',
+ 'Corn Dolly: Stagwyse',
'Corachree',
- 'A Gweed New Year&#58; Cyard’s Kist',
+ 'A Gweed New Year: Cyard’s Kist',
'Oh the Shearin’s nae fur you',
- 'A Drap o Bluid&#58; Stagwyse',
+ 'A Drap o Bluid: Stagwyse',
'Davie Green the Grocer Oh',
- 'Pinto&#58; The Heavenly Cow of Thebes',
+ 'Pinto: The Heavenly Cow of Thebes',
'The Corncraik',
- 'Oh tae be a Salmon&#58; Hamedrauchtit',
+ 'Oh tae be a Salmon: Hamedrauchtit',
'Farewell My Love',
- 'The Watcher in the Grass&#58; Winnlestrae',
+ 'The Watcher in the Grass: Winnlestrae',
'The Dance of Death',
- 'The Dying Room&#58; Dule Tree',
+ 'The Dying Room: Dule Tree',
'The Twa Corbies',
- 'The Lan far Ballads Grow&#58; Boorich o Fowk',
+ 'The Lan far Ballads Grow: Boorich o Fowk',
'The Braes o Strathdon',
- 'The Herrin Fleet&#58; Gallery Prints',
+ 'The Herrin Fleet: Gallery Prints',
'Come aa ye Fisher Lasses',
- 'Mr McAfferty&#58; Boorich o Fowk',
+ 'Mr McAfferty: Boorich o Fowk',
'A Dotteret Aul Carl',
- 'Castlegate Doo&#58; Skin Balaclavas',
+ 'Castlegate Doo: Skin Balaclavas',
'St Machar’s Cathedral',
- 'Swing High Swing Low&#58; Skin Balaclavas',
+ 'Swing High Swing Low: Skin Balaclavas',
'The Mannie in the Lobby',
- 'Highland Cow&#58; Bringing up the Tail',
+ 'Highland Cow: Bringing up the Tail',
'Braes o Balquidder',
- 'I had a little Patio&#58; Bringing up the Tail',
+ 'I had a little Patio: Bringing up the Tail',
'The Guid-luikin Widda',
- 'It’s a Sair Fecht&#58; Dule Tree',
+ 'It’s a Sair Fecht: Dule Tree',
'The Jauntin Car',
'What’s in your handbag honey? Serendipity',
'Lady Mary',
- 'Sin eater&#58; Likeable Ordeal',
+ 'Sin eater: Likeable Ordeal',
'Cruel Mither',
'A Melting Baby; Owl Hour',
'The Lass Amang the Heather',
- 'The Intended&#58; Likeable Ordeal',
+ 'The Intended: Likeable Ordeal',
'I Aince Luved a Lad',
- 'Epiphany&#58; Dule Tree',
+ 'Epiphany: Dule Tree',
'Gallawa Hills',
- 'A Postcard from England&#58; Dule Tree',
+ 'A Postcard from England: Dule Tree',
'Far Ower the North',
- 'The Flooers o War&#58; Dule Tree',
+ 'The Flooers o War: Dule Tree',
'Lovely Molly',
- 'The Silkie Hunter&#58; Sea Quine',
+ 'The Silkie Hunter: Sea Quine',
'The Laird o Windy Waas',
- 'Wee Beach Hooses&#58; Sea Quine',
+ 'Wee Beach Hooses: Sea Quine',
'A Merchant’s Son',
- 'Wickerman&#58; Likeable Ordeal',
+ 'Wickerman: Likeable Ordeal',
'The Deliverance Sang',
- 'Pantheist in a Hey Park&#58; Diminishing Lines',
+ 'Pantheist in a Hey Park: Diminishing Lines',
'Tarland Laws',
- 'The Bagpipe Player&#58; Sea Quine',
+ 'The Bagpipe Player: Sea Quine',
'The Dancin Piper',
- 'Crivie Gull&#58; Sea Quine',
+ 'Crivie Gull: Sea Quine',
'Banks o Claudy',
- 'Bon Accord&#58; Diminishing Lines',
+ 'Bon Accord: Diminishing Lines',
'Biddy Milligan',
- 'At the Festival&#58; Likeable Ordeal',
+ 'At the Festival: Likeable Ordeal',
'Erin Go Bragh',
- 'The Plunderers&#58; Likeable Ordeal',
+ 'The Plunderers: Likeable Ordeal',
'The Diamond',
- 'Auld Man o the Sea&#58; Dule Tree',
+ 'Auld Man o the Sea: Dule Tree',
'The Boddamers Hanged the Monkey oh',
- 'Monkey-City&#58; Dule Tree',
+ 'Monkey-City: Dule Tree',
'Geordie Weir',
- 'Femme Fatale&#58; Sea Quine',
+ 'Femme Fatale: Sea Quine',
'Ghaists o the Nor East Neuk',
- 'Affirmation&#58; Diminishing Lines',
+ 'Affirmation: Diminishing Lines',
],
};