<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zeitgrund blog</title>
	<atom:link href="http://blog.zeitgrund.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zeitgrund.de</link>
	<description>Fotos und Beobachtungen</description>
	<lastBuildDate>Wed, 22 Dec 2010 15:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Plugin Last Viewed Posts</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts/</link>
		<comments>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 14:31:35 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Last Viewed Posts]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts/</guid>
		<description><![CDATA[Download the latest release (0.7.1) of the plugin Last Viewed Posts
For English description click here 
Beschreibung:
Das Plugin speichert die von einem Besucher angeschauten BeitrÃ¤ge (bzw. Seiten) in einem Cookie um dann in einer Liste die zuletzt angeschauten BeitrÃ¤ge (Standard: 10) auszugeben.
Jeder Besucher hat seine eigene Auflistung der von ihm angeschauten EinzelbeitrÃ¤ge &#8211; es ist keine [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://counter.wordpress-deutschland.org/dlcount.php?id=static&amp;url=/plugins/last_viewed_posts.zip">Download the latest release (0.7.1) of the plugin Last Viewed Posts</a></strong></p>
<p><a href="http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/">For English description click here </a></p>
<p><strong>Beschreibung:</strong><br />
Das Plugin speichert die von einem Besucher angeschauten BeitrÃ¤ge (bzw. Seiten) in einem Cookie um dann in einer Liste die zuletzt angeschauten BeitrÃ¤ge (Standard: 10) auszugeben.<br />
Jeder Besucher hat seine eigene Auflistung der von ihm angeschauten EinzelbeitrÃ¤ge &#8211; es ist keine globale Auflistung aller von Besuchern angeschauten Posts. Es wird auch in der Hinsicht nichts in der Datenbank gespeichert.</p>
<p>Wenn der Besucher keine Cookies akzeptiert oder keine BeitrÃ¤ge angeschaut hat, so findet keinerlei Ausgabe statt.</p>
<p><img title="Screenshot" src="http://blog.zeitgrund.de/blogupload/lwp-screenshot.gif" alt="Screenshot" width="199" height="124" /></p>
<p><strong>Download:</strong><br />
<a href="http://counter.wordpress-deutschland.org/dlcount.php?id=static&amp;url=/plugins/last_viewed_posts.zip">last_viewed_posts.zip (3kb)</a></p>
<p><strong>Download:</strong><br />
Das Plugin benÃ¶tigt mindestens WordPress 2.1.<br />
Es wurde erfolgreich mit WordPress 2.7 getestet.</p>
<p><strong>Changelog:</strong><br />
0.6: Erste VerÃ¶ffentlichung.<br />
0.7: Nun kÃ¶nnen auch Seiten berÃ¼cksichtigt und in der Liste ausgegeben werden. AuÃŸerdem wird nun kein Loop mehr, sondern eine Datenbankabfrage fÃ¼r die Ausgabe genutzt.<br />
0.7.1: Es wurde eine denkbare SicherheitsschwÃ¤che behoben &#8211; es wird sichergestellt, dass aus dem Cookie nur Zahlen (die IDs der Seiten/EintrÃ¤ge) ausgelesen und aus der Datenbank abgefragt werden.</p>
<p><strong>Benutzung:</strong><br />
Solange das Plugin aktiviert ist, wird bei jedem Aufruf eines einzelnen Beitrags dies in einem Cookie beim Besucher gespeichert.<br />
Die Ausgabe erfolgt nur, wenn man das Widget oder den Template Tag benutzt (siehe unten).</p>
<p>Lade die ZIP-Datei herunter und entpacke sie. Via FTP Ã¼bertrÃ¤gst die last_viewed_posts.php dann auf deinem Server in das/wp-content/plugins/ Verzeichnis.<br />
AnschlieÃŸend kannst du das Plugin im AdminmenÃ¼ aktivieren.</p>
<p>Um dann die Ausgabe zu aktivieren, nutze, falls du Widgets verwendest, das entsprechende Widget (Last Viewed Posts) oder fÃ¼ge folgenden Code an gewÃ¼nschter Stelle (auÃŸerhalb des Loops), z.B. in der sidebar.php, in dein Theme ein:</p>
<p><code>&lt;?php if (function_exists('zg_recently_viewed')): if (isset($_COOKIE["WP-LastViewedPosts"])) { ?&gt;<br />
&lt;h2&gt;Last viewed posts&lt;/h2&gt;<br />
&lt;?php zg_recently_viewed(); ?&gt;<br />
&lt;?php } endif; ?&gt;</code></p>
<p>Der eigentliche Template Tag fÃ¼r die Ausgabe sieht aus folgendermaÃŸen aus:<br />
<code>&lt;?php zg_recently_viewed(); ?&gt;</code><br />
Ich empfehle aber den oberen Code zu nutzen, damit keine leere Liste angezeigt wird, wenn der Besucher keine Cookies akzeptiert hat oder keine BeitrÃ¤ge anschaute.</p>
<p>Das Cookie verfÃ¤llt standardmÃ¤ÃŸig nach 360 Tagen, angezeigt werden die letzten zehn besuchten BeitrÃ¤ge und Seiten werden berÃ¼cksichtigt. Diese Werte kÃ¶nnen in der last_viewed_posts.php geÃ¤ndert werden. Einfach dazu die Zahlenwerte zwischen <em>=</em> und <em>;</em> verÃ¤ndern bzw. <em>true</em> in <em>false</em> Ã¤ndern:</p>
<p><code>$zg_cookie_expire = <span style="color: #0f0000;">360</span>; // After how many days should the cookie expire? Default is 360.<br />
$zg_number_of_posts = <span style="color: #0f0000;">10</span>; // How many posts should be displayed in the list? Default is 10.<br />
$zg_recognize_pages = <span style="color: #0f0000;">true</span>; // Should pages to be recognized and listed? Default is true.</code></p>
<p>Das Plugin steht unter der <a href="http://www.gnu.org/licenses/gpl.html">GPL Version 3</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Plugin Last Viewed Posts (english)</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/</link>
		<comments>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 13:59:03 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Last Viewed Posts]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/</guid>
		<description><![CDATA[Download the latest release (0.7.1) of the plugin Last Viewed Posts
For German description click here / fÃ¼r deutsche Beschreibung hier klicken
Description:
This plugin displays the posts (or pages) that have been recently viewed by the visitor (single view).
The posts are saved in in a cookie and by default the last 10 posts that have been visited [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://counter.wordpress-deutschland.org/dlcount.php?id=static&#038;url=/plugins/last_viewed_posts.zip">Download the latest release (0.7.1) of the plugin Last Viewed Posts</a></strong></p>
<p><a href="http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts/">For German description click here / fÃ¼r deutsche Beschreibung hier klicken</a></p>
<p><strong>Description:</strong><br />
This plugin displays the posts (or pages) that have been recently viewed by the visitor (single view).<br />
The posts are saved in in a cookie and by default the last 10 posts that have been visited are displayed.<br />
Note that this is NOT a global listing of recently viewed posts by all users! Nothing is stored in the database.<br />
Every vistor has his own unique listing of the single posts he has viewed.</p>
<p>If cookies are not accepted or no single post has been clicked, no output will be displayed.<br />
The plugin comes with a widget and a template tag.</p>
<p><img src="http://blog.zeitgrund.de/blogupload/lwp-screenshot.gif" width="199" height="124" alt="Screenshot" title="Screenshot" /></p>
<p><strong>Download:</strong><br />
<a href="http://counter.wordpress-deutschland.org/dlcount.php?id=static&#038;url=/plugins/last_viewed_posts.zip">last_viewed_posts.zip (3kb)</a></p>
<p><strong>Compatiblity:</strong><br />
This Plugin needs at least WordPress 2.1 but is compatible up to WordPress 2.7.</p>
<p><strong>Changelog:</strong><br />
0.6: First public release.<br />
0.7: Pages can now be recognized (optional). Custom Loop is not longer used. Now we make a database query to get the post title.<br />
0.7.1: Post/Page ID values in cookie are sanitized for output. </p>
<p><strong>Use:</strong><br />
Viewed posts are always tracked as long as the plugin is active and the visitor has enabled the cookies.</p>
<p>Download and unzip the plugin file. Upload last_viewed_posts.php to your /wp-content/plugins/ directory.<br />
Go to the admin backend and activate the plugin.</p>
<p>To display the list, you can use the widget that comes with the plugin or use the following code and place it anywhere you want to, but outside the loop, e.g. sidebar.php :</p>
<p><code>&lt;?php if (function_exists('zg_recently_viewed')):  if (isset($_COOKIE[&quot;WP-LastViewedPosts&quot;])) { ?&gt;<br />
&lt;h2&gt;Last viewed posts&lt;/h2&gt;<br />
&lt;?php zg_recently_viewed(); ?&gt;<br />
&lt;?php }  endif; ?&gt;</code></p>
<p>The single template tag is shown below, but I recommend to use the code shown above.<br />
It prevents you from displaying a blank list if the visitor has cookies disabled or did not view any single post yet.<br />
<code> &lt;?php zg_recently_viewed(); ?&gt;</code></p>
<p>By default the cookie expires after 360 days and the number of entries that are displayed is 10.<br />
To change these values, edit the last_viewed_posts.php between the equals sign and the semicolon:<br />
<code>$zg_cookie_expire = <span style="color: #f00;">360</span>; // After how many days should the cookie expire? Default is 360.<br />
$zg_number_of_posts = <span style="color: #f00;">10</span>; // How many posts should be displayed in the list? Default is 10.<br />
$zg_recognize_pages = <span style="color: #f00;">true</span>; // Should pages to be recognized and listed? Default is true.</code></p>
<p>This Plugin is released under the <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Plugin Link Uploaded Files (0.2.1)</title>
		<link>http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files/</link>
		<comments>http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 22:33:21 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Link Uploaded Files]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files/</guid>
		<description><![CDATA[Download the latest release (0.2.1) of the plugin
Link Uploaded Files
FOR ENGLISH DESCRIPTION PLEASE CLICK HERE
Funktionsbeschreibung:
WordPress bietet die MÃ¶glichkeit, beim Schreiben eines Beitrags auch Dateien diversen Typs hochzuladen und einzubinden.
Nun mag es GrÃ¼nde geben, dass man diese Dateien nicht direkt in den Beitrag Ã¼ber die vorhandenden Funktionen einbauen mÃ¶chte.
Zum Beispiel weil es zu mÃ¼hselig ist, man [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://zeitgrund.de/link-uploaded-files.zip">Download the latest release (0.2.1) of the plugin<br />
Link Uploaded Files</a></strong></p>
<p><a href="http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files-engl/">FOR ENGLISH DESCRIPTION PLEASE CLICK HERE</a></p>
<p><strong>Funktionsbeschreibung:</strong><br />
WordPress bietet die MÃ¶glichkeit, beim Schreiben eines Beitrags auch Dateien diversen Typs hochzuladen und einzubinden.<br />
Nun mag es GrÃ¼nde geben, dass man diese Dateien nicht direkt in den Beitrag Ã¼ber die vorhandenden Funktionen einbauen mÃ¶chte.<br />
Zum Beispiel weil es zu mÃ¼hselig ist, man den Links eine bestimmte Klasse zuweisen will oder man mÃ¶chte, dass die zum Beitrag gehÃ¶renden Dateien angezeigt werden sollen, ohne den eigentlichen Beitrag anzuzeigen. Die Tatsache, dass die Funktion &lt;?php the_excerpt(); ?&gt; BeitrÃ¤ge ohne Links und Bilder anzeigt, ist ein weiterer Fakt.</p>
<p>Hier sorgt das Plugin fÃ¼r Abhilfe. An gewÃ¼nschter Stelle (innerhalb des <a href="http://doku.wordpress-deutschland.org/Der_Loop">Loops</a>) kann man, falls vorhanden, die zum jeweiligen Beitrag gehÃ¶renden Bilder und Datei anzeigen lassen oder verlinken.<br />
Es reicht aus, einfach nur die Dateien hochzuladen und den Beitrag zu speichern. Die Dateien mÃ¼ssen bzw. sollen(!) nicht in den Beitrag eingebunden werden.<br />
Das Plugin sorgt automatisch fÃ¼r die Verlinkung der hochgeladenen Dateien:</p>
<p><img src="http://blog.zeitgrund.de/blogupload/upload_plug_screen.gif" width="300" height="156" alt="" title="" /></p>
<p>Die Funktionen zusammengefasst:</p>
<ul>
<li>Das Plugin verlinkt alle Dateien, die bei einem jeweiligen Post Ã¼ber die Uploadfunktion hochgeladen wurden</li>
<li>Es genÃ¼gt einfach das Uploaden, die Bilder oder Dateien mÃ¼ssen bzw. sollten nicht in den Post eingebunden wurden.</li>
<li>Als Linktitel wird automatisch die vergebene Beschreibung verwendet </li>
<li>Ist keine Beschreibung angegeben, wird der Titel verwendet</li>
<li>Wurde auch kein Titel vergeben, so ist es der Dateiname, der benutzt wird </li>
<li>Es kann global gewÃ¤hlt werden, ob Bilder angezeigt oder verlinkt werden sollen </li>
<li>Die Links und Bilder bekommen die Klasse &#8220;attachment&#8221; zugewiesen (kann geÃ¤ndert werden)</li>
<li>Man kann verhindern dass Dateien angezeigt werden, in dem man irgendwo in die Dateibeschreibung <strong>&#8211;</strong> (zwei Minus) hineinschreibt </li>
<li>Es kann Text/Code angegeben werden, der vor und/oder hinter jedem Link erscheinen soll </li>
</ul>
<p><strong>Download:</strong><br />
<a href="http://zeitgrund.de/link-uploaded-files.zip">link-uploaded-files.zip</a> (2kb)</p>
<p><strong>Changelog:</strong><br />
0.2.1: Kompatibel zu WordPress 2.3.</p>
<p><strong>Benutzung:</strong><br />
Datei herunterladen, ZIP entpacken und die <em>link-uploaded-files.php</em> in den Ordner <em>/wp-content/plugins/ </em>hochladen.<br />
AnschlieÃŸend das Plugin im AdminmenÃ¼ unter <em>Plugins</em> aktivieren.</p>
<p>Nun musst du folgenden Code in die Template-Dateien deines Themes einbauen:</p>
<p><code><strong>&lt;?php zg_uploaded_files(); ?&gt;</strong></code></p>
<p>Wo man ihn einbaut, steht dir gewissermaÃŸen frei und hÃ¤ngt auch vom verwendeten Theme ab.<br />
Willst du die Links immer angezeigt haben, so solltest du Dateien wie <em>index.php, archive.php, category.php </em>und <em>single.php</em> berÃ¼cksichtigen.<br />
In diesen Dateien muss der Code innerhalb des <a href="http://doku.wordpress-deutschland.org/Der_Loop">Loops</a> eingefÃ¼gt werden. Orientiere dich an den Funktionen <em>the_content</em>, <em>the_excerpt</em> oder <em>the_title</em> &#8211; diese zeigen den Beitrag an. StandardmÃ¤ÃŸig wird es Sinn machen, die Funktion direkt unter &lt;?php the_content(); ?&gt; (oder Ã¤hnlich) einzubauen.</p>
<p><strong>Parameter:</strong><br />
Es ist mÃ¶glich, dem Plugin diverse (bisher noch wenige) Parameter im <a href="http://doku.wordpress-deutschland.org/Wie_man_Parameter_an_Tags_%C3%BCbergibt#Tags_mit_query-string-style_Parametern">Query String Style</a> zu Ã¼bermitteln.</p>
<p>Folgende Parameter sind mÃ¶glich:<br />
<strong>show_images=</strong> (<em>Boolean</em>)<br />
<em>TRUE</em> (Standard) &#8211; Bilder werden angezeigt und nicht verlinkt<br />
<em>FALSE</em> &#8211; Bilder werden verlinkt</p>
<p><strong>link_class=</strong> (<em>String</em>)<br />
Klasse (class=&#8217; &#8216;) die den Links und Bildern zugewiesen wird, um sie per CSS stylen zu kÃ¶nnen. Standard ist <em>attachment</em>.</p>
<p><strong>before=</strong> (<em>String</em>)<br />
Text oder Code (HTML ist mÃ¶glich) der vor jedem Link angezeigt wird. Es ist kein Standard vorgegeben.</p>
<p><strong>after=</strong> (<em>String</em>)<br />
Text oder Code (HTML ist mÃ¶glich) der hinter jedem Link angezeigt wird. Standardwert ist <em>&lt;br /&gt;</em>.</p>
<p>Zuguterletzt noch ein Beispiel unter der Verwendung aller drei Parameter:<br />
<code>&lt;?php zg_uploaded_files('show_images=FALSE&amp;link_class=attach-link&amp;before=&lt;strong&gt;Download: &lt;/strong&gt;'); ?&gt;</code></p>
<p>Ein anderes Beispiel welches die Links als Liste ausgibt:<br />
<code>&lt;ul&gt;&lt;?php zg_uploaded_files('before=&lt;li&gt;&amp;after=&lt;/li&gt;&amp;show_images=FALSE'); ?&gt;&lt;/ul&gt;</code></p>
<p>Feedback und Fehler bitte als Kommentar unter diesen Artikel.</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plugin Link Uploaded Files (engl.) 0.2.1</title>
		<link>http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files-engl/</link>
		<comments>http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files-engl/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 22:30:34 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Link Uploaded Files]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files-engl/</guid>
		<description><![CDATA[Download the latest release (0.2.1) of the plugin
Link Uploaded Files
For German Description click here / zur Deutschen Beschreibung
Description:
When writing a new post, WordPress provides the feature to upload files and embed them to the post. But you have to embed every file separately.
And you don&#8217;t have special functions, like giving the file links or images [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://zeitgrund.de/link-uploaded-files.zip">Download the latest release (0.2.1) of the plugin<br />
Link Uploaded Files</a></strong></p>
<p><a href="http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files/">For German Description click here / zur Deutschen Beschreibung</a></p>
<p><strong>Description:</strong><br />
When writing a new post, WordPress provides the feature to upload files and embed them to the post. But you have to embed every file separately.<br />
And you don&#8217;t have special functions, like giving the file links or images a certain <em>class</em> (for CSS styling).<br />
Or perhaps you use the <em>the_excerpt();</em> function which has the attribute not to show pictures or links.<br />
Another need might be the possibility to link the uploaded files without showing the post (maybe for a special archive e.g.).</p>
<p>To solve these problems you can use this plugin.<br />
The plugin call can be put anywhere inside the <a href="http://codex.wordpress.org/The_Loop#WordPress_2.0">loop</a>.<br />
And if there were uploaded items in the post, the plugin will link or respectively show them, even if they are not embedded to the post.<br />
Just upload the files &#8211; that&#8217;s all.</p>
<p><img src="http://blog.zeitgrund.de/blogupload/upload_plug_screen.gif" width="300" height="156" alt="" title="" /></p>
<p><strong>Summary of functions:</strong></p>
<ul>
<li>The plugin links to all files who are uploaded by a post &#8211; you dont&#8217; have to embed them to the post</li>
<li>Images can be linked or shown directly</li>
<li>File description is used as link text. If there is no description, the title (filename if not set) will be used</li>
<li>Links and images have the <em>class=&#8221;attachment&#8221;</em> &#8211; the class can be changed by parameter</li>
<li>You can prevent files from being listed by writing <em>&#8211;</em> (to minus) anywhere in the file description</li>
<li>Special text or code can be used before and after every link item</li>
</ul>
<p><strong>Download:</strong><br />
<a href="http://zeitgrund.de/link-uploaded-files.zip">link-uploaded-files.zip</a> (2kb)</p>
<p><strong>Changelog:</strong><br />
0.2.1: Added compatiblity for WordPress 2.3.</p>
<p><strong>Use:</strong><br />
Download ZIP and unzip. Upload <em>link-uploaded-files.php</em> to your <em>/wp-content/plugins/</em> directory.<br />
Go to admin backend and activate the plugin.</p>
<p>Put the following code into the template files of your theme, just where you want to show the file links:</p>
<p><code><strong>&lt;?php zg_uploaded_files(); ?&gt;</strong></code></p>
<p>Remember, that the code must be inside the <a href="http://codex.wordpress.org/The_Loop#WordPress_2.0">loop</a>.</p>
<p><strong>Parameters:</strong></p>
<p><strong>show_images=</strong> (<em>Boolean</em>)<br />
<em>TRUE</em> (default) &#8211; images are shown, not linked<br />
<em>FALSE</em> &#8211; images are linked</p>
<p><strong>link_class=</strong> (<em>String</em>)<br />
Class (class=&#8217; &#8216;) of the link or image, for styling with CSS. Default is<em>attachment</em>.</p>
<p><strong>before=</strong> (<em>String</em>)<br />
Code (HTML) that is used in front of every link. There is no default.</p>
<p><strong>after=</strong> (<em>String</em>)<br />
Code (HTML) that is used after every link. Default is <em>&lt;br /&gt;</em>.</p>
<p>Code examples:</p>
<p><code>&lt;?php zg_uploaded_files('show_images=FALSE&amp;link_class=attach-link&amp;before=&lt;strong&gt;Download: &lt;/strong&gt;'); ?&gt;</code></p>
<p><code>&lt;ul&gt;&lt;?php zg_uploaded_files('before=&lt;li&gt;&amp;after=&lt;/li&gt;&amp;show_images=FALSE'); ?&gt;&lt;/ul&gt;</code></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/09/12/plugin-link-uploaded-files-engl/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Fontana del Moro</title>
		<link>http://blog.zeitgrund.de/2007/04/10/fontana-del-moro/</link>
		<comments>http://blog.zeitgrund.de/2007/04/10/fontana-del-moro/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 15:09:30 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Foto]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/04/10/fontana-del-moro/</guid>
		<description><![CDATA[
Auf der Piazza Navona

]]></description>
			<content:encoded><![CDATA[<p><a href="http://3zg.de/up/images/734547roma-pano-5.jpg"><img src="http://3zg.de/up/images/thumbs/734547roma-pano-5.jpg" alt="" border="0" /></a><br />
Auf der Piazza Navona</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/04/10/fontana-del-moro/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fontana di Trevi bei Nacht</title>
		<link>http://blog.zeitgrund.de/2007/04/09/fontana-di-trevi-bei-nacht/</link>
		<comments>http://blog.zeitgrund.de/2007/04/09/fontana-di-trevi-bei-nacht/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 22:04:14 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Foto]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/04/09/fontana-di-trevi-bei-nacht/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.zeitgrund.de/blogupload/trevipanonacht.jpg" target="_blank"><img src="http://blog.zeitgrund.de/blogupload/_trevipanonacht.jpg" width="200" height="133" alt="" title="" border="0" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/04/09/fontana-di-trevi-bei-nacht/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Menschen auf dem Petersplatz</title>
		<link>http://blog.zeitgrund.de/2007/04/01/menschen-auf-dem-petersplatz/</link>
		<comments>http://blog.zeitgrund.de/2007/04/01/menschen-auf-dem-petersplatz/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 14:05:50 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Foto]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/04/01/menschen-auf-dem-petersplatz/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.zeitgrund.de/blogupload/roDSC04944.jpg" target="_blank"><img src="http://blog.zeitgrund.de/blogupload/_roDSC04944.jpg" width="133" height="200" alt="" title="" border="0" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/04/01/menschen-auf-dem-petersplatz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fontana di Trevi</title>
		<link>http://blog.zeitgrund.de/2007/03/30/fontana-di-trevi/</link>
		<comments>http://blog.zeitgrund.de/2007/03/30/fontana-di-trevi/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 18:26:13 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[Foto]]></category>

		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/03/30/fontana-di-trevi/</guid>
		<description><![CDATA[
Roma &#8211; Fontana di Trevi
Verdammt viel los dort und recht eng &#8211; deshalb ein Panoramafoto aus 11 Einzelfotos. Immer noch billiger als ein entsprechendes 600€-Superweitwinkelobjektiv (das ich aber gerne &#246;fter in Rom gehabt h&#228;tte).

]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.zeitgrund.de/blogupload/trevi_pano.jpg" target="_blank"><img src="http://blog.zeitgrund.de/blogupload/_trevi_pano.jpg" width="200" height="103" alt="" title="" border="0" /></a><br />
Roma &#8211; Fontana di Trevi</p>
<p>Verdammt viel los dort und recht eng &#8211; deshalb ein Panoramafoto aus 11 Einzelfotos. Immer noch billiger als ein entsprechendes 600€-Superweitwinkelobjektiv (das ich aber gerne &#246;fter in Rom gehabt h&#228;tte).</p>

]]></content:encoded>
			<wfw:commentRss>http://blog.zeitgrund.de/2007/03/30/fontana-di-trevi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
