Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.24 KB

calendargen - Make your own fancy iFSR themed calendar

Installation

  1. Clone the repository
  2. Install with your favorite Haskell build tool
    • stack: stack install
    • cabal: cabal install
  3. Run it
    • calendargen on the command line

In case the svg data won’t open correctly, open it with inkscape and export as svg again. This problem is probably caused by the template containing inkscape: namespace prefixes that other viewers don’t support. I deleted them because I assume they are not relevant if they are not supported by other viewers anyway.

Options

Per default it creates a calendar from an internal template and saves it to "generated.svg" but this can be configured using command line options.

To see the available options run calendargen --help.

calendargen -- make your own iFSR calendar

Usage: calendargen [-t|--template PATH] [-o|--output PATH]

Available options:
-h,--help                Show this help text
-t,--template PATH       path to the mustache template to use (default:
                        internal compiled-in(?) template)
-o,--output PATH         where to write the generated svg
                        to (default: "generated.svg")