yacy_search_server/htroot/Table_API_p.html
Michael Peter Christen 24c9bb35f7 extended the Scheduler: introduced scheduled events
- an event type (once, regular) can be selected
- for this event type, a fixed time can be selected. This may be either
directly after startup or at one of the full hours at a day (==25
options)
The main point about this feature is the opportunity to start an action
directly after startup. That makes it possible to create YaCy
distributions which, after started at the first time, start to index
parts of the intranet/internet by itself.
2012-12-22 16:27:14 +01:00

213 lines
12 KiB
HTML

<!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]#': Peer Steering</title>
#(showtable)#::
<link rel="alternate" type="application/xml" title="Tables" href="Tables.rss?table=#[table]#" />
#(/showtable)#
#%env/templates/metas.template%#
<script type="text/javascript">
<!--
// The chrome browser is getting the wrong value if we try to get the value inside the script "var checkStatus=inputs.elements[0].checked;" - so now the value is a parameter
function checkAll (formToCheckAll, checkStatus) {
var inputs=document.getElementById(formToCheckAll);
//var checkStatus=inputs.elements[0].checked;
for (var i =0; i < inputs.elements.length; i++) {
inputs.elements[i].checked = checkStatus;
}
}
-->
</script>
<script type="text/javascript">
function submitchange(from) {
document.getElementById("apilist").action = "Table_API_p.html#" + from;
document.getElementById ("scheduleeventaction").value = "true";
document.getElementById("current_pk").value = from;
document.getElementById("apilist").submit();
}
</script>
<script type="text/javascript" src="/js/sorttable.js"></script>
</head>
<body id="Tables">
<div id="api">
<a href="/api/table_p.xml?table=api&count=100&search=" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a>
<span>The information that is presented on this page can also be retrieved as XML
Click the API icon to see the XML.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
</div>
<div id="fullcontent">
#(inline)##%env/templates/header.template%#
<h2>Process Scheduler</h2>
<p>This table shows actions that had been issued on the YaCy interface
to change the configuration or to request crawl actions.
These recorded actions can be used to repeat specific actions and to send them
to a scheduler for a periodic execution.
</p>::#(/inline)#
#(showtable)#::
<form action="Table_API_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" id="apilist">
<fieldset>
<legend><label for="apilist">Recorded Actions</label></legend>
<br />
<span id="resCounter" style="display: inline;">
#(navigation)#
::
#(left)#<img src="env/grafics/navdl.gif" alt="no previous page" />::<a href="Table_API_p.html?startRecord=#[startRecord]#&amp;maximumRecords=#[maximumRecords]#&amp;inline=#(inline)#false::true#(/inline)#&amp;filter=#[filter]#" target="_self"><img src="env/grafics/navsl.gif" alt="previous page" /></a>#(/left)#
#[startRecord]#-#[to]# of #[of]#
#(right)#<img src="env/grafics/navdr.gif" alt="no next page" />::<a href="Table_API_p.html?startRecord=#[startRecord]#&amp;maximumRecords=#[maximumRecords]#&amp;inline=#(inline)#false::true#(/inline)#&amp;filter=#[filter]#" target="_self"><img src="env/grafics/navsr.gif" alt="next page" /></a>#(/right)#
<img src="env/grafics/nave.gif" alt="" />
#(/navigation)#
<input type="hidden" name="startRecord" value="#[startRecord]#" />
<input type="hidden" name="maximumRecords" value="#[maximumRecords]#" />
<input type="hidden" name="inline" value="#(inline)#false::true#(/inline)#" />
<input type="hidden" name="filter" value="#[filter]#" />
<input type="text" name="query" value="#[query]#" style="font-size:16px;float:left;border:0px;height:20px;background-image:url('env/grafics/find.gif');background-repeat:no-repeat;background-position:right top;" />
</span>
<br/>
<div style="clear:both;">
<table class="sortable" style="border:0px; padding:2px; border-spacing:1px">
<tr class="TableHeader" valign="bottom">
<th class="sorttable_nosort"><input type="checkbox" id="allswitch" onclick="checkAll(this.form.id, this.checked);" /></th>
<th>Type</th>
<th style="width: 100%;">Comment</th>
<th>Call<br/>Count</th>
<th>Recording<br/>Date</th>
<th>Last&nbsp;Exec<br/>Date</th>
<th>Next&nbsp;Exec<br/>Date</th>
<th class="sorttable_nosort">Event Trigger</th>
<th class="sorttable_nosort">Scheduler</th>
#(inline)#<th class="sorttable_nosort">URL</th>::#(/inline)#
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#" id="#[pk]#">
<td align="left"><input type="checkbox" name="item_#[count]#" value="mark_#[pk]#" /></td>
<td>#[type]#</td>
<td>#[comment]#</td>
<td>#[callcount]#</td>
<td>#[dateRecording]#</td>
<td>#[dateLastExec]#</td>
<td>#[dateNextExec]#</td>
<td>
#(event)#
<select name="event_select_#[pk]#" onchange='submitchange("#[pk]#")'>
<option value="off" selected="selected">no event</option>
<option value="on">activate event</option>
</select>
::
<table>
<tr><td>
<select name="event_kind_#[pk]#" onchange='submitchange("#[pk]#")'>
<option value="off" #(selectedoff)#::selected="selected"#(/selectedoff)#>off</option>
<option value="once" #(selectedonce)#::selected="selected"#(/selectedonce)#>run once</option>
<option value="regular" #(selectedregular)#::selected="selected"#(/selectedregular)#>run regular</option>
</select>
</td><td>
<select name="event_action_#[pk]#" onchange='submitchange("#[pk]#")'>
<option value="startup" #(selectedstartup)#::selected="selected"#(/selectedstartup)#>after start-up</option>
<option value="0000" #(selected0000)#::selected="selected"#(/selected0000)#>at 00:00h</option>
<option value="0100" #(selected0100)#::selected="selected"#(/selected0100)#>at 01:00h</option>
<option value="0200" #(selected0200)#::selected="selected"#(/selected0200)#>at 02:00h</option>
<option value="0300" #(selected0300)#::selected="selected"#(/selected0300)#>at 03:00h</option>
<option value="0400" #(selected0400)#::selected="selected"#(/selected0400)#>at 04:00h</option>
<option value="0500" #(selected0500)#::selected="selected"#(/selected0500)#>at 05:00h</option>
<option value="0600" #(selected0600)#::selected="selected"#(/selected0600)#>at 06:00h</option>
<option value="0700" #(selected0700)#::selected="selected"#(/selected0700)#>at 07:00h</option>
<option value="0800" #(selected0800)#::selected="selected"#(/selected0800)#>at 08:00h</option>
<option value="0900" #(selected0900)#::selected="selected"#(/selected0900)#>at 09:00h</option>
<option value="1000" #(selected1000)#::selected="selected"#(/selected1000)#>at 10:00h</option>
<option value="1100" #(selected1100)#::selected="selected"#(/selected1100)#>at 11:00h</option>
<option value="1200" #(selected1200)#::selected="selected"#(/selected1200)#>at 12:00h</option>
<option value="1300" #(selected1300)#::selected="selected"#(/selected1300)#>at 13:00h</option>
<option value="1400" #(selected1400)#::selected="selected"#(/selected1400)#>at 14:00h</option>
<option value="1500" #(selected1500)#::selected="selected"#(/selected1500)#>at 15:00h</option>
<option value="1600" #(selected1600)#::selected="selected"#(/selected1600)#>at 16:00h</option>
<option value="1700" #(selected1700)#::selected="selected"#(/selected1700)#>at 17:00h</option>
<option value="1800" #(selected1800)#::selected="selected"#(/selected1800)#>at 18:00h</option>
<option value="1900" #(selected1900)#::selected="selected"#(/selected1900)#>at 19:00h</option>
<option value="2000" #(selected2000)#::selected="selected"#(/selected2000)#>at 20:00h</option>
<option value="2100" #(selected2100)#::selected="selected"#(/selected2100)#>at 21:00h</option>
<option value="2200" #(selected2200)#::selected="selected"#(/selected2200)#>at 22:00h</option>
<option value="2300" #(selected2300)#::selected="selected"#(/selected2300)#>at 23:00h</option>
</select>
</td></tr>
</table>
#(/event)#
</td>
<td>
#(scheduler)#
<select name="repeat_select_#[pk]#" onchange='submitchange("#[pk]#")'#(disabled)#:: disabled="disabled"#(/disabled)#>
<option value="off" selected="selected">no repetition</option>
<option value="on">activate scheduler</option>
</select>
::
<table>
<tr><td>
<select name="repeat_time_#[pk]#" onchange='submitchange("#[pk]#")'>
#{scale}#
<option value="#[time]#" #(selected)#::selected="selected"#(/selected)#>#[time]#</option>
#{/scale}#
</select>
</td><td>
<select name="repeat_unit_#[pk]#" onchange='submitchange("#[pk]#")'>
<option value="selminutes" #(selectedMinutes)#::selected="selected"#(/selectedMinutes)#>minutes</option>
<option value="selhours" #(selectedHours)#::selected="selected"#(/selectedHours)#>hours</option>
<option value="seldays" #(selectedDays)#::selected="selected"#(/selectedDays)#>days</option>
</select>
</td></tr>
</table>
#(/scheduler)#
</td>
#(inline)#<td>#[url]#</td>::#(/inline)#
</tr>
#{/list}#
</table>
</div>
</fieldset>
<p>
<input type="hidden" name="scheduleeventaction" id="scheduleeventaction" value="false" />
<input type="hidden" name="current_pk" id="current_pk" value="" />
<input type="hidden" name="num" value="#[num]#" />
<input type="submit" name="execrows" value="Execute Selected Actions" />
<input type="submit" name="deleterows" value="Delete Selected Actions" />
</p>
</form>
#(/showtable)#
#(showexec)#::
<form action="#">
<fieldset>
<legend><label for="table">Result of API execution</label></legend>
<table class="sortable" style="border:0px; padding:2px; border-spacing:1px">
<tr class="TableHeader" valign="bottom">
<td>Status</td>
<td>URL</td>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#">
<td>#[status]#</td>
<td>#[url]#</td>
</tr>
#{/list}#
</table>
</fieldset>
</form>
#(/showexec)#
#(showschedulerhint)#::
Scheduled actions are executed after the next execution date has arrived within a time frame of #[tfminutes]# minutes.
#(/showschedulerhint)#
#(inline)##%env/templates/footer.template%#::#(/inline)#
</div>
<script type="text/javascript">
<!--
parentPage = parent.document.getElementById('APITable');
if (parentPage != null) parentPage.height = document.getElementById('fullcontent').offsetHeight + 30;
-->
</script>
</body>
</html>