Skip to content

Commit

Permalink
Merge pull request #376 from UniversityRadioYork/alyx-dab
Browse files Browse the repository at this point in the history
add references to DAB
  • Loading branch information
alyxbb authored Sep 15, 2024
2 parents d185da1 + 293ea72 commit 124d834
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[pageContext]
longName = "University Radio York"
shortName = "URY"
siteDescription = "University Radio York (URY) is the student radio station for the University of York, broadcasting 24 hours a day during term time on 88.3FM across campus, and worldwide via this website."
siteDescription = "University Radio York (URY) is the student radio station for the University of York, broadcasting 24 hours a day during term time on 88.3FM across campus, on digital radio across York, and worldwide via this website."

urlPrefix = ""
fullURL = "https://ury.org.uk"
Expand Down
6 changes: 3 additions & 3 deletions faqs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Its an array of objects with question and answer fields

# Format:
# Format:
# [[faqs]]
# question = "Question Here"
# answer = "Answer Here"
Expand All @@ -17,7 +17,7 @@

[[faqs]]
question = "How do I listen to URY?"
answer = "Grab the boombox from your parents’ attic and tune it to 88.3FM, go to our website: ury.org.uk/live, ask your smart speaker “play University Radio York”, or get the Radioplayer, TuneIn, or Apple Music app."
answer = "Grab the boombox from your parents’ attic and tune it to 88.3FM, find URY on your digital radio, go to our website: ury.org.uk/live, ask your smart speaker “play University Radio York”, or get the Radioplayer, TuneIn, or Apple Music app."

[[faqs]]
question = "Can I get a show?"
Expand Down Expand Up @@ -100,4 +100,4 @@ seemore = "teams/production"

[[faqs]]
question = "Can I do more than one show? Do I need to pay extra?"
answer = "You can do as many shows as you want - if you see a gap on our schedule, chances are you can fill it! You only pay once, and then you’re a member for the rest of the year, no matter how many shows you do."
answer = "You can do as many shows as you want - if you see a gap on our schedule, chances are you can fill it! You only pay once, and then you’re a member for the rest of the year, no matter how many shows you do."
7 changes: 4 additions & 3 deletions views/about.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<div class="row">
<div class="col-md-6 col-lg-4">
<h2>On Air</h2>
<h3>FM Radio</h3>
<p>We broadcast across campus and the city of York on 88.3MHz FM.</p>
<p>Whether you have a radio in your alarm clock or in your car (or even a 'proper' radio!), make sure to tune it to 88.3FM!</p>
<h3>FM and Digital Radio</h3>
<p>We broadcast across campus and the city of York on 88.3MHz FM and digital radio.</p>
<p>Whether you have a radio in your alarm clock or in your car (or even a 'proper' radio!), make sure to tune in.</p>
<h3>In Your Ears</h3>
<p>URY can occasionally be heard out and about on campus, as we regularly attend campus events such as move-in days, Freshers’ Fairs, and Elections Result Night. If you hear us, come along and say hi!</p>
</div>
Expand Down Expand Up @@ -134,6 +134,7 @@
<p>In 2018 we were awarded a grant by the University of York of £40,000 to upgrade our studios, and upgrade them we certainly did. Brand new audio equipment, a total interior re-design, and fancy red/blue colour schemes to match, the 40K project, completed Christmas 2019 and fronted by some of URY's most dedicated members, allowed us to produce highly polished material while also giving the broader community in the University a place to create their own audio content.</p>
<p>Over the decades we've enjoyed ourselves doing all manner of ridiculous things on and off-air. We pride ourselves on our innovative approach to radio that you will struggle to find in the industry, but luckily these ideas are recognised by industry professionals with a plethora of awards. In 2020, nearly 15 years since our last win for gold in the category - we won the gold award for Best Student Radio Station in the country at the Student Radio Awards. The judges praised the attention we gave to our audience and the novel ideas we pushed to the forefront of our content.</p>
<p>In 2021, we were given a license to broadcast on FM at the same time as AM, getting us onto both 1350AM and 88.3FM. In 2023 we decided to finally turn off our AM transmitter for good. To send it off, we broke our previous record by doing a 135-hour long broadcast which included inviting back many of our alumni to do send off shows. As of the 26th of June 2023 we no longer broadcast on AM. </p>
<p>In 2024, we were given a license to broadcast on DAB, making us one of the first student radio stations to be on digital radio</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion views/people.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{if.PageData.User.Bio}}
<meta property="og:description" content="{{.PageData.User.Bio}}">
{{else}}
<meta property="og:description" content="{{.PageData.User.Fname}}, a member of {{.PageContext.LongName}}, the UK’s oldest legal independent radio station. {{.PageContext.ShortName}} is a radio station run by students, for students. Broadcasting across campus on 88.3FM, and world-wide via our website.">
<meta property="og:description" content="{{.PageData.User.Fname}}, a member of {{.PageContext.LongName}}, the UK’s oldest legal independent radio station. {{.PageContext.ShortName}} is a radio station run by students, for students. Broadcasting across campus on 88.3FM, digital radio, and world-wide via our website.">
{{end}}
<meta property="og:image" content="{{.PageContext.FullURL}}{{url .PageData.User.Photo}}">
<meta property="og:type" content="profile">
Expand Down

0 comments on commit 124d834

Please sign in to comment.