Add a FAQ
authorAndreas Scherbaum <[email protected]>
Thu, 23 Jun 2022 13:24:52 +0000 (15:24 +0200)
committerAndreas Scherbaum <[email protected]>
Thu, 23 Jun 2022 13:24:52 +0000 (15:24 +0200)
template/nav_about.html
template/pages/about/faq.html [new file with mode: 0644]

index 0c6a8c6652b84aa8d71bea0482fabe404c49ad97..5d5c022751f5e2e7c4d09e7c90db48a24a083fc5 100644 (file)
@@ -12,4 +12,5 @@
   <li><a href="/about/board/">Board</a></li>
   <li><a href="/about/privacypolicy/">Privacy policy</a></li>
   <li><a href="/about/trademarks/">Trademarks</a></li>
+  <li><a href="/about/faq/">FAQ</a></li>
 {%endblock%}
diff --git a/template/pages/about/faq.html b/template/pages/about/faq.html
new file mode 100644 (file)
index 0000000..6fbc8de
--- /dev/null
@@ -0,0 +1,23 @@
+{%extends "nav_about.html"%}
+{%block title%}FAQ{%endblock%}
+{%block content%}
+<h1>Frequently Asked Questions</h1>
+
+<dl>
+
+    <dt>Can PostgreSQL Europe help us organizing a conference or a Meetup?</dt>
+    <dd>Sure. Please check out the details on our <a href="/events/services/">Event Services</a> website.</dd>
+
+    <dt>Does PostgreSQL Europe run Meetups?</dt>
+    <dd>In general, PostgreSQL Europe does not run local Meetups. However we run a number of <a href="/events/">local conferences</a>. Other local User Groups are listed on the <a href="https://www.postgresql.org/community/user-groups/">postgresql.org website</a>. Please refer to the <a href="https://www.postgresql.org/list/pgsql-advocacy/">-advocacy mailing list</a> to coordinate a new local Meetup.</dd>
+
+    <dt>Can PostgreSQL Europe promote our event?</dt>
+    <dd>PostgreSQL Europe in general does not promote other events. We recommend that you add your event on the <a href="https://www.postgresql.org/account/events/new/">postgresql.org website</a>. Please also check out the <a href="https://www.meetup.com/pro/postgresql">PostgreSQL Meetup</a> page.</dd>
+
+    <dt>Can we post our newest book on the PostgreSQL Europe website?</dt>
+    <dd>The <a href="https://www.postgresql.org/docs/books/">postgresql.org website</a> has a books section. Please send an email to the <a href="https://www.postgresql.org/list/pgsql-www/">-www mailing list</a> to add your book.</dd>
+
+</dl>
+
+<p>This FAQ may be updated infrequently.</p>
+{%endblock%}