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.
49 lines
1001 B
49 lines
1001 B
<!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]#': Demo-Servlet</title>
|
|
<script type="text/javascript" src="js/html.js"></script>
|
|
<script src="/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>
|
|
|
|
<script src="/currentyacypeer/js/rdf/jquery.rdfquery.core-1.0.js" type="text/javascript"></script>
|
|
|
|
<!-- This element contains the jQuery libraries and interaction routines -->
|
|
#%env/templates/metas.template%#
|
|
|
|
</head>
|
|
|
|
|
|
<body id="index">
|
|
|
|
<div>
|
|
Global RDF content:
|
|
</div>
|
|
|
|
|
|
|
|
<div id="rdfxml" name="rdfxml">
|
|
here comes the rdf data
|
|
</div>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
|
|
|
|
|
|
|
|
|
|
var rdf = $.rdf();
|
|
|
|
var databank = jQuery.rdf.databank();
|
|
|
|
rdfload (databank);
|
|
|
|
|
|
$('#rdfxml').html($.rdf().databank.dump());
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|