Skip to content

Installation

For the installation you need:

Setup

After downloading and unpacking the release, you need to make some changes in the ìndex.php file:

The $baseURL variable must be changed to the base URL of the image directory. Optionally the file extension and the MIME-Type of the images, as well as the path to the cache state file can be changed.

index.php
$baseURL = "https://verse.awesomebible.de/img/";
$fileExtension = ".jpg";
$fileMimeType = "image/jpg";
$cacheRef = "cacheFile.txt";
$cachedImage = "cachedImage.jpg";

The images can be found sorted by year here.