Releases


Releases of MakeStaticSite are issued whenever this is some significant change in functionality or a major bug has been fixed. Technically, for a prototype, version numbers start with a 0 and should be regarded as pre-releases.

We summarise here some of the recent key developments, with links to the respective GitHub release pages.

Version 0.29 (current)

Up to: 0.29.6

The current version includes a little refactoring of code and has extended the postprocessing of output from the initial run of Wget (phase 2). It includes support for scheme relative URLs, CORS, and assets with long filenames.

In general, the way assets are determined for localisation is more refined: in particular, with more options to restrict the processing, there should be fewer commissions (or false positives) in transforming absolute URLs to relative URLs.

This release lays some foundations to further extend MakeStaticSite’s ability to more thoroughly crawl and create offline replicates of more modern websites.

Version 0.28

Up to: 0.28.7

The previous version extended support for authentication and credentials management. When running setup, by default, passwords are no longer stored in the .cfg configuration file, but in a dedicated storage area with restricted file permissions. Furthermore, these credentials can be encrypted with the pass command (to enable this, in constants.sh, set credentials_storage_mode=encrypt).

Version 0.27

Up to: 0.27.8.2

This version added support for crawling the Wayback Machine using the Wayback Machine Downloader (this tool, authored in Ruby, needs to be installed first). As it is incorporated in the phased workflow of MakeStaticSite, the user can benefit from various post-crawl refinements. However, for sites that are more than a few pages, the output will typically be less satisfactory than accessing the original. This may be especially noticeable in browsing due to the design of the Wayback Machine: its crawler usually captures only particular snapshots at a time, which its web server subsequently pieces together, maintaining navigation for the online user. At present, it’s not known if the custom download tools offer functionality analogous to Wget to fetch page requisites, adjust links, etc.

See the Wayback Machine section in Digital Preservation for general discussion, mainly from a user perspective.

There was also improved workflow support for mirroring sites together with assets from extra (or external) domains plus some bug fixes, particularly for running the setup.

Version 0.26

Up to: 0.26.1

This version enabled the setup script to run in unattended mode, simply by running it with the -u flag followed by the URL to be crawled:

./setup.sh -u <url>

This command proceeds to automatically invoke makestaticsite.sh, to build a site.

Version 0.25

Up to: 0.25.6,

This version incorporated assets from other domains, typically hosted externally. It also enabled further processing of Wget output for sites where URLs contain paths, moving parent directories into a designated assets folder and updating internal links accordingly. This means that you can bring together under ‘one roof’ the main site, such as a CMS hosted on the primary domain (or a subdirectory), together with the supporting assets, such as those hosted on a CDN. Having done so, they can all be deployed to the same host, CDN, etc. or shared as a zip file.

Version 0.24

Up to: 0.24.1

With a focus on usability, the setup script was enhanced with three run levels, which determine the amount of customisation (i.e. number of questions) available to the user. It ranges from level 0 (where only the URL has to be entered) through to level 2, full customisation with up to about 30 or so options.

Version 0.23

Up to: 0.23.1

The code was refactored in version 0.23, mainly to ensure that the constants.sh file is better able to support potential graphical user interfaces for the setup.

Version 0.22

Up to: 0.22.2

This version 0.22 added support for deployment to Netlify’s CDN,
This was the first version to be formally placed under Git version control and stored on GitHub.

Version 0.21

This version focused on web standards compliance for deploying the site live. It improved support for robots, canonical URLs and site maps. In particular, it reconstitutes the canonical URLs as Wget generates them with relative URLs of the form:

<link rel="canonical" href="#">

MakeStaticSite replaces these with the respective absolute URL, which for this page is:

<link rel="canonical" href="https://makestaticsite.sh/developers/releases/">

This page was published on 11 July 2023 and last updated on 13 May 2024.