]> sipb.mit.edu Git - ikiwiki.git/commitdiff
rename to txt
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 25 Jun 2008 00:33:41 +0000 (20:33 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 25 Jun 2008 00:33:41 +0000 (20:33 -0400)
IkiWiki/Plugin/txt.pm [moved from IkiWiki/Plugin/plaintext.pm with 91% similarity]

similarity index 91%
rename from IkiWiki/Plugin/plaintext.pm
rename to IkiWiki/Plugin/txt.pm
index eaa2725b9aee5439bb8368727bc40853d2cca276..a4df54b553590a475f9ba19ed15d88cb9d2a471c 100644 (file)
@@ -1,10 +1,10 @@
 #!/usr/bin/perl
 #!/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
 
 #
 # 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;
 
 use warnings;
 use strict;