Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-07-07 03:05:16 (GMT)
committer Richard Darst <rkd@zgib.net>2009-07-07 03:05:16 (GMT)
commit7e5d920ce081dec82c7f8302b4f422bcf469746a (patch)
treecde96fd4b15db8b7ba73a1e6ed2810d869710d48
parent7e0c09ee63e3d13944a6953c51827d052f6a583f (diff)
Add doc/ directory and example config file0_1_1
- moved Manual.txt into this directory - added a minimal example file meetingLocalConfig-example.py darcs-hash:20090707030516-82ea9-a3ec9c0b441e7a9e1bbcb63872427eeb2ec2a498.gz
-rw-r--r--doc/Manual.txt (renamed from Manual.txt)0
-rw-r--r--doc/meetingLocalConfig-example.py19
2 files changed, 19 insertions, 0 deletions
diff --git a/Manual.txt b/doc/Manual.txt
index 0fd4852..0fd4852 100644
--- a/Manual.txt
+++ b/doc/Manual.txt
diff --git a/doc/meetingLocalConfig-example.py b/doc/meetingLocalConfig-example.py
new file mode 100644
index 0000000..3263eb6
--- /dev/null
+++ b/doc/meetingLocalConfig-example.py
@@ -0,0 +1,19 @@
+# Richard Darst, July 2009
+#
+# Minimal meetingLocalConfig.py
+#
+# This file is released into the public domain, or released under the
+# supybot license in areas where releasing into the public domain is
+# not possible.
+#
+
+class Config(object):
+ # These are "required":
+ logFileDir = '/home/richard/meetbot/'
+ logUrlPrefix = 'http://rkd.zgib.net/meetbot/'
+
+ # These, you might want to change:
+ #MeetBotInfoURL = 'http://wiki.debian.org/MeetBot'
+ #filenamePattern = '%(channel)s/%%Y/%(channel)s.%%F-%%H.%%M'
+
+