-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 780 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title>RestPose</title>
</head>
<body>
<h1>RestPose</h1>
<p>RestPose is a search server based on <a href="http://xapian.org">Xapian</a>.</p>
<h2>Documentation</h2>
<ul>
<li><a href="http://restpose.readthedocs.org/">RestPose server</a></li>
<li><a href="http://restpose-py.readthedocs.org/">RestPose Python client</a></li>
</ul>
<h2>Development</h2>
<ul>
<li><a href="http://github.com/restpose/restpose">RestPose server</a> - the server itself</li>
<li><a href="http://github.com/restpose/restpose-py">RestPose python client</a> - a Python client for RestPose</li>
<li> <a href="http://github.com/restpose/rspview">RestPose webapp</a> - a simple webapp interface to restpose</li>
</ul>
</body>
</html>