From: Andreas Scherbaum Date: Thu, 23 Jun 2022 13:24:52 +0000 (+0200) Subject: Add a FAQ X-Git-Url: http://git.postgresql.org/gitweb/edit?a=commitdiff_plain;h=f37fe8df0cc037b95fda5b0270309ac2eb662b1f;p=pgeu-web.git Add a FAQ --- diff --git a/template/nav_about.html b/template/nav_about.html index 0c6a8c6..5d5c022 100644 --- a/template/nav_about.html +++ b/template/nav_about.html @@ -12,4 +12,5 @@
  • Board
  • Privacy policy
  • Trademarks
  • +
  • FAQ
  • {%endblock%} diff --git a/template/pages/about/faq.html b/template/pages/about/faq.html new file mode 100644 index 0000000..6fbc8de --- /dev/null +++ b/template/pages/about/faq.html @@ -0,0 +1,23 @@ +{%extends "nav_about.html"%} +{%block title%}FAQ{%endblock%} +{%block content%} +

    Frequently Asked Questions

    + +
    + +
    Can PostgreSQL Europe help us organizing a conference or a Meetup?
    +
    Sure. Please check out the details on our Event Services website.
    + +
    Does PostgreSQL Europe run Meetups?
    +
    In general, PostgreSQL Europe does not run local Meetups. However we run a number of local conferences. Other local User Groups are listed on the postgresql.org website. Please refer to the -advocacy mailing list to coordinate a new local Meetup.
    + +
    Can PostgreSQL Europe promote our event?
    +
    PostgreSQL Europe in general does not promote other events. We recommend that you add your event on the postgresql.org website. Please also check out the PostgreSQL Meetup page.
    + +
    Can we post our newest book on the PostgreSQL Europe website?
    +
    The postgresql.org website has a books section. Please send an email to the -www mailing list to add your book.
    + +
    + +

    This FAQ may be updated infrequently.

    +{%endblock%}