Jump to content
Ketarin forum

Minor Templates


FranciscoR
 Share

Recommended Posts

Portable Google Chrome Beta (currently updating 1/month)

<?xml version="1.0" encoding="utf-16"?>
<Jobs>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <DownloadBeta>Default</DownloadBeta>

   <VariableChangeIndicator>{version}</VariableChangeIndicator>
   <CanBeShared>true</CanBeShared>
   <ShareApplication>false</ShareApplication>
   <ExclusiveDownload>true</ExclusiveDownload>
   <HttpReferer />
   <Variables>
     <item>
       <key>
         <string>version</string>
       </key>
       <value>
         <UrlVariable>
           <VariableType>RegularExpression</VariableType>
           <Regex>Portable_Google_Chrome_(\d+?\.\d+?\.\d+?\.\d+?.*?)\.exe(?=")</Regex>
           <Url>http://ftp.hosteurope.de/mirror/stadt-bremerhaven.de/Chrome/?C=M;O=D</Url>
           <Name>version</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>app</string>
       </key>
       <value>
         <UrlVariable>
           <VariableType>RegularExpression</VariableType>
           <Regex>(Portable_Google_Chrome_\d+?\.\d+?\.\d+?\.\d+?.*?)\.exe(?=")</Regex>
           <Url>http://ftp.hosteurope.de/mirror/stadt-bremerhaven.de/Chrome/?C=M;O=D</Url>
           <Name>app</Name>
         </UrlVariable>
       </value>
     </item>
   </Variables>
   <ExecuteCommand />
   <ExecutePreCommand />
   <Category>Browsers</Category>
   <SourceType>FixedUrl</SourceType>

   <DeletePreviousFile>false</DeletePreviousFile>
   <Enabled>true</Enabled>
   <FileHippoId />

   <TargetPath>{target}\{category}\{appname}_{version}.{url:ext}</TargetPath>
   <FixedDownloadUrl>http://ftp.hosteurope.de/mirror/stadt-bremerhaven.de/Chrome/{app}.exe</FixedDownloadUrl>
   <Name>Chrome</Name>
 </ApplicationJob>
</Jobs>

 

Firefox codename Shiretoko and Nakomora (bundle)

<?xml version="1.0" encoding="utf-16"?>
<Jobs>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <DownloadBeta>Default</DownloadBeta>

   <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
   <VariableChangeIndicator />
   <CanBeShared>true</CanBeShared>
   <ShareApplication>false</ShareApplication>
   <ExclusiveDownload>false</ExclusiveDownload>
   <HttpReferer />
   <Variables>
     <item>
       <key>
         <string>version</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>firefox-(\d+[\.\w+]+)(?=\.en-US\.win32\.installer\.exe)</Regex>
           <Url>http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/</Url>
           <Name>version</Name>
         </UrlVariable>
       </value>
     </item>
   </Variables>
   <ExecuteCommand />
   <ExecutePreCommand />
   <Category>Internet</Category>
   <SourceType>FixedUrl</SourceType>

   <DeletePreviousFile>true</DeletePreviousFile>
   <Enabled>true</Enabled>
   <FileHippoId />

   <TargetPath>{target}\{category}\Test\{appname}_{version}.{url:ext}</TargetPath>
   <FixedDownloadUrl>http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-{version}.en-US.win32.installer.exe</FixedDownloadUrl>
   <Name>Firefox Nakomora</Name>
 </ApplicationJob>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <DownloadBeta>Default</DownloadBeta>

   <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
   <VariableChangeIndicator />
   <CanBeShared>true</CanBeShared>
   <ShareApplication>false</ShareApplication>
   <ExclusiveDownload>false</ExclusiveDownload>
   <HttpReferer />
   <Variables>
     <item>
       <key>
         <string>version</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>(?<=http://download.mozilla.org/\?product\=firefox-)(\d+[\.\w+]+)(?=&amp\</Regex>
           <Url>http://www.mozilla.com/en-US/firefox/all-beta.html</Url>
           <Name>version</Name>
         </UrlVariable>
       </value>
     </item>
   </Variables>
   <ExecuteCommand />
   <ExecutePreCommand />
   <Category>Internet</Category>
   <SourceType>FixedUrl</SourceType>

   <DeletePreviousFile>true</DeletePreviousFile>
   <Enabled>true</Enabled>
   <FileHippoId />

   <TargetPath>{target}\{category}\Test\{appname}_{version}.{url:ext}</TargetPath>
   <FixedDownloadUrl>http://download.mozilla.org/?product=firefox-{version}&os=win〈=en-US</FixedDownloadUrl>
   <Name>Firefox Shiretoko</Name>
 </ApplicationJob>
</Jobs>

 

Ketarin Latest Build (incl. Betas)

<?xml version="1.0" encoding="utf-16"?>
<Jobs>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <DownloadBeta>Default</DownloadBeta>

   <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
   <VariableChangeIndicator />
   <CanBeShared>false</CanBeShared>
   <ShareApplication>false</ShareApplication>
   <ExclusiveDownload>false</ExclusiveDownload>
   <HttpReferer />
   <Variables>
     <item>
       <key>
         <string>version</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>true</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>(?<=Ketarin-)(\d+?(?:\.\d+?)+)(?=\.zip)</Regex>
           <Url>http://ketarin.canneverbe.com/downloads/Ketarin/?C=M;O=A</Url>
           <Name>version</Name>
         </UrlVariable>
       </value>
     </item>
   </Variables>
   <ExecuteCommand />
   <ExecutePreCommand />
   <Category>Internet</Category>
   <SourceType>FixedUrl</SourceType>

   <DeletePreviousFile>false</DeletePreviousFile>
   <Enabled>true</Enabled>
   <FileHippoId />

   <TargetPath>{target}\{category}\{url:basefile}_{f:dd}-{f:MM}.{url:ext}</TargetPath>
   <FixedDownloadUrl>http://ketarin.canneverbe.com/downloads/Ketarin/Ketarin-{version}.zip</FixedDownloadUrl>
   <Name>Ketarin</Name>
 </ApplicationJob>
</Jobs>

Edited by FranciscoR
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.