Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 548 Bytes

Proposal Converter

A simple tool to convert the CfPs from .csv format to respective formats for the webpage.

Build

Go needs to be installed. Then simply:

go build

Usage for Schedule

propConv -i <CSV-FILE> -d 1 -t 1

This will convert the Proposals for day 1 and track 1 and print on Standard Out. (redirect as you like)

Usage for generating subpages

propConv -i <CSV-FILE> -detail -outdir <OUTPUT-DIR>

This will generate all single pages for all talks and save them in OUTPUT-DIR.