diff --git a/IkiWiki/Plugin/plaintext.pm b/IkiWiki/Plugin/txt.pm similarity index 91% rename from IkiWiki/Plugin/plaintext.pm rename to 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 # Licensed under the GNU General Public License, version 2 or later -package IkiWiki::Plugin::plaintext; +package IkiWiki::Plugin::txt; use warnings; use strict;