|
< < |  The Smilies Plugin :-)  | 
> > |   The Smilies Plugin :-)  | 
|
> > | <--
   Contributions to this TWiki plugin are appreciated. Please update the plugin page
   at http://twiki.org/cgi-bin/view/Plugins/SmiliesPlugin  or provide feedback
   at http://twiki.org/cgi-bin/view/Plugins/SmiliesPluginDev .
   If you are a TWiki contributor please update the plugin in the SVN repository.
--> 
Render smilies as icons, like  :-)  as   or  :eek:  as   | 
|   |  | 
|
> > |  Introduction  | 
|   | Smilies are common in e-mail messages and bulletin board posts. They are used to convey an emotion, such as a smile :-) or a frown :-( . This plugin automatically converts certain smilies to a nice small icon.
Here is the list of smilies supported by this plugin. To add others, attach new icons to this topic and tweak the table below.
|  You type  | 
 You see  | 
 Emotion  | 
 
|  :-)  | 
    | 
 "smile"  | 
 
|  :)  | 
    | 
 "smile"  | 
 
|  8-)  | 
    | 
 "cool!"  | 
 
|  :cool:  | 
    | 
 "cool!"  | 
 
|  :-I  | 
    | 
 "indifferent"  | 
 
|  :(  | 
    | 
 "frown"  | 
 
|  :-(  | 
    | 
 "frown"  | 
 
|  :o  | 
    | 
 "embarrassment"  | 
 
|  :D  | 
    | 
 "big grin"  | 
 
|  :-D  | 
    | 
 "big grin"  | 
 
|  ;)  | 
    | 
 "wink"  | 
 
|  ;-)  | 
    | 
 "wink"  | 
 
|  :p  | 
    | 
 "stick out tongue"  | 
 
|  :-p  | 
    | 
 "stick out tongue"  | 
 
|  :rolleyes:  | 
    | 
 "roll eyes (sarcastic)"  | 
 
|  :mad:  | 
    | 
 "mad!"  | 
 
|  :eek:  | 
    | 
 "eek!"  | 
 
|  :confused:  | 
    | 
 "confused"  | 
 
|   >:-)  | 
    | 
 "hehe!"  | 
 
|  :devil:  | 
    | 
 "hehe!"  | 
 
|   >;-)  | 
    | 
 "hehe! (friendly)"  | 
 
|  :devilish:  | 
    | 
 "hehe! (friendly)"  | 
 
|  :-X  | 
    | 
 "sealed lips"  | 
 
|  :ok:  | 
    | 
 "thumbs up"  | 
 
|  :yes:  | 
    | 
 "yes"  | 
 
|  :no:  | 
    | 
 "no"  | 
 
|  :love:  | 
    | 
 "I love it!"  | 
 
|  :skull:  | 
    | 
 "dead!"  | 
  
 SmiliesPlugin Global Settings  | 
|
< < | Plugin settings are stored as preferences variables. To reference | 
> > | Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, for example, %INTERWIKIPLUGIN_SHORTDESCRIPTION% | 
|
< < | a plugin setting write %<plugin>_<setting>%, for example, %INTERWIKIPLUGIN_SHORTDESCRIPTION% | 
|   |  | 
|
< < |  
-  One line description, shown in the TextFormattingRules topic:
  -  Set SHORTDESCRIPTION = Render smilies as icons, like 
  for  :-) or   for  :eek:
    | 
> > |  
-  One line description, shown in the TextFormattingRules topic: 
-  Set SHORTDESCRIPTION = Render smilies as icons, like 
  for  :-) or   for  :eek:
   
    | 
|   |  | 
|
< < |  
-  The name of the topic containig your Smilies. Default: 
TWiki.SmiliesPlugin
  -  #Set TOPIC = SmiliesPlugin
    | 
> > |  
-  The name of the topic containig your Smilies. Default: 
TWiki.SmiliesPlugin  
    | 
|   |  | 
|
< < |  
-  The way the emoticon is displayed. You can use 
$emoticon (e.g. :D), $url (e.g. %ATTACHURL%/biggrin.gif) and $tooltip (e.g. "big grin"). Default: <img src="$url" alt="$tooltip" title="$tooltip" border="0" />
    | 
> > |  
-  The way the emoticon is displayed. You can use 
$emoticon (e.g. :D), $url (e.g. %ATTACHURL%/biggrin.gif) and $tooltip (e.g. "big grin"). Default: <img src="$url" alt="$tooltip" title="$tooltip" border="0" />
    | 
|   |  | 
|
< < |  
-  #Set FORMAT = 
 
    | 
> > |  
 - 
 
-  #Set FORMAT = 
 
   
    | 
|   | 
 Plugin Installation Instructions  | 
|
> > |  | 
|   | This plugin is installed by default with a TWiki release. You should not need to install the plugin unless it is for an upgrade. | 
|
< < |  
-  Download the ZIP file from the Plugin web (see below)
  -  Unzip 
SmiliesPlugin.zip in your twiki installation directory. Content:
    | 
> > |  
-  Download the ZIP file from the Plugin web (see below)
    | 
|
> > |  
-  Unzip 
SmiliesPlugin.zip in your twiki installation directory. Content:
    | 
|   |  
 
 
 
 
          
     
      File:<-- -->    | 
      Description:  | 
           
     
      pub/TWiki/SmiliesPlugin/*.gif  | 
      Plugin icon files  | 
      
     
      lib/TWiki/Plugins/SmiliesPlugin.pm  | 
      Plugin Perl module  | 
      
     
      data/TWiki/SmiliesPlugin.txt,v  | 
      Plugin topic repository  | 
      
     
      data/TWiki/SmiliesPlugin.txt  | 
      Plugin topic  | 
             | 
|
< < |  
-  (Dakar) Visit 
configure in your TWiki installation, and enable the plugin in the {Plugins} section.
  -  Test if the plugin is correctly installed:
  -  You will see a series of icons on next line: 
                                                
    | 
> > |  
-  Visit 
configure in your TWiki installation, and enable the plugin in the {Plugins} section.
  -  Test if the plugin is correctly installed:
  -  You will see a series of icons on next line: 
                                             
    | 
|   | 
 Plugin Info  | 
|
< < | 
 | 
> > | 
 | 
|   | 
|  Change History:  | 
 <-- specify latest version first -->    | 
   | 
|
> > | 
 | 
|   | 
|  21 Nov 2007:  | 
 Doc improvements  | 
 
|  16 Mar 2005:  | 
 Fixed typo "scull"  | 
   | 
|
< < | 
|  5 Mar 2005  | 
 1.004 Crawford Currie prepared for Dakar  | 
   | 
> > | 
|  5 Mar 2005:  | 
 1.004 Crawford Currie prepared for Dakar  | 
   | 
|   | 
|  21 Nov 2004:  | 
 Added benchmarks (no code changes)  | 
 
|  21 Aug 2004:  | 
 Fixed tooltip for Netscape; added "sealed lips", "thumbs up", "yes" "no", "in love", "skull"  | 
 
|  16 Feb 2004:  | 
 Added "devil" and "devilwink" smilies (by TWiki:Main.CrawfordCurrie )  | 
 
|  26 Feb 2003:  | 
 Added "indifferent" smilie  | 
 
|  20 Oct 2002:  | 
 Fixed STDERR warning for non-initialized Plugin  | 
 
|  20 Apr 2002:  | 
 Improved performance; removed non-standard Plugin API dependencies; added standard plugin topic content -- TWiki:Main.PeterThoeny   | 
 
|  23 Nov 2001:  | 
 Added TOPIC and FORMAT setting  | 
 
|  10 Jun 2001:  | 
 Packaged into ZIP  | 
 
|  28 Feb 2001:  | 
 Initial version  | 
 
|  CPAN Dependencies:  | 
 none  | 
 
|  Other Dependencies:  | 
 none  | 
 
|  Perl Version:  | 
 5.0  | 
   | 
|
< < | 
 | 
> > | 
 | 
|   | 
 | 
|
< < | Related Topics: TWikiPreferences, TWikiPlugins | 
> > | Related Topics: TWikiPreferences, TWikiPlugins | 
|   |  | 
|
< < | 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216488" name="biggrin.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\biggrin.gif" size="152" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216502" name="confused.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\confused.gif" size="110" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216522" name="cool.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\cool.gif" size="124" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216532" name="eek.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\eek.gif" size="1264" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216543" name="frown.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\frown.gif" size="94" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216555" name="indifferent.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\indifferent.gif" size="132" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216566" name="mad.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\mad.gif" size="154" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216576" name="redface.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\redface.gif" size="136" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216591" name="rolleyes.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\rolleyes.gif" size="1784" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216609" name="smile.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\smile.gif" size="93" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216632" name="tongue.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\tongue.gif" size="338" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216641" name="wink.gif" path="C:\Data\MyTWiki\Plugins\SmiliesPlugin\pub\TWiki\SmiliesPlugin\wink.gif" size="135" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1077002192" name="devil.gif" path="C:\Data\Temp\devil.gif" size="139" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1077002138" name="devilwink.gif" path="C:\Data\Temp\devilwink.gif" size="141" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124420" name="sealed.gif" path="C:\Data\Temp\1\sealed.gif" size="142" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124440" name="thumbs.gif" path="C:\Data\Temp\1\thumbs.gif" size="166" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124449" name="yes.gif" path="C:\Data\Temp\1\yes.gif" size="262" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124458" name="no.gif" path="C:\Data\Temp\1\no.gif" size="468" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124471" name="love.gif" path="C:\Data\Temp\1\love.gif" size="379" user="TWikiContributor" version="1.1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124482" name="skull.gif" path="C:\Data\Temp\1\skull.gif" size="1006" user="TWikiContributor" version="1.1"  | 
   | 
> > | 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216488" name="biggrin.gif" path="biggrin.gif" size="152" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216502" name="confused.gif" path="confused.gif" size="110" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216522" name="cool.gif" path="cool.gif" size="124" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216532" name="eek.gif" path="eek.gif" size="1264" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216543" name="frown.gif" path="frown.gif" size="94" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216555" name="indifferent.gif" path="indifferent.gif" size="132" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216566" name="mad.gif" path="mad.gif" size="154" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216576" name="redface.gif" path="redface.gif" size="136" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216591" name="rolleyes.gif" path="rolleyes.gif" size="1784" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216609" name="smile.gif" path="smile.gif" size="93" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216632" name="tongue.gif" path="tongue.gif" size="338" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1071216641" name="wink.gif" path="wink.gif" size="135" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1077002192" name="devil.gif" path="devil.gif" size="139" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1077002138" name="devilwink.gif" path="devilwink.gif" size="141" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124420" name="sealed.gif" path="sealed.gif" size="142" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124440" name="thumbs.gif" path="thumbs.gif" size="166" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124449" name="yes.gif" path="yes.gif" size="262" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124458" name="no.gif" path="no.gif" size="468" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124471" name="love.gif" path="love.gif" size="379" user="TWikiContributor" version="1"  | 
 
|  META FILEATTACHMENT  | 
 attr="h" comment="" date="1093124482" name="skull.gif" path="skull.gif" size="1006" user="TWikiContributor" version="1"  | 
   | 
|   |  |