public
Description: Turn a Markdown File into a Fully Functional Tutorial with an automatic and dynamic Table of Contents
Homepage: http://bogojoker.com/readline/
Clone URL: git://github.com/JosephPecoraro/markdownorial.git
markdownorial / footer.php
100644 12 lines (11 sloc) 0.629 kb
1
2
3
4
5
6
7
8
9
10
11
12
<div id="footer-gradient">&nbsp;</div>
<div id="footer">
<div class="center alt">
Copyright &copy; <?php $c=date('Y');echo '2009'.((intval($c)>2009)?' - '.$c:''); ?> |
<a href="http://www.ruby-lang.org/" title="Ruby Programming Language">Ruby</a> |
<a href="irc://irc.freenode.net/#ruby-lang" title="Ruby IRC Channel">#ruby-lang</a> |
<a href="http://blog.bogojoker.com" title="BogoJoker">Joe's Blog</a> |
<a href="http://github.com/JosephPecoraro" title="Code Repository">Joe's GitHub</a> |
<a href="mailto:joepeck02@gmail.com?subject=Ruby%20Readline%20Documentation" title="Give Feedback">Email</a>
</div>
</div>