From c27dcebd964937218add29d4c414b88f2cd1566c Mon Sep 17 00:00:00 2001 From: Finn Smith Date: Mon, 1 Nov 2010 15:12:51 -0400 Subject: [PATCH] Edit README. --- README.mkd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.mkd b/README.mkd index 297f1a6..fd864a5 100644 --- a/README.mkd +++ b/README.mkd @@ -1,4 +1,4 @@ -# Unrecognized Tags +# Unrecognized Tags plugin The Unrecognized Tags plugin is a tool for identifying all tags in use across all templates system-wide that Movable Type does not recognize. @@ -19,7 +19,7 @@ The default behavior of Movable Type is to throw an error message when it encounters an unrecognized tag during the course of a rebuild or when a template is edited. This means that in order to identify all such tags it is necessary to open edit and save every template or to repeatedly rebuild. Then -each unrecognized tag must be resolved by hand or wrapped in +each unrecognized tag must be resolved by hand or wrapped in `` before trying to rebuild again. UnrecognizedTags is intended to simplify this process. It can be especially @@ -31,7 +31,7 @@ dealing with the system. ## Usage The plugin adds an "Unrecognized Tags" menu item to the Tools menu at the -System Overview level. When you select this item, UnrecognizedTags will +System Overview level. When you select this item, Unrecognized Tags will generate and display a listing of all usages of unrecognized tags, grouped by tag, and listing the blog and template (with a link to edit the template) in which each usage occurs.