* download redirect script for the latest version of a given package
This commit is contained in:
parent
827185d1f4
commit
30e582b02e
|
@ -435,6 +435,7 @@
|
||||||
<copy todir="${dir.dist}/website">
|
<copy todir="${dir.dist}/website">
|
||||||
<fileset dir="${dir.website}">
|
<fileset dir="${dir.website}">
|
||||||
<include name="*.xml" />
|
<include name="*.xml" />
|
||||||
|
<include name="*.php" />
|
||||||
<include name="*.html" />
|
<include name="*.html" />
|
||||||
<include name="*.css" />
|
<include name="*.css" />
|
||||||
<include name="*.js" />
|
<include name="*.js" />
|
||||||
|
@ -449,6 +450,7 @@
|
||||||
<!-- replace variables for new release -->
|
<!-- replace variables for new release -->
|
||||||
<replace dir="${dir.dist}/website" encoding="utf-8" summary="yes">
|
<replace dir="${dir.dist}/website" encoding="utf-8" summary="yes">
|
||||||
<include name="**/*.html" />
|
<include name="**/*.html" />
|
||||||
|
<include name="**/*.php" />
|
||||||
<replacefilter token="@{version}" value="${version}" />
|
<replacefilter token="@{version}" value="${version}" />
|
||||||
</replace>
|
</replace>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
<?php
|
||||||
|
$version = isset($_GET['version']) ? $_GET['version'] : '@{version}';
|
||||||
|
$arch = $_GET['arch'];
|
||||||
|
$type = $_GET['type'];
|
||||||
|
|
||||||
|
$folder = 'http://sourceforge.net/projects/filebot/files/filebot/FileBot_'.$version;
|
||||||
|
$file = 'undefined';
|
||||||
|
if ($type == 'msi')
|
||||||
|
$file = 'FileBot_'.$version.'_'.$arch.'.msi';
|
||||||
|
if ($type == 'deb')
|
||||||
|
$file = 'filebot_'.$version.'_'.$arch.'.deb';
|
||||||
|
if ($type == 'app')
|
||||||
|
$file = 'FileBot_'.$version.'.app.tar.gz';
|
||||||
|
if ($type == 'jar')
|
||||||
|
$file = 'FileBot_'.$version.'.jar';
|
||||||
|
if ($type == 'src')
|
||||||
|
$file = 'filebot-'.$version.'-src.zip';
|
||||||
|
|
||||||
|
header('HTTP/1.1 302 Found');
|
||||||
|
header('Location: '.$folder.'/'.$file.'/download');
|
||||||
|
?>
|
|
@ -122,7 +122,7 @@
|
||||||
<img width="150" height="118" src="screenshots/small/panel.rename.png" alt="Rename files" />
|
<img width="150" height="118" src="screenshots/small/panel.rename.png" alt="Rename files" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
Rename and move hundreds of media files in a matter of seconds<br/><span class="note java">physically moving files requires Java 7</span>
|
Rename and move hundreds of media files in a matter of seconds
|
||||||
</li>
|
</li>
|
||||||
<li>Fetch episode info from <a href="http://www.tvrage.com">TVRage</a>, <a href="http://anidb.net">AniDB</a>, <a href="http://www.imdb.com">IMDb</a>, <a href="http://thetvdb.com">TheTVDB</a> or <a href="http://www.serienjunkies.de">Serienjunkies</a></li>
|
<li>Fetch episode info from <a href="http://www.tvrage.com">TVRage</a>, <a href="http://anidb.net">AniDB</a>, <a href="http://www.imdb.com">IMDb</a>, <a href="http://thetvdb.com">TheTVDB</a> or <a href="http://www.serienjunkies.de">Serienjunkies</a></li>
|
||||||
<li>Accurate and robust and simply awesome file / episode matching logic</li>
|
<li>Accurate and robust and simply awesome file / episode matching logic</li>
|
||||||
|
@ -167,15 +167,15 @@
|
||||||
<span class="quote">Today is the day</span>
|
<span class="quote">Today is the day</span>
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Executable Jar: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.jar'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}.jar/download">FileBot_@{version}.jar</a> (<strong>12.5MB</strong>) <small class="comment">for Windows, Linux, Mac OS X, BSD and Solaris</small>
|
<li>Executable Jar: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.jar'])" target="_blank" href="download.php?type=jar">FileBot_@{version}.jar</a> (<strong>12.5MB</strong>) <small class="comment">for Windows, Linux, Mac OS X, BSD and Solaris</small>
|
||||||
<ul>
|
<ul>
|
||||||
<li>This package does not include the <a href="http://mediainfo.sourceforge.net/en/Download" target="_blank">MediaInfo native libraries</a>. <small class="comment">32-bit JRE requires 32-bit native libs</small></li>
|
<li>This package does not include the <a href="http://mediainfo.sourceforge.net/en/Download" target="_blank">MediaInfo native libraries</a>. <small class="comment">32-bit JRE requires 32-bit native libs</small></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Mac OS X app bundle: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.app'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}.app.tar.gz/download">FileBot_@{version}.app</a> (<strong>15MB</strong>)</li>
|
<li>Mac OS X app bundle: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.app'])" target="_blank" href="download.php?type=app">FileBot_@{version}.app</a> (<strong>15MB</strong>)</li>
|
||||||
<li>Windows installer: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x86.msi'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x86.msi/download">FileBot_@{version}_x86.msi</a> or <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x64.msi'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x64.msi/download">FileBot_@{version}_x64.msi</a> (<strong>13.2MB</strong>)</li>
|
<li>Windows installer: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x86.msi'])" target="_blank" href="download.php?type=msi&arch=x86">FileBot_@{version}_x86.msi</a> or <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x64.msi'])" target="_blank" href="download.php?type=msi&arch=x64">FileBot_@{version}_x64.msi</a> (<strong>13.2MB</strong>)</li>
|
||||||
<li>Debian packages: <a onclick="_gaq.push(['_trackPageview', '/download/filebot_i386.deb'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/filebot_@{version}_i386.deb/download">filebot_@{version}_i386.deb</a> or <a onclick="_gaq.push(['_trackPageview', '/download/filebot_amd64.deb'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/filebot_@{version}_amd64.deb/download">filebot_@{version}_amd64.deb</a> (<strong>13.2MB</strong>)</li>
|
<li>Debian packages: <a onclick="_gaq.push(['_trackPageview', '/download/filebot_i386.deb'])" target="_blank" href="download.php?type=deb&arch=i386">filebot_@{version}_i386.deb</a> or <a onclick="_gaq.push(['_trackPageview', '/download/filebot_amd64.deb'])" target="_blank" href="download.php?type=deb&arch=amd64">filebot_@{version}_amd64.deb</a> (<strong>13.2MB</strong>)</li>
|
||||||
<li>Source Zip: <a onclick="_gaq.push(['_trackPageview', '/download/filebot-src.zip'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/filebot-@{version}-src.zip/download">filebot-@{version}-src.zip</a> (<strong>450kB</strong>)</li>
|
<li>Source Zip: <a onclick="_gaq.push(['_trackPageview', '/download/filebot-src.zip'])" target="_blank" href="download.php?type=src">filebot-@{version}-src.zip</a> (<strong>450kB</strong>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue