[planet-web] Use configured title instead of hard coding 'Planet GNOME' everywhere



commit e82314b55da0699e2cec5c846b5e9d89ec767c79
Author: Olav Vitters <olav bkor dhs org>
Date:   Tue May 19 23:09:33 2009 +0200

    Use configured title instead of hard coding 'Planet GNOME' everywhere
---
 themes/gnome/index.html.tmpl |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/themes/gnome/index.html.tmpl b/themes/gnome/index.html.tmpl
index 19975c4..f7a1bd9 100644
--- a/themes/gnome/index.html.tmpl
+++ b/themes/gnome/index.html.tmpl
@@ -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"><TMPL_VAR title ESCAPE="HTML"></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... <TMPL_VAR title ESCAPE="HTML">!</p>
 </div> <!-- /site-title -->
-<a id="footer-link" href="#footer">About Planet GNOME</a>
+<a id="footer-link" href="#footer">About <TMPL_VAR title ESCAPE="HTML"></a>
 </div> <!-- /masthead -->
 
 </div> <!-- /header -->
@@ -153,12 +153,12 @@
 
 <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><TMPL_VAR title ESCAPE="HTML"></h3>
+<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</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>
 
-<p>Planet GNOME is edited by Lucas Rocha, Vincent Untz and Jeff Waugh. Please <a href="mailto:lucasr gnome org,vuntz gnome org,jdub gnome org?Subject=planet gnome org">mail them</a> if you have a question or would like your blog added to the feed. Make sure to read the <a href="http://live.gnome.org/PlanetGnome";>Planet GNOME guidelines</a> first, as it should cover most questions and as it contains detailed instructions for a blog addition.</p>
+<p><TMPL_VAR title ESCAPE="HTML"> is edited by Lucas Rocha, Vincent Untz and Jeff Waugh. Please <a href="mailto:lucasr gnome org,vuntz gnome org,jdub gnome org?Subject=planet gnome org">mail them</a> if you have a question or would like your blog added to the feed. Make sure to read the <a href="http://live.gnome.org/PlanetGnome";><TMPL_VAR title ESCAPE="HTML"> guidelines</a> first, as it should cover most questions and as it contains detailed instructions for a blog addition.</p>
 
 <p>Updated on <TMPL_VAR date> UTC. Entries are normalised to UTC time.</p>
 </div>



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