)
self.items = []
self.feeds = []
- self.staticfiles = ['policy']
+ self.staticfiles = ['policy','add']
settings.configure(
TEMPLATE_DIRS=('template',),
--- /dev/null
+{%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%}
<div class="planetRightTitle">Planet</div>
<ul>
<li><a href="policy.html">Policy</a> for being listed on Planet PostgreSQL.</li>
+ <li><a href="add.html">Add</a> your blog to Planet PostgreSQL.</li>
<li><a href="/register/">Manage</a> your registration.</li>
</ul>
<div class="planetRightTitle">Contact</div>