# HG changeset patch # User Bryan O'Sullivan # Date 1238133928 25200 # Node ID e0d9eb01e4c2c13661c3c06f38168fda19c22c7b # Parent 4d26453ef45977d5f02408cacab8759313672f6b Remove references to RWH. diff -r 4d26453ef459 -r e0d9eb01e4c2 .hgignore --- 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 diff -r 4d26453ef459 -r e0d9eb01e4c2 web/README --- 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 diff -r 4d26453ef459 -r e0d9eb01e4c2 web/hgbook/templates/boilerplate.html --- 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 @@ - {% block pagetitle %}Real World Haskell{% endblock %} + {% block pagetitle %}Mercurial: The Definitive Guide{% endblock %} @@ -18,10 +18,8 @@ up to date? Subscribe to comment feeds for any chapter, or the entire book.

Copyright - 2007, 2008 Bryan O'Sullivan, Don Stewart, and John Goerzen. This - work is licensed under a Creative - Commons Attribution-Noncommercial 3.0 License. Icons by + 2006, 2007, 2008, 2009 Bryan O'Sullivan. + Icons by Paul Davey aka Mattahan.

diff -r 4d26453ef459 -r e0d9eb01e4c2 web/styles.css --- 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%; } diff -r 4d26453ef459 -r e0d9eb01e4c2 xsl/base-html-stylesheet.xsl --- 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 @@ -
+

Want to stay up to date? Subscribe to the comment feed for this chapter, or the entire book.

Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan. Icons by Paul Davey aka Mattahan.