From: Martin Pitt Date: Fri, 25 May 2007 15:54:59 +0000 (+0200) Subject: remove editmoin, it is packaged now X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=78dd268d3414778ab148e06964d51d3a66e54132 remove editmoin, it is packaged now --- diff --git a/editmoin b/editmoin deleted file mode 100755 index 53d7dea..0000000 --- a/editmoin +++ /dev/null @@ -1,386 +0,0 @@ -#!/usr/bin/env python -""" -Copyright (c) 2002-2006 Gustavo Niemeyer - -This program allows you to edit moin (see http://moin.sourceforge.net) -pages with your preferred editor. The default editor is vi. If you want -to use any other, just set the EDITOR environment variable. - -To define your moin id used when logging in in a specifc moin, edit a -file named ~/.moin_ids and include lines like "http://moin.url/etc myid". - -WARNING: This program expects information to be in a very specific - format. It will break if this format changes, so there are - no warranties of working at all. All I can say is that it - worked for me, at least once. ;-) - -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 -""" - -__author__ = "Gustavo Niemeyer " -__version__ = "1.8" -__license__ = "GPL" - -import tempfile -import textwrap -import sys, os -import urllib -import shutil -import md5 -import re - - -USAGE = "Usage: editmoin [-t