aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-01-26 07:06:06 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-01-26 07:06:06 -0500
commit0988ee83c8a8b24801624beae78ceba1bfa82d07 (patch)
treeb5aa423d9ea2af52282811aafb08870a5ad3c6fc /bn_django/templates
parent75bc6a976f98e36a9426e6115d3f628a8fa73762 (diff)
downloadbnewnet-0988ee83c8a8b24801624beae78ceba1bfa82d07.tar.gz
bnewnet-0988ee83c8a8b24801624beae78ceba1bfa82d07.zip
shift from bryannewbold.com to bnewbold.net
Diffstat (limited to 'bn_django/templates')
-rw-r--r--bn_django/templates/about.html5
-rw-r--r--bn_django/templates/base.html10
-rw-r--r--bn_django/templates/nogo.html2
3 files changed, 9 insertions, 8 deletions
diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html
index 479c078..16ebf99 100644
--- a/bn_django/templates/about.html
+++ b/bn_django/templates/about.html
@@ -2,7 +2,7 @@
{% block path %}{% endblock %}
-{% block title %}About bryannewbold.com{% endblock %}
+{% block title %}About bnewbold.net{% endblock %}
{% block right_stuff %}
{% endblock %}
@@ -20,7 +20,8 @@ This website is the web presence of Bryan Newbold. It serves as a:
<dt /><a href="/knowledge/">brain dump</a>
<dd /> so I won't forget
<dt /><a href="/photos/">photo gallery</a>
- <dt /><a href="/code/">browsable code repository</a>
+ <dt /><a href="http://planet.bnewbold.net/">rss aggregator</a>
+ <dt /><a href="http://git.bnewbold.net/">browsable code repository</a>
<dd /> so people (including myself!) don't have to rewrite
<dt />home for other projects
<dd /> like... hhmmmmm
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index 1b8f4d5..6ccdc7f 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -23,7 +23,7 @@
href="/static/style/flexy-nuts-serif.css" title="flexy-nuts-serif" />
{% endblock %}
{% block externaljs %} {% endblock %}
-<title>{% block windowtitle %}bryannewbold.com{% endblock %}</title>
+<title>{% block windowtitle %}bnewbold.net{% endblock %}</title>
</head>
<body>
<div id="top_bar">
@@ -31,7 +31,7 @@
<span class="righty"><a href="/knowledge/">knowledge</a>&nbsp;
<a href="/photos/">photos</a>&nbsp;
<a href="/code/">code</a></span>
- <span class="lefty"><a href="/">bryannewbold.com</a></span>
+ <span class="lefty"><a href="/">bnewbold.net</a></span>
</div>
</div>
<div class="content" id="main_title">
@@ -41,8 +41,8 @@
<input class="search_box" type="text" size="21" value="&nbsp;search!"
name="q" id="search_text"
onfocus="var box=document.forms['search'].elements['q']; if(box.value == ' search!') box.value=''; return;" />
-<input type="hidden" name="domains" value="bryannewbold.com" />
-<input type="hidden" name="sitesearch" value="bryannewbold.com" />
+<input type="hidden" name="domains" value="bnewbold.net" />
+<input type="hidden" name="sitesearch" value="bnewbold.net" />
</form>
<span class="righty"></span>
</div>
@@ -70,7 +70,7 @@ Here lies content!
<a href="/">home</a> &nbsp;&nbsp;
<a href="/about/">about</a> &nbsp;&nbsp;
<a href="/credits/">credits</a> &nbsp;&nbsp;
-<a href="mailto:webmeisterATbryannewbold.com">email the webmaster</a>
+<a href="mailto:webmeisterATbnewbold.net">email the webmaster</a>
</b>
<br />
produced in 2007 by bryan newbold, <a href="/copyright/">all rights ignored</a>
diff --git a/bn_django/templates/nogo.html b/bn_django/templates/nogo.html
index 51ea34b..ca83269 100644
--- a/bn_django/templates/nogo.html
+++ b/bn_django/templates/nogo.html
@@ -11,5 +11,5 @@ to runaway cpu utilization on my virtual host and locking up of more imporant
services (static html, etc). So for the time being i'm freezing large portions,
hopefully everything will be back soon; a number of new python wrappers for python look promising and i'm excited to implement jsMath to replace the current clunky math system.
-For now try a more generic git cgi interface to my content at <a href="http://git.bryannewbold.com/">http://git.bryannewbold.com</a>.
+For now try a more generic git cgi interface to my content at <a href="http://git.bnewbold.net/">http://git.bnewbold.net</a>.
{% endblock %}