]> git.wh0rd.org - tt-rss.git/commitdiff
move buttonplayer to lib/
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 18 Apr 2011 09:54:46 +0000 (13:54 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 18 Apr 2011 09:54:46 +0000 (13:54 +0400)
extras/button/license.txt [deleted file]
extras/button/musicplayer.swf [deleted file]
extras/button/musicplayer_f6.swf [deleted file]
functions.php
lib/button/license.txt [new file with mode: 0644]
lib/button/musicplayer.swf [new file with mode: 0644]
lib/button/musicplayer_f6.swf [new file with mode: 0644]

diff --git a/extras/button/license.txt b/extras/button/license.txt
deleted file mode 100644 (file)
index 12d609e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright (c) 2005, Fabricio Zuardi\r
-All rights reserved.\r
-\r
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\r
-\r
-    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
-    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\r
-    * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\r
-\r
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
diff --git a/extras/button/musicplayer.swf b/extras/button/musicplayer.swf
deleted file mode 100644 (file)
index 39c8d53..0000000
Binary files a/extras/button/musicplayer.swf and /dev/null differ
diff --git a/extras/button/musicplayer_f6.swf b/extras/button/musicplayer_f6.swf
deleted file mode 100644 (file)
index 2eb5d57..0000000
Binary files a/extras/button/musicplayer_f6.swf and /dev/null differ
index a1d060cc8ad992b2e4a6ef2394a9ce4232a102fe..3d4a9849d26f60e5f801ae3faf991b56be8eade1 100644 (file)
                        } else {
 
                                $entry .= "<object type=\"application/x-shockwave-flash\"
-                                       data=\"extras/button/musicplayer.swf?song_url=$url\"
+                                       data=\"lib/button/musicplayer.swf?song_url=$url\"
                                        width=\"17\" height=\"17\" style='float : left; margin-right : 5px;'>
                                        <param name=\"movie\"
-                                               value=\"extras/button/musicplayer.swf?song_url=$url\" />
+                                               value=\"lib/button/musicplayer.swf?song_url=$url\" />
                                        </object>";
                        }
                }
diff --git a/lib/button/license.txt b/lib/button/license.txt
new file mode 100644 (file)
index 0000000..12d609e
--- /dev/null
@@ -0,0 +1,10 @@
+Copyright (c) 2005, Fabricio Zuardi\r
+All rights reserved.\r
+\r
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\r
+\r
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\r
+    * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\r
+\r
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
diff --git a/lib/button/musicplayer.swf b/lib/button/musicplayer.swf
new file mode 100644 (file)
index 0000000..39c8d53
Binary files /dev/null and b/lib/button/musicplayer.swf differ
diff --git a/lib/button/musicplayer_f6.swf b/lib/button/musicplayer_f6.swf
new file mode 100644 (file)
index 0000000..2eb5d57
Binary files /dev/null and b/lib/button/musicplayer_f6.swf differ