Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meeting.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/meeting.py b/meeting.py
index 9a59326..a9a0bcf 100644
--- a/meeting.py
+++ b/meeting.py
@@ -103,11 +103,11 @@ class Config(object):
writer_map = {
'.log.html':writers.HTMLlog,
- '.html': writers.HTML,
- '.2.html': writers.HTML2,
- '.rst': writers.ReST,
+ #'.1.html': writers.HTML,
+ '.html': writers.HTML2,
+ #'.rst': writers.ReST,
'.txt': writers.Text,
- '.rst.html':writers.HTMLfromReST,
+ #'.rst.html':writers.HTMLfromReST,
}