File: README.md

package info (click to toggle)
kholidays 1%3A5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,880 kB
  • sloc: cpp: 5,118; sh: 15; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# KHolidays #

Dates for holidays and other special events

## Introduction

This library provides a C++ API that determines holiday and other
special events for a geographical region.

## Testing New Holiday Files

* Put the new file in place under holidays/plan2.
* Edit the holidays/holidays.qrc file accordingly.
```
% cd <builddir>
% make install && QT_LOGGING_RULES="*.debug=true" ./bin/testholidayregion -maxwarnings 0 >& foo.txt
```
* Look for lines containing "syntax error" in foo.txt.
* Fix any such syntax errors and then you can commit.