Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lynn committed Oct 3, 2007
1 parent a345753 commit eae46ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Then once you've fixed the bug:
$ git push # to the central repository
$ git checkout master

...and resume work on your original task.
and resume work on your original task.

=== Uninterrupted Workflow ===

Expand Down
6 changes: 6 additions & 0 deletions custom-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@

<xsl:template name="user.footer.navigation">
<script type="text/javascript" src="find_selflink.js"></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1901330-2";
urchinTracker();
</script>
</xsl:template>

</xsl:stylesheet>
8 changes: 0 additions & 8 deletions makeover
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,5 @@ done

sed '/^<\/body/i </div><div class="footer"><a href="/~blynn/">My Homepage</a></div>' -i $BOOKDIR/*.html

sed '/<\/body>/ i \
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> \
</script> \
<script type="text/javascript"> \
_uacct = "UA-1901330-2"; \
urchinTracker(); \
</script>' -i $BOOKDIR/*.html

mv $BOOKDIR/pr01.html $BOOKDIR/index.html
rm toc.tmp

0 comments on commit eae46ff

Please sign in to comment.