diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-24 10:55:02 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-24 10:55:02 +0200 |
commit | 1e972a3af486d1e7fb93eacc2c810fe1a30a0c75 (patch) | |
tree | 181b0b6b60f144f230c64dd1934222c3485645c0 | |
parent | 1fb0e9fa8710c668517b1aaecda5ccebd38b14f8 (diff) |
rename whatsold and whatsnew plugins to old and new
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@85 86f53f14-5ff3-0310-afe5-9b438ce3f40c
-rw-r--r-- | config.py | 4 | ||||
-rw-r--r-- | plugins/new.py (renamed from plugins/whatsnew.py) | 2 | ||||
-rw-r--r-- | plugins/old.py (renamed from plugins/whatsold.py) | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -65,8 +65,8 @@ PLUGINS = ["sitemap", "external", "notchkd", "badlinks", - "whatsold", - "whatsnew", + "old", + "new", "slow", "notitles", "problems", diff --git a/plugins/whatsnew.py b/plugins/new.py index 8392d8c..c4b25cf 100644 --- a/plugins/whatsnew.py +++ b/plugins/new.py @@ -1,5 +1,5 @@ -# whatsnew.py - plugin to list recently modified pages +# new.py - plugin to list recently modified pages # # Copyright (C) 1998, 1999 Albert Hopkins (marduk) <marduk@python.net> # Copyright (C) 2002 Mike W. Meyer <mwm@mired.org> diff --git a/plugins/whatsold.py b/plugins/old.py index dfe5557..376aca0 100644 --- a/plugins/whatsold.py +++ b/plugins/old.py @@ -1,5 +1,5 @@ -# whatsold.py - plugin to list old pages +# old.py - plugin to list old pages # # Copyright (C) 1998, 1999 Albert Hopkins (marduk) <marduk@python.net> # Copyright (C) 2002 Mike W. Meyer <mwm@mired.org> |