<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7316383</id><updated>2011-08-12T15:04:40.880+02:00</updated><title type='text'>eldzi's XPerience :: Seges, software, development, information technologies, Java, Linux</title><subtitle type='html'>Seges, software, development, information technologies, Java, Linux</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7316383.post-1823870195370688367</id><published>2006-12-17T15:13:00.000+01:00</published><updated>2006-12-17T15:14:33.083+01:00</updated><title type='text'>ThinkPad on Linux... ThinkWiki</title><content type='html'>Are you Linux user? Do you have that mighty powerful Thinkpad? So don't hesitate and share your experience on &lt;a href="http://www.thinkwiki.org/"&gt;&lt;br /&gt;&lt;img src="http://banner.thinkwiki.org/thinkwiki_logo_140x55.png" alt="ThinkWiki - The Linux Thinkpad Wiki" border="0" height="55" width="140" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-1823870195370688367?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/1823870195370688367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=1823870195370688367' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/1823870195370688367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/1823870195370688367'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2006/12/thinkpad-on-linux-thinkwiki.html' title='ThinkPad on Linux... ThinkWiki'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7316383.post-116277027787623231</id><published>2006-11-06T00:24:00.001+01:00</published><updated>2008-03-24T21:37:05.115+01:00</updated><title type='text'>OSAF Cosmo calendar server served by Apache and JK Tomcat connector</title><content type='html'>Hello everyone again !&lt;br /&gt;&lt;br /&gt;Today (tonight) I am going to tell you how you can deal with configuring &lt;a href="http://cosmo.osafoundation.org/"&gt;Cosmo&lt;/a&gt; calendar server behind Apache.&lt;br /&gt;&lt;br /&gt;As you all know Cosmo is promising project developed at &lt;a href="http://www.osafoundation.org/"&gt;Open Source Applications Foundation (OSAF)&lt;/a&gt;. Because here in &lt;a href="http://www.seges.sk/"&gt;Seges we want to take things seriously&lt;/a&gt; and our time serious is, we decided to share this information among us with more complex tool. Because there is huge amount of clients and servers around, it is always hard to decide. Java, configurability, accessibility and warm development community were facts that decided.&lt;br /&gt;&lt;br /&gt;The real problem was how to enable access to Cosmo server running in Tomcat container through HTTP/HTTPS that all guys in our corporation can access shared calendar. Simple answer - &lt;a href="http://tomcat.apache.org/connectors-doc/"&gt;Tomcat JK connector&lt;/a&gt;. And then it went smooth (sometimes) :)&lt;br /&gt;&lt;br /&gt;OK. Here are the steps:&lt;br /&gt;&lt;br /&gt;1. Because  we want bleeding edge Cosmo, we build it from source (&lt;a href="http://wiki.osafoundation.org/bin/view/Projects/CosmoDevelopmentHome"&gt;Cosmo development home&lt;/a&gt;). Build process is pretty straightforward, so you checkout sources from SVN repository and run some Maven scripts (&lt;a href="http://wiki.osafoundation.org/bin/view/Projects/CosmoBuildInstructions"&gt;build instructions are on their wiki&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;Finally it will end with something like &lt;code&gt;maven dist:release&lt;/code&gt; in &lt;code&gt;cosmo/snarf/&lt;/code&gt; directory and then you will unpack this distribution into directory where you want to deploy it and have accessible from Apache.&lt;br /&gt;&lt;br /&gt;2. Append Tomcat JK connector in &lt;code&gt;&amp;lt;cosmodir&amp;gt;/tomcat/conf/server.xml&lt;/code&gt; in this way:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;Server port="8005" shutdown="SHUTDOWN"&amp;gt;&lt;br /&gt;&amp;lt;GlobalNamingResources&amp;gt;&lt;br /&gt;&amp;lt;!-- ... other stuff ... --&amp;gt;&lt;br /&gt;&amp;lt;Service name="Catalina"&amp;gt;&lt;br /&gt;&amp;lt;Connector port="8080" enableLookups="false" minSpareThreads="4"&lt;br /&gt;maxSpareThreads="50" maxThreads="200"/&amp;gt;&lt;br /&gt;  &lt;b&gt;&amp;lt;!-- this definition of AJP Connector is important --&amp;gt;&lt;br /&gt;  &amp;lt;Connector port="8009" enableLookups="false" redirectPort="8443"&lt;br /&gt;protocol="AJP/1.3" /&amp;gt;&lt;/b&gt;&lt;br /&gt;  &amp;lt;Engine name="Catalina" defaultHost="localhost"&amp;gt;&lt;br /&gt;  &amp;lt;!-- ... other stuff ... --&amp;gt;&lt;br /&gt;  &amp;lt;/Engine&amp;gt;&lt;br /&gt;  &amp;lt;!-- ... other stuff ... --&amp;gt;&lt;br /&gt;&amp;lt;/Server&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;3. Add Tomcat JK module to Apache - this will cause that Apache can proxy your requests to Tomcat. This consists of two actions:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;3.1 Copy &lt;i&gt;mod_jk.so&lt;/i&gt; to your Apache modules directory.&lt;br /&gt;3.2 Define module loading in &lt;a href="http://tomcat.apache.org/connectors-doc/config/apache.html"&gt;Apache configuration&lt;/a&gt;:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#Tomcat jk&lt;br /&gt;&lt;b&gt;LoadModule jk_module  modules/mod_jk.so&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;# Where to find workers.properties&lt;br /&gt;&lt;b&gt;JkWorkersFile /etc/httpd/conf/workers.properties&lt;/b&gt;&lt;br /&gt;# Where to put jk logs&lt;br /&gt;JkLogFile     /var/log/httpd/mod_jk.log&lt;br /&gt;# Set the jk log level [debug/error/info]&lt;br /&gt;JkLogLevel    info&lt;br /&gt;# Select the log format&lt;br /&gt;JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "&lt;br /&gt;# JkOptions indicate to send SSL KEY SIZE,&lt;br /&gt;JkOptions     +ForwardKeySize +ForwardURICompat -ForwardDirectories&lt;br /&gt;# JkRequestLogFormat set the request format&lt;br /&gt;JkRequestLogFormat     "%w %V %T"&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;There is important file worker.properties which defines paths to Tomcat, Java, Apache logs and "worker" bindings - that means which context to proxy where (&lt;a href="http://tomcat.apache.org/connectors-doc/config/workers.html"&gt;more about workers is written on official Tomcat connector pages&lt;/a&gt;).&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;4. Configure Apache as proxy at specific URL and HTTP/S domain (I have defined here both HTTP and HTTPS example configuration sufficient for most cases):&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;# define HTTP embedding&lt;br /&gt;&amp;lt;virtualhost&amp;gt;&lt;br /&gt;...&lt;br /&gt;&lt;b&gt;JkMount /chandler osaf&lt;br /&gt;JkMount /chandler/* osaf&lt;/b&gt;&lt;br /&gt;JkMount /manager/* jkstatus&lt;br /&gt;...&lt;br /&gt;&amp;lt;/virtualhost&amp;gt;&lt;br /&gt;&lt;br /&gt;# if you are interested in HTTPS connectivity&lt;br /&gt;&lt;br /&gt;&amp;lt;virtualhost&amp;gt;&lt;br /&gt;SSLEngine On&lt;br /&gt;SSLCertificateKeyFile   /somewhere/server.key&lt;br /&gt;SSLCertificateFile /somewhere/server.crt&lt;br /&gt;ServerAdmin webmaster@localhost&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;&lt;b&gt;JkMount /cosmo osaf&lt;br /&gt;JkMount /cosmo/* osaf&lt;/b&gt;&lt;br /&gt;JkMount /manager/* jkstatus&lt;br /&gt;...&lt;br /&gt;&amp;lt;/virtualhost&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;I have "mounted" jkstatus context of Cosmo, too. You can access it through &lt;i&gt;/manager&lt;/i&gt; suffix, but this isn't needed for proper functionality.&lt;br /&gt;&lt;br /&gt;5. Finally we will bind it all with defining &lt;i&gt;worker.properties&lt;/i&gt; file:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;workers.apache_log=/var/log/httpd/&lt;br /&gt;workers.tomcat_home=/opt/osaf/tomcat&lt;br /&gt;workers.java_home=/opt/jdk&lt;br /&gt;&lt;br /&gt;worker.list=osaf,jkstatus&lt;br /&gt;&lt;br /&gt;worker.jkstatus.type=status&lt;br /&gt;&lt;br /&gt;worker.osaf.type=ajp13&lt;br /&gt;worker.osaf.host=localhost&lt;br /&gt;worker.osaf.port=8009&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Here we have defined where Apache, Tomcat and logs are residing and bound &lt;i&gt;osafWorker&lt;/i&gt; and &lt;i&gt;jkstatus&lt;/i&gt; workers with Tomcat through ajp13 protocol. This properties file is quite self-explaining :)&lt;br /&gt;&lt;br /&gt;6. Now your only option is to start Cosmo with &lt;i&gt;/opt/osaf/bin/osafsrvctl start&lt;/i&gt; directory, then (re)start Apache and enjoy &lt;i&gt;https://your.domain/cosmo&lt;/i&gt; ;)&lt;br /&gt;&lt;br /&gt;Hope everything will work. Good luck admin-friends.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-116277027787623231?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/116277027787623231/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=116277027787623231' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/116277027787623231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/116277027787623231'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2006/11/osaf-cosmo-calendar-server-served-by.html' title='OSAF Cosmo calendar server served by Apache and JK Tomcat connector'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7316383.post-114951219036475620</id><published>2006-06-05T13:58:00.000+02:00</published><updated>2006-11-11T20:47:08.436+01:00</updated><title type='text'>Sending (mail) report after Subversion commit</title><content type='html'>Because of our former experience with version control systems like CVS or &lt;a href="http://subversion.tigris.org/"&gt;Subversion&lt;/a&gt;, in active multiuser development we needed to be notified by changes on certain projects changes. Subversion is our primary version control system and has built-in hooks functionality. Various scripts like pre-commit and post-commit are entrypoints for custom hooks.&lt;br /&gt;&lt;br /&gt;So one of administration utilities &lt;a href="http://www.seges.sk"&gt;developed by Seges&lt;/a&gt; is &lt;span style="font-weight: bold;"&gt;svnhooks&lt;/span&gt; set of hooks. This set contains utility svnreporter used to send reports after Subversion commit. Today supported way of sending is by email.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;svnreporter&lt;/span&gt; is Java JAR utility which is managed through a simple configuration file. With this utility a sample post-commit script is provided. Installing it is simple as follows:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;copying post-commit script to Subversion hooks repository directory (for example /opt/your_repository/hooks)&lt;/li&gt;&lt;li&gt;enabling execution of post-commit (like this - chmod 0755 post-commit)&lt;/li&gt;&lt;li&gt;copying svnreporter Jar and libraries to a directory accessible by subversion&lt;br /&gt;&lt;/li&gt;&lt;li&gt;setting variables in post-commit script - Java runtime executable, svnreporter Jar and configuration file location (Subvesion post-commit script doesn't inherit environment variables&lt;/li&gt;&lt;li&gt;done :)&lt;/li&gt;&lt;/ol&gt;Of course Subversion has to be installed on your system. Simple configuration for a repository looks like this (&lt;span style="font-style: italic;"&gt;svnreporter-repo1.conf&lt;/span&gt;):&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family:courier new; font-size: 11px;"&gt;reporter.type=mail&lt;br /&gt;&lt;br /&gt;svn.svnlook.file = /usr/bin/svnlook&lt;br /&gt;&lt;br /&gt;mail.smtp.host = localhost&lt;br /&gt;mail.smtp.user = svnreporter&lt;br /&gt;mail.smtp.password = supersecret&lt;br /&gt;&lt;br /&gt;mail.from = test@mydomain.com&lt;br /&gt;mail.to = admin@mydomain.com, guest@mydomain.com&lt;br /&gt;mail.bcc = boss@mydomain.com&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;And &lt;span style="font-style: italic;"&gt;post-commit&lt;/span&gt; looks like this:&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family:courier new; font-size: 11px;"&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;REPOS="$1"&lt;br /&gt;REV="$2"&lt;br /&gt;&lt;br /&gt;SVNReporterDir="/opt/svnreporter"&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#SVNReporterConf is specific to your repository&lt;/span&gt;&lt;br /&gt;SVNReporterConf="$SVNReporterDir/svnreporter-repo1.conf"&lt;br /&gt;SVNReporterJar="$SVNReporterDir/svnreporter.jar"&lt;br /&gt;JAVA="/opt/java/jre/bin/java"&lt;br /&gt;&lt;br /&gt;$JAVA -jar $SVNReporterJar -r "$REPOS" -R "$REV" -c $SVNReporterConf&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;If you want to see some log use -f &lt;log_file&gt; argument on last line.&lt;br /&gt;&lt;br /&gt;Well and that's your brand new mail report notification. More svnhooks utilities will come and if you have any ideas there is no broader space for solutions ;)&lt;br /&gt;&lt;/log_file&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-114951219036475620?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/114951219036475620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=114951219036475620' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114951219036475620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114951219036475620'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2006/06/sending-mail-report-after-subversion.html' title='Sending (mail) report after Subversion commit'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7316383.post-114716725200058005</id><published>2006-05-09T11:04:00.000+02:00</published><updated>2006-11-11T20:47:08.248+01:00</updated><title type='text'>Google Calendar in Mozilla Calendar like Sunbird</title><content type='html'>Hello everyone :)&lt;br /&gt;&lt;br /&gt;Today I made some research around new &lt;a href="http://calendar.google.com"&gt;Google Calendar&lt;/a&gt;. Calendaring is a nice thing and I use it every day to write down my work hours and things I need to do. I have been using &lt;a href="http://www.mozilla.org/projects/calendar/calext/index.html"&gt;Mozilla Calendar extension&lt;/a&gt;, &lt;a href="http://www.mozilla.org/projects/calendar/sunbird/index.html"&gt;Sunbird&lt;/a&gt; and &lt;a href="http://www.mozilla.org/projects/calendar/lightning/index.html"&gt;Lightening&lt;/a&gt;, too. They are all same in its basics.&lt;br /&gt;&lt;br /&gt;When I was trying to import calendar from Google, I found some noticable things. But first-things-first. How to import? This way:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Use (download) either Mozilla Calendar extension or standalone Sunbird. With Lightening it wasn't able to load remote calendar.&lt;/li&gt;&lt;li&gt;Catch the URL for iCal link&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Click &lt;span style="font-style: italic;"&gt;Manage calendars&lt;/span&gt; in the frame dedicated to calendars on the left side&lt;/li&gt;&lt;li&gt;Click &lt;span style="font-style: italic;"&gt;Share&lt;/span&gt;&lt;span style="font-style: italic;"&gt; calendar&lt;/span&gt; link to the left of the name of the calendar you want to share&lt;/li&gt;&lt;li&gt;Click &lt;span style="font-style: italic;"&gt;Calendar details&lt;/span&gt; tab (you don't need to share your calendar to access it)&lt;/li&gt;&lt;li&gt;Click or just copy the link location of &lt;span style="font-style: italic;"&gt;Private Address ICAL&lt;/span&gt; icon - if you have allowed your calendar to be public you can use public address of course.&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/3263/444/1600/ical.0.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/3263/444/320/ical.0.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;ol start="3"&gt;&lt;li&gt;In Sunbird subscribe to calendar&lt;/li&gt;&lt;li&gt;Go to &lt;span style="font-style: italic;"&gt;Calendars&lt;/span&gt; tab&lt;/li&gt;&lt;ol&gt;&lt;li&gt;Create new calendar&lt;/li&gt;&lt;li&gt;Select &lt;span style="font-style: italic;"&gt;Remote&lt;/span&gt; calendar&lt;/li&gt;&lt;li&gt;Select &lt;span style="font-style: italic;"&gt;WebDAV&lt;/span&gt; format and paste the iCal URL to the &lt;span style="font-style: italic;"&gt;Location&lt;/span&gt; field&lt;/li&gt;&lt;li&gt;Finally enter the name for your new calendar and maybe its colour&lt;/li&gt;&lt;/ol&gt;&lt;li&gt;That's it&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/3263/444/1600/sunbird.0.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/3263/444/320/sunbird.0.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I stuck for a while when Sunbird (Mozilla Calendar too) was complaining, so if you are connecting through &lt;span style="font-style: italic;"&gt;proxy&lt;/span&gt;, set it before subscribing to the Google calendar.&lt;br /&gt;For what is this all good for? Now it is simple but yet can cover basic agenda like tracking your worked hours and projects, meetings you have to take,... not only &lt;a href="http://www.seges.sk"&gt;software development company like Seges&lt;/a&gt;, but any other can use calendaring.&lt;br /&gt;&lt;br /&gt;Have a nice calendaring day ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-114716725200058005?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/114716725200058005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=114716725200058005' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114716725200058005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114716725200058005'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2006/05/google-calendar-in-mozilla-calendar.html' title='Google Calendar in Mozilla Calendar like Sunbird'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7316383.post-114681519026009667</id><published>2006-05-05T09:46:00.000+02:00</published><updated>2006-11-11T20:47:08.023+01:00</updated><title type='text'>help OpenOffice.org :)</title><content type='html'>Are you interested in alternatives to Microsoft Office? Try OpenOffice.org office suite. &lt;a href="http://www.seges.sk"&gt;Seges is community distributor&lt;/a&gt; and you can order a CD with bunch of other extras on it.&lt;br /&gt;&lt;br /&gt;Or you can download a version from OpenOffice.org site.&lt;br /&gt;&lt;a href="http://why.openoffice.org"&gt;&lt;img src="http://why.openoffice.org/images/ooo_get_legal.png" alt="Get legal. Get OpenOffice.org" border="0" hspace="3" vspace="3" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-114681519026009667?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/114681519026009667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=114681519026009667' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114681519026009667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114681519026009667'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2006/05/help-openofficeorg.html' title='help OpenOffice.org :)'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7316383.post-114008691949713145</id><published>2006-02-16T11:48:00.000+01:00</published><updated>2006-11-11T20:47:07.587+01:00</updated><title type='text'>backup</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;help me please, backup is killing me...&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-114008691949713145?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/114008691949713145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=114008691949713145' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114008691949713145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/114008691949713145'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2006/02/backup.html' title='backup'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7316383.post-113140335264360771</id><published>2005-11-07T23:42:00.000+01:00</published><updated>2006-11-11T20:47:07.424+01:00</updated><title type='text'>comment control.. but why?</title><content type='html'>&lt;div style="text-align: justify;"&gt;This www.blogger.com is so popular that many spammers like to post irrelevant comments.. I hate it.. it takes long to manage so I decided to control the comment submissions. Everything to the topic will pass, good or bad, but no spam.. feel free to comment :D&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-113140335264360771?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/113140335264360771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=113140335264360771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/113140335264360771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/113140335264360771'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2005/11/comment-control-but-why.html' title='comment control.. but why?'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7316383.post-108729453666944874</id><published>2004-06-15T12:14:00.000+02:00</published><updated>2006-11-11T20:47:06.429+01:00</updated><title type='text'>XPerience da World</title><content type='html'>Heeeellooooo Wyetnam.... i'm here :) Maybe in the future some relevant posts will be here tooo :)&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7316383-108729453666944874?l=eldzi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://eldzi.blogspot.com/feeds/108729453666944874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7316383&amp;postID=108729453666944874' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/108729453666944874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7316383/posts/default/108729453666944874'/><link rel='alternate' type='text/html' href='http://eldzi.blogspot.com/2004/06/xperience-da-world.html' title='XPerience da World'/><author><name>eldzi</name><uri>http://www.blogger.com/profile/14267629447729399733</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
