-
Notifications
You must be signed in to change notification settings - Fork 2
/
configsample.cfg
53 lines (49 loc) · 1.93 KB
/
configsample.cfg
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# This is a sample configuration file for "baudotrss".
# Modify and rename this file for your configuration.
# At least the Twilio account information must be changed by the user.
#
# This is close to the configuration we use at the Clockwork Alchemy
# Steampunk Convention. It's for a Teletype Model 15 with a keyboard,
# using our interface board which is set to 600 baud to get 45.45 baud.
#
# More info: www.aetherltd.com
#
#
#
[teletype] # Machine params
# Serial port - either /dev/usbxxx on Linux, or COM1:, etc on Windows
port: /dev/ttyUSB0
# Baud rate - 600 baud is special and recognized by our interface board
# as meaning 45 baud. 45 baud is not recognized by Linux as a valid speed.
baud: 600
# Charset can be USTTY, ITA2, or FRACTIONS
charset: USTTY
# "Aetheric Message Machine Company" headers
[format]
# Header prints at the beginning of each incoming SMS message
header: \n-\a \a- - THE AETHERIC MESSAGE MACHINE COMPANY, LTD. - - -\n- - - CLOCKWORK ALCHEMY TELEGRAPH OFFICE - - -\n
# Trailer prints after the message.
trailer: \n- - - END OF AETHERIC MESSAGE - - -\n
# cutmarks -- eject page when printer goes idle, and print "cut here"
cutmarks: True
[twilio] # SMS gateway params
# Title is used mostly for error messages.
title: Aetheric Message
# Server poll URL is the URL of our server, not Twilio.
# To use this feature, you must have a server that speaks our API
# and returns SMS messages when polled.
#
serverpollurl: http://www.example.com/cgi/endpoint.cgi
# Twilio account parameters.
accountsid: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
authtoken: BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
phone: 650-555-1212
[feeds] # RSS feed URLs. Param name doesn't matter.
#### Turn off Reuters feed. Remove this line and you get Reuters top news.
news:
# Fanime RSS feed
fanimerss: http://www.fanime.com/feed/
[weather]
# San Jose, CA
zip: 95110