Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 660 Bytes

Trillian2Html

A script to convert Trillian chat logs to HTML files.

Requirements

  • PHP 7.0+ (cli)
  • PHP DOM extension
  • Composer (to install the PHP dependencies)

Installation

Just execute composer.phar install to install the dependencies.

Usage

Execute convert.php with the following arguments:

  • <own username>: Your own username
  • <path to Trillian logs dir>: Path to your local Trillian logs folder (the one containing folders like _CLOUD and ASTRA)
  • <output dir>: The path to the folder where to put the resulting HTML files
  • <template>: The template to use to render the HTML files (optional, defaults to bootstrap)