<?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>Nasbrill Soft &#187; release</title>
	<atom:link href="http://blog.nasbrill-soft.de/tag/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nasbrill-soft.de</link>
	<description>...getting the best out of your Mac and iPhone</description>
	<lastBuildDate>Tue, 01 Feb 2011 23:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>tags 1.7.0 stable released</title>
		<link>http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/</link>
		<comments>http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 23:27:15 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[TYPOlight]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=139</guid>
		<description><![CDATA[This module allows to create tags for Contao elements. It provides a basic database structure to save the tags and it can be used to visualize existing tags. The module contains the following extensions: A widget TagField for backend forms. You can add tags as a comma separated list into a text field. The tags [...]]]></description>
			<content:encoded><![CDATA[<p>This module allows to create tags for Contao elements.</p>
<p>It provides a basic database structure to save the tags and it can be used to visualize existing tags.</p>
<p>The module contains the following extensions:</p>
<ul>
<li>A widget <em>TagField</em> for backend forms. You can add tags as a comma separated list into a text field. The tags are saved into a separate database table.</li>
<li>A frontend module <em>Tag Cloud</em> to visualize the tags in a cloud like in the Contao extension repository. The Tag Cloud can optionally contain a top 10 list of tags and a list of related tags.</li>
<li>A frontend module <em>Global article list</em> to show a list of all articles in a Contao installation. If the global article list is called from a tag cloud, only the articles with the given tag are listed</li>
<li>A tag field for articles, news entries and calendar/events, and content elements</li>
<li>An extended content element &#8220;heading&#8221; that can be shown only if tags are used.</li>
<li>An insert tag {{tags_used}} that shows a list of used tags.</li>
<li>Added: Save news archive URL parameters if a news archive is used on the same page as a tag cloud</li>
</ul>
<p><strong>Please note that for a proper integration the Mootools support must be activated in your Contao page layout.</strong></p>
<h2>Release notes</h2>
<h3>1.7.0</h3>
<ul>
<li>Added: Clear tags option. When checked, an additional hyperlink is shown to clear all selected tags.</li>
<li>Added: Module &#8220;Tag scope&#8221;. This module shows all selected tags on a page. It supports the following actions: a) Clear all selected tags. b) Select a specific tag c) Clear a specific tag.</li>
<li>Modified: Example style sheets tags_orange.css and tags_oxygen.css have been modified to support the new features.</li>
</ul>
<h3>1.6.6</h3>
<ul>
<li>Added: Additional database field for global articlelist. Without a given tag it is now possible to show an empty articlelist (default) or all existing articles.</li>
</ul>
<h3>1.6.5</h3>
<ul>
<li>Added: Additional database field to add a CSS tag for tags that are assigned on the active page (only used in tags_articles and tags_content)</li>
<li>Fixed: Problem with calextend-Extension which prevents the extension of the eventlist-Module by removing the eventlist module legends</li>
<li>Fixed: Problem with old browsers/web servers and special characters (like german Umlauts) in tags. The resulting URLs are created now according to RFC 3986</li>
<li>Fixed: TOP 10 tags URLs have been the same for all tags</li>
</ul>
<h3>1.6.4</h3>
<ul>
<li>Added: Select wheather or not Contao specific URL parameters should be kept by tag clouds</li>
<li>Fixed: News archive filtering was not working correctly</li>
</ul>
<h3>1.6.3</h3>
<ul>
<li>Removed automatic manipulation of headlines when tags are used. Instead the used tags are available in the template variable &#8216;tags_activetags&#8217; and the number of hits in the template variable &#8216;tags_total_found&#8217;. This behaviour is NOT compatible with previous versions of this extension. To get the same result you have to modify existing template like mod_newslist etc. on your own but it&#8217;s definitely the better and cleaner solution. I apologize for all inconveniences.</li>
<li>Added template selection for tag cloud module</li>
<li>Added CSS class/ID input fields for tag cloud module</li>
<li>Added insert tag {{tags_article_url::id}}</li>
</ul>
<h3>1.6.2</h3>
<ul>
<li>Added template selection for global article list</li>
</ul>
<h3>1.6.1</h3>
<ul>
<li>Added insert tags {{tags_news::id}}, {{tags_article::id}}, {{tags_content::id}}, and {{tags_event::id}}</li>
<li>Added complete support of parseArticles hook (no longer overwriting the parseArticles method)</li>
</ul>
<h3>1.6.0</h3>
<ul>
<li>Added tags for content elements</li>
<li>Added Contao tags settings</li>
<li>Fixed a bug in ModuleNewsListTags (global $objPage was overwritten by accident)</li>
</ul>
<h3>1.5.2</h3>
<ul>
<li>Added Contao 2.9 compatibility</li>
</ul>
<h3>1.5.1</h3>
<ul>
<li>Added tag filter for Eventlist module</li>
</ul>
<h3>1.5.0</h3>
<ul>
<li>Added TYPOlight 2.8 compatibility</li>
<li>Added CSS class &#8216;active&#8217; for selected tag in the tag cloud</li>
</ul>
<h3>1.4.3</h3>
<ul>
<li>Added extended content element &#8220;heading&#8221;.</li>
<li>Added {{tags_used}} insert tag</li>
</ul>
<h3>1.4.2</h3>
<ul>
<li>Added an option &#8220;Use tag classname&#8221; for all news list modules. This option adds an individual CSS class for every tag which is shown below a news entry. To support the individual CSS class, the news_full_tags template has been changed.</li>
</ul>
<h3>1.4.1</h3>
<ul>
<li>Added an option to create additional CSS classes out of the tag names to allow individual styling of tags in tag clouds.</li>
</ul>
<h3>1.4.0</h3>
<ul>
<li> Added support to show the tags of an event below the event in the eventlist module.</li>
<li> Added support to show the tags of an article below the article in the global article list module.</li>
</ul>
<h3>1.3.4</h3>
<ul>
<li>Added &#8216;Tag filter&#8217; for news list and news archive to add a default filter for the news entries.</li>
</ul>
<h3>1.3.3</h3>
<ul>
<li>Added new option &#8216;Ignore tags&#8217; for all news modules to prevent tag filtering. This might be necessary if a latest news list is called with a tag in the URL.</li>
</ul>
<h3>1.3.2</h3>
<ul>
<li> It is now possible to filter the module newslist with tags.</li>
<li> Renamed article delete method due to conflicts.</li>
</ul>
<h3>1.3.1</h3>
<ul>
<li> The toggle state of the tag clouds and the related tags will be saved for every user.</li>
</ul>
<h3>1.3.0</h3>
<ul>
<li> Created TYPOlight 2.7 compatible version.</li>
</ul>
<h3>1.2.0</h3>
<ul>
<li> Added support to show the tags of a news article below the article.</li>
<li> Added additional CSS styles for tag chains.</li>
<li> Added additional template file news_full_tags.tpl to show tag chains in news archive and news reader.</li>
</ul>
<h3>1.1.1</h3>
<ul>
<li> Added tag support for calendar/events.</li>
<li> Added the &#8216;tag&#8217; URL parameter to the list of TYPOlight URL keywords to prevent problems with URL manipulating modules (this fixed an actual issue with the folderurl module).</li>
</ul>
<h3>1.1.0</h3>
<ul>
<li> Copying news and articles now also copies the tags (using the TYPOlight 2.6.4 reviseTable hook).</li>
</ul>
<h3>1.0.4</h3>
<ul>
<li> Added Related Tags to Tag Cloud.</li>
</ul>
<h3>1.0.3</h3>
<ul>
<li> Added Top 10 Tags to Tag Cloud.</li>
</ul>
<h3>1.0.2</h3>
<ul>
<li> Added maximum number of available tags for tag cloud and tag field.</li>
<li> Added global article list.</li>
<li> Added number of CSS selectors for tag cloud</li>
<li> Added delete callback for news entries to delete the news tags when the entry is deleted.</li>
<li> Added delete callback for articles to delete the article tags when the article is deleted.</li>
</ul>
<h3>1.0.1</h3>
<ul>
<li> Removed save_callback method saveTags and added automatic load/save for tags.</li>
<li> Added tag support for articles and news entries.</li>
<li> Tags will be saved with their given case now and no longer converted to lowercase.</li>
</ul>
<h3>1.0.0</h3>
<ul>
<li> Initial version</li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=tags+1.7.0+stable+released+http%3A%2F%2Fxxoxz.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=tags+1.7.0+stable+released+http%3A%2F%2Fxxoxz.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/&amp;title=tags+1.7.0+stable+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/&amp;title=tags+1.7.0+stable+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/&amp;title=tags+1.7.0+stable+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/&amp;title=tags+1.7.0+stable+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags+1.7.0+stable+released&amp;link=http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags+1.7.0+stable+released&amp;link=http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2011/02/tags-1-7-0-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaceCall+ for iPhone is out</title>
		<link>http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/</link>
		<comments>http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 17:45:39 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[speeddial]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=132</guid>
		<description><![CDATA[FaceCall+ lets you create speed dial icons for your homescreen to call, sms or mail your contacts via one single click! Featuring an intuitive and attractive user interface you will be easily guided through the process of creating speed dial icons for all your important contacts. Assign a specific action to your speed dial actionsand [...]]]></description>
			<content:encoded><![CDATA[<p>FaceCall+ lets you create speed dial icons for your homescreen to call, sms or mail your contacts via one single click!<br />
Featuring an intuitive and attractive user interface you will be easily guided through the process of creating speed dial icons for all your important contacts.<br />
Assign a specific action to your speed dial actionsand additionally just select or shoot a new picture if you want to. Being close to personal friends and associates in your life has never been easier than with FaceCall+.</p>
<p>See more: <a href="http://itunes.apple.com/us/app/facecall/id376578817?mt=8">http://itunes.apple.com/us/app/facecall/id376578817?mt=8</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=FaceCall%2B+for+iPhone+is+out+http%3A%2F%2Fk6z24.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=FaceCall%2B+for+iPhone+is+out+http%3A%2F%2Fk6z24.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/&amp;title=FaceCall%2B+for+iPhone+is+out" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/&amp;title=FaceCall%2B+for+iPhone+is+out" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/&amp;title=FaceCall%2B+for+iPhone+is+out" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/&amp;title=FaceCall%2B+for+iPhone+is+out" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=FaceCall%2B+for+iPhone+is+out&amp;link=http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=FaceCall%2B+for+iPhone+is+out&amp;link=http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2010/06/facecall-for-iphone-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xtmembers 1.9.3 released</title>
		<link>http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/</link>
		<comments>http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 22:52:26 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[TYPOlight]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[members]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=119</guid>
		<description><![CDATA[Additional data fields for TYPOlight members xtmembers adds additional data fields for TYPOlight members. The following fields will be added: Title (Singleline Text Field) Position (Multiline Text Field) Office Hours (Multiline Text Field) Workscope (Multiline Text Field) Department/Organisational Unit (Singleline Text Field) Address 2 (Singleline Text Field) Room (Singleline Text Field) Building (Singleline Text Field) [...]]]></description>
			<content:encoded><![CDATA[<div>
<h2>Additional data fields for TYPOlight members</h2>
<div>xtmembers adds additional data fields for TYPOlight members. The following fields will be added:</div>
<div>
<ul>
<li>Title (Singleline Text Field)</li>
<li>Position (Multiline Text Field)</li>
<li>Office Hours (Multiline Text Field)</li>
<li>Workscope (Multiline Text Field)</li>
<li>Department/Organisational Unit (Singleline Text Field)</li>
<li>Address 2 (Singleline Text Field)</li>
<li>Room (Singleline Text Field)</li>
<li>Building (Singleline Text Field)</li>
<li>Joined (Date)</li>
<li>Resigned (Date)</li>
<li>Campaign (Singleline Text Field)</li>
<li>Business connection (Singleline Text Field)</li>
<li>Line of business (Singleline Text Field)</li>
<li>Job title (Singleline Text Field)</li>
<li>Job title [business card] (Singleline Text Field)</li>
</ul>
</div>
<div>The following data fields will be renamed:</div>
<div>
<ul>
<li>Street to Address 1</li>
<li>Company to Institution</li>
</ul>
</div>
<div>Any of the additional fields can be deactivated in the TYPOlight settings.</div>
<div>
<div>This extension will be completed perfectly by using the Avatar extension as well.</div>
<h3>Modules</h3>
<p>The extension adds three modules in the user section:</p></div>
<div>
<ul>
<li>Member Page: This module shows the personal page of a given member</li>
<li>Member List: This module shows a member list of selected member groups</li>
<li>Member details: This module shows the public details of a given member</li>
</ul>
</div>
<h3>Changes of existing modules</h3>
<div>
<ul>
<li>Optional user agreement for the registration module</li>
<li>Optional selection of a member group on the registration page</li>
<li>Optional activation of a WYSIWYG page editor for additional member pages using the &#8220;Activate page editor&#8221; settings in the Personal data module.</li>
</ul>
</div>
<h2>Release notes</h2>
<h3>1.9.3</h3>
<ul>
<li>Added an additional eval parameter &#8216;configure&#8217; to add fields to the list of inactive member fields in the TYPOlight settings</li>
</ul>
<h3>1.9.2</h3>
<ul>
<li>Added new personal member fields (Title [extended], Salutation)</li>
<li>Added new business connection member fields (Campaign, Business connection, Line of business, Job title, Job title [business card])</li>
</ul>
<h3>1.9.1</h3>
<ul>
<li>Added support to show the member name in the page title on member detail pages.</li>
</ul>
<h3>1.9.0</h3>
<ul>
<li>Added support for TYPOlight 2.7</li>
<li>Added support for collapsible two-column forms</li>
</ul>
<p>xtmembers is available in the <a title="Dowload xtmembers" href="http://www.typolight.org/extension-list/view/xtmembers.10090039.en.html">TYPOlight Extension Repository</a> for Download.</div>
<h2></h2>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=xtmembers+1.9.3+released+http%3A%2F%2Ftwodm.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=xtmembers+1.9.3+released+http%3A%2F%2Ftwodm.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/&amp;title=xtmembers+1.9.3+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/&amp;title=xtmembers+1.9.3+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/&amp;title=xtmembers+1.9.3+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/&amp;title=xtmembers+1.9.3+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=xtmembers+1.9.3+released&amp;link=http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=xtmembers+1.9.3+released&amp;link=http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/11/xtmembers-1-9-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tags 1.4.3 released</title>
		<link>http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/</link>
		<comments>http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 10:13:20 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[TYPOlight]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=117</guid>
		<description><![CDATA[This module allows to create tags for any TYPOlight element. It provides a basic database structure to save the tags and it can be used to visualize existing tags. The module contains the following extensions: A widget TagField for backend forms. You can add tags as a comma separated list into a text field. The [...]]]></description>
			<content:encoded><![CDATA[<div>This module allows to create tags for any TYPOlight element.</div>
<div>It provides a basic database structure to save the tags and it can be used to visualize existing tags.</div>
<div>The module contains the following extensions:</div>
<ul>
<li>A widget <em>TagField</em> for backend forms. You can add tags as a comma separated list into a text field. The widget provides a static method saveTags which should be called by the field&#8217;s save_callback to save the tags into the database.</li>
<li>A frontend module <em>Tag Cloud</em> to visualize the tags in a cloud like in the TYPOlight extension repository. The Tag Cloud can optionally contain a top 10 list of tags and a list of related tags.</li>
<li>A frontend module <em>Global article list</em> to show a list of all articles in a TYPOlight installation. If the global article list is called from a tag cloud, only the articles with the given tag are listed</li>
<li>A tag field for articles, news entries and calendar/events.</li>
<li>An extended content element &#8220;heading&#8221; that can be shown only if tags are used.</li>
<li>An insert tag {{tags_used}} that shows a list of used tags.</li>
</ul>
<h2>Release notes</h2>
<h3>1.4.3</h3>
<ul>
<li>Added extended content element &#8220;heading&#8221;.</li>
<li>Added {{tags_used}} insert tag.</li>
</ul>
<h3>1.4.2</h3>
<ul>
<li>Added an option &#8220;Use tag classname&#8221; for all news list modules. This option adds an individual CSS class for every tag which is shown below a news entry. To support the individual CSS class, the news_full_tags template has been changed.</li>
</ul>
<h3>1.4.1</h3>
<ul>
<li>Added an option to create additional CSS classes out of the tag names to allow individual styling of tags in tag clouds.</li>
</ul>
<h3>1.4.0</h3>
<ul>
<li>Added support to show the tags of an event below the event in the eventlist module.</li>
<li>Added support to show the tags of an article below the article in the global article list module.</li>
</ul>
<div>tags is available in the <a title="Dowload tags" href="http://www.typolight.org/extension-list/view/tags.10040039.en.html">TYPOlight Extension Repository</a> for Download.</div>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=tags+1.4.3+released+http%3A%2F%2Fp2twh.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=tags+1.4.3+released+http%3A%2F%2Fp2twh.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/&amp;title=tags+1.4.3+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/&amp;title=tags+1.4.3+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/&amp;title=tags+1.4.3+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/&amp;title=tags+1.4.3+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags+1.4.3+released&amp;link=http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags+1.4.3+released&amp;link=http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/11/tags-1-4-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iBattery Pro 1.3 released</title>
		<link>http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/</link>
		<comments>http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:41:02 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iBattery Pro]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=108</guid>
		<description><![CDATA[Shows a percentaged state of charge, best accuracy in 1% steps, remaining battery life, 15 tips to enhance your battery life using step by step instructions Do you need a more detailed output of your battery status? Can you view your favourite TV series with your remaining battery power? Are you able to read the [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><strong>Shows a percentaged state of charge, best accuracy in 1% steps, remaining battery life, 15 tips to enhance your battery life using step by step instructions</strong></p>
<p>Do you need a more detailed output of your battery status? Can you view your favourite TV series with your remaining battery power? Are you able to read the minute battery status icon on the top of the screen?</p>
<p>iBattery Pro is a tool that displays the current battery level of your iPhone or iPod Touch using a percentage output and a bar indicator. iBattery Pro additionally displays the remaining time in hours and minutes for the most common usage scenarios of your device:</p>
<ul>
<li>Standby</li>
<li>Internet (Wifi)</li>
<li>Internet (3G, iPhone 3G, 3GS only)</li>
<li>Talk (3G, iPhone 3G, 3GS only)</li>
<li>Talk (2G, iPhone only)</li>
<li>Video</li>
<li>Audio</li>
</ul>
<p>iBattery Pro runs on all iPhone OS devices, such as iPod Touch 1G, iPod Touch 2G, iPhone, iPhone 3G, iPhone 3GS.</p>
<div class="ce_text block">
<p>Since it&#8217;s also not possible to use iPhone OS to detect the age of the battery in charge cycles, iBattery Pro now comes with an expert setting to calibrate your battery to the actual battery health state.</p>
<p>To help you saving your battery power, iBattery Pro also comes with a set of battery optimization tips.</p></div>
<p><a title="Download iBattery Pro" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=322808246[&amp;]mt=8">Download iBattery Pro 1.3 in the App Store</a></div>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=322808246&amp;mt=8"><img src="http://www.nasbrill-soft.de/tl_files/images/avail_app_store.png" alt="iBattery Pro 1.3 is available on the App Store" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=iBattery+Pro+1.3+released+http%3A%2F%2Fafk27.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=iBattery+Pro+1.3+released+http%3A%2F%2Fafk27.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/&amp;title=iBattery+Pro+1.3+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/&amp;title=iBattery+Pro+1.3+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/&amp;title=iBattery+Pro+1.3+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/&amp;title=iBattery+Pro+1.3+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=iBattery+Pro+1.3+released&amp;link=http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=iBattery+Pro+1.3+released&amp;link=http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/09/ibattery-pro-1-3-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iBattery Pro 1.2 released</title>
		<link>http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/</link>
		<comments>http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:49:10 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[iBattery Pro]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=103</guid>
		<description><![CDATA[Shows a percentaged state of charge, remaining battery life, 15 tips to enhance your battery life using step by step instructions Do you need a more detailed output of your battery status? Can you view your favourite TV series with your remaining battery power? Are you able to read the minute battery status icon on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Shows a percentaged state of charge, remaining battery life, 15 tips to enhance your battery life using step by step instructions</strong></p>
<p>Do you need a more detailed output of your battery status? Can you view your favourite TV series with your remaining battery power? Are you able to read the minute battery status icon on the top of the screen?</p>
<p>iBattery Pro is a tool that displays the current battery level of your iPhone or iPod Touch using a percentage output and a bar indicator. iBattery Pro additionally displays the remaining time in hours and minutes for the most common usage scenarios of your device:</p>
<ul>
<li>Standby</li>
<li>Internet (Wifi)</li>
<li>Internet (3G, iPhone 3G, 3GS only)</li>
<li>Talk (3G, iPhone 3G, 3GS only)</li>
<li>Talk (2G, iPhone only)</li>
<li>Video</li>
<li>Audio</li>
</ul>
<p>iBattery Pro runs on all iPhone OS devices, such as iPod Touch 1G, iPod Touch 2G, iPhone, iPhone 3G, iPhone 3GS.</p>
<p>Please note that iBattery Pro uses the official Apple battery programming interface which only returns battery levels in steps of 5 percent. A more detailed battery level output is not possible since Apple does not allow detection of the age of the battery in charge cycles.</p>
<p>Since it&#8217;s also not possible to use iPhone OS to detect the age of the battery in charge cycles, iBattery Pro now comes with an expert setting to calibrate your battery to the actual battery health state.</p>
<p>To help you saving your battery power, iBattery Pro also comes with a set of battery optimization tips.</p>
<p><strong>New in this release</strong>:</p>
<ul>
<li>Added standby time output for iPod Touch</li>
<li>Added switch to support continuous and discrete (5% steps) battery health settings</li>
</ul>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=322808246&amp;mt=8"><img src="http://www.nasbrill-soft.de/tl_files/images/avail_app_store.png" alt="iBattery Pro 1.2 is available on the App Store" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=iBattery+Pro+1.2+released+http%3A%2F%2Fngccp.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=iBattery+Pro+1.2+released+http%3A%2F%2Fngccp.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/&amp;title=iBattery+Pro+1.2+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/&amp;title=iBattery+Pro+1.2+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/&amp;title=iBattery+Pro+1.2+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/&amp;title=iBattery+Pro+1.2+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=iBattery+Pro+1.2+released&amp;link=http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=iBattery+Pro+1.2+released&amp;link=http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/08/ibattery-pro-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple lets you waiting&#8230;</title>
		<link>http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/</link>
		<comments>http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 20:08:11 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[approve]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[developer program]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=101</guid>
		<description><![CDATA[Gosh! It took Apple 11 days to get the last update of iBattery Pro approved. This is so nasty. You&#8217;re lucky if you only have regular maintenance updates. If you really have to fix a bug, then you&#8217;re doomed with these response times. Well, you might try the new &#8216;all issues&#8217; escalation email address which [...]]]></description>
			<content:encoded><![CDATA[<p>Gosh! It took Apple 11 days to get the last update of iBattery Pro approved. This is so nasty. You&#8217;re lucky if you only have regular maintenance updates. If you really have to fix a bug, then you&#8217;re doomed with these response times.<br />
Well, you might try the new <a href="http://www.tuaw.com/2009/08/01/apple-adds-queue-time-contact-info-to-iphone-developer-pages/">&#8216;all issues&#8217; escalation email address</a> which should help developers with urgent bug fixes that need to be prioritized.</p>
<p>In case you&#8217;re really behind the eight ball and a buggy version of your app passed the review and got into the store, here are some recommendations by iPhone developer Emanuele Vulcano:</p>
<ol>
<li>Brace yourself for user rage. Customers aren’t going to be happy even though you’re going to treat this situation as proactively as possible.</li>
<li>Update your application description immediately. Explain what is wrong with the update and why users shouldn’t upgrade. Put the word IMPORTANT in capitals.</li>
<li>Submit your bug fix and then contact the escalation/approval team email from the developer help pages. Explain what happened. If your situation is critical, they can speed up the review process. Just take into account any time they’ll spend before looking at your e-mail.</li>
</ol>
<p>Ok, I had enough time to prepare the next update, so let&#8217;s get started&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Apple+lets+you+waiting%E2%80%A6+http%3A%2F%2Fhn4ka.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Apple+lets+you+waiting%E2%80%A6+http%3A%2F%2Fhn4ka.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/&amp;title=Apple+lets+you+waiting%E2%80%A6" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/&amp;title=Apple+lets+you+waiting%E2%80%A6" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/&amp;title=Apple+lets+you+waiting%E2%80%A6" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/&amp;title=Apple+lets+you+waiting%E2%80%A6" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Apple+lets+you+waiting%E2%80%A6&amp;link=http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Apple+lets+you+waiting%E2%80%A6&amp;link=http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/08/apple-lets-you-waiting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tags_events 1.0.2 stable released</title>
		<link>http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/</link>
		<comments>http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 10:01:20 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[TYPOlight]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=99</guid>
		<description><![CDATA[Tag Cloud News is an extension of the tags tag cloud. It is possible to select a list of source calendars to build the tag cloud. Release notes Added support for individual CSS styles for every tag in a tag cloud. tags_events is available in the TYPOlight Extension Repository for Download. Tweet This Post Post [...]]]></description>
			<content:encoded><![CDATA[<p>Tag Cloud News is an extension of the <strong>tags</strong> tag cloud. It is possible to select a list of source calendars to build the tag cloud.</p>
<h2>Release notes</h2>
<ul>
<li>Added support for individual CSS styles for every tag in a tag cloud.</li>
</ul>
<p>tags_events is available in the <a title="Dowload tags_events" href="http://typolight.org/extension-list/view/tags_events.10000029.en.html">TYPOlight Extension Repository</a> for Download.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=tags_events+1.0.2+stable+released+http%3A%2F%2Fysqtx.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=tags_events+1.0.2+stable+released+http%3A%2F%2Fysqtx.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/&amp;title=tags_events+1.0.2+stable+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/&amp;title=tags_events+1.0.2+stable+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/&amp;title=tags_events+1.0.2+stable+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/&amp;title=tags_events+1.0.2+stable+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags_events+1.0.2+stable+released&amp;link=http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags_events+1.0.2+stable+released&amp;link=http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/08/tags_events-1-0-2-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tags_news 1.1.2 stable released</title>
		<link>http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/</link>
		<comments>http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 09:59:38 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[TYPOlight]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=97</guid>
		<description><![CDATA[Tag Cloud News is an extension of the tags tag cloud. It is possible to select a list of source news archives to build the tag cloud. Release notes Added support for individual CSS styles for every tag in a tag cloud. tags_news is available in the TYPOlight Extension Repository for Download. Tweet This Post Post to [...]]]></description>
			<content:encoded><![CDATA[<p>Tag Cloud News is an extension of the <strong>tags </strong>tag cloud. It is possible to select a list of source news archives to build the tag cloud.</p>
<h2>Release notes</h2>
<ul>
<li>Added support for individual CSS styles for every tag in a tag cloud.</li>
</ul>
<p>tags_news is available in the <a title="Dowload tags_news" href="http://typolight.org/extension-list/view/tags_news.10010029.en.html">TYPOlight Extension Repository</a> for Download.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=tags_news+1.1.2+stable+released+http%3A%2F%2Fsi4if.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=tags_news+1.1.2+stable+released+http%3A%2F%2Fsi4if.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/&amp;title=tags_news+1.1.2+stable+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/&amp;title=tags_news+1.1.2+stable+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/&amp;title=tags_news+1.1.2+stable+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/&amp;title=tags_news+1.1.2+stable+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags_news+1.1.2+stable+released&amp;link=http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags_news+1.1.2+stable+released&amp;link=http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/08/tags_news-1-1-2-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tags_articles 1.0.3 stable released</title>
		<link>http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/</link>
		<comments>http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 09:57:47 +0000</pubDate>
		<dc:creator>hschottm</dc:creator>
				<category><![CDATA[TYPOlight]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.nasbrill-soft.de/?p=95</guid>
		<description><![CDATA[This extension allows the generation of a tag cloud for tagged articles in a given subtree of a TYPOlight installation. The tags can be restricted to articles of a given template column too. To present the results, tags_articles uses a modified version of the global article list called Article list (tags) which is also capable [...]]]></description>
			<content:encoded><![CDATA[<p>This extension allows the generation of a tag cloud for tagged articles in a given subtree of a TYPOlight installation. The tags can be restricted to articles of a given template column too.</p>
<p>To present the results, tags_articles uses a modified version of the global article list called <strong>Article list (tags)</strong> which is also capable to restrict the list of articles to a given subtree of a TYPOlight installation and an optional template column. While global article list shows all available articles, Article list (tags) shows nothing unless it is called with a tag URL parameter.</p>
<h2>Release notes</h2>
<h3>1.0.3</h3>
<ul>
<li>Added support for individual CSS styles for every tag in a tag cloud.</li>
</ul>
<h3>1.0.2</h3>
<ul>
<li>Added support to show the tags of an article below the article for module articlelist (tags).</li>
</ul>
<ul></ul>
<p>tags_articles is available in the <a title="Dowload tags_articles" href="http://typolight.org/extension-list/view/tags_articles.10000039.en.html">TYPOlight Extension Repository</a> for Download.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=tags_articles+1.0.3+stable+released+http%3A%2F%2Fiyghm.th8.us" title="Post to Twitter"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=tags_articles+1.0.3+stable+released+http%3A%2F%2Fiyghm.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/&amp;title=tags_articles+1.0.3+stable+released" title="Post to Delicious"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/&amp;title=tags_articles+1.0.3+stable+released" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/&amp;title=tags_articles+1.0.3+stable+released" title="Post to Digg"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/&amp;title=tags_articles+1.0.3+stable+released" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags_articles+1.0.3+stable+released&amp;link=http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/" title="Post to Ping.fm"><img class="nothumb" src="http://blog.nasbrill-soft.de/wp-content/plugins/tweet-this/icons/en/ping/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=tags_articles+1.0.3+stable+released&amp;link=http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/" title="Post to Ping.fm">Ping This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.nasbrill-soft.de/2009/08/tags_articles-1-0-3-stable-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

