From 9e4ab3d644929d467e1f3de6f456508d03d4db15 Mon Sep 17 00:00:00 2001 From: sstvinc2 Date: Sun, 12 Feb 2017 21:45:13 -0600 Subject: Obfuscated h1 links 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. --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 main.py (limited to 'main.py') diff --git a/main.py b/main.py old mode 100755 new mode 100644 index 3d7b0ee..b18e6ce --- a/main.py +++ b/main.py @@ -70,7 +70,7 @@ def run(): sourceList.append(NewsSource('New York Times', 'http://nytimes.com', - ['', '', @@ -95,7 +95,7 @@ def run(): #build the output file HTML outputHTML=buildOutput(newsSourceArr) #print the output file HTML - printOutputHTML(outputHTML, '/var/www/html/index.html')#'unbiased.html') + printOutputHTML(outputHTML, '/var/www/html/index.html') if __name__=="__main__": -- cgit v1.2.3