Re: Listing of PUGs Patch

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: "Jonathan S(dot) Katz" <jonathan(dot)katz(at)excoventures(dot)com>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Listing of PUGs Patch
Date: 2013-05-06 19:59:08
Message-ID: 51880B8C.3010601@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 05/06/2013 08:14 PM, Jonathan S. Katz wrote:
> Hello,
>
> Attached is a patch to allow us to dynamically generate and list the local PostgreSQL User Groups (PUGs) on the community portion of the website. This list can easily be managed from the Django admin and contains rooms for add-ons in the future.
>
> This patch should help further the advocacy efforts of the PG community by providing a centralized resource for users to find their local PG user groups.
>
> Please let me know if you have any questions / comments.

hmm from the newly added templates/pugs/index.html:

<p>The PostgreSQL community is proud to have many local chapters that
advocate and educate users about PostgreSQL. Below is a list of
PostgreSQL User Groups (PUGs) sorted by country and local area. If you
would like to start a PostgreSQL User Group, please join the
Here are a few of the hundreds of companies who have built products,
solutions, web sites and tools using the world's most advanced open
source database system. If you work for a major corporation or
organization and you would like to be included in this list, please join
the <a href="{% url lists.views.subscribe %}">pgsql-advocacy mailing
list</a> and describe the PUG that you want to create.</p>
<p>If a PUG already exists in your area, follow the URLs below to find
out how to attend and participate.</p>

something seems really odd is that supposed to read as:

<p>The PostgreSQL community is proud to have many local chapters that
advocate and educate users about PostgreSQL. Below is a list of
PostgreSQL User Groups (PUGs) sorted by country and local area. If you
would like to start a PostgreSQL User Group, please join the <a href="{%
url lists.views.subscribe %}">pgsql-advocacy mailing list</a> and
describe the PUG that you want to create.</p>
<p>If a PUG already exists in your area, follow the URLs below to find
out how to attend and participate.</p>

?

Stefan

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Jonathan S. Katz 2013-05-06 20:12:17 Re: Listing of PUGs Patch
Previous Message Jonathan S. Katz 2013-05-06 18:14:37 Listing of PUGs Patch