summaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Collapse)Author
2017-02-13Better URL obfuscation methodsstvinc2
Was pointing to static HTML files, but they changed anytime the program was re-run, causing links to point to unexpected URLs. Changed to javascript obfuscation, using an onclick event rather than the href, which sufficiently hides the URL for most purposes.
2017-02-13New layout implemented, plus a CBS fixsstvinc2
2017-02-12Obfuscated h1 linkssstvinc2
Added redirect files to the server. Main html template file now has static links to those files; those files are written with javascript redirect to actual articles.
2017-02-11Added BBC as source; added stubURL functionalityssstvinc2
2017-02-11Added 'description' field to Article classssstvinc2
2017-02-10NYT tweakssstvinc2
2017-02-09Added/tweaked a few news sources, and added a source list to the pagessstvinc2
2017-02-09VIM is fucking garbagessstvinc2