* use CloudFlare to heavily cache all app.filebot.net resources

This commit is contained in:
Reinhard Pointner 2015-05-11 18:20:32 +00:00
parent e1ec0bb5cf
commit ac28c2b681
4 changed files with 11 additions and 11 deletions

View File

@ -450,7 +450,7 @@
<!-- stage created .deb files in a temporary folder -->
<property name="deb.staging" location="${dir.dist}/deb" />
<mkdir dir="${deb.staging}" />
<deb debfilenameproperty="staging.file.deb" todir="${deb.staging}" package="filebot" version="${version}" architecture="${deb.arch}" section="misc" homepage="http://www.filebot.net" priority="optional" postinst="${dir.installer}/deb/postinst.sh" prerm="${dir.installer}/deb/prerm.sh">
<deb debfilenameproperty="staging.file.deb" todir="${deb.staging}" package="filebot" version="${version}" architecture="${deb.arch}" section="misc" homepage="http://www.filebot.net/" priority="optional" postinst="${dir.installer}/deb/postinst.sh" prerm="${dir.installer}/deb/prerm.sh">
<maintainer name="Reinhard Pointner" email="rednoah@users.sourceforge.net" />
<description synopsis="The ultimate TV and Movie Renamer">FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.</description>
<tarfileset fullpath="usr/share/filebot/FileBot.jar" file="${path.fatjar}" />
@ -471,7 +471,7 @@
<!-- stage created .deb files in a temporary folder -->
<property name="ipkg.staging" location="${dir.dist}/deb-ipkg" />
<mkdir dir="${ipkg.staging}" />
<deb debfilenameproperty="staging.file.deb" todir="${ipkg.staging}" package="filebot" version="${version}" architecture="noarch" section="misc" homepage="http://www.filebot.net" priority="optional" postinst="${dir.installer}/ipkg/postinst.sh" prerm="${dir.installer}/ipkg/prerm.sh">
<deb debfilenameproperty="staging.file.deb" todir="${ipkg.staging}" package="filebot" version="${version}" architecture="noarch" section="misc" homepage="http://www.filebot.net/" priority="optional" postinst="${dir.installer}/ipkg/postinst.sh" prerm="${dir.installer}/ipkg/prerm.sh">
<maintainer name="Reinhard Pointner" email="rednoah@users.sourceforge.net" />
<description synopsis="The ultimate TV and Movie Renamer">FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.</description>
<tarfileset fullpath="opt/share/filebot/FileBot.jar" file="${path.fatjar}" />

View File

@ -279,10 +279,10 @@
<ul class="list">
<li class="macosx">Available on the <a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&amp;uo=4&amp;at=1l3vupy&amp;ct=filebot2" target="itunes_store">Mac App Store</a></li>
<li class="ubuntu">Available on the <a target="_blank" href="https://apps.ubuntu.com/cat/applications/filebot/">Ubuntu Software Center</a></li>
<li>Windows installer: <a target="_blank" href="download.php?mode=s&amp;type=nsis">FileBot_@{version}-setup.exe</a></li>
<li>Debian packages: <a target="_blank" href="download.php?mode=s&amp;type=deb&amp;arch=i386">filebot_@{version}_i386.deb</a> or <a target="_blank" href="download.php?mode=s&amp;type=deb&amp;arch=amd64">filebot_@{version}_amd64.deb</a></li>
<li>Embedded Linux package: <a target="_blank" href="download.php?mode=s&amp;type=ipkg&amp;arch=noarch">filebot_@{version}_noarch.ipk</a></li>
<li>Portable: <a target="_blank" href="download.php?mode=s&amp;type=portable">FileBot-@{version}-portable.zip</a> <small class="comment">for all platforms</small>
<li>Windows installer: <a target="_blank" href="https://app.filebot.net/download.php?type=nsis&amp;version=@{version}">FileBot_@{version}-setup.exe</a></li>
<li>Debian packages: <a target="_blank" href="https://app.filebot.net/download.php?type=deb&amp;arch=i386&amp;version=@{version}">filebot_@{version}_i386.deb</a> or <a target="_blank" href="https://app.filebot.net/download.php?type=deb&amp;arch=amd64&amp;version=@{version}">filebot_@{version}_amd64.deb</a></li>
<li>Embedded Linux package: <a target="_blank" href="https://app.filebot.net/download.php?type=ipkg&amp;arch=noarch&amp;version=@{version}">filebot_@{version}_noarch.ipk</a></li>
<li>Portable: <a target="_blank" href="https://app.filebot.net/download.php?type=portable&amp;version=@{version}">FileBot-@{version}-portable.zip</a> <small class="comment">for all platforms</small>
<ul>
<li>This package does not include the <a href="https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/lib/native/" target="_blank">MediaInfo and 7-Zip native libraries</a></li>
</ul>

View File

@ -1,7 +1,7 @@
/**
* Just add https://packages.filebot.net/syno/ in Package Sources ;)
* Just add https://app.filebot.net/syno/ in Package Sources ;)
*
* Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: https://packages.filebot.net/syno/ -> OK
* Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: https://app.filebot.net/syno/ -> OK
*/
[
{
@ -11,8 +11,8 @@
"distributor_url":"http://www.filebot.net/",
"maintainer":"rednoah",
"maintainer_url":"http://www.filebot.net/",
"icon": "http://packages.filebot.net/syno/spk.icon.png",
"snapshot": [ "http://packages.filebot.net/syno/spk.snapshot.png" ],
"icon": "http://app.filebot.net/syno/spk.icon.png",
"snapshot": [ "http://app.filebot.net/syno/spk.snapshot.png" ],
"package": "filebot",
"version": "@{version}",
"size": @{spk.size},

View File

@ -1,4 +1,4 @@
<?php
header('HTTP/1.1 302 Found');
header('Location: https://packages.filebot.net/syno/index.json');
header('Location: https://app.filebot.net/syno/index.json');
?>