<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Frank Seitz' Developer Logbuch - Unix</title>
    <link>http://fseitz.de/blog/</link>
    <description>Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 27 Mar 2010 11:23:16 GMT</pubDate>

    <image>
        <url>http://fseitz.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Frank Seitz' Developer Logbuch - Unix - Notizen aus der Welt der Web-, Datenbank- und Unix-Programmierung</title>
        <link>http://fseitz.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Syntax-Highlighting mit highlight</title>
    <link>http://fseitz.de/blog/index.php?/archives/30-Syntax-Highlighting-mit-highlight.html</link>
            <category>Unix</category>
    
    <comments>http://fseitz.de/blog/index.php?/archives/30-Syntax-Highlighting-mit-highlight.html#comments</comments>
    <wfw:comment>http://fseitz.de/blog/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://fseitz.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Frank Seitz)</author>
    <content:encoded>
    &lt;p class=&quot;sdoc-para-p&quot;&gt;
  Highlight stellt die Syntax von zahlreichen Programmiersprachen farbig
  und mit Fontattributen wie kursiv und fett dar:
&lt;/p&gt;
&lt;div class=&quot;sdoc-code-div&quot;&gt;
  &lt;pre class=&quot;sdoc-code-pre&quot;&gt;$ highlight --syntax=LANG --fragment &amp;lt;CODE &amp;gt;CODE.html&lt;/pre&gt;
&lt;/div&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Die Option &lt;tt class=&quot;sdoc-seg-c&quot;&gt;--syntax=LANG&lt;/tt&gt; stellt die Programmiersprache ein,
  &lt;tt class=&quot;sdoc-seg-c&quot;&gt;--fragment&lt;/tt&gt; sorgt dafür, dass keine vollständige HTML-Seite,
  sondern einbettbarer HTML-Code generiert wird.
&lt;/p&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Die zugehörigen CSS-Klassen liefert folgendes Kommando nach stdout:
&lt;/p&gt;
&lt;div class=&quot;sdoc-code-div&quot;&gt;
  &lt;pre class=&quot;sdoc-code-pre&quot;&gt;$ highlight --print-style --style-outfile=stdout | grep &#039;^\.&#039; &amp;gt;CODE.css&lt;/pre&gt;
&lt;/div&gt;
&lt;p class=&quot;sdoc-para-p&quot;&gt;
  Das nachgeschaltete grep sorgt dafür, dass der Output auf
  die relevanten Klassen für eine Einbettung eingeschränkt wird.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 08 Feb 2010 16:01:36 +0100</pubDate>
    <guid isPermaLink="false">http://fseitz.de/blog/index.php?/archives/30-guid.html</guid>
    
</item>

</channel>
</rss>