Demo on how to refactor old non-responsive projects, including:
## Usage:
This branch only contains a "dist" folder, which is version controlled. Place any files you want to deploy into this dist
folder.
The idea is if a project doesn't require any re-writing, you can just populate dist/ and be well on your way to getting it deployed in a sustainable fashion.
Some people will use httrack.
You can also use wget
(see below as an example for curling https://ig.ft.com/tech-race-to-a-trillion/). You can get wget
using Homebrew.
wget --no-cache --recursive --page-requisites --adjust-extension --span-hosts --convert-links --domains ig.ft.com --no-parent https://ig.ft.com/tech-race-to-a-trillion/
This software is published by the Financial Times under the MIT licence.
Please note the MIT licence includes only the software, and does not cover any FT content made available using the software, which is copyright © The Financial Times Limited, all rights reserved. For more information about re-publishing FT content, please contact our syndication department.