<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>2004/01/13 on Yano&#39;s digital garage</title>
    <link>https://www.bravotouring.com/~yano/archives/2004/01/13/</link>
    <description>Recent content in 2004/01/13 on Yano&#39;s digital garage</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 13 Jan 2004 00:00:00 +0900</lastBuildDate>
    <atom:link href="https://www.bravotouring.com/~yano/archives/2004/01/13/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HTMLサニタイズ</title>
      <link>https://www.bravotouring.com/~yano/diary/it/20040113.htm</link>
      <pubDate>Tue, 13 Jan 2004 00:00:00 +0900</pubDate>
      <guid>https://www.bravotouring.com/~yano/diary/it/20040113.htm</guid>
      <description>&lt;p&gt;これまで&lt;a href=&#34;../computer/linux/index.html&#34; target=&#34;_top&#34;&gt;Linux Tips&lt;/a&gt;のHTMLサニタイズは&lt;a href=&#34;http://hide.maruo.co.jp/&#34; target=&#34;SubWindow&#34;&gt;秀丸&lt;/a&gt;でやってたのだが、&lt;span class=&#34;Software&#34;&gt;sed&lt;/span&gt;のスクリプトで&#xA;&lt;blockquote class=&#34;Log&#34;&gt;sed -e &#39;s/\&amp;/\&amp;amp;/g&#39; \&lt;br/&gt;    -e &#39;s/&lt;/\&amp;lt;/g&#39; -e &#39;s/&gt;/\&amp;gt;/g&#39; \&lt;br/&gt;    -e &#39;s/&#34;/\&amp;quot;/g&#39; \&lt;br/&gt;    -e &#39;s/  /\&amp;nbsp;\&amp;nbsp;/g&#39; \&lt;br/&gt;    -e &#39;s/\(&lt;span class=&#34;Comment&#34;&gt;# .*\)/&lt;SPAN class=&#34;Comment&#34;&gt;\1&lt;\/SPAN&gt;/g&#39; \&lt;/span&gt;&lt;br/&gt;    -e &#39;s/$/&lt;BR&gt;/g&#39; \&lt;br/&gt;    -e &#39;s/^$/&lt;BR&gt;/g&#39;&lt;/blockquote&gt;&#xA;&lt;span class=&#34;Path&#34;&gt;~/bin/html_san.sh&lt;/span&gt; というフィルタを作ったよ、という備忘録。f(^^;;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
