diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-24 20:33:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-24 20:33:41 -0400 |
commit | 532d4b0d5f40bd76f76b6b24da9e06f48bbdcf81 (patch) | |
tree | 68e6781ebbdb2d737a38baa01e4b211872c519a3 | |
parent | 3f6d3f3be8ec64a07636a38f0c9f95e4211a3128 (diff) |
rename to txt
-rw-r--r-- | IkiWiki/Plugin/txt.pm (renamed from IkiWiki/Plugin/plaintext.pm) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/plaintext.pm b/IkiWiki/Plugin/txt.pm index eaa2725b9..a4df54b55 100644 --- a/IkiWiki/Plugin/plaintext.pm +++ b/IkiWiki/Plugin/txt.pm @@ -1,10 +1,10 @@ #!/usr/bin/perl -# Plaintext as a wiki page type - links WikiLinks and URIs. +# .txt as a wiki page type - links WikiLinks and URIs. # # Copyright (C) 2008 Gabriel McManus <gmcmanus@gmail.com> # Licensed under the GNU General Public License, version 2 or later -package IkiWiki::Plugin::plaintext; +package IkiWiki::Plugin::txt; use warnings; use strict; |