You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
177 lines
7.6 KiB
177 lines
7.6 KiB
<!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" xml:lang="en" >
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Configuration of a RSS Search</title>
|
|
#%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" src="/js/sorttable.js"></script>
|
|
</head>
|
|
<body id="IndexCreate">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuIndexCreate.template%#
|
|
<h2>Loading of RSS Feeds</h2>
|
|
<p>
|
|
RSS feeds can be loaded into the YaCy search index.
|
|
This does not load the rss file as such into the index but all the messages inside the RSS feeds as individual documents.
|
|
</p>
|
|
|
|
<form action="Load_RSS_p.html" method="get">
|
|
<fieldset>
|
|
<dl>
|
|
<dt><b>URL of the RSS feed</b></dt>
|
|
<dd><input type="text" name="url" value="#[url]#" size="60" maxlength="256"/></dd>
|
|
<dt>Preview</dt>
|
|
<dd><input type="submit" name="showrss" value="Show RSS Items" /></dd>
|
|
<dt>Indexing</dt>
|
|
<dd>#(showload)#Available after successful loading of rss feed in preview::
|
|
<input type="submit" name="indexAllItemContent" value="Add All Items to Index (full content of url)" />
|
|
<dl>
|
|
<dt>once<input type="radio" name="repeat" value="off" checked="checked"/></dt>
|
|
<dd>load this feed once now</dd>
|
|
<dt>scheduled<input type="radio" name="repeat" value="on"/></dt>
|
|
<dd>repeat the feed loading every<br/>
|
|
<select name="repeat_time">
|
|
<option value="1">1</option><option value="2">2</option><option value="3">3</option>
|
|
<option value="4">4</option><option value="5">5</option><option value="6">6</option>
|
|
<option value="7" selected="selected">7</option>
|
|
<option value="8">8</option><option value="9">9</option><option value="10">10</option>
|
|
<option value="12">12</option><option value="14">14</option><option value="21">21</option>
|
|
<option value="28">28</option><option value="30">30</option>
|
|
</select>
|
|
<select name="repeat_unit">
|
|
<option value="selminutes">minutes</option>
|
|
<option value="selhours">hours</option>
|
|
<option value="seldays" selected="selected">days</option>
|
|
</select> automatically.
|
|
</dd>
|
|
</dl>
|
|
#(/showload)#</dd>
|
|
|
|
</dl>
|
|
</fieldset>
|
|
</form>
|
|
|
|
#(showscheduledfeeds)#::
|
|
<form id="scheduledfeeds" action="Load_RSS_p.html"><fieldset>
|
|
<legend><label for="scheduledfeeds">List of Scheduled RSS Feed Load Targets</label></legend>
|
|
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
|
|
<tr class="TableHeader" valign="bottom">
|
|
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
|
|
<td>Title</td>
|
|
<td>URL/Referrer</td>
|
|
<td>Recording</td>
|
|
<td>Last Load</td>
|
|
<td>Next Load</td>
|
|
<td>Last Count</td>
|
|
<td>All Count</td>
|
|
<td>Avg. Update/Day</td>
|
|
</tr>
|
|
#{list}#
|
|
<tr class="TableCellLight">
|
|
<td align="left"><input type="checkbox" name="item_#[count]#" value="mark_#[pk]#" /></td>
|
|
<td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[title]#</a></td>
|
|
<td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[rss]#</a><br/><a href="#[referrer]#">#[referrer]#</a></td>
|
|
<td>#[recording]#</td>
|
|
<td>#[lastload]#</td>
|
|
<td>#[nextload]#</td>
|
|
<td>#[lastcount]#</td>
|
|
<td>#[allcount]#</td>
|
|
<td>#[updperday]#</td>
|
|
</tr>
|
|
#{/list}#
|
|
</table>
|
|
<p>
|
|
<input type="hidden" name="num" value="#[num]#" />
|
|
<input type="submit" name="removeSelectedFeedsScheduler" value="Remove Selected Feeds from Scheduler" />
|
|
<input type="submit" name="removeAllFeedsScheduler" value="Remove All Feeds from Scheduler" />
|
|
</p>
|
|
</fieldset></form>
|
|
#(/showscheduledfeeds)#
|
|
|
|
#(shownewfeeds)#::
|
|
<form id="newfeeds" action="Load_RSS_p.html"><fieldset>
|
|
<legend><label for="newfeeds">Available RSS Feed List</label></legend>
|
|
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
|
|
<tr class="TableHeader" valign="bottom">
|
|
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
|
|
<td>Title</td>
|
|
<td>URL/Referrer</td>
|
|
<td>Recording</td>
|
|
</tr>
|
|
#{list}#
|
|
<tr class="TableCellLight">
|
|
<td align="left"><input type="checkbox" name="item_#[count]#" value="mark_#[pk]#" /></td>
|
|
<td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[title]#</a></td>
|
|
<td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[rss]#</a><br/><a href="#[referrer]#">#[referrer]#</a></td>
|
|
<td>#[recording]#</td>
|
|
</tr>
|
|
#{/list}#
|
|
</table>
|
|
<p>
|
|
<input type="hidden" name="num" value="#[num]#" />
|
|
<input type="submit" name="removeSelectedFeedsNewList" value="Remove Selected Feeds from Feed List" />
|
|
<input type="submit" name="removeAllFeedsNewList" value="Remove All Feeds from Feed List" />
|
|
<input type="submit" name="addSelectedFeedScheduler" value="Add Selected Feeds to Scheduler" />
|
|
</p>
|
|
</fieldset></form>
|
|
#(/shownewfeeds)#
|
|
|
|
#(showitems)#::
|
|
<form id="rssfeed" action="Load_RSS_p.html"><fieldset>
|
|
<legend><label for="rssfeed">RSS Feed of #[rss]#</label></legend>
|
|
<dl>
|
|
<dt>Title</dt><dd>#[title]#</dd>
|
|
<dt>Author</dt><dd>#[author]#</dd>
|
|
<dt>Description</dt><dd>#[description]#</dd>
|
|
<dt>Language</dt><dd>#[language]#</dd>
|
|
<dt>Date</dt><dd>#[date]#</dd>
|
|
<dt>Time-to-live</dt><dd>#[ttl]#</dd>
|
|
<dt>Docs</dt><dd>#[docs]#</dd>
|
|
</dl>
|
|
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
|
|
<tr class="TableHeader" valign="bottom">
|
|
<td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td>
|
|
<td>State</td>
|
|
<td>Title</td>
|
|
<td>URL</td>
|
|
<td>Author</td>
|
|
<td>Language</td>
|
|
<td>Date</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
#{item}#
|
|
<tr class="TableCellLight">
|
|
<td align="left">#(state)#<input type="checkbox" name="item_#[count]#" value="mark_#[guid]#" />:: :: #(/state)#</td>
|
|
#(state)#<td>new</td>::<td class="info">enqueued</td>::<td class="commit">indexed</td>#(/state)#
|
|
<td><a href="#[link]#">#[title]#</a></td>
|
|
<td><a href="#[link]#">#[link]#</a></td>
|
|
<td>#[author]#</td>
|
|
<td>#[language]#</td>
|
|
<td>#[date]#</td>
|
|
<td>#[description]#</td>
|
|
</tr>
|
|
#{/item}#
|
|
</table>
|
|
<p>
|
|
<input type="hidden" name="num" value="#[num]#" />
|
|
<input type="hidden" name="url" value="#[rss]#" />
|
|
<input type="submit" name="indexSelectedItemContent" value="Add Selected Items to Index (full content of url)" />
|
|
</p>
|
|
</fieldset></form>
|
|
#(/showitems)#
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|