summaryrefslogtreecommitdiff
path: root/planet/template/add.tmpl
blob: 8a242812ac88de007b6f5ef67fda791bb74a7d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{%extends "base.tmpl"%}
{%block content%}
<h1>Adding your blog to Planet PostgreSQL</h1>
<p>
Adding your blog to Planet PostgreSQL is simple, and we encourage all people
who blog about PostgreSQL to do it. Just follow the steps below:
</p>
<ol>
 <li>Make sure your blog follow the <a href="/policy.html">policy</a>.</li>
 <li>If you don't have one already, 
  <a href="http://wwwmaster.postgresql.org/community/signup">sign up</a>
  for a PostgreSQL Community Account (same as is used for example for
  the PostgreSQL <a href="http://wiki.postgresql.org">wiki</a>.
 </li>
 <li>Go to the <a href="/register/">registration</a> website, and add
  your blog.</li>
 <li>Wait for the blog to get approved by the
  <a href="mailto:planet _at_ postgresql.org">moderators</a>.</li>
 <li>Wait up to 15 minutes for your posts to show up.</li>
</ol>
{%endblock%}