Add sample .yapfaqrc with defaults.
authorThomas Hochstein <thh@inter.net>
Wed, 7 Apr 2010 21:16:20 +0000 (23:16 +0200)
committerThomas Hochstein <thh@inter.net>
Sat, 10 Apr 2010 20:06:59 +0000 (22:06 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
.yapfaqrc [new file with mode: 0644]

diff --git a/.yapfaqrc b/.yapfaqrc
new file mode 100644 (file)
index 0000000..d2c398d
--- /dev/null
+++ b/.yapfaqrc
@@ -0,0 +1,17 @@
+NNTPServer = 'localhost'
+NNTPUser   = ''
+NNTPPass   = ''
+Sender     = ''
+ConfigFile = 'yapfaq.cfg'
+UsePGP     = 0
+
+################################## PGP-Config #################################
+pgp           = '/usr/bin/pgp'                  # path to pgp
+PGPVersion    = '2'                             # Use 2 for 2.X 5 for PGP > 2.X and GPG for GPG
+PGPSigner     = ''                              # sign as who?
+PGPPass       = ''                              # pgp2 only
+PathtoPGPPass = ''                           # pgp2 pgp5 and gpg
+pgpbegin      = '-----BEGIN PGP SIGNATURE-----' # Begin of PGP-Signature
+pgpend        = '-----END PGP SIGNATURE-----'   # End of PGP-Signature
+pgptmpf       = 'pgptmp'                        # temporary file for PGP.
+pgpheader     = 'X-PGP-Sig'
This page took 0.011666 seconds and 4 git commands to generate.