summarylogtreecommitdiffstats
path: root/ietf.config
diff options
context:
space:
mode:
authorbrent s2017-03-14 11:11:19 -0400
committerbrent s2017-03-14 11:11:19 -0400
commit1107a76726104be3a8091be038251b9bef817194 (patch)
treef79914ca7c1cb5b1f3fd0ce32bdb9a7a243e50f1 /ietf.config
parentc63d396359c1cf551e08a3ef94664fb3a84aea82 (diff)
downloadaur-1107a76726104be3a8091be038251b9bef817194.tar.gz
finalized package
Diffstat (limited to 'ietf.config')
-rw-r--r--ietf.config52
1 files changed, 52 insertions, 0 deletions
diff --git a/ietf.config b/ietf.config
new file mode 100644
index 000000000000..7d026ec7c44c
--- /dev/null
+++ b/ietf.config
@@ -0,0 +1,52 @@
+# Configuration file for the "ietf" program
+__version__ = "1.14"
+__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)