Mercurial > hgbook
changeset 696:e0d9eb01e4c2
Remove references to RWH.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 26 Mar 2009 23:05:28 -0700 |
parents | 4d26453ef459 |
children | 7893b3824715 |
files | .hgignore web/README web/hgbook/templates/boilerplate.html web/styles.css xsl/base-html-stylesheet.xsl |
diffstat | 5 files changed, 10 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Thu Mar 26 23:01:51 2009 -0700 +++ b/.hgignore Thu Mar 26 23:05:28 2009 -0700 @@ -11,7 +11,7 @@ *.rej *.run *~ -.*.swp +.*.sw[op] .\#* .run .validated-00book.xml
--- a/web/README Thu Mar 26 23:01:51 2009 -0700 +++ b/web/README Thu Mar 26 23:05:28 2009 -0700 @@ -1,5 +1,5 @@ This directory contains web-related files. Surprise! javascript - files used by the comment system, based on jQuery -rwh - Django app that acts as the comment back end +hgbook - Django app that acts as the comment back end styles.css - style file
--- a/web/hgbook/templates/boilerplate.html Thu Mar 26 23:01:51 2009 -0700 +++ b/web/hgbook/templates/boilerplate.html Thu Mar 26 23:05:28 2009 -0700 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>{% block pagetitle %}Real World Haskell{% endblock %}</title> + <title>{% block pagetitle %}Mercurial: The Definitive Guide{% endblock %}</title> <link rel="stylesheet" href="/support/styles.css" type="text/css"/> <link rel="alternate" type="application/atom+xml" title="Comments" href="/feeds/comments/"/> @@ -18,10 +18,8 @@ up to date? Subscribe to comment feeds for any chapter, or the <a class="feed" href="/feeds/comments/">entire book</a>.</p> <p>Copyright - 2007, 2008 Bryan O'Sullivan, Don Stewart, and John Goerzen. This - work is licensed under a <a rel="license" href= - "http://creativecommons.org/licenses/by-nc/3.0/">Creative - Commons Attribution-Noncommercial 3.0 License</a>. Icons by + 2006, 2007, 2008, 2009 Bryan O'Sullivan. + Icons by <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p> </div>
--- a/web/styles.css Thu Mar 26 23:01:51 2009 -0700 +++ b/web/styles.css Thu Mar 26 23:05:28 2009 -0700 @@ -269,7 +269,7 @@ color: darkred; } -.rwhfooter { +.hgfooter { width: 60em; margin-left: auto; margin-right: auto; @@ -279,14 +279,14 @@ color: #727272; } -.rwhfooter a { +.hgfooter a { color: #5555ff; } -.rwhfooter a:visited { +.hgfooter a:visited { opacity: 0.7; } -.rwhfooter img { +.hgfooter img { vertical-align: -45%; }
--- a/xsl/base-html-stylesheet.xsl Thu Mar 26 23:01:51 2009 -0700 +++ b/xsl/base-html-stylesheet.xsl Thu Mar 26 23:05:28 2009 -0700 @@ -106,7 +106,7 @@ </xsl:template> <xsl:template name="user.footer.content"> - <div class="rwhfooter"> + <div class="hgfooter"> <p><img src="/support/figs/rss.png"/> Want to stay up to date? Subscribe to the comment feed for <a id="chapterfeed" class="feed" href="/feeds/comments/">this chapter</a>, or the <a class="feed" href="/feeds/comments/">entire book</a>.</p> <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan. Icons by <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>