diff --git a/data/System/TypographyPlugin.txt b/data/System/TypographyPlugin.txt index cb14744..2b1703a 100644 --- a/data/System/TypographyPlugin.txt +++ b/data/System/TypographyPlugin.txt @@ -1,7 +1,7 @@ %META:TOPICINFO{author="ProjectContributor" date="1041914040" format="1.0" version="1.1"}% ---+ TypographyPlugin -This plugin can be used to improve the typography of TWiki-generated text. +This plugin can be used to improve the typography of TML text. ---++ Syntax Rules and Examples @@ -23,14 +23,14 @@ Quotation marks (") and apostrophes (') are also converted to rounded Plugin settings are stored as preferences variables. To reference a plugin setting write ==%<plugin>_<setting>%==, i.e. ==%INTERWIKIPLUGIN_SHORTDESCRIPTION%== * One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic: - * Set SHORTDESCRIPTION = _Improves the typography of TWiki-generated text._ + * Set SHORTDESCRIPTION = _Improves the typography of TML tex._ * Debug plugin: (See output in =data/debug.txt=) * Set DEBUG = 0 ---++ Plugin Installation Instructions -__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running. +__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where Foswiki is running. * Download the ZIP file from the Plugin web (see below) * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: @@ -38,15 +38,16 @@ __Note:__ You do not need to install anything on the browser to use this plugin. | ==data/System/TypographyPlugin.txt== | Plugin topic | | ==data/System/TypographyPlugin.txt,v== | Plugin topic repository | | ==lib/Foswiki/Plugins/TypographyPlugin.pm== | Plugin Perl module | - * (Dakar) Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. + * Visit =configure= in your Foswiki installation, and enable the plugin in the {Plugins} section. * Test if the installation was successful: * _enter samples here_ ---++ Plugin Info -| Plugin Author: | TWiki:Main/EricScouten | +| Plugin Author: | TWiki:Main/EricScouten, Foswiki:Main.WillNorris | | Plugin Version: | 07 Jan 2003 (V1.000) | | Change History: |   | +| 31 Jan 2009: | Ported to Foswiki | | 07 Jan 2003: | Initial version | | CPAN Dependencies: | none | | Other Dependencies: | none | @@ -55,5 +56,3 @@ __Note:__ You do not need to install anything on the browser to use this plugin. | Feedback: | http://foswiki.org/Extensions/TypographyPluginDev | __Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]] - --- TWiki:Main/EricScouten - 07 Jan 2003 diff --git a/lib/Foswiki/Plugins/TypographyPlugin.pm b/lib/Foswiki/Plugins/TypographyPlugin.pm index 87fbd5c..aa92c00 100644 --- a/lib/Foswiki/Plugins/TypographyPlugin.pm +++ b/lib/Foswiki/Plugins/TypographyPlugin.pm @@ -1,7 +1,7 @@ # ***************************************************************************** # # TypographyPlugin.pm -# Improve typography of TWiki generated text. +# Improve typography of TML # # Copyright (C) 2002, Eric Scouten # Started Sat, 07 Dec 2002 @@ -25,7 +25,7 @@ package Foswiki::Plugins::TypographyPlugin; use vars qw($web $topic $user $installWeb $VERSION $RELEASE $debug $doOldInclude $renderingWeb); -# This should always be $Rev$ so that TWiki can determine the checked-in +# This should always be $Rev$ so that Foswiki can determine the checked-in # status of the plugin. It is used by the build automation tools, so # you should leave it alone. $VERSION = '$Rev$';