planet-web r665 - in trunk: config/news themes/news



Author: ovitters
Date: Mon Jan 26 18:01:54 2009
New Revision: 665
URL: http://svn.gnome.org/viewvc/planet-web?rev=665&view=rev

Log:
Add support for fixed-width feeds.


Added:
   trunk/themes/news/   (props changed)
      - copied from r647, /trunk/themes/gnome/
Modified:
   trunk/config/news/config.ini
   trunk/themes/news/index.html.tmpl

Modified: trunk/config/news/config.ini
==============================================================================
--- trunk/config/news/config.ini	(original)
+++ trunk/config/news/config.ini	Mon Jan 26 18:01:54 2009
@@ -131,3 +131,5 @@
 [http://rss.gmane.org/messages/complete/gmane.comp.gnome.devel.announce]
 name = Development
 #face = 
+fixedwidth = indeed
+

Modified: trunk/themes/news/index.html.tmpl
==============================================================================
--- /trunk/themes/gnome/index.html.tmpl	(original)
+++ trunk/themes/news/index.html.tmpl	Mon Jan 26 18:01:54 2009
@@ -90,10 +90,10 @@
 <div id="masthead">
 <a href="/" title="Home" rel="home"><img src="http://planet.gnome.org/img/logo.png"; alt="Home" id="site-logo" width="64" height="64"></a>
 <div id="site-title">
-<p id="site-name"><a href="/" title="Home" rel="home">Planet GNOME</a></p>
-<p id="site-slogan">24 hours a day, 7 days a week, 365 days per year<span title="Yeah, yeah... 366 days per leap year :-)" style="cursor: pointer;">*</span>, this is... Planet GNOME!</p>
+<p id="site-name"><a href="/" title="Home" rel="home">GNOME News</a></p>
+<p id="site-slogan">GNOME: Read all about it!</p>
 </div> <!-- /site-title -->
-<a id="footer-link" href="#footer">About Planet GNOME</a>
+<a id="footer-link" href="#footer">About GNOME News</a>
 </div> <!-- /masthead -->
 
 </div> <!-- /header -->
@@ -125,7 +125,9 @@
 </div> <!-- /post-header -->
 
 <div class="post-contents">
+<TMPL_IF channel_fixedwidth><tt></TMPL_IF>
 <TMPL_VAR content>
+<TMPL_IF channel_fixedwidth></tt></TMPL_IF>
 </div> <!-- /post-contents -->
 
 <div class="post-footer">
@@ -153,8 +155,8 @@
 
 <div class="column">
 <div class="section">
-<h3>Planet GNOME</h3>
-<p><b>Planet GNOME is a window into the world, work and lives of GNOME <a href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+<h3>GNOME News</h3>
+<p><b>GNOME News provides insight into the what is happening at GNOME.</b></p>
 
 <p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the GNOME servers). Design by <a href="http://bethesignal.org/";>Jeff Waugh</a>, inspired by earlier work from <a href="http://www.actsofvolition.com/";>Steven Garrity</a>, <a href="http://www.gnome.org/~seth/";>Seth Nickell</a> and <a href="http://www.isity.net/";>Diana Fong</a>.</p>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]