Old Software Knowledge Base is a project to catalogue and create guides for old software, such as word processors or operating systems.
Currently you can browse existing guides here.
- Cloned repository with
git clone --recursive https://matriks404.github.io/OSC.git
; - Python 3;
- Python 3 yattag library.
- On Ubuntu and its derivatives you can use
sudo apt install python3-yattag
to install it, and it might be similar for other Unix-like systems. - On Windows you can use
python3 -m pip install yattag
to install it.
- On Ubuntu and its derivatives you can use
- On Unix:
./Compile.Unix.sh
; - On Windows:
.\Compile.Windows.bat
.
See SHTMLDG documentation here.