~bjornt/editmoin/factor-out-edit-function

« back to all changes in this revision

Viewing changes to editmoin

  • Committer: niemeyer
  • Date: 2006-11-21 01:33:08 UTC
  • Revision ID: niemeyer-8bbc8479a2520e7d4fbbd127a6b7d56ed53d761f
Tags: 1.8
Preparing to release version 1.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
"""
3
 
Copyright (c) 2002-2003  Gustavo Niemeyer <niemeyer@conectiva.com>
 
3
Copyright (c) 2002-2006  Gustavo Niemeyer <gustavo@niemeyer.net>
4
4
 
5
5
This program allows you to edit moin (see http://moin.sourceforge.net)
6
6
pages with your preferred editor. The default editor is vi. If you want
14
14
         no warranties of working at all. All I can say is that it
15
15
         worked for me, at least once. ;-)
16
16
 
17
 
Tested moin versions: 0.9, 0.11, 1.0, 1.1, 1.3.5, 1.5, 1.5.1, 1.5.4, 1.5.5
 
17
Tested moin versions: 0.9, 0.11, 1.0, 1.1, 1.3.5, 1.5, 1.5.1, 1.5.4, 1.5.5, 1.6
18
18
"""
19
19
 
20
20
__author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>"
21
 
__version__ = "1.6"
 
21
__version__ = "1.8"
22
22
__license__ = "GPL"
23
23
 
24
24
import tempfile