Add information about OpenBSD packages/ports
authorMagnus Hagander <magnus@hagander.net>
Sun, 10 Jun 2012 11:25:42 +0000 (13:25 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 10 Jun 2012 11:25:42 +0000 (13:25 +0200)
templates/pages/download.html
templates/pages/download/openbsd.html [new file with mode: 0644]

index 4b441945badfef65e5359e94c5fb57df2491f2e8..003d21338256dfc5a3fd5e211ef32891c9d08513 100644 (file)
@@ -25,7 +25,7 @@ The full package includes:</p>
 <p>Pre-built binary packages are available for a number of different operating systems:</p>
 
 <div align="center">
-<a href="/download/freebsd">FreeBSD</a> &middot; <a href="/download/linux">Linux</a> &middot; <a href="/download/macosx">Mac OS X</a> &middot; <a href="/download/solaris">Solaris</a> &middot; <a href="/download/windows">Windows</a>
+<a href="/download/freebsd">FreeBSD</a> &middot; <a href="/download/linux">Linux</a> &middot; <a href="/download/openbsd">OpenBSD</a> &middot; <a href="/download/macosx">Mac OS X</a> &middot; <a href="/download/solaris">Solaris</a> &middot; <a href="/download/windows">Windows</a>
 </div>
 
 <h3>Source code</h3>
diff --git a/templates/pages/download/openbsd.html b/templates/pages/download/openbsd.html
new file mode 100644 (file)
index 0000000..c766467
--- /dev/null
@@ -0,0 +1,15 @@
+{%extends "base/page.html"%}\r
+{%block title%}OpenBSD packages{%endblock%}\r
+{%block contents%}\r
+\r
+<h1>OpenBSD packages</h1>\r
+\r
+<h2>OpenBSD Ports</h2>\r
+\r
+<p>PostgreSQL packages are available for OpenBSD from the <a href="http://www.openbsd.org/faq/faq15.html">OpenBSD \r
+    Ports and Packages Collection</a>. Please see the ports documentation for information on how\r
+to install ports.</p>\r
+\r
+<p><i>The OpenBSD PostgreSQL Ports are maintained by Pierre-Emmanuel Andre.</i></p>\r
+\r
+{%endblock%}\r