<?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>Pario TechnoBlob &#187; pcal</title>
	<atom:link href="http://pario.no/tag/pcal/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Fri, 10 Sep 2010 06:01:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Free 2008 calendar for download</title>
		<link>http://pario.no/2007/11/23/free-2008-calendar-for-download/</link>
		<comments>http://pario.no/2007/11/23/free-2008-calendar-for-download/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 15:10:01 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[pcal]]></category>

		<guid isPermaLink="false">http://pario.no/2007/11/23/free-2008-calendar-for-download/</guid>
		<description><![CDATA[I&#8217;ve modified my calendar and saved it as a Adobe Acrobat (PDF) document free for download. You can easily modify this calendar if you have Adobe Illustrator available or any other software that can edit PDF-files. A possible alternative to my calendar is to use The Calendar Printing Assistant for Office Outlook 2007, an application [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pario.no/wp-content/uploads/2007/11/2008-calendar_no_pictures.pdf" title="2008 calendar image"><img src="http://pario.no/wp-content/uploads/2007/11/2008-calendar.gif" alt="2008 calendar image" /></a>I&#8217;ve modified my <a href="http://pario.no/2007/11/22/create-a-year-calendar-for-2008-using-pcal/">calendar</a> and saved it as a Adobe Acrobat (PDF) document <a href="http://pario.no/wp-content/uploads/2007/11/2008-calendar_no_pictures.pdf" title="Calendar whole year 2008">free for download</a>. You can easily modify this calendar if you have Adobe Illustrator available or any other software that can edit PDF-files.</p>
<p>A possible alternative to my calendar is to use <a href="http://office.microsoft.com/en-us/outlook/HA101687211033.aspx">The Calendar Printing Assistant</a> for Office Outlook 2007, an application for people who need an easy way to print and customize their Outlook 2007 calendar information.</p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/office.microsoft.com\/en-us\/outlook\/HA101687211033.aspx"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMTEvMjMvZnJlZS0yMDA4LWNhbGVuZGFyLWZvci1kb3dubG9hZC88d3B0Yj5GcmVlIDIwMDggY2FsZW5kYXIgZm9yIGRvd25sb2FkPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/11/23/free-2008-calendar-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a year calendar for 2008 using pcal</title>
		<link>http://pario.no/2007/11/22/create-a-year-calendar-for-2008-using-pcal/</link>
		<comments>http://pario.no/2007/11/22/create-a-year-calendar-for-2008-using-pcal/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 14:18:27 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[pcal]]></category>

		<guid isPermaLink="false">http://pario.no/2007/11/22/create-a-calendar-for-2008-using-pcal/</guid>
		<description><![CDATA[I wanted to make a whole year calendar and found pcal, a command line tool. pcal -F 1 -E -B -O -p -w -o 2008.ps 2008 -F starting weekday; 1 is Monday -E specifies European formatted dates -B leave unused date boxes blank, default is grey -O selected days will be printed as outlined characters [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to make a whole year calendar and found <strong>pcal</strong>, a command line tool.<br />
<code><br />
pcal -F 1 -E -B -O -p -w -o 2008.ps 2008</code></p>
<ul>
<li>-F starting weekday; 1 is Monday</li>
<li>-E specifies European formatted dates</li>
<li>-B leave unused date boxes blank, default is grey</li>
<li>-O selected days will be printed as outlined characters</li>
<li>-p output in portrait mode</li>
<li>-o specifies an output file in PostScript format.</li>
<li>2008 is the year I want to print the calendar. PCAL&#8217;s default option is to produce the calendar for the current year.</li>
</ul>
<p>It is also possible to generate a calendar as HTML table using the -H switch.</p>
<p>This program can be installed in Debian/Ubuntu<br />
<code>apt-get install pcal</code></p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMTEvMjIvY3JlYXRlLWEteWVhci1jYWxlbmRhci1mb3ItMjAwOC11c2luZy1wY2FsLzx3cHRiPkNyZWF0ZSBhIHllYXIgY2FsZW5kYXIgZm9yIDIwMDggdXNpbmcgcGNhbDx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/11/22/create-a-year-calendar-for-2008-using-pcal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
