aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 352eac3f6488df1f1c3409772d949a71e1f2a4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Calp
calp attempts to generate dry and attractive calendars that can be printed. It is designed to be extensible and customizable for a wide range of calendar designs.

# Dependencies
- `cairo`
- `gcc`
- `git`

# Install
```
git clone https://git.foswret.com/calp
cd calp
make clean install
```

# Uninstall
- `make uninstall`

# Usage
```
# BASIC
calp    # Generate 12-month calendar with default options
```

# Planned Features
- Toy Font API --> Pango Backend 
- Arguments (`getopts`)
- Various International Paper Size Support
- Custom layout file parsing (config files)
- Holidays (.csv files)
- Month Art
- Moon Phases

# Contact
If you have a comment or concern, please contact me through my email [here](https://foswret.com/about/). If you have a change you'd like to make to the code, I can create a mirror GitHub repository to ease collaborative development.