-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
21 lines (21 loc) · 898 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<!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>BaseX HTTP Services</title>
<link rel="stylesheet" type="text/css" href="/style.css"/>
</head>
<body>
<div class="right"><img src="/basex.svg" width="96"/></div>
<h2>Blog Example</h2>
<div>There are three versions:</div>
<ul>
<li><a href="restxq/blog-v1/">Blog Version 1</a> (create and drop database),</li>
<li><a href="restxq/blog-v2/">Blog Version 2</a> (additionally insert, delete and update data) and</li>
<li><a href="restxq/blog-complete/">Blog Complete</a> (additionally with <code><restxq:redirect/></code>)</li>
</ul>
<p>Have fun,<br/>
<a href="http://www.basex.org/">BaseX Team</a>, 2013</p>
</body>
</html>