Show mock news site with custom main artice.
Not a proxy. Doesn't retain spoofed-site's URL. Designed for a prank where the user is the prankster (doesn't need to be "fooled" regarding the source, and since it's a tablet — the url isn't displayed).
Coming soon - the video ;)
TO DO
Run ./makeconf
(and maybe edit cherrypy.conf
)
python server.py
- Move (or even
git mv
to some other foldertemplates/live.html
andtemplates/live_files
- Save latest homepage as
template/live.html
(as "Web page, complete" in Firefox terminology). This will also createtemplates/live_files
. - Edit
templates/live.html
and replace the stuff between and with {{> scoop}} - Edit
templates/scoop.html
and search for<!-- date gifs -->
. Gif filenames should be d, m, and y of edition's date. - If you're using git, don't forget to
git add templates
before you commit.