summaryrefslogtreecommitdiff
path: root/portal/template/en/community.html
blob: d7fce81c8ec2985b208a2d1e8a2e0ebac04827d7 (plain)
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
<!-- BEGIN page_title_block -->
Community
<!-- END page_title_block -->
<div id="pgCommunityWrap">
<div id="pgCommunity">
<h1>Community</h1>

<p>PostgreSQL is well supported by its active community. Current developments are chronicled in the <a href="/community/weeklynews">PostgreSQL Weekly News</a> and there are more than a dozen <a href="/community/lists">mailing lists</a> available, categorized into topics like administration, announcements, jobs, performance, and SQL. We also have several <a href="http://pugs.postgresql.org/">PostgreSQL User Groups</a> in the world, and there is also an active <a href="/community/irc">IRC</a> community.</p>

<p>In addition to the resources available on this site, there are also links to <a href="/community/international">international sites</a> that contain PostgreSQL information in various languages. PostgreSQL community <a href="/community/resources">resources</a> are also highlighted in this section of the website.</p>
</div>
</div>

<!-- BEGIN survey_block -->
<div id="pgSurveyWrap">
<div id="pgSurvey">
  <dl>
    <dt>func_lang("User Survey")</dt>
    <dd>{survey_question}</dd>
    <dd>
      <form method="post" action="{master_server}/vote">
      <p>
      <input type="hidden" name="action" value="vote"/>
      <input type="hidden" name="surveyid" value="{survey_id}"/>
      <!-- BEGIN survey_option_loop -->
      <input type="radio" name="answer" value="{option_num}" id="surv_opt_{option_num}" /><label for="surv_opt_{option_num}">{option_text}</label><br />
      <!-- END survey_option_loop -->
      </p>
      <p><input id="surveySubmit" type="submit" name="submit" value="func_lang('Vote')" /></p>
      </form>
    </dd>
    <dd><a href="/community/survey.{survey_id}">func_lang("Results")</a></dd>
  </dl>
</div>
</div>
<!-- END survey_block -->

<!-- BEGIN planet_block -->
<div id="pgPlanetWrap">
<div id="pgPlanet">
 <dl>
  <dt>Planet PostgreSQL</dt>
  <dd><ul>
   <!-- BEGIN planet_loop -->
    <li><a href="{link}">{title}</a></li>
   <!-- END planet_loop -->
  </ul></dd>
  <dd><a href="http://planet.postgresql.org">More</a></dd>
 </dl>
</div>
</div>

<!-- END planet_block -->