<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > YaCy '#[clientname]#': System Update< / title >
#%env/templates/metas.template%#
< / head >
< body style = "margin:0px;" >
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
< h2 > System Update< / h2 >
#(candeploy)#
This servlet can only be used on operation systems that are currently supported for deploy functions.
If you see this message this means that your operation sytem ist not supported.
::
< fieldset >
< legend > Manual System Update< / legend >
< dl >
< dt > Available Releases< / dt >
< dd > < form action = "ConfigUpdate_p.html" method = "get" >
< select name = "releasedownload" >
#{availreleases}#
< option # ( selected ) # ::selected # ( / selected ) # value = "#[url]#" > #[name]#< / option >
#{/availreleases}#
< / select >
< input type = "submit" name = "downloadRelease" value = "DownloadRelease" / >
< / form > < / dd >
< dt > Downloaded Releases< / dt >
< dd > < form action = "Steering.html" method = "get" >
< select name = "releaseinstall" >
#{downloadedreleases}#
< option # ( selected ) # ::selected # ( / selected ) # value = "#[file]#" > #[name]#< / option >
#{/downloadedreleases}#
< / select > #(deployenabled)#::no automated installation on development environments::
< button type = "submit" name = "update" value = "InstallRelease" >
< img src = "/env/grafics/lock.gif" alt = "" / >
Install Release
< / button > #(/deployenabled)#
< / form > < / dd >
< / dl >
< / fieldset >
< form action = "ConfigUpdate_p.html" method = "get" >
< fieldset >
< legend > Automated System Update< / legend >
< dl >
< dt >
manual update < input type = "radio" name = "updateMode" value = "manual" # ( manualUpdateChecked ) # ::checked = "checked" # ( / manualUpdateChecked ) # / >
< / dt >
< dd >
no automatic look-up, updates can be made manually using this interface (see options above)< br / > < br / >
< / dd >
< dt >
automatic update < input type = "radio" name = "updateMode" value = "auto" # ( autoUpdateChecked ) # ::checked = "checked" # ( / autoUpdateChecked ) # / >
< / dt >
< dd >
updates are made within fixed cycles:
< fieldset >
< dl >
< dt > Time beween lookup< / dt >
< dd > < input type = "text" name = "cycle" value = "#[cycle]#" size = "4" maxlength = "4" / > hours< / dd >
< dt > Release blacklist< / dt >
< dd > < input type = "text" name = "blacklist" value = "#[blacklist]#" size = "20" maxlength = "20" / > (regex on release number strings)< / dd >
< dt > Release type< / dt >
< dd >
< input type = "radio" name = "releaseType" value = "main" # ( releaseTypeMainChecked ) # ::checked = "checked" # ( / releaseTypeMainChecked ) # / > only main releases
< input type = "radio" name = "releaseType" value = "any" # ( releaseTypeAnyChecked ) # ::checked = "checked" # ( / releaseTypeAnyChecked ) # / > any release including developer releases
< / dd >
< / dl >
< / fieldset >
< / dd >
< dt > < input type = "submit" name = "configSubmit" value = "Submit" > < / dt >
< dd > #(configCommit)#::< div class = "commit" > Accepted Changes.< / div > #(/configCommit)#< / dd >
< / dl >
< / fieldset >
< / form >
< fieldset >
< legend > System Update Statistics< / legend >
< dl >
< dt > Last System Lookup< / dt > < dd > < p > #(lastlookup)#never::#[time]##(/lastlookup)#< / p > < / dd >
< dt > Last Release Download< / dt > < dd > < p > #(lastdownload)#never::#[time]##(/lastdownload)#< / p > < / dd >
< dt > Last Deploy< / dt > < dd > < p > #(lastdeploy)#never::#[time]##(/lastdeploy)#< / p > < / dd >
< / dl >
< / fieldset >
#(/candeploy)#
#%env/templates/footer.template%#
< / body >
< / html >