-
Notifications
You must be signed in to change notification settings - Fork 8
/
ietf.config
52 lines (49 loc) · 2.04 KB
/
ietf.config
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
# Configuration file for the "ietf" program
__version__ = "1.18"
__license__ = "http://en.wikipedia.org/wiki/WTFPL"
# The lines in this file need to look like the following
# (minus the # comment character)
# MirrorDir is the base directory for the mirrored files;
# the rest are subdirectories where mirrored files go
# This can start with a "~" to indicate your home directory or
# use a full path name
# DisplayTextCommand is the command used to display files found
# in local searches (the "draft" and "rfc" commands)
# If DisplayTextCommand is not set, but EDITOR is set in your
# Unix environment, EDITOR will be used.
# DisplayWebCommand is the command used to launch URLs in remote
# commands (the "tools" and "tracker" commands). On Macintosh
# computers, using "open " for the DisplayWebCommand usually
# works well.
#
# MirrorDir = "~/MyMirrors"
# IDDir = MirrorDir + "/id"
# ShortIDDir = MirrorDir + "/short-id"
# IANADir = MirrorDir + "/iana"
# IESGDir = MirrorDir + "/iesg-minutes"
# IETFDir = MirrorDir + "/ietf"
# CharterDir = MirrorDir + "/charter"
# ConflictDir = MirrorDir = "/conflict-reviews"
# StatusDir = MirrorDir = "/status-changes"
# RFCDir = MirrorDir + "/in-notes"
# DisplayTextCommand = "emacs "
# DisplayWebCommand = "somebrowser "
MirrorDir = "~/LocalMirror"
IDDir = MirrorDir + "/id"
ShortIDDir = MirrorDir + "/short-id"
IANADir = MirrorDir + "/iana"
IESGDir = MirrorDir + "/iesg-minutes"
IETFDir = MirrorDir + "/ietf"
CharterDir = MirrorDir + "/charter"
ConflictDir = MirrorDir + "/conflict-reviews"
StatusDir = MirrorDir + "/status-changes"
RFCDir = MirrorDir + "/in-notes"
DisplayTextCommand = "bbedit "
DisplayWebCommand = "open "
# Advanced users: if you want to change which directories are mirrored
# by the "mirror" command, you can define actions here to replace
# the one in the main program. You can also set defaults for the
# following variables instead of using command-line arguments:
# DisplayTombstones (default is False)
# MaxTombstones (default is 10)
# UseDraftNumbers (default is False)