<?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>tags | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/tags/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:01:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>vim2html</title>
		<link>https://nerdpress.org/2010/02/09/vim2html/</link>
					<comments>https://nerdpress.org/2010/02/09/vim2html/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:32:02 +0000</pubDate>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css code]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[font tags]]></category>
		<category><![CDATA[Highlighting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[vim]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=803</guid>

					<description><![CDATA[<p>Meinen Lieblingseditor vim brauche ich an dieser Stelle ja nicht en detail vorzustellen. Ein Feature allerdings, über das ich erst nach jahrelanger Nutzung gestolpert bin, passt sehr gut ins nerdpress: 2html. Was dieses Kommando macht? Na, HTML-Code aus dem Inhalt des aktuellen Puffers as is erzeugen &#8211; optional mit Zeilennummern und CSS-Code. Und so geht &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2010/02/09/vim2html/" class="more-link">Continue reading<span class="screen-reader-text"> "vim2html"</span></a></p>
The post <a href="https://nerdpress.org/2010/02/09/vim2html/">vim2html</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Meinen Lieblingseditor <a title="vim.org" href="http://www.vim.org/" target="_self">vim</a> brauche ich an dieser Stelle ja nicht en detail vorzustellen.</p>
<p>Ein Feature allerdings, über das ich erst nach jahrelanger Nutzung <a title="Bens IT-Kommentare: Dateien aus VIM mit Syntaxhighlighting exportieren" href="http://blog.bmarwell.de/2010/01/23/dateien-aus-vim-mit-syntaxhighlighting-exportieren/">gestolpert bin</a>, passt sehr gut ins <em>nerdpress</em>: 2html.</p>
<p>Was dieses Kommando macht?</p>
<p>Na, HTML-Code aus dem Inhalt des aktuellen Puffers <em>as is</em> erzeugen &#8211; optional mit Zeilennummern und CSS-Code.</p>
<p>Und so geht das:<span id="more-803"></span></p>
<ul>
<li>Syntaxhighlighting einschalten<em><br />
</em></p>
<pre><em>:syntax on</em></pre>
</li>
<li>den Code erzeugen<em><br />
</em></p>
<pre><em>:runtime! syntax/2html.vim  </em>[oder <em><code>:TOhtml</code></em><code>]</code></pre>
</li>
<li>vim springt direkt in das neue split-Fenster, dort sollte man den Code direkt speichern
<pre><em>:w</em></pre>
</li>
</ul>
<p>fertig.</p>
<p>Falls man die Zeilennummern drin haben möchte, hilft vor der HTML-Erzeugung folgendes Kommando <em><br />
</em></p>
<pre><em>:let html_number_lines = 1</em></pre>
<p>Und<em> </em>wenn es CSS sein soll, statt der älteren Font-Tags, geht auch das<em><br />
</em></p>
<pre><em>:let html_use_css = 1</em></pre>
<p>Einfacher geht es kaum&#8230; oder?</p>The post <a href="https://nerdpress.org/2010/02/09/vim2html/">vim2html</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2010/02/09/vim2html/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>A propos Tags &#8211; Symfony 1.2</title>
		<link>https://nerdpress.org/2009/11/08/a-propos-tags-symfony-1-2/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 08 Nov 2009 09:14:58 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[tags]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=534</guid>

					<description><![CDATA[<p>Ich schlage mich im Moment mit Tags &#38; Behaviors herum. Eigentlich soll das BETA Plugin sfPropelActAsTaggableBehaviorPlugin auch unter symfony 1.2 laufen: symfony propel-build-all &#62;&#62; propel    generating form classes Cannot fetch TableMap for undefined table: sf_tag.  Make sure you have the static MapBuilder registration code after your peer stub class definition. Das Problem ist in den &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2009/11/08/a-propos-tags-symfony-1-2/" class="more-link">Continue reading<span class="screen-reader-text"> "A propos Tags &#8211; Symfony 1.2"</span></a></p>
The post <a href="https://nerdpress.org/2009/11/08/a-propos-tags-symfony-1-2/">A propos Tags – Symfony 1.2</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Ich schlage mich im Moment mit Tags &amp; Behaviors herum. Eigentlich soll das BETA Plugin sfPropelActAsTaggableBehaviorPlugin auch unter symfony 1.2 laufen:</p>
<blockquote>
<p>symfony propel-build-all<br />
&gt;&gt; propel    generating form classes<br />
Cannot fetch TableMap for undefined table: sf_tag.  Make sure you have the static MapBuilder registration code after your peer stub class definition.</p>
</blockquote>
<p>Das Problem ist in den Foren bekannt.</p>
<p>&#8211; Des Rätsels Lösung nach 3 Std. Arbeit: Ein Klassenname aus meinem Projekt glich einer Klassenbezeichnung aus dem Plugin.</p>The post <a href="https://nerdpress.org/2009/11/08/a-propos-tags-symfony-1-2/">A propos Tags – Symfony 1.2</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Simple Tags</title>
		<link>https://nerdpress.org/2009/10/27/simple-tags/</link>
					<comments>https://nerdpress.org/2009/10/27/simple-tags/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:38:35 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[simple tags]]></category>
		<category><![CDATA[tags]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=480</guid>

					<description><![CDATA[<p>Eines meiner persönlichen Lieblingsplugins &#8211; wer die Tagsammlung meines persönlichen Blogs, kleinski.de gesehen hat, weiß auch warum &#8211; ist Simple Tags von Amaury Balmer. Denn dank des Plugins ist die Verschlagwortung von Artikeln binnen kürzester Zeit erledigt und, via Zugriff auf die Yahoo terms extractions API und den Service Tag The Net, werden bekannte Personen, &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2009/10/27/simple-tags/" class="more-link">Continue reading<span class="screen-reader-text"> "Simple Tags"</span></a></p>
The post <a href="https://nerdpress.org/2009/10/27/simple-tags/">Simple Tags</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Eines meiner persönlichen Lieblingsplugins &#8211; wer die <a title="Metatstats von kleinski.de" href="http://kleinski.de/statistiken/" target="_self">Tagsammlung</a> meines persönlichen Blogs, <a title="kleinski.de" href="http://kleinski.de" target="_self">kleinski.de</a> gesehen hat, weiß auch warum &#8211; ist <a title="Simple Tags im WordPresspluginverzeichnis" href="http://wordpress.org/extend/plugins/simple-tags/" target="_self">Simple Tags</a> von <a title="Amaury Balmers Autorenseite auf herewithme.fr" href="http://www.herewithme.fr/author/amaury" target="_self">Amaury Balmer</a>.</p>
<p>Denn dank des Plugins ist die Verschlagwortung von Artikeln binnen kürzester Zeit erledigt und, via Zugriff auf die <em>Yahoo terms extractions API</em> und den Service <a title="Tage The Net" href="http://www.tagthe.net/" target="_self">Tag The Net</a>, werden bekannte Personen, Namen und andere Ausdrücke, die man vielleicht selber gerade nicht auf dem Schirm hat, aus dem entsprechenden Pool gefischt und jeder Artikel ist mit wenigen Mausklicks getagged.</p>
<p><img decoding="async" src="https://s.wordpress.org/extend/plugins/simple-tags/screenshot-6.png?r=167620" alt="Tag it." width="485" height="61" /></p>The post <a href="https://nerdpress.org/2009/10/27/simple-tags/">Simple Tags</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2009/10/27/simple-tags/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
