Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoradio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ale
autoradio
Commits
b82f0263
Commit
b82f0263
authored
5 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Drop the custom XSLT status stylesheet for Icecast
parent
d8858609
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
v2.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/rules
+0
-5
0 additions, 5 deletions
debian/rules
debian/status.xsl
+0
-19
0 additions, 19 deletions
debian/status.xsl
with
0 additions
and
24 deletions
debian/rules
+
0
−
5
View file @
b82f0263
...
...
@@ -12,11 +12,6 @@ override_dh_auto_install:
dh_auto_install
$(RM) -rv $(DESTDIR)/usr/share/gocode
# Icecast2 status XSL template.
install -d -m 755 -o root -g root $(DESTDIR)/usr/share/icecast2/web
install -m 644 -o root -g root $(CURDIR)/debian/status.xsl \
$(DESTDIR)/usr/share/icecast2/web/status-autoradio.xsl
override_dh_installinit:
dh_installinit --name=autoradio
...
...
This diff is collapsed.
Click to expand it.
debian/status.xsl
deleted
100644 → 0
+
0
−
19
View file @
d8858609
<xsl:stylesheet
version=
"1.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:output
method=
"xml"
></xsl:output>
<xsl:template
match=
"/icestats"
>
<status>
<xsl:for-each
select=
"source"
>
<mount>
<xsl:attribute
name=
"name"
><xsl:value-of
select=
"@mount"
></xsl:value-of></xsl:attribute>
<listeners><xsl:value-of
select=
"listeners"
></xsl:value-of></listeners>
<bitrate><xsl:value-of
select=
"bitrate"
></xsl:value-of></bitrate>
<quality><xsl:value-of
select=
"quality"
></xsl:value-of></quality>
<video-quality><xsl:value-of
select=
"video_quality"
></xsl:value-of></video-quality>
<frame-size><xsl:value-of
select=
"frame_size"
></xsl:value-of></frame-size>
<frame-rate><xsl:value-of
select=
"frame_rate"
></xsl:value-of></frame-rate>
</mount>
</xsl:for-each>
</status>
</xsl:template>
</xsl:stylesheet>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment