Add a page specifically outlining how you add a blog
authorMagnus Hagander <magnus@hagander.net>
Sun, 1 Mar 2009 16:31:48 +0000 (16:31 +0000)
committerMagnus Hagander <magnus@hagander.net>
Sun, 1 Mar 2009 16:31:48 +0000 (16:31 +0000)
generator.py
template/add.tmpl [new file with mode: 0644]
template/index.tmpl

index 013dc5bc0b18e275057a9cdeca52421c132d83ca..0c902f7d2d1eec90a376fcf84110b64329c79b75 100755 (executable)
@@ -35,7 +35,7 @@ class Generator:
                                        )
                self.items = []
                self.feeds = []
-               self.staticfiles = ['policy']
+               self.staticfiles = ['policy','add']
 
                settings.configure(
                        TEMPLATE_DIRS=('template',),
diff --git a/template/add.tmpl b/template/add.tmpl
new file mode 100644 (file)
index 0000000..8a24281
--- /dev/null
@@ -0,0 +1,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%}
index 2a73480a89562a36948e5207eae396985eb85d04..02ff52ac1cafce808b198004162b21f0fef2d59e 100644 (file)
@@ -15,6 +15,7 @@
      <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>