<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link rel="self" href="http://www.van-tomas.de/atom.xml"/>
  <title>TYPO3, Ubuntu, Open Source</title>
  <link>http://www.van-tomas.de/atom.xml</link>
  <description>van-tomas.de Blog RSS Feed</description>
  <language>en</language>
  <copyright>Thomas Juhnke</copyright>
  <generator>TYPO3 - form4_pages_rss extension</generator>
  <lastBuildDate>Mon, 06 Feb 2012 19:09:42 +0100</lastBuildDate>
  <item>
   <title>How to cleanup outdated TYPO3 development projects</title>
   <link>http://www.van-tomas.de/blog/how-to-cleanup-outdated-typo3-development-projects/index.html</link>
   <guid>http://www.van-tomas.de/?id=231</guid>
   <description>&lt;p&gt;During development of different TYPO3 projects I've forgotten to clean up the development directory regularly. So, after a while I even forgot which TYPO3 version was used by each project. To see the target of the source symlink the find command is very useful. The following gist snippet is a reminder to myself and maybe it's even useful for you!&lt;/p&gt;</description>
   <pubDate>Sat, 25 Jun 2011 16:22:57 +0200</pubDate>
  </item>
  <item>
   <title>Multi language/domain setup with RealURL - revised</title>
   <link>http://www.van-tomas.de/blog/multi-languagedomain-setup-with-realurl-revised/index.html</link>
   <guid>http://www.van-tomas.de/?id=230</guid>
   <description>&lt;p&gt;The development of RealURL has made great progress and after the latest comment on an older article I decided to review the setup of a multilingual site with TYPO3.&lt;/p&gt;&lt;p class=&quot;bodytext&quot;&gt;The setup must meet two major objectives: language switching by domain, a proper language switching menu with properly encoded page paths.&lt;/p&gt;&#13;
&lt;p class=&quot;bodytext&quot;&gt;Note, that this setup follows a very basic approach which don't include any configuration for extensions or special requirements.&lt;/p&gt;</description>
   <pubDate>Wed, 11 May 2011 00:50:10 +0200</pubDate>
  </item>
  <item>
   <title>TYPO3 multi language &amp; multi domain site with RealURL and language menu</title>
   <link>http://www.van-tomas.de/blog/typo3-multi-language-multi-domain-site-with-realurl-and-language-menu/index.html</link>
   <guid>http://www.van-tomas.de/?id=167</guid>
   <description>&lt;p class=&quot;bodytext&quot;&gt;This is a step-by-step tutorial which describes in detail how to setup TYPO3 for a multilingual website with &amp;quot;domain language switching&amp;quot;. It will describe how to properly configure RealURL, extend it's configuration with simple PHP statements in the RealURL configuration file and last but not least, probably the most important thing: the language switch menu with cross domain support.&lt;/p&gt;&#13;
&lt;p class=&quot;bodytext&quot;&gt;I started with a clean TYPO3 installation and created two page trees in order to test the setup in a multiple page tree setup. Therefore I defined that on my local Linux box typo3-ml.local listens to the default language, while typo3-ml-en.local and typo3-ml-it.local - you guessed it - listens to the english and italian language versions of the page tree.&lt;/p&gt;&lt;p class=&quot;bodytext&quot;&gt;&lt;strong&gt;Note:&lt;/strong&gt; This article is deprecated. Please see the latest comments. I'll post a follow-up as soon as possible!&lt;/p&gt;</description>
   <pubDate>Thu, 08 Apr 2010 21:16:24 +0200</pubDate>
  </item>
  <item>
   <title>How to enable custom tags in TYPO3 RTE</title>
   <link>http://www.van-tomas.de/blog/how-to-enable-custom-tags-in-typo3-rte/index.html</link>
   <guid>http://www.van-tomas.de/?id=215</guid>
   <description>I think it's time for a new article and I done this research a long time ago. It's very tricky to enable custom tags for your TYPO3 instance because you have to do some magic things in the page TSconfig and also via TypoScript.&#13;
I've done this because I saw a need for it in a clients old website where someone enables the RTE image plugin which allows to insert some star graphics for the hotel's category. Because I thought that enabling the image plugin for the RTE is a bad idea I've done a little research and try-and-error how to achieve this with mighty mighty TypoScript'ing.</description>
   <pubDate>Fri, 05 Nov 2010 20:46:28 +0100</pubDate>
  </item>
  <item>
   <title>Quick note about adding TYPO3 extension as a library</title>
   <link>http://www.van-tomas.de/blog/quick-note-about-adding-typo3-extension-as-a-library/index.html</link>
   <guid>http://www.van-tomas.de/?id=201</guid>
   <description>During developing a little TYPO3 extension currently I chose the option &amp;quot;Just include library&amp;quot; in the extension kickstarter. During development all went fine but after intergrating the extension on the production site, I couldn't get it up and running.&#13;
This short note about a failure which can cause many minutes of debugging should help you and me in the future to not forget to include the necessary TypoScript setup to make that thing work.</description>
   <pubDate>Tue, 08 Jun 2010 21:38:24 +0200</pubDate>
  </item>
  <item>
   <title>Dark CSS theme for TYPO3 extension syntaxhighlight</title>
   <link>http://www.van-tomas.de/blog/dark-css-theme-for-typo3-extension-syntaxhighlight/index.html</link>
   <guid>http://www.van-tomas.de/?id=165</guid>
   <description>I was very impatient of the default CSS styles which comes shipped with the syntax highlight extension tx_syntaxhighlight. There is already a console style but I felt uncomfortable with it.&#13;
So I searched the web for some dark GeSHi styles and stumbled upon the Geshi CSS Pack created by Mark Story. I took it as a base and mixed in some colors I was used to see in the symfony project documentation.</description>
   <pubDate>Thu, 04 Mar 2010 22:22:02 +0100</pubDate>
  </item>
  <item>
   <title>Yahoo Pipes: Twitter Map Search</title>
   <link>http://www.van-tomas.de/blog/yahoo-pipes-twitter-map-search/index.html</link>
   <guid>http://www.van-tomas.de/?id=164</guid>
   <description>*Sigh* My plans to write a new extension for TYPO3 end in smoke after I fiddled around with the great Yahoo! Pipes application.&#13;
I found a nice looking Pipe but it's lacking some input fields for the current position and the radius for the search. Maybe I'll clone this pipe and add these attributes as optional ones.&#13;
Enjoy playing around with this cool thingy.</description>
   <pubDate>Wed, 03 Mar 2010 22:49:08 +0100</pubDate>
  </item>
  <item>
   <title>van-tomas.de 2010 Relaunch</title>
   <link>http://www.van-tomas.de/blog/van-tomasde-2010-relaunch/index.html</link>
   <guid>http://www.van-tomas.de/?id=163</guid>
   <description>I've updated my website with a new layout and some new features.&#13;
Currently, some parts don't play well at Internet Explorer but it's rather difficult to test things on a Linux machine because of missing support for M$ products.&#13;
The other thing that changed is the language: for the future I'd like to prefer to post my articles in english. I hope to reach a broader audience.&#13;
In the following article you'll find a - pretty technical - overview about the updates that happened to this site.</description>
   <pubDate>Mon, 01 Mar 2010 23:21:46 +0100</pubDate>
  </item>
  <item>
   <title>TYPO3: indexed_search and crawler notes</title>
   <link>http://www.van-tomas.de/blog/typo3-indexed-search-and-crawler-notes/index.html</link>
   <guid>http://www.van-tomas.de/?id=144</guid>
   <description>Notes for setting up TYPO3 extensions indexed_search and crawler.</description>
   <pubDate>Mon, 01 Mar 2010 22:13:59 +0100</pubDate>
  </item>
  <item>
   <title>tt_news: more meaningful &quot;read more&quot; link text</title>
   <link>http://www.van-tomas.de/blog/tt-news-more-meaningful-read-more-link-text/index.html</link>
   <guid>http://www.van-tomas.de/?id=145</guid>
   <description>Because of search engine optimization relevant issues it's always better to build speaking link texts. With this TypoScript setup you're able to extend the search engine &amp;quot;unfriendly&amp;quot; &amp;quot;read more&amp;quot; link text.</description>
   <pubDate>Mon, 01 Mar 2010 22:13:59 +0100</pubDate>
  </item>
 </channel>
</rss>

