<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lazy Programmer</title>
	<atom:link href="https://osstips.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://osstips.wordpress.com</link>
	<description>tips for open source software</description>
	<lastBuildDate>Wed, 03 Oct 2007 08:17:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">37286</site><cloud domain='osstips.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Lazy Programmer</title>
		<link>https://osstips.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://osstips.wordpress.com/osd.xml" title="Lazy Programmer" />
	<atom:link rel='hub' href='https://osstips.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Emacs: align perl hash with align-current</title>
		<link>https://osstips.wordpress.com/2007/10/03/emacs-align-perl-hash-with-align-current/</link>
					<comments>https://osstips.wordpress.com/2007/10/03/emacs-align-perl-hash-with-align-current/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Wed, 03 Oct 2007 08:17:53 +0000</pubDate>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Perl]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2007/10/03/emacs-align-perl-hash-with-align-current/</guid>

					<description><![CDATA[I often write Perl script and use hash heavily. But I feel boring (and a little bit stupid) to align &#8220;=&#62;&#8221; manually. For example, press SPACE to align my %h =&#160;&#160;&#160;&#160;(&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;key1 =&#62; value1,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;key11 =&#62; value11,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;key111 =&#62; value111,&#160;&#160;&#160;&#160;); to my %h =&#160;&#160;&#160;&#160;(&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;key1&#160;&#160;&#160;=&#62; value1,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;key11&#160;&#160;=&#62; value11,&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;key111&#160;=&#62; value111,&#160;&#160;&#160;&#160;); After reading Ruslan&#8217;s align-regexp, I find align-current and bind it to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I often write Perl script and use hash heavily.  But I feel boring (and a little bit stupid) to align &#8220;<code>=&gt;</code>&#8221; manually.  For example, press <code>SPACE</code> to align</p>
<blockquote><p><code>my %h =<br />&nbsp;&nbsp;&nbsp;&nbsp;(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;key1 =&gt; value1,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;key11 =&gt; value11,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;key111 =&gt; value111,<br />&nbsp;&nbsp;&nbsp;&nbsp;);</code></p></blockquote>
<p>to</p>
<blockquote><p><code>my %h =<br />&nbsp;&nbsp;&nbsp;&nbsp;(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;key1&nbsp;&nbsp;&nbsp;=&gt; value1,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;key11&nbsp;&nbsp;=&gt; value11,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;key111&nbsp;=&gt; value111,<br />&nbsp;&nbsp;&nbsp;&nbsp;);</code></p></blockquote>
<p>After reading Ruslan&#8217;s <a href="http://ruslanspivak.com/2007/10/03/align-regexp/">align-regexp</a>, I find <code>align-current</code> and bind it to <kbd>C-c C-c</kbd> in <code>cperl-mode</code>.</p>
<blockquote><p><code>(define-key cperl-mode-map "\C-c\C-c" 'align-current)</code></p></blockquote>
<p>So, I can align those lines of Perl code simply by moving cursor to one of three lines and pressing <kbd>C-c C-c</kbd>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2007/10/03/emacs-align-perl-hash-with-align-current/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>Parrot: build parrot on cygwin</title>
		<link>https://osstips.wordpress.com/2007/09/29/parrot-build-parrot-on-cygwin/</link>
					<comments>https://osstips.wordpress.com/2007/09/29/parrot-build-parrot-on-cygwin/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Sat, 29 Sep 2007 13:21:42 +0000</pubDate>
				<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Parrot]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2007/09/29/parrot-build-parrot-on-cygwin/</guid>

					<description><![CDATA[Building parrot on cygwin is not as straightforward as on other platforms. You have to add path of libparrot.dll into PATH environment variable. For example, PATH=/path/to/parrot/blib/lib:$PATH It&#8217;s better to add this line into your .bashrc file so that you do not need to run it every time you start a console. After that, you can [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Building <a href="http://www.parrotcode.org/">parrot</a> on cygwin is not as straightforward as on other platforms.  You have to add path of <code>libparrot.dll</code> into <code>PATH</code> environment variable.  For example,</p>
<blockquote><p><code>PATH=/path/to/parrot/blib/lib:$PATH</code></p></blockquote>
<p>It&#8217;s better to add this line into your <code>.bashrc</code> file so that you do not need to run it every time you start a console.</p>
<p>After that, you can follow basic building steps to build parrot.</p>
<blockquote><p><code>$ perl Configure.PL<br />$ make</code></p></blockquote>
<p>To test parrot, write a hello.pir</p>
<blockquote><p><code>.sub main<br />&nbsp;&nbsp;&nbsp;&nbsp;print "Hello world!\n"<br />.end</code></p></blockquote>
<p>And then run it</p>
<blockquote><p><code>$ parrot hello.pir</code></p></blockquote>
<p>If everything is ok, you should get a string as output.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2007/09/29/parrot-build-parrot-on-cygwin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">20</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>Makefile: whitespace in path</title>
		<link>https://osstips.wordpress.com/2007/09/29/makefile-whitespace-in-path/</link>
					<comments>https://osstips.wordpress.com/2007/09/29/makefile-whitespace-in-path/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Sat, 29 Sep 2007 07:49:17 +0000</pubDate>
				<category><![CDATA[Makefile]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2007/09/29/makefile-whitespace-in-path/</guid>

					<description><![CDATA[I hates whitespace in path. I wrote a Perl script which uses a resource file and several template files. So I created a makefile to copy them to user&#8217;s HOME directory. It looks like: $(HOME)/a: a&#160;&#160;&#160;&#160;&#160;&#160;cp -f $&#60; $@ Unfortunately, it doesn&#8217;t work when there are whitespaces in $(HOME) string, such as /abc/d&#160;e/. That happens [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I hates whitespace in path.  I wrote a Perl script which uses a resource file and several template files.  So I created a makefile to copy them to user&#8217;s <code>HOME</code> directory.  It looks like:</p>
<blockquote><p><code>$(HOME)/a: a<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cp -f $&lt; $@</code></p></blockquote>
<p>Unfortunately, it doesn&#8217;t work when there are whitespaces in $(HOME) string, such as <code>/abc/d&nbsp;e/</code>.  That happens on Cygwin default installation.</p>
<p>You can double-qoute path, but there are whitespaces in target and target can not be double-qouted.  Finally, I find a workaround after diving into <code>`make'</code> info page for a long time.  Here is the trick.</p>
<blockquote><p><code>nullstring :=<br />space := $(nullstring)&nbsp;# a space at the end<br />QUOTED_HOME=$(subst $(space),\&nbsp;,$(HOME))<br />$(QUOTED_HOME)/a:a<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cp -f $&lt; $(subst $(space),\&nbsp;,$@)</code></p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2007/09/29/makefile-whitespace-in-path/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">19</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>Emacs: Do what I mean when commenting</title>
		<link>https://osstips.wordpress.com/2007/09/17/emacs-do-what-i-mean-when-commenting/</link>
					<comments>https://osstips.wordpress.com/2007/09/17/emacs-do-what-i-mean-when-commenting/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Mon, 17 Sep 2007 03:36:09 +0000</pubDate>
				<category><![CDATA[Emacs]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2007/09/17/emacs-do-what-i-mean-when-commenting/</guid>

					<description><![CDATA[I should know this command earlier. It&#8217;s so convenient. M-x comment-dwim I always run M-x comment-region and M-x uncomment-region manually except when using C Mode since I can use C-c C-c when commenting. Don&#8217;t do it that way any more. And even fortunately, M-x comment-dwim is bound to M-; by default. According to help, this [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I should know this command earlier.  It&#8217;s so convenient.</p>
<blockquote><p><code>M-x comment-dwim</code></p></blockquote>
<p>I always run <kbd>M-x comment-region</kbd> and <kbd>M-x uncomment-region</kbd> manually except when using C Mode since I can use <kbd>C-c C-c</kbd> when commenting.</p>
<p>Don&#8217;t do it that way any more.  And even fortunately, <kbd>M-x comment-dwim</kbd> is bound to <kbd>M-;</kbd> by default.</p>
<p>According to help, this command runs different commenting command on different situation.  For example, if you mark a region, this command comments code in the region.  If you mark comments, this command uncomments them.  Read more on help, and read now.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2007/09/17/emacs-do-what-i-mean-when-commenting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrade cygwin perl to 5.8.8-4</title>
		<link>https://osstips.wordpress.com/2007/09/10/upgrade-cygwin-perl-to-588-4/</link>
					<comments>https://osstips.wordpress.com/2007/09/10/upgrade-cygwin-perl-to-588-4/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Mon, 10 Sep 2007 08:38:19 +0000</pubDate>
				<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Perl]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2007/09/10/upgrade-cygwin-perl-to-588-4/</guid>

					<description><![CDATA[Cygwin perl is broken after I upgrate to version 5.8.8-4. Let&#8217;s fix it! You have to remove Compress::Zlib first. Otherwise, cpan wouldn&#8217;t work. $ rm -fr `find /usr/lib/perl5/ &#124; grep Compress &#124; grep Zlib` Then, you have to recompile Scalar::Util yourself because weaken is not supported by default. cpan[1]&#62; force install Scalar::Util Now, it&#8217;s time [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Cygwin perl is broken after I upgrate to version 5.8.8-4.  Let&#8217;s fix it!</p>
<p>You have to remove Compress::Zlib first.  Otherwise, <a href="http://www.debianhelp.org/node/7228#comment-30240">cpan wouldn&#8217;t work</a>.</p>
<blockquote><p><code>$ rm -fr `find /usr/lib/perl5/ | grep Compress  | grep Zlib`</code>
</p></blockquote>
<p>Then, you have to <a href="http://www.perlmonks.org/?node_id=460422">recompile Scalar::Util</a> yourself because weaken is not supported by default.</p>
<blockquote><p><code>cpan[1]&gt; force install Scalar::Util</code>
</p></blockquote>
<p>Now, it&#8217;s time to upgrade CPAN.</p>
<blockquote><p><code>cpan[2]&gt; install CPAN</code>
</p></blockquote>
<p>If you want Compress::Zlib back, remove IO::Uncompress::Inflate first.  There is a circular dependence between IO::Compress::Bzip2 and IO::Uncompress::Inflate. Unless you remove this inconsistency, Compress::Zlib can&#8217;t be installed.</p>
<blockquote><p><code>$ rm -fr `find /usr/lib/perl5/ |  grep Uncompress  | grep '\bInflate'`</code>
</p></blockquote>
<p>Finally, I recommend you reinstall Bundle::CPAN and Bundle::Test.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2007/09/10/upgrade-cygwin-perl-to-588-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">16</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>Emacs is not an island</title>
		<link>https://osstips.wordpress.com/2007/09/09/emacs-is-not-an-island/</link>
					<comments>https://osstips.wordpress.com/2007/09/09/emacs-is-not-an-island/#comments</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Sun, 09 Sep 2007 02:12:09 +0000</pubDate>
				<category><![CDATA[Emacs]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2007/09/09/emacs-is-not-an-island/</guid>

					<description><![CDATA[Emacs is not an island. It can communicate with other programs smoothly, with a little tweak. Tip 1: to enable copy-and paste between emacs and other X Window programs, put the following line into your .emacs file. (setq x-select-enable-clipboard t) Tip 2: install firefox extension, It&#8217;s All Text!, to edit textareas using external editor, including [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Emacs is not an island.  It can communicate with other programs smoothly, with a little tweak.</p>
<p>Tip 1: to enable copy-and paste between emacs and other X Window programs, put the following line into your .emacs file.</p>
<blockquote>
<pre>(setq x-select-enable-clipboard t)</pre>
</blockquote>
<p>Tip 2: install firefox extension, <a href="addons.mozilla.org/en-US/firefox/addon/4125">It&#8217;s All Text!</a>, to edit textareas using external editor, including emacs.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2007/09/09/emacs-is-not-an-island/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>wordpress.com returns?</title>
		<link>https://osstips.wordpress.com/2007/07/12/wordpresscom-returns/</link>
					<comments>https://osstips.wordpress.com/2007/07/12/wordpresscom-returns/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Thu, 12 Jul 2007 05:10:04 +0000</pubDate>
				<category><![CDATA[HelloWorld]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2007/07/12/wordpresscom-returns/</guid>

					<description><![CDATA[wordpress.com, including this blog, has been blocked by China Great Firewall for a long time. But I can visit it directly (without through any proxy) now. How about tomorrow? Who knows?]]></description>
										<content:encoded><![CDATA[<p>wordpress.com, including this blog, has been blocked by China Great Firewall for a long time.  But I can visit it directly (without through any proxy) now.  How about tomorrow?  Who knows?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2007/07/12/wordpresscom-returns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>Perl Introduction</title>
		<link>https://osstips.wordpress.com/2006/04/25/perl-introduction/</link>
					<comments>https://osstips.wordpress.com/2006/04/25/perl-introduction/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Tue, 25 Apr 2006 08:15:36 +0000</pubDate>
				<category><![CDATA[Perl]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2006/04/25/perl-introduction/</guid>

					<description><![CDATA[Doug Maxwell posted a great Perl Introduction. If you&#8217;d like to know what Perl looks like, take a look at it. One thing I have to mention is that the link for its online version in that article is incorrect. That should be http://turinglabs.com/docs/perlintro/perlintro.html.]]></description>
										<content:encoded><![CDATA[<p>Doug Maxwell posted a great <a href="http://geekpit.blogspot.com/2006/03/introduction-to-perl-programming.html">Perl Introduction</a>.  If you&#8217;d like to know what Perl looks like, take a look at it.</p>
<p>One thing I have to mention is that the link for its online version in that article is incorrect.  That should be <a href="http://turinglabs.com/docs/perlintro/perlintro.html">http://turinglabs.com/docs/perlintro/perlintro.html</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2006/04/25/perl-introduction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>The Year in Perl 2005</title>
		<link>https://osstips.wordpress.com/2006/01/05/the-year-in-perl-2005/</link>
					<comments>https://osstips.wordpress.com/2006/01/05/the-year-in-perl-2005/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Thu, 05 Jan 2006 13:28:35 +0000</pubDate>
				<category><![CDATA[Perl]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2006/01/05/the-year-in-perl-2005/</guid>

					<description><![CDATA[The article, The year in Perl 2005, tells us development status of Perl in 2005. This illustrates a sort of truism in open source development. Ideas are cheap. Implementors are worth their weight in gold. What an amazing project!]]></description>
										<content:encoded><![CDATA[<p>The article, <a href="http://www.oreillynet.com/pub/wlg/8894"><em>The year in Perl 2005</em></a>, tells us development status of Perl in 2005.</p>
<blockquote><p>This illustrates a sort of truism in open source development. Ideas are cheap. Implementors are worth their weight in gold.</p></blockquote>
<p>What an amazing project!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2006/01/05/the-year-in-perl-2005/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
		<item>
		<title>Watermarking with Text</title>
		<link>https://osstips.wordpress.com/2005/12/29/watermarking-with-text/</link>
					<comments>https://osstips.wordpress.com/2005/12/29/watermarking-with-text/#respond</comments>
		
		<dc:creator><![CDATA[Wang, Liang]]></dc:creator>
		<pubDate>Thu, 29 Dec 2005 07:21:54 +0000</pubDate>
				<category><![CDATA[ImageMagick]]></category>
		<guid isPermaLink="false">http://osstips.wordpress.com/2005/12/29/watermarking-with-text/</guid>

					<description><![CDATA[Examples of ImageMagick Usage is an excellent  HOWTO.   It contains a section which describes how to watermark with text.]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/">Examples of ImageMagick Usage</a> is an excellent  HOWTO.   It contains a section which describes how to <a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/annotating/#wmark_text">watermark with text</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://osstips.wordpress.com/2005/12/29/watermarking-with-text/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11</post-id>
		<media:content url="https://1.gravatar.com/avatar/1c48158302db7c05a9486e41c2f22f90042a43f821fc3bf81e5ec40dd7aed931?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">osstips</media:title>
		</media:content>
	</item>
	</channel>
</rss>
