-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.ini
More file actions
20 lines (18 loc) · 746 Bytes
/
default.ini
File metadata and controls
20 lines (18 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# don't mess with this file. put your own configuration in config.ini
[DEFAULT]
printer_ip = 127.0.0.1
# printer_width should match the characters-per-line (CPL) of your receipt printer
printer_width = 48
print_date_footer = yes
# use a strftime format string; see https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior
date_format = %Y-%m-%d %H:%M:%S
# limit_entries_per_feed can be overridden per feed
limit_entries_per_feed = 4
sort_date = descending
# example RSS feed
# [nasa]
# url = https://www.nasa.gov/rss/dyn/breaking_news.rss
# # specify print_title = yes to print a header above each feed
# print_title = yes
# # if you do not provide a title, the section name above ([nasa]) will be used
# title = NASA RSS Feed