Releases: archification/webify
thumbnail generation
This release contains updated help output and live thumbnail generation.
The readme has been updated to reflect changes.
We have a windows exe and a linux binary compiled with musl as usual.
Output and readme formatting
v1.7 formatting
archives
This release marks the initial implementation of self-archiving by the program.
webify -b <path/to/source/directory> <path/to/destination/archive.zip>
Creating a shell script to get the current system time and add this value to the archive file name is recommended. Example scripts may be included in future releases.
Information regarding -b and --backup has been added to the --help output.
Stuff
I honestly don't remember what I did since the last release. Mostly cleaning. This one works though. Promise.
SSL support
Added basic support for optional ssl.
Enabling/disabling SSL, designating paths to cert and key file, and choosing a port for both HTTP and HTTPS can all be done via the config file.
Default site improvement
A dancing crab video now appears on the stuff page in the example environment.
Each page in the example environment now has links to the other pages.
PDF document support
We added support for embedding pdf documents in pages as specified in the config file by the user.
An entry for a pdf page was added to the default config file.
An example pdf document was also added to the example environment.
Audio file support
Added various functions which allow the program to pickup audio files in designated media directories and place them within audio tags in html. Currently we support mp3 and wav files for audio.
First Release
First release including a Windows and Linux build.
The .exe file is for Windows. The file without extension is for Linux.