From: Joey Hess Date: Wed, 25 Jun 2008 00:33:41 +0000 (-0400) Subject: rename to txt X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/532d4b0d5f40bd76f76b6b24da9e06f48bbdcf81 rename to txt --- 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;