<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,7 +39,6 @@ sys.path.insert(0, config.APP_ROOT_DIR)
 # Import custom django libraries
 webapp.template.register_template_library('utils.django_libs.gravatar')
 webapp.template.register_template_library('utils.django_libs.description')
-webapp.template.register_template_library('utils.django_libs.find_static')
 
 # Log a message each time this module get loaded.
 logging.info('Loading %s, app version = %s',</diff>
      <filename>main.py</filename>
    </modified>
    <modified>
      <diff>@@ -101,7 +101,6 @@ def load(path, debug=False, template_dirs=()):
     directory, file_name = os.path.split(abspath)
     if directory:
       template_dirs = [directory] + template_dirs
-    logging.warn(template_dirs, file_name)
     new_settings = {
         'TEMPLATE_DIRS': template_dirs,
         'TEMPLATE_DEBUG': debug,</diff>
      <filename>utils/template.py</filename>
    </modified>
    <modified>
      <diff>@@ -52,7 +52,6 @@ def build_tree(base):
         do_build_tree(basedir, theme, tree)
     return tree
 templates = build_tree('views')
-staticfiles = build_tree('static')
 
 def find_file(tree, path):
     cur = tree</diff>
      <filename>view.py</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
         &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;{{ blog.html_type }}; charset={{ blog.charset }}&quot; /&gt;
         &lt;title&gt; {{ title }}&lt;/title&gt;
         &lt;meta name=&quot;generator&quot; content=&quot;Bloog {{ bloog_version }}&quot; /&gt;
-        &lt;link rel=&quot;stylesheet&quot; href=&quot;{{&quot;style.css&quot;|find_static_file}}&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
+        &lt;link rel=&quot;stylesheet&quot; href=&quot;/static/default/style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
         &lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;{{ blog.title }} RSS Feed&quot; 
               href=&quot;{{ blog.root_url }}{{ blog.master_atom_url }}&quot; /&gt;
         &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://yui.yahooapis.com/2.5.2/build/assets/skins/sam/skin.css&quot; /&gt;
@@ -18,7 +18,7 @@
             &lt;div id=&quot;masthead&quot; class=&quot;fix&quot;&gt;
                 &lt;h1&gt;&lt;a href=&quot;/&quot;&gt;{{ blog.title }}&lt;/a&gt;&lt;/h1&gt;
                 &lt;div id=&quot;authorBlurb&quot;&gt;
-                    &lt;img src=&quot;{{&quot;images/avatar.png&quot;|find_static_file}}&quot; alt=&quot;Avatar&quot; /&gt;
+                    &lt;img src=&quot;/static/default/images/avatar.png&quot; alt=&quot;Avatar&quot; /&gt;
                     &lt;p id=&quot;authorIntro&quot;&gt;
                         {{ blog.description }}
                     &lt;/p&gt;
@@ -89,7 +89,7 @@
                     &lt;div id=&quot;searchWrap&quot;&gt;
                         &lt;form method=&quot;get&quot; id=&quot;searchForm&quot; action=&quot;/search&quot;&gt;
                             &lt;input type=&quot;text&quot; value=&quot;{{ searchterm }}&quot; name=&quot;s&quot; id=&quot;s&quot; /&gt;
-                            &lt;input id=&quot;searchsubmit&quot; type=&quot;image&quot; src=&quot;{{&quot;images/btn_search.gif&quot;|find_static_file}}&quot; alt=&quot;Search&quot; /&gt;
+                            &lt;input id=&quot;searchsubmit&quot; type=&quot;image&quot; src=&quot;/static/default/images/btn_search.gif&quot; alt=&quot;Search&quot; /&gt;
                         &lt;/form&gt;
                     &lt;/div&gt;
                     {% endblock %}
@@ -254,7 +254,7 @@
         &lt;/div&gt;
 
         &lt;script type=&quot;text/javascript&quot; src=&quot;http://yui.yahooapis.com/2.5.2/build/yahoo-dom-event/yahoo-dom-event.js&quot;&gt;&lt;/script&gt;
-        &lt;script type=&quot;text/javascript&quot; src=&quot;{{&quot;js/bloog_base.js&quot;|find_static_file}}&quot;&gt;&lt;/script&gt;
+        &lt;script type=&quot;text/javascript&quot; src=&quot;/static/default/js/bloog_base.js&quot;&gt;&lt;/script&gt;
 
         {% if user_is_admin %}
         {% include &quot;form_editor.html&quot; %}</diff>
      <filename>views/default/bloog/base.html</filename>
    </modified>
    <modified>
      <diff>@@ -37,8 +37,8 @@ p span.displaynone { display:none; }
 {% if not user_is_admin %}
 &lt;!-- Load scripts if not already loaded due to admin interface --&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;http://yui.yahooapis.com/combo?2.5.2/build/yahoo-dom-event/yahoo-dom-event.js&amp;2.5.2/build/animation/animation-min.js&amp;2.5.2/build/connection/connection-min.js&amp;2.5.2/build/container/container-min.js&amp;2.5.2/build/menu/menu-min.js&amp;2.5.2/build/element/element-beta-min.js&amp;2.5.2/build/button/button-min.js&amp;2.5.2/build/editor/editor-beta-min.js&amp;2.5.2/build/selector/selector-beta-min.js&quot;&gt;&lt;/script&gt;
-&lt;script type=&quot;text/javascript&quot; src=&quot;{{&quot;js/ojay/js-class.js&quot;|find_static_file}}&quot;&gt;&lt;/script&gt;
-&lt;script type=&quot;text/javascript&quot; src=&quot;{{&quot;js/ojay/core.js&quot;|find_static_file}}&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;/static/default/js/ojay/js-class.js&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;/static/default/js/ojay/core.js&quot;&gt;&lt;/script&gt;
 {% endif %}
-&lt;script type=&quot;text/javascript&quot; src=&quot;{{&quot;js/bloog_comments.js&quot;|find_static_file}}&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;/static/default/js/bloog_comments.js&quot;&gt;&lt;/script&gt;
 </diff>
      <filename>views/default/bloog/blog/form_comment.html</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@
             &lt;p&gt;&lt;input type=&quot;text&quot; id=&quot;subject&quot; name=&quot;subject&quot; size=&quot;22&quot; tabindex=&quot;3&quot; /&gt;
                 &lt;label for=&quot;subject&quot;&gt;&lt;small&gt;Subject&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
             &lt;p&gt;&lt;textarea id=&quot;message&quot; name=&quot;message&quot; cols=&quot;60&quot; rows=&quot;10&quot; tabindex=&quot;4&quot;&gt;Please enter a message.&lt;/textarea&gt;&lt;/p&gt;
-            &lt;p&gt;&lt;input name=&quot;submit&quot; type=&quot;image&quot; src=&quot;{{&quot;images/btn_submit.gif&quot;|find_static_file}}&quot; alt=&quot;Submit&quot; id=&quot;submit&quot; tabindex=&quot;5&quot; value=&quot;Submit&quot; /&gt;&lt;/p&gt;
+            &lt;p&gt;&lt;input name=&quot;submit&quot; type=&quot;image&quot; src=&quot;/static/default/images/btn_submit.gif&quot; alt=&quot;Submit&quot; id=&quot;submit&quot; tabindex=&quot;5&quot; value=&quot;Submit&quot; /&gt;&lt;/p&gt;
             &lt;input type=&quot;hidden&quot; name=&quot;token&quot; value=&quot;{{ token }}&quot; /&gt;
             &lt;input type=&quot;hidden&quot; name=&quot;curtime&quot; value=&quot;{{ curtime|floatformat }}&quot; /&gt;
         &lt;/form&gt;</diff>
      <filename>views/default/bloog/contact/contact.get.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 {% if user_is_admin %}
 
 {% block head %}
-&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;{{&quot;editor.css&quot;|find_static_file}}&quot; /&gt;
+&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/static/default/editor.css&quot; /&gt;
 {% endblock %}
 
 &lt;div id=&quot;postDialog&quot; class=&quot;popupDialog&quot;&gt;
@@ -27,9 +27,9 @@
 &lt;/div&gt;
 
 &lt;script type=&quot;text/javascript&quot; src=&quot;http://yui.yahooapis.com/combo?2.5.2/build/yahoo-dom-event/yahoo-dom-event.js&amp;2.5.2/build/animation/animation-min.js&amp;2.5.2/build/connection/connection-min.js&amp;2.5.2/build/container/container-min.js&amp;2.5.2/build/menu/menu-min.js&amp;2.5.2/build/element/element-beta-min.js&amp;2.5.2/build/button/button-min.js&amp;2.5.2/build/editor/editor-beta-min.js&amp;2.5.2/build/selector/selector-beta-min.js&quot;&gt;&lt;/script&gt;
-&lt;script type=&quot;text/javascript&quot; src=&quot;{{&quot;js/ojay/js-class.js&quot;|find_static_file}}&quot;&gt;&lt;/script&gt;
-&lt;script type=&quot;text/javascript&quot; src=&quot;{{&quot;js/ojay/core.js&quot;|find_static_file}}&quot;&quot;&gt;&lt;/script&gt;
-&lt;script type=&quot;text/javascript&quot; src=&quot;{{&quot;js/bloog_admin.js&quot;|find_static_file}}&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;/static/default/js/ojay/js-class.js&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;/static/default/js/ojay/core.js&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;/static/default/js/bloog_admin.js&quot;&gt;&lt;/script&gt;
 
 {% endif %}
 </diff>
      <filename>views/default/bloog/form_editor.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>utils/django_libs/find_static.py</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4c9189af66815cabbabd9ebf9970b359bb5408d1</id>
    </parent>
  </parents>
  <author>
    <name>Nick Johnson</name>
    <email>arachnid@notdot.net</email>
  </author>
  <url>http://github.com/DocSavage/bloog/commit/c218f238bca222553c6b88b20158ad0f6788501b</url>
  <id>c218f238bca222553c6b88b20158ad0f6788501b</id>
  <committed-date>2008-11-25T10:05:47-08:00</committed-date>
  <authored-date>2008-11-25T10:05:25-08:00</authored-date>
  <message>Removed static file finding utilities in theme inheritance, since this doesn't work on prod.</message>
  <tree>761768f3881cd59ec35712a59b5fcd8f728933c2</tree>
  <committer>
    <name>Nick Johnson</name>
    <email>arachnid@notdot.net</email>
  </committer>
</commit>
