hgbook

changeset 597:e0d9eb01e4c2

Remove references to RWH.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 23:05:28 2009 -0700 (2009-03-26)
parents 4d26453ef459
children 7893b3824715
files .hgignore web/README web/hgbook/templates/boilerplate.html web/styles.css xsl/base-html-stylesheet.xsl
line diff
     1.1 --- a/.hgignore	Thu Mar 26 23:01:51 2009 -0700
     1.2 +++ b/.hgignore	Thu Mar 26 23:05:28 2009 -0700
     1.3 @@ -11,7 +11,7 @@
     1.4  *.rej
     1.5  *.run
     1.6  *~
     1.7 -.*.swp
     1.8 +.*.sw[op]
     1.9  .\#*
    1.10  .run
    1.11  .validated-00book.xml
     2.1 --- a/web/README	Thu Mar 26 23:01:51 2009 -0700
     2.2 +++ b/web/README	Thu Mar 26 23:05:28 2009 -0700
     2.3 @@ -1,5 +1,5 @@
     2.4  This directory contains web-related files.  Surprise!
     2.5  
     2.6  javascript - files used by the comment system, based on jQuery
     2.7 -rwh        - Django app that acts as the comment back end
     2.8 +hgbook     - Django app that acts as the comment back end
     2.9  styles.css - style file
     3.1 --- a/web/hgbook/templates/boilerplate.html	Thu Mar 26 23:01:51 2009 -0700
     3.2 +++ b/web/hgbook/templates/boilerplate.html	Thu Mar 26 23:05:28 2009 -0700
     3.3 @@ -1,7 +1,7 @@
     3.4  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     3.5  <html>
     3.6    <head>
     3.7 -    <title>{% block pagetitle %}Real World Haskell{% endblock %}</title>
     3.8 +    <title>{% block pagetitle %}Mercurial: The Definitive Guide{% endblock %}</title>
     3.9      <link rel="stylesheet" href="/support/styles.css" type="text/css"/>
    3.10      <link rel="alternate" type="application/atom+xml" title="Comments"
    3.11        href="/feeds/comments/"/>
    3.12 @@ -18,10 +18,8 @@
    3.13  	up to date? Subscribe to comment feeds for any chapter, or
    3.14  	the <a class="feed"
    3.15  	  href="/feeds/comments/">entire book</a>.</p> <p>Copyright
    3.16 -	2007, 2008 Bryan O'Sullivan, Don Stewart, and John Goerzen. This
    3.17 -	work is licensed under a <a rel="license" href=
    3.18 -	  "http://creativecommons.org/licenses/by-nc/3.0/">Creative
    3.19 -	  Commons Attribution-Noncommercial 3.0 License</a>. Icons by
    3.20 +	2006, 2007, 2008, 2009 Bryan O'Sullivan.
    3.21 +	  Icons by
    3.22  	  <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a
    3.23  	  href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    3.24      </div>
     4.1 --- a/web/styles.css	Thu Mar 26 23:01:51 2009 -0700
     4.2 +++ b/web/styles.css	Thu Mar 26 23:05:28 2009 -0700
     4.3 @@ -269,7 +269,7 @@
     4.4    color: darkred;
     4.5  }
     4.6  
     4.7 -.rwhfooter {
     4.8 +.hgfooter {
     4.9    width: 60em;
    4.10    margin-left: auto;
    4.11    margin-right: auto;
    4.12 @@ -279,14 +279,14 @@
    4.13    color: #727272;
    4.14  }
    4.15  
    4.16 -.rwhfooter a {
    4.17 +.hgfooter a {
    4.18    color: #5555ff;
    4.19  }
    4.20  
    4.21 -.rwhfooter a:visited {
    4.22 +.hgfooter a:visited {
    4.23    opacity: 0.7;
    4.24  }
    4.25  
    4.26 -.rwhfooter img {
    4.27 +.hgfooter img {
    4.28    vertical-align: -45%;
    4.29  }
     5.1 --- a/xsl/base-html-stylesheet.xsl	Thu Mar 26 23:01:51 2009 -0700
     5.2 +++ b/xsl/base-html-stylesheet.xsl	Thu Mar 26 23:05:28 2009 -0700
     5.3 @@ -106,7 +106,7 @@
     5.4    </xsl:template>
     5.5  
     5.6    <xsl:template name="user.footer.content">
     5.7 -    <div class="rwhfooter">
     5.8 +    <div class="hgfooter">
     5.9        <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>
    5.10        <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan.
    5.11        Icons by <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>