Skip to content

fsr/calendargen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

📅 generator for fancy wall calendars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published