-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
executable file
·52 lines (50 loc) · 1.76 KB
/
menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<!--
===== Menu Frame Contents =======
-->
<head>
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8>
<meta name="author" content="Koichi Suzuki">
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
<title>Postgres-XC Page Menu</title>
</head>
<div align="center" style="font-size:95%;">
<!-- Home -->
<a href="intro.html" target="main">HOME</a>
 
<!-- Getting Started -->
<a href="getting_started.html" target="main" title="Shows what you need to know to begin Postres-XC">Getting Started</a>
 
<!-- Download -->
<a href="download.html" target="main" title="Download XC materials">Download</a>
 
<!-- Documentation -->
<a href="http://postgres-xc.sourceforge.net/docs/" target="main">Documentation</a>
 
<!-- Wiki -->
<a href="http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Main_Page" target="_blank">Project Wiki</a>
 
<!-- GIT repository -->
<a href="http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=summary" target="_blank">GIT repository</a>
 
<!-- Development Home -->
<a href="https://sourceforge.net/projects/postgres-xc/" target="_blank">
Development
</a>
 
<!-- Project Members -->
<a href="members.html" target="main">Members</a> 
<!-- Mailing List -->
<a href="mailinglist.html" target="main">Mailing List</a> 
<!-- Scalability - Evaluation results -->
<a href="scalability.html" target="main">Scalability</a> 
<!-- Roadmap -->
<a href="roadmap.html" target="main">Roadmap</a> 
<!-- License -->
<a href="license.html" target="main">License</a> 
<!-- Contact Us -->
<a href="contactus.html" target="main">ContactUs</a>
</div>
</html>