[macruby-changes] [864] MacRubyWebsite/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Tue Mar 10 19:02:54 PDT 2009
Revision: 864
http://trac.macosforge.org/projects/ruby/changeset/864
Author: rich at infoether.com
Date: 2009-03-10 19:02:50 -0700 (Tue, 10 Mar 2009)
Log Message:
-----------
add footer
Modified Paths:
--------------
MacRubyWebsite/trunk/content/css/master.css
MacRubyWebsite/trunk/layouts/blog_entry.txt
MacRubyWebsite/trunk/layouts/default.txt
Added Paths:
-----------
MacRubyWebsite/trunk/content/_footer.txt
Added: MacRubyWebsite/trunk/content/_footer.txt
===================================================================
--- MacRubyWebsite/trunk/content/_footer.txt (rev 0)
+++ MacRubyWebsite/trunk/content/_footer.txt 2009-03-11 02:02:50 UTC (rev 864)
@@ -0,0 +1,9 @@
+---
+filter: erb
+---
+<div style="clear:both"></div>
+<div id="footer">
+<p>MacRuby is a free software project by Apple Inc. Sources are available under the Ruby license.</p>
+<p>Hosting provided by <a href="http://macosforge.org">Mac OS Forge</a>. Use of this site is subject to the <a href="http://www.macosforge.org/terms/">Mac OS Forge Terms of Use</a>.</p>
+<p>Website design by <a href="http://www.boboroshi.com/">John Athayde</a> and created with <a href="http://webby.rubyforge.org/">Webby</a>.</p>
+</div>
\ No newline at end of file
Modified: MacRubyWebsite/trunk/content/css/master.css
===================================================================
--- MacRubyWebsite/trunk/content/css/master.css 2009-03-09 21:39:05 UTC (rev 863)
+++ MacRubyWebsite/trunk/content/css/master.css 2009-03-11 02:02:50 UTC (rev 864)
@@ -230,4 +230,14 @@
div.article .header {
border-bottom: 1px dotted #aaa;
margin-bottom: 4px;
+}
+
+div#footer {
+ margin-top: 20px;
+ color: #666;
+}
+
+div#footer p {
+ font-size: 10px;
+ margin: 0px;
}
\ No newline at end of file
Modified: MacRubyWebsite/trunk/layouts/blog_entry.txt
===================================================================
--- MacRubyWebsite/trunk/layouts/blog_entry.txt 2009-03-09 21:39:05 UTC (rev 863)
+++ MacRubyWebsite/trunk/layouts/blog_entry.txt 2009-03-11 02:02:50 UTC (rev 864)
@@ -39,5 +39,6 @@
</div>
</div><!-- // end leftcol -->
</div><!-- // end nest -->
+ <%= render :partial => "/footer" %>
</body>
</html>
\ No newline at end of file
Modified: MacRubyWebsite/trunk/layouts/default.txt
===================================================================
--- MacRubyWebsite/trunk/layouts/default.txt 2009-03-09 21:39:05 UTC (rev 863)
+++ MacRubyWebsite/trunk/layouts/default.txt 2009-03-11 02:02:50 UTC (rev 864)
@@ -25,6 +25,6 @@
<%= @content %>
</div><!-- // end leftcol -->
</div><!-- // end nest -->
- <p>This website was created with <a href="http://webby.rubyforge.org">Webby</a></p>
+ <%= render :partial => "/footer" %>
</body>
</html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090310/b5743948/attachment.html>
More information about the macruby-changes
mailing list