Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 477 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 477 Bytes

Topics cards generator

Script used to generate topic cards for No Trolls Allowed camp.

Workflow

  • Load data from csv participants list
  • Generate HTML file
  • Open generated file on browser and open print dialog
  • Disable margins, select landscape mode. 8 topics per page should be displayed.

Usage

$ ./generate.php data.csv > data.html

Requirements

¯\_(ツ)_/¯

Why PHP?

¯\_(ツ)_/¯. Ok it can be embeded into HTML directly. That is why.