Show
Ignore:
Timestamp:
12/09/07 15:54:23 (13 months ago)
Author:
simon
Message:

Added code to extract code blocks from Markdown text.
Changed drafts to be publicly viewable.
Added a colophon section to the base.html template that links to the svn repository.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/templates/substructure/base.html

    r24 r25  
    3535the <a href="http://dojotoolkit.org/">Dojo</a> JavaScript toolkit.</p> 
    3636<p><a href="http://del.icio.us/simonbates">del.icio.us/simonbates</a></p> 
     37</div> 
     38 
     39<div class="info-entry"> 
     40<h2>Colophon</h2> 
     41<p>This site is running a 
     42<a href="http://trac.bitstructures.com/browser/bitstructures/trunk">custom 
     43Python application</a> (MIT license) built with 
     44<a href="http://www.djangoproject.com/">Django</a>.</p> 
    3745<p><a href="/atom.xml"><img src="{{ MEDIA_URL }}images/feed-icon-14x14.png" alt="Site feed"> Site feed</a></p> 
    3846</div>