<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://blutwald.de/index.php?action=history&amp;feed=atom&amp;title=Text2Gif_Plugin</id>
	<title>Text2Gif Plugin - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://blutwald.de/index.php?action=history&amp;feed=atom&amp;title=Text2Gif_Plugin"/>
	<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Text2Gif_Plugin&amp;action=history"/>
	<updated>2026-04-17T21:20:12Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Earthdawn-Wiki.v2</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://blutwald.de/index.php?title=Text2Gif_Plugin&amp;diff=3873&amp;oldid=prev</id>
		<title>Root: Die Seite wurde neu angelegt: „With this Plugin for [http://www.jspwiki.org JSPWiki] you can display text as gifs - why? Because you won&#039;t show your email in a text form for example. When you display it as gif, no spam spider can catch it.    For the generation of the GIF images the ACME.jar of the [http://www.acme.com ACME Laboratories] is used (Freeware).    ====Example====    {Text2gif size=&#039;14&#039; bgcolor=&#039;white&#039;    Hello World!  }    is cr…“</title>
		<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Text2Gif_Plugin&amp;diff=3873&amp;oldid=prev"/>
		<updated>2024-10-22T18:37:28Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „With this Plugin for [http://www.jspwiki.org JSPWiki] you can display text as gifs - why? Because you won&amp;#039;t show your email in a text form for example. When you display it as gif, no spam spider can catch it.    For the generation of the GIF images the ACME.jar of the [http://www.acme.com ACME Laboratories] is used (Freeware).    ====Example====    &lt;a href=&quot;/index.php?title=Text2gif_Size14_Bgcolorwhite_Hello_World&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Text2gif Size14 Bgcolorwhite Hello World (Seite nicht vorhanden)&quot;&gt;{Text2gif size=&amp;#039;14&amp;#039; bgcolor=&amp;#039;white&amp;#039;    Hello World!  }&lt;/a&gt;    is cr…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;With this Plugin for [http://www.jspwiki.org JSPWiki] you can display text as gifs - why? Because you won&amp;#039;t show your email in a text form for example. When you display it as gif, no spam spider can catch it.&lt;br /&gt;
&lt;br /&gt;
For the generation of the GIF images the ACME.jar of the [http://www.acme.com ACME Laboratories] is used (Freeware).&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
[[Text2gif Size14 Bgcolorwhite Hello World|{Text2gif size=&amp;#039;14&amp;#039; bgcolor=&amp;#039;white&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hello World!&lt;br /&gt;
}]]&lt;br /&gt;
&lt;br /&gt;
is created by the following syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[{Text2gif size=&amp;amp;#039;14&amp;amp;#039; bgcolor=&amp;amp;#039;white&amp;amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hello World!&lt;br /&gt;
}]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Text2Gif-Plugin-Parameters====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
! Necessity&lt;br /&gt;
|-&lt;br /&gt;
| body&lt;br /&gt;
| Text to be shown&lt;br /&gt;
| required&lt;br /&gt;
|-&lt;br /&gt;
| align&lt;br /&gt;
| center, left, right&lt;br /&gt;
| optional (none)&lt;br /&gt;
|-&lt;br /&gt;
| fontsize&lt;br /&gt;
| size of the base font&lt;br /&gt;
| optional (12?)&lt;br /&gt;
|-&lt;br /&gt;
| width&lt;br /&gt;
| size of the produced gif&lt;br /&gt;
| optional (600?)&lt;br /&gt;
|-&lt;br /&gt;
| height&lt;br /&gt;
| size of the produced gif&lt;br /&gt;
| optional (200?)&lt;br /&gt;
|-&lt;br /&gt;
| bgcolor&lt;br /&gt;
| color of the background&lt;br /&gt;
| optional (white)&lt;br /&gt;
|-&lt;br /&gt;
| color&lt;br /&gt;
| color of the text&lt;br /&gt;
| optional (black)&lt;br /&gt;
|}&lt;br /&gt;
====Installation====&lt;br /&gt;
&lt;br /&gt;
1. The following jars must be copied to {JSPWiki}/WEB-INF/lib:&lt;br /&gt;
&lt;br /&gt;
* [[SBaltes Plugins SBaltes Plugins Jar|SBaltesPlugins.jar]] &lt;br /&gt;
* [[Math Plugin Acme Jar|Acme.jar]]&lt;br /&gt;
&lt;br /&gt;
2. The following must be added to {JSPWiki}/WEB-INF/web.xml:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;amp;lt;servlet&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;servlet-name&amp;amp;gt;DownloadJobServlet&amp;amp;lt;/servlet-name&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;servlet-class&amp;amp;gt;&lt;br /&gt;
	      com.ecyrd.jspwiki.plugin.DownloadJobServlet&lt;br /&gt;
	   &amp;amp;lt;/servlet-class&amp;amp;gt; &lt;br /&gt;
	&amp;amp;lt;/servlet&amp;amp;gt; &lt;br /&gt;
	&lt;br /&gt;
	&amp;amp;lt;servlet-mapping&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;servlet-name&amp;amp;gt;DownloadJobServlet&amp;amp;lt;/servlet-name&amp;amp;gt; &lt;br /&gt;
	   &amp;amp;lt;url-pattern&amp;amp;gt;/downloadJob&amp;amp;lt;/url-pattern&amp;amp;gt; &lt;br /&gt;
	&amp;amp;lt;/servlet-mapping&amp;amp;gt; &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Under Linux/Unix you may enable the awt headless mode (see [http://forum.java.sun.com/thread.jsp?forum=20&amp;amp;thread=132877 Headless-Mode in JDK 1.4]). You can do it in two ways:&lt;br /&gt;
&lt;br /&gt;
* Edit Wiki.jsp and append &amp;lt;tt&amp;gt;System.setProperty(&amp;quot;java.awt.headless&amp;quot;, &amp;quot;true&amp;quot;);&amp;lt;/tt&amp;gt; in the init-method&lt;br /&gt;
* edit the catalina.sh and append &amp;lt;tt&amp;gt;CATALINA_OPTS=&amp;#039;-Djava.awt.headless=true&amp;#039;&amp;lt;/tt&amp;gt; at the head of the file&lt;br /&gt;
&lt;br /&gt;
====Source Code====&lt;br /&gt;
&lt;br /&gt;
The source code is part of the SBaltesPlugins.jar.&lt;br /&gt;
&lt;br /&gt;
====License====&lt;br /&gt;
&lt;br /&gt;
Text2GifPlugin itself is under the LGPL and uses freeware libraries:&lt;br /&gt;
&lt;br /&gt;
* [http://www.acme.com ACME]&lt;br /&gt;
&lt;br /&gt;
Text2GifPlugin a JspWiki Plugin for visualising text as gifs.&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2004 Sebastian Baltes&lt;br /&gt;
&lt;br /&gt;
This library is free software; you can redistribute it and/or&lt;br /&gt;
modify it under the terms of the GNU Lesser General Public&lt;br /&gt;
License as published by the Free Software Foundation; either&lt;br /&gt;
version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
This library is distributed in the hope that it will be useful,&lt;br /&gt;
but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&lt;br /&gt;
Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.txt GNU LESSER GENERAL PUBLIC LICENSE Version 2.1]&lt;/div&gt;</summary>
		<author><name>Root</name></author>
	</entry>
</feed>