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

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Croatian Perl Workshop 2008: Recent Changes]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?action=weblog_display;category=Recent%20Changes</link>
<description></description>
<pubDate>Mon, 14 Apr 2008 08:57:14 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[Registration]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?registration</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
Since we have new site, please register at <a target="_blank" title="(external link)" href="http://conferences.yapceurope.org/hrpw2008/">http://conferences.yapceurope.org/hrpw2008/</a></p>
<p>
Registration is still free, it's just for organizational purposes.</p>
<p>
Kako imamo novi site, molim vas da se prijavite na <a target="_blank" title="(external link)" href="http://conferences.yapceurope.org/hrpw2008/">http://conferences.yapceurope.org/hrpw2008/</a></p>
<p>
Registracija je besplatna, podaci nam trebaju samo radi organizacije.</p>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?registration</guid>
<pubDate>Mon, 14 Apr 2008 08:57:14 -0000</pubDate>
</item>
<item>
<title><![CDATA[Program]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?program</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
Official time table is at <a target="_blank" title="(external link)" href="http://conferences.yapceurope.org/hrpw2008/schedule">http://conferences.yapceurope.org/hrpw2008/schedule</a></p>
<p>
<strong>Lightning Talks proposals</strong></p>
<p>
Andrew Shitov: Cyrillic Headache</p>
<p>
All lectures are in English unless otherwise noted.</p>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?program</guid>
<pubDate>Sun, 13 Apr 2008 22:01:15 -0000</pubDate>
</item>
<item>
<title><![CDATA[Croatian Perl Workshop 2008]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?croatian_perl_workshop_2008</link>
<description><![CDATA[<div>Creator: System ProtoUser</div><hr/><div class="wiki">
<p>
Prvi Hrvatski Perl Workshop organizairaju <a target="_blank" title="(external link)" href="http://groups.google.com/group/zagrebpm">Zagreb Perl Mongers<!-- wiki-renamed-hyperlink "Zagreb Perl Mongers"<http://groups.google.com/group/zagrebpm> --></a> u suradnji sa <a target="_blank" title="(external link)" href="http://www.linux.hr/">Hrvatskskom Udrugom Linux Korisnika<!-- wiki-renamed-hyperlink "Hrvatskskom Udrugom Linux Korisnika"<http://www.linux.hr/> --></a></p>
<p>
<strong>Crna vijećnica Fakulteta elektrotehnike i računarstva u Zagrebu, 		Unska 3, 10000 Zagreb, 		15.4.2008. od 08-18 sati</strong></p>
<p>
First Croatian Perl Workshop is organized by <a target="_blank" title="(external link)" href="http://groups.google.com/group/zagrebpm">Zagreb Perl Mongers<!-- wiki-renamed-hyperlink "Zagreb Perl Mongers"<http://groups.google.com/group/zagrebpm> --></a> and <a target="_blank" title="(external link)" href="http://www.linux.hr/">Croatian Linux User Grup<!-- wiki-renamed-hyperlink "Croatian Linux User Grup"<http://www.linux.hr/> --></a></p>
<p>
Please see new site at <a target="_blank" title="(external link)" href="http://conferences.yapceurope.org/hrpw2008/">http://conferences.yapceurope.org/hrpw2008/</a></p>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?croatian_perl_workshop_2008</guid>
<pubDate>Sun, 13 Apr 2008 21:59:08 -0000</pubDate>
</item>
<item>
<title><![CDATA[management_of_10000_wifi_routers_using_perl]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?management_of_10000_wifi_routers_using_perl</link>
<description><![CDATA[<div>Creator: tony@hidden</div><hr/><div class="wiki">
<p>
This is a story about developing and using a system to manage 10000 wifi routers used by <br />
The Cloud - <a target="_blank" title="(external link)" href="http://www.thecloud.co.uk/">http://www.thecloud.co.uk/</a></p>
<p>
Essential logic that enabled us to do it was that of Unix: many small tools and processees<br />
working together in asynchronous manner eg not depending on each other to perform<br />
the tasks that each component was built to do. Other than Perl, it was an extensive use<br />
of shell scripts (including grep/awk/sed/cut) and filesystem that was key.</p>
<p>
Each of these routers was connecting into the core network on an ADSL line, with PPP,<br />
inside few LT2P tunnels which contained all the sessions. Core routers were 7200 class <br />
Cisco. Edge routers were mostly Ericsson and Speedtouch, with later addition of Cisco<br />
and other vendors for more sophisticated edge applications and protocols.</p>
<p>
FreeRADIUS was another key component. Mechanism we used to capture events which would<br />
enable us to manage routers was via radius proxy (see RFC 2865 Proxy-State). We transparently<br />
intercepted radius accounting packets and created an event from each PPP login from the edge<br />
into the core. These events were then stored locally on radius proxy servers as XML files, using<br />
our own implementation of maildir (<a target="_blank" title="(external link)" href="http://cr.yp.to/proto/maildir.html">http://cr.yp.to/proto/maildir.html</a>), written as a Perl Library.</p>
<p>
Events were delivered to servers which managed routers using Beep protocol.</p>
<p>
Notes on next componet in the system coming soon ...</p>
</div>
]]></description>
<author>tony@hidden</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?management_of_10000_wifi_routers_using_perl</guid>
<pubDate>Fri, 11 Apr 2008 15:37:22 -0000</pubDate>
</item>
<item>
<title><![CDATA[perl 5.10]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?perl_5_10</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
Andrew Shitov remix of following talks:</p>
<ul>
<li><a target="_blank" title="(external link)" href="http://talks.shitov.ru/ppt/perlmova/perl510vs6.pdf">http://talks.shitov.ru/ppt/perlmova/perl510vs6.pdf</a></li>
<li><a target="_blank" title="(external link)" href="http://talks.shitov.ru/ppt/moscow.pm/2/smart-matching.pdf">http://talks.shitov.ru/ppt/moscow.pm/2/smart-matching.pdf</a></li>
<li><a target="_blank" title="(external link)" href="http://talks.shitov.ru/ppt/moscow.pm/1/perl510.pdf">http://talks.shitov.ru/ppt/moscow.pm/1/perl510.pdf</a></li>
</ul>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?perl_5_10</guid>
<pubDate>Mon, 07 Apr 2008 21:33:34 -0000</pubDate>
</item>
<item>
<title><![CDATA[Announcements and Links]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?announcements_and_links</link>
<description><![CDATA[<div>Creator: System ProtoUser</div><hr/><div class="wiki">
<span class="nlw_phrase"><div class="wiki-include-page">
<div class="wiki-include-title"><a href='https://saturn.ffzg.hr/perl2008/index.cgi?croatian_perl_workshop_2008' >Croatian Perl Workshop 2008</a> </div>
<div class="wiki-include-content">
<p>
Prvi Hrvatski Perl Workshop organizairaju <a target="_blank" title="(external link)" href="http://groups.google.com/group/zagrebpm">Zagreb Perl Mongers<!-- wiki-renamed-hyperlink "Zagreb Perl Mongers"<http://groups.google.com/group/zagrebpm> --></a> u suradnji sa <a target="_blank" title="(external link)" href="http://www.linux.hr/">Hrvatskskom Udrugom Linux Korisnika<!-- wiki-renamed-hyperlink "Hrvatskskom Udrugom Linux Korisnika"<http://www.linux.hr/> --></a></p>
<p>
<strong>Crna vijećnica Fakulteta elektrotehnike i računarstva u Zagrebu, 		Unska 3, 10000 Zagreb, 		15.4.2008. od 08-18 sati</strong></p>
<p>
First Croatian Perl Workshop is organized by <a target="_blank" title="(external link)" href="http://groups.google.com/group/zagrebpm">Zagreb Perl Mongers<!-- wiki-renamed-hyperlink "Zagreb Perl Mongers"<http://groups.google.com/group/zagrebpm> --></a> and <a target="_blank" title="(external link)" href="http://www.linux.hr/">Croatian Linux User Grup<!-- wiki-renamed-hyperlink "Croatian Linux User Grup"<http://www.linux.hr/> --></a></p>
<p>
Please see new site at <a target="_blank" title="(external link)" href="http://conferences.yapceurope.org/hrpw2008/">http://conferences.yapceurope.org/hrpw2008/</a></p>
</div></div><!-- wiki: {include: [Croatian Perl Workshop 2008]} --></span><br /></div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?announcements_and_links</guid>
<pubDate>Mon, 07 Apr 2008 21:17:46 -0000</pubDate>
</item>
<item>
<title><![CDATA[Advanced Getting Around]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?advanced_getting_around</link>
<description><![CDATA[<div>Creator: System ProtoUser</div><hr/><div>Tags: Welcome</div><hr/><div class="wiki">
<p>
Up: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?workspace_tour_table_of_contents" title="(220 months) This is a list of the pages in the Socialtext Workspace Tour. Click the first one to start the tour,...">Workspace Tour - Table of Contents</a><br />
Back: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_find_my_way_around" title="(220 months) Up [Workspace Tour - Table of Contents] Back [Lists of pages] Home at the top left sends you to the ...">How do I find my way around?</a></p>
<p>
Here are some more advanced workspace navigation techniques. If you like, you can go back to the basic page, called <a href="https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_find_my_way_around" title="(220 months) Up [Workspace Tour - Table of Contents] Back [Lists of pages] Home at the top left sends you to the ...">How do I find my way around?</a></p>
<p>
You can use tags to group pages that are related. Anyone can put a tag on a page by clicking the <strong>Add tag</strong> button in the sidebar. You can find pages with a given tag by clicking the tag if it appears in the sidebar, or by going to the dashboard, then clicking on the <strong>&quot;All tags&quot;</strong> link.</p>
<blockquote><blockquote>
<span class="nlw_phrase"><img alt="Navbar-All-tags.png" src="https://saturn.ffzg.hr/perl2008/index.cgi/Navbar-All-tags.png?action=attachments_download;page_name=advanced_getting_around;id=20080115211632-0-20936" /><!-- wiki: {image: Navbar-=All-=tags.png} --></span></blockquote></blockquote>
<br /><p>
Next: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?can_i_change_something" title="(220 months) Up [Workspace Tour - Table of Contents] Back [Advanced Getting Around] Glad you asked Absolutely Cha...">Can I change something?</a></p>
</div>
<hr/><div>Attachments: Navbar-All-tags.png</div>]]></description>
<author>System ProtoUser</author>
<category>Welcome</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?advanced_getting_around</guid>
<pubDate>Mon, 07 Apr 2008 21:14:41 -0000</pubDate>
</item>
<item>
<title><![CDATA[How do I make links?]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_make_links</link>
<description><![CDATA[<div>Creator: System ProtoUser</div><hr/><div>Tags: Welcome</div><hr/><div class="wiki">
<p>
Up: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?workspace_tour_table_of_contents" title="(220 months) This is a list of the pages in the Socialtext Workspace Tour. Click the first one to start the tour,...">Workspace Tour - Table of Contents</a><br />
Back: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?what_s_the_funny_punctuation" title="(220 months) Up [Workspace Tour - Table of Contents] Back [What if I make a mistake ] In the background, Socialte...">What's the funny punctuation?</a></p>
<p>
Making links in Socialtext is very simple.</p>
<p>
To add a link to a page in the workspace, first <strong>double-click</strong> to enter editing mode. Alternatively, click the <strong>Edit</strong> button.</p>
<p>
Type the name of the page you want to link to, and turn it into a link simply by selecting it and clicking on <span class="nlw_phrase"><img alt="https://saturn.ffzg.hr/perl2008/base/images/wikiwyg_icons/link.gif" src="https://saturn.ffzg.hr/perl2008/base/images/wikiwyg_icons/link.gif" border="0" /><!-- wiki: http:base/images/wikiwyg_icons/link.gif --></span> in the toolbar.</p>
<p>
If you make a link to a page that doesn't exist yet, your link will appear with a dotted underline. When you click on the link, the page will be created.</p>
<p>
<a href="https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_make_a_new_page" title="(220 months) Up [Workspace Tour - Table of Contents] Back [How do I make links ] Visit the dashboard and click on...">How do I make a new page?</a></p>
</div>
]]></description>
<author>System ProtoUser</author>
<category>Welcome</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_make_links</guid>
<pubDate>Mon, 07 Apr 2008 21:14:41 -0000</pubDate>
</item>
<item>
<title><![CDATA[How do I make a new page?]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_make_a_new_page</link>
<description><![CDATA[<div>Creator: System ProtoUser</div><hr/><div>Tags: Welcome</div><hr/><div class="wiki">
<p>
Up: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?workspace_tour_table_of_contents" title="(220 months) This is a list of the pages in the Socialtext Workspace Tour. Click the first one to start the tour,...">Workspace Tour - Table of Contents</a><br />
Back: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_make_links" title="(220 months) Up [Workspace Tour - Table of Contents] Back [What s the funny punctuation ] Making links in Socialt...">How do I make links?</a></p>
<p>
Visit the <strong>dashboard</strong> and click on the <strong>New Page</strong> Button. You will see a new page to edit. Change the name of the page by editing the title in the field on top. Put the text of the page in the larger space below. Click the green <strong>Save</strong> button.</p>
<blockquote><blockquote>
<span class="nlw_phrase"><img alt="Create-New-Page.png" src="https://saturn.ffzg.hr/perl2008/index.cgi/Create-New-Page.png?action=attachments_download;page_name=how_do_i_make_a_new_page;id=20080115211728-1-20443" /><!-- wiki: {image: Create-=New-=Page.png} --></span></blockquote></blockquote>
<br /><p>
You can also create a new page by making a link on an existing page. While editing, select the text to link and click on <span class="nlw_phrase"><img alt="https://saturn.ffzg.hr/perl2008/base/images/wikiwyg_icons/link.gif" src="https://saturn.ffzg.hr/perl2008/base/images/wikiwyg_icons/link.gif" border="0" /><!-- wiki: http:base/images/wikiwyg_icons/link.gif --></span> in the toolbar. You can also put the name of the page you wish to create in square brackets, like this: <strong><span class="nlw_phrase">[Title of New Page]<!-- wiki: {{[Title of New Page]}} --></span></strong>.</p>
<p>
After saving, the link will appear with a dashed underline, which means the link refers to page that does not exist. Whenever you click on a dashed link, you can create the missing page.</p>
<p>
To practice, try making a new page with your name as a title using either method.</p>
<p>
<a href="https://saturn.ffzg.hr/perl2008/index.cgi?congratulations_you_know_how_to_use_a_workspace" title="(220 months) Up [Workspace Tour - Table of Contents] Back [How Do I Make a New Page ] You re now ready to use you...">Congratulations! You know how to use a workspace</a></p>
</div>
<hr/><div>Attachments: Create-New-Page.png</div>]]></description>
<author>System ProtoUser</author>
<category>Welcome</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?how_do_i_make_a_new_page</guid>
<pubDate>Mon, 07 Apr 2008 21:14:41 -0000</pubDate>
</item>
<item>
<title><![CDATA[Can I change something?]]></title>
<link>https://saturn.ffzg.hr/perl2008/index.cgi?can_i_change_something</link>
<description><![CDATA[<div>Creator: System ProtoUser</div><hr/><div>Tags: Welcome</div><hr/><div class="wiki">
<p>
Up: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?workspace_tour_table_of_contents" title="(220 months) This is a list of the pages in the Socialtext Workspace Tour. Click the first one to start the tour,...">Workspace Tour - Table of Contents</a><br />
Back: <a href="https://saturn.ffzg.hr/perl2008/index.cgi?advanced_getting_around" title="(220 months) Up [Workspace Tour - Table of Contents] Back [How do I find my way around ] Here are some more advan...">Advanced Getting Around</a></p>
<p>
Glad you asked! Absolutely!</p>
<p>
Changing pages is easy. Just <strong>double click.</strong> Alternatively, click the <strong>Edit button</strong> and write some words at the bottom of the page. Go ahead, try it here! You won't hurt anything.</p>
<blockquote><blockquote>
<span class="nlw_phrase"><img alt="View-Page-Edit.png" src="https://saturn.ffzg.hr/perl2008/index.cgi/View-Page-Edit.png?action=attachments_download;page_name=can_i_change_something;id=20080115211646-2-21443" /><!-- wiki: {image: View-=Page-=Edit.png} --></span></blockquote></blockquote>
<br /><p>
You can do this on every page in the Workspace.</p>
<p>
<a href="https://saturn.ffzg.hr/perl2008/index.cgi?what_if_i_make_a_mistake" title="(220 months) Up [Workspace Tour - Table of Contents] Back [Can I change something ] Don t worry, you can t do any...">What if I make a mistake?</a></p>
<hr />
<p>
<em>Try writing here:</em></p>
</div>
<hr/><div>Attachments: View-Page-Edit.png</div>]]></description>
<author>System ProtoUser</author>
<category>Welcome</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/perl2008/index.cgi?can_i_change_something</guid>
<pubDate>Mon, 07 Apr 2008 21:14:41 -0000</pubDate>
</item>
</channel>
</rss>