Move policy page to the wiki
authorMagnus Hagander <magnus@hagander.net>
Fri, 11 Nov 2011 16:47:00 +0000 (17:47 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 11 Nov 2011 16:47:00 +0000 (17:47 +0100)
generator.py
template/add.tmpl
template/index.tmpl
template/policy.tmpl [deleted file]

index 999497cc433e23aa674a8a3d36eb7a60765f0a32..6551c5b8c52913b731637dd74caa2cc57becbfdd 100755 (executable)
@@ -38,7 +38,7 @@ class Generator:
                self.topteams = []
                self.allposters = []
                self.allteams = []
-               self.staticfiles = ['policy','add']
+               self.staticfiles = ['add', ]
                if cfg.has_option('twitter','account'):
                        self.twittername = cfg.get('twitter','account')
                else:
index 6cf5c4f0fe60c3d91cc1ab65f023d384badb4b41..0cc1a6b689e6b3f2543f3424a0f5effd0a08aefc 100644 (file)
@@ -6,7 +6,7 @@ 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 follows the <a href="/policy.html">policy</a>.</li>
+ <li>Make sure your blog follows the <a href="http://wiki.postgresql.org/wiki/Planet_PostgreSQL">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
index 5658ca68546b6db038c079b8924508ef2b1f1941..7b45d2366e631e329d6a41f5c732ed3f9e137f57 100644 (file)
@@ -32,7 +32,7 @@
 {%endif%}
      <div class="planetRightTitle">Planet</div>
      <ul>
-      <li><a href="policy.html">Policy</a> for being listed on Planet PostgreSQL.</li>
+      <li><a href="http://wiki.postgresql.org/wiki/Planet_PostgreSQL">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="feeds.html">List</a> of all subscribed blogs.</li>
       <li><a href="/register/">Manage</a> your registration.</li>
diff --git a/template/policy.tmpl b/template/policy.tmpl
deleted file mode 100644 (file)
index 51f7b5d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{%extends "base.tmpl"%}
-{%block content%}
-<h1>Planet PostgreSQL policy</h1>
-<p>
-The following simple rules cover the blogs being listed on Planet PostgreSQL:
-</p>
- <ul>
- <li>All blogs should be about PostgreSQL or closely related technologies. If you want to blog
-     about other things as well, please put your PostgreSQL specific posts in a separate
-     category/tag/label, and use the feed for this category only for Planet PostgreSQL.</li>
- <li>All topics related to PostgreSQL are of course appreciated - both technical and
-     non-technical.</li>
- <li>All posts should be in English. If you want to blog in other languages, please put
-     your PostgreSQL specific posts in a separate category/tag/label, and use the feed for
-     this category only for Planet PostgreSQL.</li>
- <li>All blogs should be identified by the posters name. A nickname is allowed to be used
-     in combination with this, but blogs without names are not allowed.</li>
- <li>Avoid inflammatory comments in syndicated posts. Personal attacks are not permitted.</li>
- <li>Publishing of advertising in the syndicated part of your blog is not permitted</li>
-</ul>
-<p>Violating these rules will cause your blog to be removed from Planet PostgreSQL.</p>
-{%endblock%}