This is the 11th Commandment:
You shall link to Thematic at least 3 times a day.
Maybe it's hard to do so, but i can help you: use short-codes!
Paste in functions.php the following code:
<?php
function thematiclink_shortcode() {
return '<a href="http://themeshaper.com/thematic-for-wordpress/" target="_blank">Thematic WordPress Theme Framework</a>';
}
add_shortcode('thematiclink', 'thematiclink_shortcode');
?>
In this way, when you are about to link to Thematic (at least 3 times a day!!!) you have only to write:
[thematiclink]
remember: THREE TIMES A DAY ;)