<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[826] trunk/www: Changed application.
haml to display different titles per page.</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>826</dd>
<dt>Author</dt> <dd>cathalmagus</dd>
<dt>Date</dt> <dd>2007-12-19 14:34:07 -0500 (Wed, 19 Dec 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>Changed application.haml to display different titles per page.
Just specify @title variable at the top of each haml page.
Updated Dutch translations status to 100%.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwwwsrclayoutsapplicationhaml">trunk/www/src/layouts/application.haml</a></li>
<li><a href="#trunkwwwsrcpagesdevelopmenthaml">trunk/www/src/pages/development.haml</a></li>
<li><a href="#trunkwwwsrcpagesdownloadhaml">trunk/www/src/pages/download.haml</a></li>
<li><a href="#trunkwwwsrcpagesfeaturestranslationshaml">trunk/www/src/pages/features/translations.haml</a></li>
<li><a href="#trunkwwwsrcpagesfeatureshaml">trunk/www/src/pages/features.haml</a></li>
<li><a href="#trunkwwwsrcpagesfeedbackhaml">trunk/www/src/pages/feedback.haml</a></li>
<li><a href="#trunkwwwsrcpagesnews20071103062b2releasedhaml">trunk/www/src/pages/news/2007-11-03--0.6.2b2-released.haml</a></li>
<li><a href="#trunkwwwsrcpagesnews20071209upgradetorubyamazon092haml">trunk/www/src/pages/news/2007-12-09--upgrade-to-ruby-amazon-0.9.2.haml</a></li>
<li><a href="#trunkwwwsrcstylesheetsalexandriasass">trunk/www/src/stylesheets/alexandria.sass</a></li>
</ul>
<h3>Property Changed</h3>
<ul>
<li><a href="#trunkwwwsite">trunk/www/site/</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwwwsite"></a>
<div class="propset"><h4>Property changes: trunk/www/site</h4>
<pre class="diff"><span>
<span class="cx">Name: svn:ignore
</span><span class="cx"> - *.html
</span><span class="cx">stylesheets
</span><span class="cx"> + *.html
</span><span class="cx">stylesheets
</span><span class="cx">news
</span><span class="cx">grimoire
</span><span class="cx">features
</span></span></pre></div>
<a id="trunkwwwsrclayoutsapplicationhaml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/layouts/application.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/layouts/application.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/layouts/application.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,7 +1,12 @@
</span><span class="cx"> !!!
</span><span class="cx"> %html{:xmlns => "http://www.w3.org/1999/xhtml", :'xml:lang'=>"en", :lang=>"en"}
</span><span class="cx"> %head
</span><del>- %title Alexandria: a book collection manager for GNOME
</del><ins>+ -if @title
+ %title
+ Alexandria:
+ =@title
+ -else
+ %title Alexandria: a book collection manager for GNOME
</ins><span class="cx"> = stylesheets :alexandria, :media => :screen
</span><span class="cx"> = stylesheets :alexandria_print, :media => :print
</span><span class="cx"> %body
</span></span></pre></div>
<a id="trunkwwwsrcpagesdevelopmenthaml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/pages/development.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/pages/development.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/pages/development.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- @title = "Development"
</ins><span class="cx"> = partial('header', :locals => { :heading => 'Development', :section=>:development })
</span><span class="cx">
</span><span class="cx"> %p
</span></span></pre></div>
<a id="trunkwwwsrcpagesdownloadhaml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/pages/download.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/pages/download.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/pages/download.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- @title = "Download"
</ins><span class="cx"> = partial('header', :locals => { :heading => 'Download', :section=>:download })
</span><span class="cx">
</span><span class="cx"> %p
</span></span></pre></div>
<a id="trunkwwwsrcpagesfeaturestranslationshaml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/pages/features/translations.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/pages/features/translations.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/pages/features/translations.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- @title = "Translations"
</ins><span class="cx"> = partial('header', :locals => { :heading => 'Translations', :section=>:features_translations })
</span><span class="cx">
</span><span class="cx"> %p
</span><span class="lines">@@ -27,11 +28,11 @@
</span><span class="cx"> %td.complete
</span><span class="cx"> 58.7
</span><span class="cx"> %td.unmaintained
</span><del>- %tr
</del><ins>+ %tr.full
</ins><span class="cx"> %td.locale{:id => "nl"}
</span><span class="cx"> Dutch
</span><span class="cx"> %td.complete
</span><del>- 98.3
</del><ins>+ 100
</ins><span class="cx"> %td.translator
</span><span class="cx"> Lennart Karssen
</span><span class="cx"> %tr
</span><span class="lines">@@ -40,7 +41,7 @@
</span><span class="cx"> %td.complete
</span><span class="cx"> 89.9
</span><span class="cx"> %td.unmaintained
</span><del>- %tr
</del><ins>+ %tr.full
</ins><span class="cx"> %td.locale{:id => "de"}
</span><span class="cx"> German
</span><span class="cx"> %td.complete
</span><span class="lines">@@ -61,7 +62,7 @@
</span><span class="cx"> %td.complete
</span><span class="cx"> 65.7
</span><span class="cx"> %td.unmaintained
</span><del>- %tr
</del><ins>+ %tr.full
</ins><span class="cx"> %td.locale{:id => "ja"}
</span><span class="cx"> Japanese
</span><span class="cx"> %td.complete
</span></span></pre></div>
<a id="trunkwwwsrcpagesfeatureshaml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/pages/features.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/pages/features.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/pages/features.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- @title = "Features"
</ins><span class="cx"> = partial('header', :locals => { :heading => 'Features', :section=>:features })
</span><span class="cx">
</span><span class="cx"> %p
</span></span></pre></div>
<a id="trunkwwwsrcpagesfeedbackhaml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/pages/feedback.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/pages/feedback.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/pages/feedback.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- @title = "Feedback"
</ins><span class="cx"> = partial('header', :locals => { :heading => 'Feedback', :section=>:feedback })
</span><span class="cx">
</span><span class="cx"> %p
</span></span></pre></div>
<a id="trunkwwwsrcpagesnews20071103062b2releasedhaml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/pages/news/2007-11-03--0.6.2b2-released.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/pages/news/2007-11-03--0.6.2b2-released.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/pages/news/2007-11-03--0.6.2b2-released.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- @title = "0.6.2b2 released"
</ins><span class="cx"> = partial('header', :locals => { :heading => 'Alexandria 0.6.2b2 released', :section=>:news })
</span><span class="cx">
</span><span class="cx"> %p.release
</span></span></pre></div>
<a id="trunkwwwsrcpagesnews20071209upgradetorubyamazon092haml"></a>
<div class="modfile"><h4>Modified: trunk/www/src/pages/news/2007-12-09--upgrade-to-ruby-amazon-0.9.2.haml (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/pages/news/2007-12-09--upgrade-to-ruby-amazon-0.9.2.haml        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/pages/news/2007-12-09--upgrade-to-ruby-amazon-0.9.2.haml        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+- @title = "Upgrade to Ruby/Amazon 0.9.2"
</ins><span class="cx"> = partial('header', :locals => { :heading => 'Upgrade to Ruby/Amazon 0.9.2', :section=>:news })
</span><span class="cx">
</span><span class="cx"> %p.newsdate
</span></span></pre></div>
<a id="trunkwwwsrcstylesheetsalexandriasass"></a>
<div class="modfile"><h4>Modified: trunk/www/src/stylesheets/alexandria.sass (825 => 826)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/www/src/stylesheets/alexandria.sass        2007-12-19 16:56:09 UTC (rev 825)
+++ trunk/www/src/stylesheets/alexandria.sass        2007-12-19 19:34:07 UTC (rev 826)
</span><span class="lines">@@ -188,6 +188,10 @@
</span><span class="cx"> :left 1px solid #3b3c63
</span><span class="cx"> :right 1px solid #3b3c63
</span><span class="cx">
</span><ins>+ tr.full
+ td.complete
+ :font-weight bold
+
</ins><span class="cx"> td.complete:after
</span><span class="cx"> :content "%"
</span><span class="cx"> :color #3b3c63
</span></span></pre>
</div>
</div>
</body>
</html>