-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevelopment.html
79 lines (69 loc) · 1.88 KB
/
development.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html lang="en">
<head>
<title>pgSphere</title>
<meta charset="utf-8">
<meta name="description" content="pgSphere home">
<link href="css/pgsphere.css" rel="stylesheet">
<meta name="viewport" content="width=device-width; initial-scale=1.1;">
<link rel="shortcut icon" href="img/pg_sphere.ico" />
</head>
<body>
<header>
<div id="header_div">
<div class="logo_div">
<a href="index.html">
<img src="img/pg_sphere.png" alt="pgSphere logo"/>
</a>
</div>
<h1>
<a class="h1" href="index.html">PgSphere</a> provides spherical
data types, functions, operators, and indexing for
<a class="h1" href="http://www.postgresql.org">PostgreSQL</a>
</h1>
</div>
</header>
<main role="main">
<top_bar id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="community.html">Community</a></li>
<li class="current"><a href="development.html">Development</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</top_bar>
<div id="empty_space"></div>
<article>
<section>
<b>Source code repository</b><br/>
PgSphere source code hosting in done on Github, the
central repository being
<a href="https://github.com/postgrespro/pgsphere">
https://github.com/postgrespro/pgsphere
</a>.
The easiest way to start development on pgSphere is
forking the repository on Github or cloning it into
a local directory tree.
Also, consider
<a href="mailto:pgsphere+subscribe@googlegroups.com">
subscribing to the mailing list
</a> to
get in touch with other developers and with users.
</section>
</article>
</main>
<footer>
<ul>
<li>
<a
href="mailto:pgsphere+subscribe@googlegroups.com"
ref_address="pgsphere+subscribe@googlegroups.com">contact</a>
</li>
</ul>
<p>
pgSphere development team 2017
</p>
</footer>
</body>
</html>