From 532d4b0d5f40bd76f76b6b24da9e06f48bbdcf81 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Jun 2008 20:33:41 -0400 Subject: [PATCH] rename to txt --- IkiWiki/Plugin/{plaintext.pm => txt.pm} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename IkiWiki/Plugin/{plaintext.pm => txt.pm} (91%) 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; -- 2.44.0