<?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=Initial_Filter</id>
	<title>Initial Filter - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://blutwald.de/index.php?action=history&amp;feed=atom&amp;title=Initial_Filter"/>
	<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Initial_Filter&amp;action=history"/>
	<updated>2026-04-17T19:56:15Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Earthdawn-Wiki.v2</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://blutwald.de/index.php?title=Initial_Filter&amp;diff=2286&amp;oldid=prev</id>
		<title>Root: Die Seite wurde neu angelegt: „With this Filter for [http://www.jspwiki.org JSPWiki] you can display initial letters by the use of gif&#039;s.        ====Example====        §§T§§his is an initial. Initials are special letters at the beginning of a text as known by books. HTML/CSS has a standard for initials, but it looks a little bit ugly right now, and you can&#039;t choose the font, so this filter is a big advantage for all wiki&#039;s that aims to look a little bit old fashioned like this wiki…“</title>
		<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Initial_Filter&amp;diff=2286&amp;oldid=prev"/>
		<updated>2024-10-22T18:36:07Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „With this Filter for [http://www.jspwiki.org JSPWiki] you can display initial letters by the use of gif&amp;#039;s.        ====Example====        §§T§§his is an initial. Initials are special letters at the beginning of a text as known by books. HTML/CSS has a standard for initials, but it looks a little bit ugly right now, and you can&amp;#039;t choose the font, so this filter is a big advantage for all wiki&amp;#039;s that aims to look a little bit old fashioned like this wiki…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;With this Filter for [http://www.jspwiki.org JSPWiki] you can display initial letters by the use of gif&amp;#039;s.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
§§T§§his is an initial. Initials are special letters at the beginning of a text as known by books. HTML/CSS has a standard for initials, but it looks a little bit ugly right now, and you can&amp;#039;t choose the font, so this filter is a big advantage for all wiki&amp;#039;s that aims to look a little bit old fashioned like this wiki for role players.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
is created by the following syntax:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
§§T §§his is an initial. Initials are special letters at the beginning &lt;br /&gt;
&lt;br /&gt;
of a text as known by books. HTML/CSS has a standard for initials, but &lt;br /&gt;
&lt;br /&gt;
it looks a little bit ugly right now, and you can&amp;#039;t choose the font, &lt;br /&gt;
&lt;br /&gt;
so this filter is a big advantage for all wiki&amp;#039;s that aims to look a &lt;br /&gt;
&lt;br /&gt;
little bit old fashioned like this wiki for role players.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Installation====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. For each letter in the alphabet you need a single gif with the name of the letter like &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;a.gif&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;. Copy this to a directory named &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;{JSPWiki}/initial&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;. Now each §§#§§ on your page would be replaced by the gif with the name #.gif. You can also make a second set of gifs for an other font. This second set must be named like &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;a1.gif&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;. Each §#§ would be replaced by the gif with the name #1.gif. You can use this [[Datei:gif-dateien!.zip|set of gifs]] as an example.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. The following jar must be copied to &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;{JSPWiki}/WEB-INF/lib&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[SBaltes Plugins SBaltes Plugins Jar|SBaltesPlugins.jar]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Your {JSPWiki}/WEB-INF/filters.xml may look like the following&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;amp;lt;?xml version=&amp;amp;quot;1.0&amp;amp;quot;?&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;amp;lt;pagefilters&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;amp;lt;filter&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;amp;lt;class&amp;amp;gt;de.sbaltes.jspwiki.filters.InitialFilter&amp;amp;lt;/class&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;amp;lt;param&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
            &amp;amp;lt;name&amp;amp;gt;initial.font.path.1&amp;amp;lt;/name&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
            &amp;amp;lt;value&amp;amp;gt;initial/&amp;amp;lt;/value&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;amp;lt;/param&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;amp;lt;param&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
            &amp;amp;lt;name&amp;amp;gt;initial.font.path.2&amp;amp;lt;/name&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
            &amp;amp;lt;value&amp;amp;gt;initial/&amp;amp;lt;/value&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
         &amp;amp;lt;/param&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;amp;lt;/filter&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;amp;lt;/pagefilters&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Have a look at your jspwiki.properties, maybe you must add the following line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
jspwiki.filterConfig = {JSPWiki}/WEB-INF/filters.xml&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Be sure to have a JspWiki &amp;gt;= v2.1.115 installed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Source Code====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The source code is part of the SBaltesPlugins.jar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====License====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
InitialFilter itself is under the LGPL.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
InitialFilter  a JspWiki Filter for visualising inital letters.&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2005 Sebastian Baltes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This library is free software; you can redistribute it and/or&lt;br /&gt;
&lt;br /&gt;
modify it under the terms of the GNU Lesser General Public&lt;br /&gt;
&lt;br /&gt;
License as published by the Free Software Foundation; either&lt;br /&gt;
&lt;br /&gt;
version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This library is distributed in the hope that it will be useful,&lt;br /&gt;
&lt;br /&gt;
but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
&lt;br /&gt;
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&lt;br /&gt;
&lt;br /&gt;
Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.txt GNU LESSER GENERAL PUBLIC LICENSE Version 2.1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==== Dateien ====&lt;br /&gt;
* [[Datei:gif-dateien!.zip]]&lt;/div&gt;</summary>
		<author><name>Root</name></author>
	</entry>
</feed>