Initial commit.

This commit is contained in:
Robert MacGregor 2015-07-15 02:40:12 -04:00
commit c149d6bad8
6 changed files with 329 additions and 0 deletions

24
data/indextempl.html Normal file
View file

@ -0,0 +1,24 @@
<HTML>
<HEAD>
<TITLE>TS Scraper | Index</TITLE>
</HEAD>
<BODY>
<CENTER>
<FONT SIZE="12">
TS Scraper
</FONT>
<HR></br>
<FONT SIZE="6"><U>File Index</U></FONT></br></br>
{% for file in files %}
<a href="{{ file.path }}">{{ file.path }}</a></br>
{% endfor %}
</br>
This file was auto-generated by TS Scraper.</br>
TS Scraper is written in Python 2 by Robert MacGregor.
</CENTER>
</BODY>
</HTML>