mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 15:03:24 -05:00
Renamed files from mt-daapd.xx to firefly.xx
This commit is contained in:
parent
9e0b672fc3
commit
a0ed0c8e43
@ -5,19 +5,19 @@ SUBDIRS=lib-js
|
||||
adminrootdir = ${pkgdatadir}/admin-root
|
||||
adminroot_DATA = ftr.html linkOpaque.gif about.html aspl-license.txt \
|
||||
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
||||
mt-daapd.css ff_logo_sm.gif config.html index.html required.gif \
|
||||
firefly.css ff_logo_sm.gif config.html index.html required.gif \
|
||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
|
||||
smartpopup.html applet.html firefly.js CREDITS status.js \
|
||||
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
||||
pngfix.js no_access.html
|
||||
|
||||
EXTRA_DIST = ftr.html linkOpaque.gif about.html aspl-license.txt \
|
||||
gpl-license.txt linkTransparent.gif config-update.html hdr.html \
|
||||
mt-daapd.css ff_logo_sm.gif config.html index.html required.gif \
|
||||
firefly.css ff_logo_sm.gif config.html index.html required.gif \
|
||||
gpl-license.html aspl-license.html thanks.html feedback.html \
|
||||
playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \
|
||||
smartpopup.html applet.html mt-daapd.js CREDITS status.js \
|
||||
smartpopup.html applet.html firefly.js CREDITS status.js \
|
||||
config.js config.xml spinner.gif spinner_stopped.gif util.js \
|
||||
pngfix.js no_access.html
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title>Firefly Media Server</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="mt-daapd.css" />
|
||||
<link rel="stylesheet" type="text/css" href="firefly.css" />
|
||||
@ispage index.html:<script type="text/javascript" src="lib-js/prototype.js"></script>:@
|
||||
@ispage index.html:<script type="text/javascript" src="lib-js/script.aculo.us/effects.js"></script>:@
|
||||
@ispage index.html:<script type="text/javascript" src="util.js"></script>:@
|
||||
@ -18,7 +18,7 @@
|
||||
@ispage playlist.html:<script type="text/javascript" src="util.js"></script>:@
|
||||
@ispage playlist.html:<script type="text/javascript" src="lib-js/rico.js"></script>:@
|
||||
@ispage playlist.html:<script type="text/javascript" src="playlist.js"></script>:@
|
||||
<script type="text/javascript" src="mt-daapd.js"></script>
|
||||
<script type="text/javascript" src="firefly.js"></script>
|
||||
</head>
|
||||
<body @ispage smart.html:onload="init()":@>
|
||||
|
||||
|
@ -159,8 +159,8 @@ Section "MainSection" SEC01
|
||||
File "${ADMIN_ROOT}\playlist.js"
|
||||
File "${ADMIN_ROOT}\playlist.html"
|
||||
File "${ADMIN_ROOT}\ff_logo_sm.gif"
|
||||
File "${ADMIN_ROOT}\mt-daapd.js"
|
||||
File "${ADMIN_ROOT}\mt-daapd.css"
|
||||
File "${ADMIN_ROOT}\firefly.js"
|
||||
File "${ADMIN_ROOT}\firefly.css"
|
||||
File "${ADMIN_ROOT}\linkTransparent.gif"
|
||||
File "${ADMIN_ROOT}\linkOpaque.gif"
|
||||
File "${ADMIN_ROOT}\index.html"
|
||||
@ -493,8 +493,8 @@ Section Uninstall
|
||||
Delete "$INSTDIR\admin-root\index.html"
|
||||
Delete "$INSTDIR\admin-root\linkOpaque.gif"
|
||||
Delete "$INSTDIR\admin-root\linkTransparent.gif"
|
||||
Delete "$INSTDIR\admin-root\mt-daapd.css"
|
||||
Delete "$INSTDIR\admin-root\mt-daapd.js"
|
||||
Delete "$INSTDIR\admin-root\firefly.css"
|
||||
Delete "$INSTDIR\admin-root\firefly.js"
|
||||
Delete "$INSTDIR\admin-root\ff_logo_sm.gif"
|
||||
Delete "$INSTDIR\admin-root\playlist.html"
|
||||
Delete "$INSTDIR\admin-root\playlist.js"
|
||||
|
Loading…
Reference in New Issue
Block a user