[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/planet
From:       Jonathan Riddell <jr () jriddell ! org>
Date:       2008-09-22 18:08:26
Message-ID: 1222106906.055254.13100.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 863630 by jriddell:

better add your blog instructions

 M  +51 -2     planetkde/planet_template  
 M  +11 -0     website/rawdog.css  


--- trunk/www/sites/planet/planetkde/planet_template #863629:863630
@@ -16,6 +16,15 @@
                 ele.style.display = "block";
         }
     } 
+    function toggleaddme() {
+        var ele = document.getElementById("addme");
+        if(ele.style.display == "block") {
+                ele.style.display = "none";
+        }
+        else {
+                ele.style.display = "block";
+        }
+    } 
     </script>
 </head>
 <body>
@@ -29,8 +38,8 @@
                 <a href="http://planetKDE.org/rss20.xml">Planet RSS</a> 
                 <a href="javascript:toggle();"><img src="images/user-identity.png" \
height="22" width="22" alt="" /></a>   <a href="javascript:toggle();">People \
                aggregated</a> 
-                <a href="http://planetKDE.org/rss20.xml"><img \
                src="images/akregator.png" height="22" width="22" alt="" /></a> 
-                <a href="http://bugs.kde.org/enter_bug.cgi?product=planet%20kde">Add \
your blog</a> +                <a href="javascript:toggleaddme();"><img \
src="images/akregator.png" height="22" width="22" alt="" /></a>  +                <a \
                href="javascript:toggleaddme();">Add your blog</a>
                 <a href="http://dot.kde.org/"><img src="images/dot-news.png" \
height="16" width="16" alt="" /></a>   <a href="http://dot.kde.org/">KDE Dot \
News</a></div>  </div>
@@ -52,6 +61,46 @@
 	</div>
 -->
     <div id="content">
+        <div id="addme">
+
+          <h2>Add your blog</h2>
+
+          <p>If you are a KDE contributor you can have your blog on
+          Planet KDE.  Blogs should be KDE themed, English language
+          and not liable to offend.  If you have a general blog you
+          may want to set up a tag and subscribe the feed for that tag
+          only to Planet KDE.</p>
+
+          <p>To have your blog
+          added <a href="http://bugs.kde.org/enter_bug.cgi?product=planet%20kde">file
 +          a bug in Bugzilla</a> listing your name, svn account (if you
+          have one), IRC nick (if you have one), RSS or Atom feed and
+          what you do in KDE.  Attach a photo of your face for hackergotchi.</p>
+
+          <p>Alternatively, Planet KDE is kept in KDE's SVN.  If you
+          have an account you can add or edit your own feed:</p>
+
+            <ul>
+              <li><em>svn checkout \
svn+ssh://<username>@svn.kde.org/home/kde/trunk/www/sites/planet/</em></li> +
+              <li>Put your hackergotchi
+              in <em>website/hackergotchi/</em>.  A hackergotchi
+              should be a photo of your face smaller than 80x80 pixels
+              with a transparent background. <em>svn add</em> the file.</li>
+
+              <li>At the end of the <em>planetkde/config</em> file add your details \
(the name in brackets is your IRC nick):</li> +                 <div id="addmebox">
+feed 15m http://path.to/my/feed.rss
+        define_name Konqi Konqueror (konqi)
+        define_face hackergotchi/konqi.png
+        define_facewidth 80
+        define_faceheight 80
+</div>
+
+             <li><em>svn commit</em></li>
+          </ul>
+
+        </div>
         <div id="feeddiv">
 	    <h2>People Aggregated</h2>
 	    <p>
--- trunk/www/sites/planet/website/rawdog.css #863629:863630
@@ -108,6 +108,17 @@
     color: #374153;
 }
 
+#addme {
+    display: none;
+    padding: 0px 20px 0px 20px;
+}
+
+#addmebox {
+    white-space: pre; 
+    border: thin solid grey; 
+    width: 80%;
+}
+
 #feeddiv {
     display: none;
     padding: 0px 0px 0px 20px;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic