
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fridav-data.ljudmila.net/wiki/skins/common/feed.css?195"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fridav-data.ljudmila.net/wiki/index.php?feed=atom&amp;target=Luka&amp;title=Special%3AContributions</id>
		<title>FridaV - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fridav-data.ljudmila.net/wiki/index.php?feed=atom&amp;target=Luka&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Special:Contributions"/>
		<updated>2026-06-15T13:57:09Z</updated>
		<subtitle>From FridaV</subtitle>
		<generator>MediaWiki 1.14.0</generator>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Daily</id>
		<title>Daily</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Daily"/>
				<updated>2011-09-29T01:12:21Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;query flot=&amp;quot;1&amp;quot; id=&amp;quot;overview&amp;quot;&amp;gt;Overview&amp;lt;/query&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://fridav.ljudmila.org/wiki/Daily?action=purge refresh]&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Software</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Software"/>
				<updated>2011-09-28T15:16:46Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To have a look at the code, download one of the code dumps:&lt;br /&gt;
&lt;br /&gt;
 http://fridav.ljudmila.org/code/&lt;br /&gt;
 http://fridav.ljudmila.org/code/frida-code-bundle-2010-small.tgz       21M        most of original code and small deps 	 &lt;br /&gt;
 http://fridav.ljudmila.org/code/frida-code-bundle-2010-everything.tgz  375M       including big dependencies and hardware designs 	&lt;br /&gt;
&lt;br /&gt;
Developers can check out current Frida V. code from the SVN! (you need an account)&lt;br /&gt;
&lt;br /&gt;
 svn co svn+ssh://user@svn.ljudmila.net/var/svn/frida&lt;br /&gt;
&lt;br /&gt;
If you have any questions or requests for documentation, mail luka@ljudmila.org!&lt;br /&gt;
&lt;br /&gt;
You can use any of our contributions to the above code under the terms of either the GPL or CC BY-SA licenses.&lt;br /&gt;
Please attribute to &amp;quot;Frida V Contributors&amp;quot; and link to http://fridav.ljudmila.org &lt;br /&gt;
&lt;br /&gt;
note: what follows is all written about the first prototype from 2004. many things have changed later and will be documented soon&lt;br /&gt;
&lt;br /&gt;
== Software on the bicycle ==&lt;br /&gt;
&lt;br /&gt;
=== Existing software ===&lt;br /&gt;
&lt;br /&gt;
* [http://gpsd.berlios.de/ gpsd]&lt;br /&gt;
* [http://www.circlemud.org/~jelson/software/parapin/ Linux parallel port control]&lt;br /&gt;
* wpa_supplicant&lt;br /&gt;
* [http://0pointer.de/lennart/projects/waproamd/ waproamd]&lt;br /&gt;
* [http://freshmeat.net/projects/nstx/ nstx]&lt;br /&gt;
* [http://postgis.refractions.net/ postgis]&lt;br /&gt;
* [[http://aware.uiah.fi/ Aware|http://aware.uiah.fi/ Aware]] contextualized media publishing platform&lt;br /&gt;
&lt;br /&gt;
====[http://gpsd.berlios.de/ gpsd] ====&lt;br /&gt;
we run it like this: &lt;br /&gt;
&amp;lt;nowiki&amp;gt;./gpsd -p /dev/ttyS0 -d gnssip.ing.uniroma1.it&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
it supports dgps over internet, but this only works a short time after&lt;br /&gt;
restarting the daemon. strange...&lt;br /&gt;
&lt;br /&gt;
====media recording ====&lt;br /&gt;
atm, we know that: capturing video with sound from the webcam using streamer from [http://linux.bytesex.org/xawtv/ xawtv] works. &lt;br /&gt;
capturing at 15fps QCIF- 176x144px. encoding MJPEG, container AVI. file size is apprx. 2.4Mb/min &lt;br /&gt;
&lt;br /&gt;
=== Custom software ===&lt;br /&gt;
&lt;br /&gt;
====logging:  ====&lt;br /&gt;
FridaLogger page collects these bits&lt;br /&gt;
&lt;br /&gt;
====log synching.  ====&lt;br /&gt;
what is the best transfer from bike to internet?&lt;br /&gt;
for now we are using a combination of rsync and db-link.&lt;br /&gt;
what about mail or aware? pg-dump?&lt;br /&gt;
&lt;br /&gt;
====control panel tools for parallel port ====&lt;br /&gt;
small commands written in C using parapin. download the source: [[%ATTACHURL%/parapin-0.96-frida.tar.gz|parapin-0.96-frida.tar.gz]]&lt;br /&gt;
&lt;br /&gt;
* turn leds 1-4 on and off with: &amp;lt;nowiki&amp;gt;frida-set-led NUMBER STATE&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* read switch positions and button event with: &amp;lt;nowiki&amp;gt;frida-read-panel&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====roaming selection script ====&lt;br /&gt;
want to use collected test results and the current location to optimize frida's choice of network.&lt;br /&gt;
so far this remains unimplemented, partly because it might not be necessary.&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Software</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Software"/>
				<updated>2011-09-28T15:10:31Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To have a look at the code, download one of the code dumps:&lt;br /&gt;
&lt;br /&gt;
 http://fridav.ljudmila.org/code/&lt;br /&gt;
 http://fridav.ljudmila.org/code/frida-code-bundle-2010-small.tgz       21M        most of original code and small deps 	 &lt;br /&gt;
 http://fridav.ljudmila.org/code/frida-code-bundle-2010-everything.tgz  375M       including big dependencies and hardware designs 	&lt;br /&gt;
&lt;br /&gt;
Developers can check out current Frida V. code from the SVN! (you need an account)&lt;br /&gt;
&lt;br /&gt;
 svn co svn+ssh://user@svn.ljudmila.net/var/svn/frida&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have any questions or requests for documentation, mail luka@ljudmila.org!&lt;br /&gt;
&lt;br /&gt;
note: what follows is all written about the first prototype from 2004. many things have changed later and will be documented soon&lt;br /&gt;
&lt;br /&gt;
== Software on the bicycle ==&lt;br /&gt;
&lt;br /&gt;
=== Existing software ===&lt;br /&gt;
&lt;br /&gt;
* [http://gpsd.berlios.de/ gpsd]&lt;br /&gt;
* [http://www.circlemud.org/~jelson/software/parapin/ Linux parallel port control]&lt;br /&gt;
* wpa_supplicant&lt;br /&gt;
* [http://0pointer.de/lennart/projects/waproamd/ waproamd]&lt;br /&gt;
* [http://freshmeat.net/projects/nstx/ nstx]&lt;br /&gt;
* [http://postgis.refractions.net/ postgis]&lt;br /&gt;
* [[http://aware.uiah.fi/ Aware|http://aware.uiah.fi/ Aware]] contextualized media publishing platform&lt;br /&gt;
&lt;br /&gt;
====[http://gpsd.berlios.de/ gpsd] ====&lt;br /&gt;
we run it like this: &lt;br /&gt;
&amp;lt;nowiki&amp;gt;./gpsd -p /dev/ttyS0 -d gnssip.ing.uniroma1.it&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
it supports dgps over internet, but this only works a short time after&lt;br /&gt;
restarting the daemon. strange...&lt;br /&gt;
&lt;br /&gt;
====media recording ====&lt;br /&gt;
atm, we know that: capturing video with sound from the webcam using streamer from [http://linux.bytesex.org/xawtv/ xawtv] works. &lt;br /&gt;
capturing at 15fps QCIF- 176x144px. encoding MJPEG, container AVI. file size is apprx. 2.4Mb/min &lt;br /&gt;
&lt;br /&gt;
=== Custom software ===&lt;br /&gt;
&lt;br /&gt;
====logging:  ====&lt;br /&gt;
FridaLogger page collects these bits&lt;br /&gt;
&lt;br /&gt;
====log synching.  ====&lt;br /&gt;
what is the best transfer from bike to internet?&lt;br /&gt;
for now we are using a combination of rsync and db-link.&lt;br /&gt;
what about mail or aware? pg-dump?&lt;br /&gt;
&lt;br /&gt;
====control panel tools for parallel port ====&lt;br /&gt;
small commands written in C using parapin. download the source: [[%ATTACHURL%/parapin-0.96-frida.tar.gz|parapin-0.96-frida.tar.gz]]&lt;br /&gt;
&lt;br /&gt;
* turn leds 1-4 on and off with: &amp;lt;nowiki&amp;gt;frida-set-led NUMBER STATE&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* read switch positions and button event with: &amp;lt;nowiki&amp;gt;frida-read-panel&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====roaming selection script ====&lt;br /&gt;
want to use collected test results and the current location to optimize frida's choice of network.&lt;br /&gt;
so far this remains unimplemented, partly because it might not be necessary.&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:49:28Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,&lt;br /&gt;
            xmlelement(name a, xmlattributes(frida.data_url(date,vehicle_id) as href),files) as files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),px.basename(city_url)) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:45:00Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,&lt;br /&gt;
            xmlelement(name a, xmlattributes(frida.data_url(date,vehicle_id) as href),files) as files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:40:34Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,&lt;br /&gt;
            xmlelement(name a, xmlattributes('http://fridav-data.ljudmila.net/data/'||px.preg_replace(':','',frida.vehicle_macaddr(vehicle_id))||'/'||date||'/' as href),files) as files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:37:03Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,&lt;br /&gt;
            xmlelement(name a, xmlattributes('http://fridav-data.ljudmila.net/data/'||frida.vehicle_macaddr(vehicle_id)||'/'||date||'/' as href),files) as files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:35:12Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,&lt;br /&gt;
            xmlelement(name a, xmlattributes('http://fridav-data.ljudmila.org/data/'||frida.vehicle_macaddr(vehicle_id)||'/'||date||'/' as href),files) as files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:34:48Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,&lt;br /&gt;
            xmlelement(name a, xmlattributes('http://fridav-data.ljudmila.org/data/'||fridav.vehicle_macaddr(vehicle_id)||'/'||date||'/' as href),files) as files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:33:32Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,&lt;br /&gt;
            xmlelement(name a, xmlattributes('http://fridav-data.ljudmila.org/data/'||vehicle_macaddr(vehicle_id)||'/'||date||'/' as href),files) as files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:15:38Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               name,files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview</id>
		<title>MediaWiki:Query:Overview</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Overview"/>
				<updated>2011-09-25T22:12:50Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/map/'||date||'/' as href),to_char(date,'YYYY-MM-DD Dy')) as date,&lt;br /&gt;
               files,&lt;br /&gt;
               pings, positions, bssids, waypoints, tracks, itracks, media, pmedia, &lt;br /&gt;
               xmlelement(name a, xmlattributes(city_url as href),city_url) as city&lt;br /&gt;
   FROM frida.overview_date_vehicle&lt;br /&gt;
  WHERE date IS NOT NULL &lt;br /&gt;
       AND date &amp;gt;= date'2004-01-01'&lt;br /&gt;
  ORDER BY to_char(date,'YYYY-MM-DD Dy') DESC&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks</id>
		<title>MediaWiki:Query:Networks</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks"/>
				<updated>2011-09-25T02:49:12Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; select ssid, &lt;br /&gt;
       max as last,&lt;br /&gt;
       count,&lt;br /&gt;
       vehicle_ids,&lt;br /&gt;
       ips,&lt;br /&gt;
       min,&lt;br /&gt;
       bssid,&lt;br /&gt;
       network.manufacturer(bssid)&lt;br /&gt;
  from frida.network_ping_view&lt;br /&gt;
 order by max desc&lt;br /&gt;
 limit 100&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks</id>
		<title>MediaWiki:Query:Networks</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks"/>
				<updated>2011-09-25T01:56:59Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; select ssid, &lt;br /&gt;
       max as last,&lt;br /&gt;
       count,&lt;br /&gt;
       vehicle_ids,&lt;br /&gt;
       ips,&lt;br /&gt;
       min,&lt;br /&gt;
       bssid,&lt;br /&gt;
       network.manufacturer(bssid)&lt;br /&gt;
  from frida.network_ping_view&lt;br /&gt;
 order by max desc&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks</id>
		<title>MediaWiki:Query:Networks</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks"/>
				<updated>2011-09-25T01:55:54Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; select ssid, &lt;br /&gt;
       max as last,&lt;br /&gt;
       count,&lt;br /&gt;
       vehicleids,&lt;br /&gt;
       ips,&lt;br /&gt;
       min,&lt;br /&gt;
       bssid,&lt;br /&gt;
       network.manufacturer(bssid)&lt;br /&gt;
  from frida.network_ping_view&lt;br /&gt;
 order by max desc&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks</id>
		<title>MediaWiki:Query:Networks</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks"/>
				<updated>2011-09-25T01:44:51Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; select ssid, &lt;br /&gt;
       max as last,&lt;br /&gt;
       count,&lt;br /&gt;
       vehicles,&lt;br /&gt;
       ips,&lt;br /&gt;
       min,&lt;br /&gt;
       bssid,&lt;br /&gt;
       network.manufacturer(bssid)&lt;br /&gt;
  from frida.network_ping_view&lt;br /&gt;
 order by max desc&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks</id>
		<title>MediaWiki:Query:Networks</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks"/>
				<updated>2011-09-25T01:43:55Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; select ssid, &lt;br /&gt;
       max as last,&lt;br /&gt;
       count,&lt;br /&gt;
       vehicles,&lt;br /&gt;
 --       ips,&lt;br /&gt;
 --       min,&lt;br /&gt;
       bssid,&lt;br /&gt;
       network.manufacturer(bssid)&lt;br /&gt;
  from frida.network_ping_view&lt;br /&gt;
 order by max desc&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks</id>
		<title>MediaWiki:Query:Networks</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:Networks"/>
				<updated>2011-09-25T01:43:44Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;select ssid, &lt;br /&gt;
       max as last,&lt;br /&gt;
       count,&lt;br /&gt;
       vehicles,&lt;br /&gt;
--       ips,&lt;br /&gt;
--       min,&lt;br /&gt;
       bssid,&lt;br /&gt;
       network.manufacturer(bssid)&lt;br /&gt;
  from frida.network_ping_view&lt;br /&gt;
 order by max desc&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Software</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Software"/>
				<updated>2011-09-25T00:02:05Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Check out current Frida V. code from the SVN!&lt;br /&gt;
&lt;br /&gt;
 svn co svn+ssh://user@svn.ljudmila.net/var/svn/frida&lt;br /&gt;
&lt;br /&gt;
If you have any questions or requests for documentation, mail luka@ljudmila.org!&lt;br /&gt;
&lt;br /&gt;
note: what follows is all written about the first prototype from 2004. many things have changed later and will be documented soon&lt;br /&gt;
&lt;br /&gt;
== Software on the bicycle ==&lt;br /&gt;
&lt;br /&gt;
=== Existing software ===&lt;br /&gt;
&lt;br /&gt;
* [http://gpsd.berlios.de/ gpsd]&lt;br /&gt;
* [http://www.circlemud.org/~jelson/software/parapin/ Linux parallel port control]&lt;br /&gt;
* wpa_supplicant&lt;br /&gt;
* [http://0pointer.de/lennart/projects/waproamd/ waproamd]&lt;br /&gt;
* [http://freshmeat.net/projects/nstx/ nstx]&lt;br /&gt;
* [http://postgis.refractions.net/ postgis]&lt;br /&gt;
* [[http://aware.uiah.fi/ Aware|http://aware.uiah.fi/ Aware]] contextualized media publishing platform&lt;br /&gt;
&lt;br /&gt;
====[http://gpsd.berlios.de/ gpsd] ====&lt;br /&gt;
we run it like this: &lt;br /&gt;
&amp;lt;nowiki&amp;gt;./gpsd -p /dev/ttyS0 -d gnssip.ing.uniroma1.it&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
it supports dgps over internet, but this only works a short time after&lt;br /&gt;
restarting the daemon. strange...&lt;br /&gt;
&lt;br /&gt;
====media recording ====&lt;br /&gt;
atm, we know that: capturing video with sound from the webcam using streamer from [http://linux.bytesex.org/xawtv/ xawtv] works. &lt;br /&gt;
capturing at 15fps QCIF- 176x144px. encoding MJPEG, container AVI. file size is apprx. 2.4Mb/min &lt;br /&gt;
&lt;br /&gt;
=== Custom software ===&lt;br /&gt;
&lt;br /&gt;
====logging:  ====&lt;br /&gt;
FridaLogger page collects these bits&lt;br /&gt;
&lt;br /&gt;
====log synching.  ====&lt;br /&gt;
what is the best transfer from bike to internet?&lt;br /&gt;
for now we are using a combination of rsync and db-link.&lt;br /&gt;
what about mail or aware? pg-dump?&lt;br /&gt;
&lt;br /&gt;
====control panel tools for parallel port ====&lt;br /&gt;
small commands written in C using parapin. download the source: [[%ATTACHURL%/parapin-0.96-frida.tar.gz|parapin-0.96-frida.tar.gz]]&lt;br /&gt;
&lt;br /&gt;
* turn leds 1-4 on and off with: &amp;lt;nowiki&amp;gt;frida-set-led NUMBER STATE&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* read switch positions and button event with: &amp;lt;nowiki&amp;gt;frida-read-panel&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====roaming selection script ====&lt;br /&gt;
want to use collected test results and the current location to optimize frida's choice of network.&lt;br /&gt;
so far this remains unimplemented, partly because it might not be necessary.&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Main_Page"/>
				<updated>2011-07-14T00:26:31Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Frida V. is a mapping bicycle. [[What is Frida V]]? [[Kaj je Frida V]]? &lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-v parc-villete buried-bicycle claes-oldenburg.jpg|300px|right]]&lt;br /&gt;
[[Image:F01.png|300px|right]]&lt;br /&gt;
[[Image:Fridav-controlpanel-columbia.jpg|300px|right]]&lt;br /&gt;
[[Image:Fridav-photo-kolaz.jpg|300px|right]]&lt;br /&gt;
&lt;br /&gt;
Welcome to this new site! Dobrodošli! Bienvenue! &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;menu&amp;quot;&amp;gt;&lt;br /&gt;
=== Menu ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;10&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! New prototype series&lt;br /&gt;
! Good pages&lt;br /&gt;
! Some more navigation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[VideoBlog]]&amp;lt;br&amp;gt; [[Design process]] &amp;lt;br&amp;gt; [[Frida V/Box Parts List]] &amp;lt;br&amp;gt; [[Camera Control]] &amp;lt;br&amp;gt; [[Software issues]] &amp;lt;br&amp;gt; [[Router Install]] &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/featureserver/?zoom=14&amp;amp;lat=48.85548&amp;amp;lon=2.36142&amp;amp;layers=BTTTT Paris map] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/photos/wicked/ Random photos ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/vehicles/latest/ Vehicle Status ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/map/keywords/ Map of keywords ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/featureserver/?zoom=2&amp;amp;lat=0&amp;amp;lon=17.05078&amp;amp;layers=BT Frida V. Earth Map]  &lt;br /&gt;
|[[Design Goals]] &amp;lt;br&amp;gt; [[Hardware]] &amp;lt;br&amp;gt; [[Software]] &amp;lt;br&amp;gt; [[Data Logger]] &amp;lt;br&amp;gt; [[Wireless]] &amp;lt;br&amp;gt; [[Mapping]] &amp;lt;br&amp;gt; [[Graphics]] &amp;lt;br&amp;gt; [[Photos of Frida V]] &amp;lt;br&amp;gt; [[In the Press]] &amp;lt;br&amp;gt; [[History]] &lt;br /&gt;
| [[Special:AllPages|All Pages]] &amp;lt;br&amp;gt; [[Special:NewFiles|New Media]] &amp;lt;br&amp;gt; [[Special:Categories|Categories]] &amp;lt;br&amp;gt; [[Special:PopularPages|Popular Pages]] &amp;lt;br&amp;gt; [[Special:Statistics|Statistics]] &amp;lt;br&amp;gt; [http://twiki.ljudmila.org/bin/view/Luka/FridaV Old Frida V. homepage]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|480|290&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;supported&amp;quot;&amp;gt;&lt;br /&gt;
===Supported by=== &lt;br /&gt;
CAP Digital, Region Ille de France, The City Municipality of Ljubljana, Ministry of culture R. Slovenia, Rotterdam By Cycle, Xenya d.o.o., Bicycle center Bauer, the THING, Lower Manhattan Cultural Council and National Endowment for the Arts,&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Main_Page"/>
				<updated>2009-11-03T00:24:49Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: Reverted edits by MarieMerrick (Talk) to last version by 193.2.132.126&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Frida V. is a mapping bicycle. [[What is Frida V]]? [[Kaj je Frida V]]? &lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-v parc-villete buried-bicycle claes-oldenburg.jpg|300px|right]]&lt;br /&gt;
[[Image:F01.png|300px|right]]&lt;br /&gt;
[[Image:Fridav-controlpanel-columbia.jpg|300px|right]]&lt;br /&gt;
[[Image:Fridav-photo-kolaz.jpg|300px|right]]&lt;br /&gt;
&lt;br /&gt;
Welcome to this new site! Bienvenue! Dobrodošli! &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;menu&amp;quot;&amp;gt;&lt;br /&gt;
=== Menu ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;10&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! New prototype series&lt;br /&gt;
! Good pages&lt;br /&gt;
! Some more navigation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[VideoBlog]]&amp;lt;br&amp;gt; [[Design process]] &amp;lt;br&amp;gt; [[Frida V/Box Parts List]] &amp;lt;br&amp;gt; [[Camera Control]] &amp;lt;br&amp;gt; [[Software issues]] &amp;lt;br&amp;gt; [[Router Install]] &amp;lt;br&amp;gt; &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/featureserver/?zoom=14&amp;amp;lat=48.85548&amp;amp;lon=2.36142&amp;amp;layers=BTTTT Paris map] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/photos/wicked/ Random photos ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/vehicles/latest/ Vehicle Status ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/map/keywords/ Map of keywords ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/featureserver/?zoom=2&amp;amp;lat=0&amp;amp;lon=17.05078&amp;amp;layers=BT Frida V. Earth Map]  &lt;br /&gt;
|[[Design Goals]] &amp;lt;br&amp;gt; [[Hardware]] &amp;lt;br&amp;gt; [[Software]] &amp;lt;br&amp;gt; [[Data Logger]] &amp;lt;br&amp;gt; [[Wireless]] &amp;lt;br&amp;gt; [[Mapping]] &amp;lt;br&amp;gt; [[Graphics]] &amp;lt;br&amp;gt; [[Photos of Frida V]] &amp;lt;br&amp;gt; [[In the Press]] &amp;lt;br&amp;gt; [[History]] &lt;br /&gt;
| [[Special:AllPages|All Pages]] &amp;lt;br&amp;gt; [[Special:NewFiles|New Media]] &amp;lt;br&amp;gt; [[Special:Categories|Categories]] &amp;lt;br&amp;gt; [[Special:PopularPages|Popular Pages]] &amp;lt;br&amp;gt; [[Special:Statistics|Statistics]] &amp;lt;br&amp;gt; [http://twiki.ljudmila.org/bin/view/Luka/FridaV Old Frida V. homepage]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|480|290&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;supported&amp;quot;&amp;gt;&lt;br /&gt;
===Supported by=== &lt;br /&gt;
CAP Digital, Region Ille de France, The City Municipality of Ljubljana, Ministry of culture R. Slovenia, Rotterdam By Cycle, Xenya d.o.o., Bicycle center Bauer, the THING, Lower Manhattan Cultural Council and National Endowment for the Arts,&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/VideoBlog</id>
		<title>VideoBlog</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/VideoBlog"/>
				<updated>2009-09-29T18:35:36Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[http://www.vimeo.com/robertina Robertina Šebjanič]  reporting for [http://www.vimeo.com/fridav Frida V.] :&lt;br /&gt;
&lt;br /&gt;
==Riders on the use of Frida V. and visits by the Mayor of Paris and Prefect of Île-de-France 30.5 -7.6 2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069708|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Paris from FRIDAS 30.5 -7.6 2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5855597|640|480&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==WikiPlaza, MetaCarte==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069790|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==opening of Futur en Seine and presentation of 16 prototypes 29.5.2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5019360|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FRIDA V at ArsLonga 28.6.2009==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4992385|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Making of Frida V. for Futur en Seine Festival of the Digital City in Paris==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
Frida V.&lt;br /&gt;
a project by //un projet de&lt;br /&gt;
Luka Frelih&lt;br /&gt;
&lt;br /&gt;
Developed for Futur en Seine by // Développé pour Futur en Seine par&lt;br /&gt;
'''Luka Frelih, Žiga Kranjec, Jure Lozić, Rok Hlavaty, Miha Turšič, Igor Križanovskij'''&lt;br /&gt;
&lt;br /&gt;
Production by // Production&lt;br /&gt;
'''Galerie Ars Longa &amp;amp; Ljudmila - Ljubljana Laboratory for Digital Media and Culture'''&lt;br /&gt;
&lt;br /&gt;
Executive producer // Producteur exécutif&lt;br /&gt;
'''Vincent Guimas'''&lt;br /&gt;
&lt;br /&gt;
Video &amp;quot;Making of Frida V._Paris&amp;quot; shot and edited by // Vidéo &amp;quot;Making of Frida V._Paris&amp;quot; réalisée par&lt;br /&gt;
'''Robertina Šebjanič''' [http://www.vimeo.com/robertina vimeo.com/robertina] &lt;br /&gt;
&lt;br /&gt;
Parts of the video were shot by various riders with // Les vidéos proviennent de différents événements&lt;br /&gt;
'''Frida V.'''&lt;br /&gt;
&lt;br /&gt;
Includes excerpts from Beijing video by// Une vidéo est réalisée à Pékin, par&lt;br /&gt;
'''You Mi'''&lt;br /&gt;
&lt;br /&gt;
Music // Musique&lt;br /&gt;
'''Aaron Goldbody vs. Luke the Wizard''':&lt;br /&gt;
White Sparkling Lady&lt;br /&gt;
&lt;br /&gt;
Special thanks to // Remerciements particuliers à&lt;br /&gt;
'''Agex, Acrytech, Sergio Aquindo,City Of Women, Ewen Chardronnet, Domena, Elgoline, Heiko Hansen,Izzy and Cyberpipe, Tomaž Ižanc, Andrej Krpič, Mitar Milutinović, Janez Slamič, Miha Zupan'''&lt;br /&gt;
Base maps by // Les cartes présentées sont en&lt;br /&gt;
'''OpenStreetMap'''&lt;br /&gt;
&lt;br /&gt;
'''cc-by-sa 2009'''  [http://ljudmila.org/ ljudmila.org] [http://www.arslonga.fr/ arslonga.fr]&lt;br /&gt;
Ljubljana - Paris&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2007 Frida was invited to come to Beijing and take part in the orgnets project==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4769584|640|491&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
video by '''You Mi'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2006 Frida was part of Device Art in Zagreb==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4769268|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2006 Frida was part of Crash Test Dummy in München==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4766784|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2006 Frida was part of Crash Test Dummy in Ljubljana==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4766662|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Maribor from FRIDA V.==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4763215|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In December 2005 we took on Manhattan (and some of the rest of NYC). Our base was at the Thing space inside the beautiful and historic AT&amp;amp;T building in Tribeca, at 32 Avenue of the Americas (6th ave), cross Walker street==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4758315|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Rotterdam from Frida V._DEAF04==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4753661|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Luka Frelih, software artist is presenting for the first time his project Frida V. (Free Ride Data Acquisiton Vehicle) fridav.ljudmila.org at DEAF04 deaf04.nl/ festival in Rotterdam.(world premiere at 2004)==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4689282|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
video by '''SARA'''&lt;br /&gt;
&lt;br /&gt;
special thanx to '''Stephen &amp;amp; V2_'''&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Design_process</id>
		<title>Design process</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Design_process"/>
				<updated>2009-09-29T18:35:14Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Industrial version == &lt;br /&gt;
Design by: '''Jurij Lozić''' &lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-render-outside.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:F01.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-render-inside.png|400px]] [[Image:Frida-render-pena.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro01.png|200px]]&lt;br /&gt;
[[Image:Ro02.png|200px]]&lt;br /&gt;
[[Image:Ro03.png|200px]]&lt;br /&gt;
[[Image:Ro04.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro05.png|200px]]&lt;br /&gt;
[[Image:Ro06.png|200px]]&lt;br /&gt;
[[Image:Ro07.png|200px]]&lt;br /&gt;
[[Image:Ro08.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro09.png|200px]]&lt;br /&gt;
[[Image:Ro10.png|200px]]&lt;br /&gt;
[[Image:Ro11.png|200px]]&lt;br /&gt;
[[Image:Ro12.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro13.png|200px]]&lt;br /&gt;
[[Image:Ro14.png|200px]]&lt;br /&gt;
[[Image:Ro15.png|200px]]&lt;br /&gt;
[[Image:Ro16.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro17.png|200px]]&lt;br /&gt;
[[Image:Ro18.png|200px]]&lt;br /&gt;
[[Image:Ro19.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Idustrial design concept == &lt;br /&gt;
Design by: '''Miha Turšič'''&lt;br /&gt;
&lt;br /&gt;
The box is designed in two halves, each consisting of two parts. It uses similar technology as bicycle helmet - hard shell outside with elastic EPP foam inside, to hold and protect the insides...&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica01c.jpg|200px]]  [[Image:Skica01d.jpg|200px]] [[Image:Skica01e.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica01a.jpg|400px]] [[Image:Skica01b.jpg|400px]] &lt;br /&gt;
&lt;br /&gt;
[[Image:Skica06b.jpg|200px]]  [[Image:Skica06c.jpg|200px]] [[Image:Skica06e.jpg|200px]] [[Image:Skica06f.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica06g.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica04a.jpg|400px]] [[Image:Skica04b.jpg|400px]] &lt;br /&gt;
&lt;br /&gt;
[[Image:Skica04c.jpg|600px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conceptual design == &lt;br /&gt;
Design by: '''Igor Križanovskij'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida box front blue.jpg|200px]] [[Image:Frida box front green.jpg|200px]] [[Image:Frida box front pink.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida box front.jpg|200px]] [[Image:Frida box back.jpg|200px]] [[Image:Frida box back trans.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
== Rapid prototype (DIY) version ==&lt;br /&gt;
Design by '''Jurij Lozić''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sestav.png|320px]] &lt;br /&gt;
[[Image:Sestav2.png|320px]] &lt;br /&gt;
[[Image:Sestav3.png|320px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Stirodur3.png|400px]]&lt;br /&gt;
[[Image:Plexi za kosaro.pdf.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Printed circuit board == &lt;br /&gt;
Design by: '''Rok Hlavaty'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Board31.png|600px]]&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Design_process</id>
		<title>Design process</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Design_process"/>
				<updated>2009-09-29T18:34:28Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: Reverted edits by 78.46.88.142 (Talk) to last version by 212.95.54.48&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
comment3 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=stuart-sutcliffe beetles &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=what-time-does-yom-kippur-end-2009 yom kippur fasting &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=erika-christensen swim fan &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=kenan-thompson dule hill &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=chicago-bears seattle seahawks &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lavalier english turkish dictionary &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jenny-slates-fcc-moment google &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=orlando-thunder football gear &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=hdtvdude google cash &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sundown-time sunset time &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=general-s-daughter the generals daughter &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=troweprice-my-retirement troweprice my retirement &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-york-jets-uniforms houston oilers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-york-titans-football new york jets uniforms &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=craig-chapman craig chapman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=amazing-race-application amazing race 16 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=transbay-terminal san francisco chronicle &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wanda-holloway wanda holloway &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=olindo-mare olindo mare &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=robert-griffin tim tebow update &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jungle-2-jungle-cast jungle to jungle cast &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=gewgle elgoog &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=saints-vs-bills new orleans saints radio &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jenny-slates-fcc-moment jenny slates fcc moment &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-u the u &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=desperate-housewives-cast desperate house wives &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mission-to-mars mission to mars &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=who-dey-bengals littleapril &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bears-score raiders score &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=emanuelle-seigner sharon tate &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bleach-239-raw bleach 239 raw &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=matt-stafford mark sanchez &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=brian-westbrook-injury-update brian westbrook injury &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=pittsburgh-great-race-2009-results pittsburgh great race 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=domata-peko joey galloway &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=courtney-galiano how old is justin bieber &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=minnesota-vikings-radio-network minnesota vikings &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=who-dey steelers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=trauma-tv-show trauma tv &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-seventh-sign michael biehn &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=truman-everts william henry jackson &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sam-huntington jobeth williams &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-england-patriots-live new england patriots radio &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-predictioneer-s-game lectura de lunares &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=16-year-old-beaten-to-death-video derrion albert video &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=frank-gore sidney rice &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jason-jolkowski labella &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=buffalo-weather buffalo ny weather &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=kirsten-haglund answers in genesis &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=consulado-de-colombia-en-miami consulado de colombia en miami &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=general-mcchrystal mcchrystal &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=13-wmaz 13wmaz &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jake-delhomme jake delhomme wife &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=houston-oilers-tennessee-titans new york jets uniforms &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=50-first-dates charlie s angel &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fedex-cup-scenarios fedex cup money &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=seneca-wallace seneca wallace &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=broncos-vs-raiders-score raiders vs broncos &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=karlos-dansby karlos dansby &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tim-tebow-concussion-video tim tebow concussion &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=national-parks-america-s-best-idea national parks &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khloe-kardashian-wedding did khloe kardashian get married &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jumbolair jumbolair &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-orleans-saints saints new orleans &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sharon-meadow-golden-gate-park sharon meadow golden gate park &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cowboys-vs-panthers-live cowboys vs panthers score &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=limas-sweed pittsburgh steelers schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lisa-hartman-black lisa hartman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wizard-of-oz-hanging wizard of oz &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=andre-caldwell bengals &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=watch-chicago-bears-games-online watch chicago bears online &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=seahawks-live live nfl games online &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=regions-online-banking regions online banking login &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=judge-dredd purple rain prince &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lotus-europa-s lotus europa s &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jets-vs-titans jets game &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=san-francisco-49ers san francisco 49ers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=howcast hulu snl &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lauryn-hill lauryn hill death &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=spanish-first-family-photo spanish family &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=vikings vikings &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mini-cooper-d mini cooper d &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=redskins redskins blog &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=melafind melafind &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=desean-jackson-week-3 clinton portis week 3 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tebow-hit-video tebow &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=spy-kids alexa vega &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=will-randy-moss-play-today will randy moss play today &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ted-harper ted harper e &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=odjfs-unemployment-login odjfs unemployment login &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ny-giants-radio am radio online &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=kurt-warner brenda warner &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=matt-ryan atlanta falcons &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=spanish-prime-minister-family-photo spanish prime minister &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=latitude-z dell latitude z &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khadijah-and-malika-haqq malika haqq &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-general-s-daughter general s daughter &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=showtime-dexter showtime &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=colts-vs-cardinals colts schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-bachelor the bachelor an officer and a gentleman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=corey-darnell-hughes darnell hughes chicago &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=glen-s-diner-chicago glen s diner chicago &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-world-cruise-ship nicole lee handbags &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=iracongi-jellyfish iracongi &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ellis-island-records ellis island records &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=marc-bulger joe montana &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=turgid turgid &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=five-for-fighting five for fighting chances lyrics &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=samantha-geimer-photos samantha geimer photos &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=yom-kippur-kol-nidre kol nidre lyrics &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khloe-and-lamar-wedding-photos khloe kardashian photos &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fox-47-madison packers game live &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=joe-scarborough-surgery joe scarborough scandal &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lincoln-highway lincoln highway &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=why-does-google-have-two-l-s-today why does google have two l s&lt;br /&gt;
&lt;br /&gt;
comment5 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=stuart-sutcliffe astrid kirchherr &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=nacho-figueras nacho polo player &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=elvis-duran britney spears 3 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jenny-slate jenny slate fired &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=orlando-thunder nfl equipment &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wwwjillianmichaelscomparade singapore night race &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=rob-bironas dwayne bowe &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=buffalo-bills-game-live buffalo bills game &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=desperate-housewives desperate housewives new season &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=general-s-daughter dwayne johnson &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khloe-kardashian-wedding-dress khloe kardashian wedding &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ford-amphitheater-tampa minnetonka orchards &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=great-race-pittsburgh-2009-results great race pittsburgh 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=minnesota-vikings-radio-stations baltimore ravens schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=troweprice-my-retirement die sonne &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-york-titans-football houston oilers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=judy-garland judy garland &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=eagles-vs-chiefs giants &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=annie-morell anne morrell petrillo &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=andrew-shue amy robach divorce &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jungle-2-jungle-cast jungle to jungle cast &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bridge-to-terabithia bridge to terabithia &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=residensea costa cruises 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=juliet-huddy juliet huddy &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=saints-vs-bills saints vs bills &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=stanley-mcchrystal mcchrystal &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=thehuddle thehuddle &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=carson-palmer phillip rivers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mission-to-mars mission to mars &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khleo-thomas shanovia mack &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=drea-de-matteo jennifer tilly &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=how-old-was-judy-garland-in-the-wizard-of-oz how old was judy garland in the wizard of oz &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=brian-westbrook-injury-update brian westbrook status &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lusia-strus 50 first dates soundtrack &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=courtney-galiano how old is sterling knight &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=who-dey who dat &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=amyloidosis fabry disease &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=abdc-finale abdc finale &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sam-huntington jobeth williams &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=giants-vs-buccaneers giants vs buccaneers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-england-patriots-live new england patriots live &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=japanese-beer-city open hearing in law &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ernie-anastos-f-bomb ernie anastos f bomb &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mayor-donald-walker 13 wmaz &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mccain-feingold why does google have two l s &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=kirsten-haglund bill o reilly &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=anne-scripps-douglas-wikipedia anne scripps &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=dexter-showtime showtime &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=50-first-dates along came polly &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=justin-siegel emily rossum &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=nell-newman scott newman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tennessee-oilers new york jets &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=nfl-scoreboards fedex cup standings &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=971-detroit espn.com nfl &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jumbolair jumbolair &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mike-carey mike carey &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=vikings-score detroit lions score &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cowboys-vs-panthers-live cowboys vs panthers 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lisa-hartman-black lisa hartman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=andre-caldwell dontrell moore &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=pbs-national-parks pbs national parks ken burns &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=trey-parker guignols &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=judge-dredd judge dredd &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sum-of-all-fears sum of all fears &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=greg-lewis greg lewis &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=chicago-boy-beaten-to-death detroit newspaper &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=live-football-games-online live football games &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=pawn-stars pawn stars &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ravens-vs-browns ravens vs browns &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wwwunemploymentohiogov unemployment.ohio.gov &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mission-to-mars disney.es &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=watch-giants-game-online watch nfl games online &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=don-fisher jordans furniture &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=strangers-when-we-meet the haunting of sorority row &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=dan-falco-death dan falco &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bears-vs-seahawks bears vs seahawks &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=matthew-stafford matthew stafford girlfriend &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tebow-hit-video tebow hit kentucky &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=andy-rooney mike wallace steelers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=happy-birthday-google happy birthday google &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=dante-rosario reggie bush &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=is-randy-moss-playing-today randy moss status &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=patricia-heaton patricia heaton &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tennessee-titans-houston-oilers tennessee titans uniforms &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=odjfs-unemployment-login odjfs unemployment login &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ny-giants-radio espn radio &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=kurt-warner curt warner &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=torry-holt-finger laurent robinson &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=matt-ryan patriots football &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=donald-fisher donald fisher &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wwwjillianmichaelscomparade www.jillianmichaels.com/parade &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-general-s-daughter madeleine stowe &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=percy-harvin-week-3 percy harvin week 3 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=chris-hansen-soundboard chris hansen soundboard &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=donta-hightower-injury tim tebow injury &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=john-hinckley google s 11 birthday &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=glen-s-diner-chicago glen s diner chicago &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cleveland-show cleveland show &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=samantha-geimer-photos samantha geimer photos &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=yom-kippur-kol-nidre kol nidre lyrics &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=levi-s-go-forth levi s go forth &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=microsoft-security-essentials-download microsoft security &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=space-camp space camp &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=insanity-workout insanity workout &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=snowy-tree-cricket yahoo cricket &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=chili-recipe crock pot chili recipe &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khloe-kardashian-wedding-pictures khloe kardashian twitter &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=paige-hemmis patricia heaton see through &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sears-appliances sears appliances &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=patriots-radio-online new england patriots radio &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=maria-ho film 21 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cow-harbor-day-2009 northport high school &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lincoln-highway www.clubbrugge.be &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=conan-o-brien-concussion conan o brien &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=watch-house-season-6-episode-2 house hulu &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cedric-benson cedric benson &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=disney-museum-san-francisco barbra streisand movies &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bill-winters bill winters jp morgan &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=eva-six eva six&lt;br /&gt;
&lt;br /&gt;
comment2 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=extreme-makeover-home-edition superior wisconsin &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=pbs-schedule pbs ken burns national parks &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cynthia-lennon lucy vodden &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=what-time-does-yom-kippur-end-2009 yom kippur sundown &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jim-schwartz nfl spreads &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=hetch-hetchy-reservoir john muir &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lavalier lavaliere &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=dallas-cowboys-monday-night-football dallas cowboys monday night football &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=falcons-vs-patriots atlanta falcons &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sundown-time sundown time &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=baz-luhrmann justin guarini and reina capodici &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=craig-chapman merrifield garden center &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=eagles-vs-chiefs chiefs &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=packers-vs-rams packers live &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=yom-kippur-services-online yom kippur kol nidre &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mesa-verde chaco canyon &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=saints-vs-bills bills schedule 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=residensea residensea &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=juliet-huddy juliet huddy &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bengals-vs-steelers bengals steelers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=derrion-albert-video-uncut derrion albert video youtube &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khleo-thomas vladimir valcourt &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=how-old-was-judy-garland-in-the-wizard-of-oz liza minelli &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=multiverse-theory parallel universe &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=nick-eason jeff roehl &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sprouse-brothers dylan sprouse &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=david-branch david branch &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=abdc-finale abdc season 4 winner &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=michael-jackson-this-is-it-movie-tickets michael jackson movie tickets &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sam-huntington jobeth williams &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=arizona-cardinals-stadium arizona cardinals stadium &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=general-joseph-campbell the general s daughter &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=rotoworld fantasy football news &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=halloween-costumes-for-kids walmart halloween costumes &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=joey-logano-crash joey logano &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mike-carey tennessee oilers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jason-jolkowski serial killer &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ocho-cinco chad johnson &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=don-piper life after death experiences &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fabolous-car-accident fabolous accident &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=university-of-phoenix-stadium arizona stadium &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ray-mccallum ray mccallum jr &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jim-caldwell carson palmer &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=seneca-wallace seneca wallace &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=karlos-dansby phillip rivers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=eczema eczema &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tennessee-oilers houston oilers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=redskins-game redskins &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khloe-kardashian-wedding kardashian wedding &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=national-parks-america-s-best-idea america s national parks &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=brian-moorman brian moorman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fox-47-madison fox 47 madison &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mike-carey mike carey &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jumbolair jumbolair &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=vikings-score green bay packers score &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=annette-funicello annette funicello death &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=donald-fisher don fisher &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sharon-meadow-golden-gate-park sharon meadow golden gate park &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ken-burns-national-parks ken burns national parks pbs &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=vortex-portable-mixer vortex portable mixer &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wizard-of-oz-hanging subliminal messages in disney movies &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tebow-injury-update tebow update &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=where-is-keith-olbermann keith olbermann &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lotus-europa-s mini cooper d &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=maple-soccer geje filmy &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=judge-dredd puntate del mondo di patty &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jets-vs-titans jets vs titans &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=julius-peppers carolina panthers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cristina-warthen jenny slate wiki &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=qwest-stadium qwest stadium &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=farmville-baby-elephant farmville facebook &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=greg-lewis brett favre &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=felix-jones felix jones injury &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=steelers-vs-bengals bengals 2009 schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wwwunemploymentohiogov www.unemployment.ohio.gov &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ravens-vs-browns ravens radio &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=superior-wi everybody loves raymond &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=pga-tour-championship-tee-times tour championship &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sexy-halloween-costumes-for-women creative halloween costumes for women &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mike-rowe-works dc weather &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=saturday-night-live-f-word charles rocket &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=what-time-does-yom-kippur-start-2009 yom kippur sundown &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=honor-student-beaten-to-death honor student beaten to death &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=torry-holt-finger mike sims walker &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jets-score eagles score &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=calvin-johnson bobby wade &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-general-s-daughter general joseph campbell &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fenger-high-school-beating darren albert &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=changing-lanes click perdiendo el control &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=brian-westbrook-week-3 randy moss week 3 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=acne-pillowcase acne pillowcase &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=colts-vs-cardinals colts schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-world-cruise-ship costa cruises 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=glen-s-diner-chicago glen s diner chicago &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bill-winters-jp-morgan bill winters &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=nfl-week-4-schedule nfl week 4 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cleveland-show family guy &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=marion-barber-status marion barber &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=battlestorm cricinfo australia &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=detroit-lions detroit &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=rotowire rotoworld &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=space-camp two lovers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lamar-odom-wedding lamar odom twitter &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=chili-recipe best chili recipe &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=khloe-kardashian-wedding-pictures khloe kardashian twitter &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=john-muir john muir &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=patricia-de-leon fotos de megan fox &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=watch-house-season-6-episode-2 house hulu &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=disney-museum-san-francisco disney museum san francisco&lt;br /&gt;
&lt;br /&gt;
comment4 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jenny-slate jenny slate &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jim-schwartz nfl predictions &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=oklahoma-octopus lost tapes &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ronnie-bass gerry bertier &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jenny-slates-fcc-moment googlle &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lavalier english turkish dictionary &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tunnel-to-towers-run-2009-results mark sanchez jets &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=rob-bironas rob bironas &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=general-s-daughter the generals daughter &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=joey-logano nascar drivers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=minnesota-vikings-radio-stations baltimore ravens schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-york-titans-football new york titans &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=packers-vs-rams packers vs rams &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=judy-garland jack haley &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=yom-kippur-services-online yom kippur services online &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=60-minutes 60 minutes tonight &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=wanda-holloway lesley ann warren &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jungle-2-jungle-cast jobeth williams &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=bridge-to-terabithia bridge to terabithia &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=juliet-huddy juliet huddy &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=residensea the world cruise ship &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lindsay-sloane lie to me episodes &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=thehuddle fanball &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=emanuelle-seigner samantha geimer &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=drea-de-matteo portia de rossi &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ice-bowl ice bowl &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-princess-bride princess bride &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=patriots-football jets football &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lusia-strus 50 first dates &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cowboys-vs-panthers-2009 panthers vs cowboys &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-green-promise strangers when we meet &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=marcus-fitzgerald larry fitzgerald brother &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sam-huntington jungle 2 jungle &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=rotoworld fantasy sharks &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-predictioneer-s-game baby rattlesnake pictures &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mccain-feingold googlle &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jim-leonard ray rice &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=cowboys-game-tonight cowboys game schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=caylee-anthony-latest-news caylee anthony &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=dexter-showtime desperate housewives abc &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=newegg-ipo newage &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=deshawn-jackson desean jackson week 3 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fabolous-car-accident fabolous in car accident &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=espn-fantasy-football-now fantasy football now &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=snl-f-bomb-video snl f bomb &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=university-of-phoenix-stadium arizona stadium &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fedex-cup-scenarios fedex cup money &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=broncos-vs-raiders-score broncos vs raiders 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=brian-moorman brian moorman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=hardly-strictly-bluegrass-2009-schedule hardly strictly bluegrass 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jumbolair silver springs florida &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mike-carey mike carey &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ken-burns-national-parks ken burns national parks pbs &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=calvin-ayre calvin ayre &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=lions-game detroit lions &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=tebow-injury-update tebow injury update &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=pierre-garcon garcon &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=teddy-roosevelt gifford pinchot &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=trey-parker trey parker &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=seahawks-green-jersey seahawks alternate jersey &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=jets-vs-titans jets schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=julius-peppers tony romo &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=obama-zapatero-photo obama spanish prime minister &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=qwest-stadium nfl football schedule &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=farmville-baby-elephant farmville &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=pawn-stars gold and silver pawn shop las vegas &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=we-are-heroes afroborike &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=to-be-fat-like-me black like me &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=mission-to-mars svemir &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=vernon-davis vernon gholston &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=strangers-when-we-meet strangers when we meet &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=don-fisher bob s discount furniture &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=britney-spears-3-download britney spears 3 listen &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=sexy-halloween-costumes-for-women halloween costumes for women 2009 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=dan-falco-death dan falco died &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=new-york-titans tennessee titans houston oilers &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=matthew-stafford knowshon moreno &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=artega-gt artega gt &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=john-matuszak jonathan ke quan &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=ny-giants-radio ny giants radio &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=titans-vs-jets live nfl games streaming &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=josh-johnson josh johnson bucs &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=where-is-bora-bora bora bora &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=latitude-z latitude z &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-general-s-daughter revenge movie &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=acne-pillowcase acne pillowcase &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=showtime-dexter showtime &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=baby-dances-to-beyonce notre dame purdue football &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=o-pioneers pioneers o pioneers walt whitman &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=colts-vs-cardinals colts schedule 09 10 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=glen-s-diner-chicago glen s diner chicago &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=iracongi-jellyfish iracongi jellyfish &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=marc-bulger joe montana &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=rotowire rotowire &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=levi-s-go-forth levi s go forth &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=washington-redskins cleveland browns &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=yom-kippur-kol-nidre kol nidre lyrics &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=snowy-tree-cricket sports pictures &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=fox-47-madison packers game live &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=larry-fitzgerald-brother larry fitzgerald &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=nfl-scores-week-3 espn nfl scoreboard &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=conan-o-brien-concussion conan o brien hurt &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=gmc-terrain gmc terrain 2010 &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=eva-six eva six &lt;br /&gt;
http://www.goodgreef.net/images/index.php?a=the-blind-side the blind side michael oher&lt;br /&gt;
&lt;br /&gt;
comment5,  http://rideshare.tv/members/no-deposit-casino-bonus-codes/default.aspx online gambling history,  http://winfoundations.com/members/no-deposit-bonus-playtech/default.aspx how to deal a hand of blackjack,  http://keepitlocked.net/members/online-poker-and-casino.aspx slots online no download,  http://winfoundations.com/members/play-casino/default.aspx rocky slots online,  http://rideshare.tv/members/rome-casino-bonus-codes/default.aspx las vegas video roulette,  http://community.cmefcu.org/cs/members/real-online-casino-slots/default.aspx craps don't pass bet,  http://community.cmefcu.org/cs/members/online-casino-bonuses/default.aspx roulette game tips,  http://winfoundations.com/members/online-casino-video-slots/default.aspx pogo keno tournament,  http://forum.dotnetpanel.com/members/bonus-casino-2.aspx casino online coupon code forums,  http://www.scribd.com/doc/20050761/casino-online-software penny slots odds,  http://forum.dotnetpanel.com/members/online-game-casino.aspx casino casino gamble gambling gambling online online,  http://pfl-rv.org/members/blackjack-casino-online.aspx online slot casino,  http://forum.dotnetpanel.com/members/lucky-nugget-online-casino.aspx baccarat rohan,  http://www.scribd.com/doc/20050791/l700-slots keno stat,  http://keepitlocked.net/members/video-slots-with-bonus.aspx blackjack in northern reno,  http://www.scribd.com/doc/20050682/roulette-theories best online casino worldwide,  http://forum.dotnetpanel.com/members/bonus-casino-2.aspx how do i cheat in blackjack,  http://forum.dotnetpanel.com/members/slot-casino-online.aspx hotels jackpot nv,  http://keepitlocked.net/members/golden-arch-online-casino.aspx roulette secrets uncovered,  http://forum.dotnetpanel.com/members/online-casino-solid-debit-card.aspx mccain craps temper,  http://www.learninggateway.net/members/starting-online-casino/default.aspx blackjack r,  http://forum.dotnetpanel.com/members/online-casino-solid-debit-card.aspx slots wheel of fortune,  http://exchangeorg.net/members/bonus-free-slots.aspx roulette tips and strategies,  http://community.cmefcu.org/cs/members/casino-bonus-code/default.aspx black pawkeet slots gone,  http://forum.dotnetpanel.com/members/casino-gambling-law-online.aspx playtrix blackjack,  http://rideshare.tv/members/online-casino-table-games/default.aspx vegas blackjack decks,  http://www.scribd.com/doc/20050702/roulette-spielen enjoy online casino games htm,  http://exchangeorg.net/members/latest-online-casino-bonuses.aspx keno results jupiters,  http://www.scribd.com/doc/20050342/craps-online-casino 006 blackjack,  http://forum.dotnetpanel.com/members/bonus-casino-2.aspx slots strategy,&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Design_process</id>
		<title>Design process</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Design_process"/>
				<updated>2009-09-20T14:27:37Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Industrial version == &lt;br /&gt;
Design by: '''Jurij Lozić''' &lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-render-outside.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:F01.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-render-inside.png|400px]] [[Image:Frida-render-pena.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro01.png|200px]]&lt;br /&gt;
[[Image:Ro02.png|200px]]&lt;br /&gt;
[[Image:Ro03.png|200px]]&lt;br /&gt;
[[Image:Ro04.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro05.png|200px]]&lt;br /&gt;
[[Image:Ro06.png|200px]]&lt;br /&gt;
[[Image:Ro07.png|200px]]&lt;br /&gt;
[[Image:Ro08.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro09.png|200px]]&lt;br /&gt;
[[Image:Ro10.png|200px]]&lt;br /&gt;
[[Image:Ro11.png|200px]]&lt;br /&gt;
[[Image:Ro12.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro13.png|200px]]&lt;br /&gt;
[[Image:Ro14.png|200px]]&lt;br /&gt;
[[Image:Ro15.png|200px]]&lt;br /&gt;
[[Image:Ro16.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro17.png|200px]]&lt;br /&gt;
[[Image:Ro18.png|200px]]&lt;br /&gt;
[[Image:Ro19.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Idustrial design concept == &lt;br /&gt;
Design by: '''Miha Turšič'''&lt;br /&gt;
&lt;br /&gt;
The box is designed in two halves, each consisting of two parts. It uses similar technology as bicycle helmet - hard shell outside with elastic EPP foam inside, to hold and protect the insides...&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica01c.jpg|200px]]  [[Image:Skica01d.jpg|200px]] [[Image:Skica01e.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica01a.jpg|400px]] [[Image:Skica01b.jpg|400px]] &lt;br /&gt;
&lt;br /&gt;
[[Image:Skica06b.jpg|200px]]  [[Image:Skica06c.jpg|200px]] [[Image:Skica06e.jpg|200px]] [[Image:Skica06f.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica06g.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica04a.jpg|400px]] [[Image:Skica04b.jpg|400px]] &lt;br /&gt;
&lt;br /&gt;
[[Image:Skica04c.jpg|600px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conceptual design == &lt;br /&gt;
Design by: '''Igor Križanovskij'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida box front blue.jpg|200px]] [[Image:Frida box front green.jpg|200px]] [[Image:Frida box front pink.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida box front.jpg|200px]] [[Image:Frida box back.jpg|200px]] [[Image:Frida box back trans.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
== Rapid prototype (DIY) version ==&lt;br /&gt;
Design by '''Jurij Lozić''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sestav.png|320px]] &lt;br /&gt;
[[Image:Sestav2.png|320px]] &lt;br /&gt;
[[Image:Sestav3.png|320px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Stirodur3.png|400px]]&lt;br /&gt;
[[Image:Plexi za kosaro.pdf.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Printed circuit board == &lt;br /&gt;
Design by: '''Rok Hlavaty'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Board31.png|600px]]&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Design_process</id>
		<title>Design process</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Design_process"/>
				<updated>2009-08-14T12:52:02Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== Industrial version == &lt;br /&gt;
Design by: '''Jurij Lozić''' &lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-render-outside.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:F01.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-render-inside.png|400px]] [[Image:Frida-render-pena.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro01.png|200px]]&lt;br /&gt;
[[Image:Ro02.png|200px]]&lt;br /&gt;
[[Image:Ro03.png|200px]]&lt;br /&gt;
[[Image:Ro04.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro05.png|200px]]&lt;br /&gt;
[[Image:Ro06.png|200px]]&lt;br /&gt;
[[Image:Ro07.png|200px]]&lt;br /&gt;
[[Image:Ro08.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro09.png|200px]]&lt;br /&gt;
[[Image:Ro10.png|200px]]&lt;br /&gt;
[[Image:Ro11.png|200px]]&lt;br /&gt;
[[Image:Ro12.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro13.png|200px]]&lt;br /&gt;
[[Image:Ro14.png|200px]]&lt;br /&gt;
[[Image:Ro15.png|200px]]&lt;br /&gt;
[[Image:Ro16.png|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Ro17.png|200px]]&lt;br /&gt;
[[Image:Ro18.png|200px]]&lt;br /&gt;
[[Image:Ro19.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Idustrial design concept == &lt;br /&gt;
Design by: '''Miha Turšič'''&lt;br /&gt;
&lt;br /&gt;
The box is designed in two halves, each consisting of two parts. It uses similar technology as bicycle helmet - hard shell outside with elastic EPP foam inside, to hold and protect the insides...&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica01c.jpg|200px]]  [[Image:Skica01d.jpg|200px]] [[Image:Skica01e.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica01a.jpg|400px]] [[Image:Skica01b.jpg|400px]] &lt;br /&gt;
&lt;br /&gt;
[[Image:Skica06b.jpg|200px]]  [[Image:Skica06c.jpg|200px]] [[Image:Skica06e.jpg|200px]] [[Image:Skica06f.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica06g.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Skica04a.jpg|400px]] [[Image:Skica04b.jpg|400px]] &lt;br /&gt;
&lt;br /&gt;
[[Image:Skica04c.jpg|600px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conceptual design == &lt;br /&gt;
Design by: '''Igor Križanovskij'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida box front blue.jpg|200px]] [[Image:Frida box front green.jpg|200px]] [[Image:Frida box front pink.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida box front.jpg|200px]] [[Image:Frida box back.jpg|200px]] [[Image:Frida box back trans.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
== Rapid prototype (DIY) version ==&lt;br /&gt;
Design by '''Jurij Lozić''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Sestav.png|320px]] &lt;br /&gt;
[[Image:Sestav2.png|320px]] &lt;br /&gt;
[[Image:Sestav3.png|320px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Stirodur3.png|400px]]&lt;br /&gt;
[[Image:Plexi za kosaro.pdf.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Printed circuit board == &lt;br /&gt;
Design by: '''Rok Hlavaty'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Board31.png|600px]]&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/VideoBlog</id>
		<title>VideoBlog</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/VideoBlog"/>
				<updated>2009-08-14T12:43:16Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[http://www.vimeo.com/robertina Robertina Šebjanič]  reporting for [http://www.vimeo.com/fridav Frida V.] :&lt;br /&gt;
&lt;br /&gt;
==Riders on the use of Frida V. and visits by the Mayor of Paris and Prefect of Île-de-France 30.5 -7.6 2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069708|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Paris from FRIDAS 30.5 -7.6 2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5855597|640|480&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==WikiPlaza, MetaCarte==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069790|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==opening of Futur en Seine and presentation of 16 prototypes 29.5.2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5019360|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FRIDA V at ArsLonga 28.6.2009==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4992385|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Making of Frida V. for Futur en Seine Festival of the Digital City in Paris==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
Frida V.&lt;br /&gt;
a project by //un projet de&lt;br /&gt;
Luka Frelih&lt;br /&gt;
&lt;br /&gt;
Developed for Futur en Seine by // Développé pour Futur en Seine par&lt;br /&gt;
'''Luka Frelih, Žiga Kranjec, Jure Lozić, Rok Hlavaty, Miha Turšič, Igor Križanovskij'''&lt;br /&gt;
&lt;br /&gt;
Production by // Production&lt;br /&gt;
'''Galerie Ars Longa &amp;amp; Ljudmila - Ljubljana Laboratory for Digital Media and Culture'''&lt;br /&gt;
&lt;br /&gt;
Executive producer // Producteur exécutif&lt;br /&gt;
'''Vincent Guimas'''&lt;br /&gt;
&lt;br /&gt;
Video &amp;quot;Making of Frida V._Paris&amp;quot; shot and edited by // Vidéo &amp;quot;Making of Frida V._Paris&amp;quot; réalisée par&lt;br /&gt;
'''Robertina Šebjanič''' [http://www.vimeo.com/robertina vimeo.com/robertina] &lt;br /&gt;
&lt;br /&gt;
Parts of the video were shot by various riders with // Les vidéos proviennent de différents événements&lt;br /&gt;
'''Frida V.'''&lt;br /&gt;
&lt;br /&gt;
Includes excerpts from Beijing video by// Une vidéo est réalisée à Pékin, par&lt;br /&gt;
'''You Mi'''&lt;br /&gt;
&lt;br /&gt;
Music // Musique&lt;br /&gt;
'''Aaron Goldbody vs. Luke the Wizard''':&lt;br /&gt;
White Sparkling Lady&lt;br /&gt;
&lt;br /&gt;
Special thanks to // Remerciements particuliers à&lt;br /&gt;
'''Agex, Acrytech, Sergio Aquindo,City Of Women, Ewen Chardronnet, Domena, Elgoline, Heiko Hansen,Izzy and Cyberpipe, Tomaž Ižanc, Andrej Krpič, Mitar Milutinović, Janez Slamič, Miha Zupan'''&lt;br /&gt;
Base maps by // Les cartes présentées sont en&lt;br /&gt;
'''OpenStreetMap'''&lt;br /&gt;
&lt;br /&gt;
'''cc-by-sa 2009'''  [http://ljudmila.org/ ljudmila.org] [http://www.arslonga.fr/ arslonga.fr]&lt;br /&gt;
Ljubljana - Paris&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2007 Frida was invited to come to Beijing and take part in the orgnets project==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4769584|640|491&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
video by '''You Mi'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2006 Frida was part of Device Art in Zagreb==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4769268|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2006 Frida was part of Crash Test Dummy in München==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4766784|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In 2006 Frida was part of Crash Test Dummy in Ljubljana==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4766662|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Maribor from FRIDA V.==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4763215|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==In December 2005 we took on Manhattan (and some of the rest of NYC). Our base was at the Thing space inside the beautiful and historic AT&amp;amp;T building in Tribeca, at 32 Avenue of the Americas (6th ave), cross Walker street==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4758315|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Rotterdam from Frida V._DEAF04==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4753661|640|464&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Luka Frelih, software artist is presenting for the first time his project Frida V. (Free Ride Data Acquisiton Vehicle) fridav.ljudmila.org at DEAF04 deaf04.nl/ festival in Rotterdam.(world premiere at 2004)==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4689282|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
video by '''SARA'''&lt;br /&gt;
&lt;br /&gt;
special thanx to '''Stephen &amp;amp; V2_'''&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/VideoBlog</id>
		<title>VideoBlog</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/VideoBlog"/>
				<updated>2009-08-14T12:40:09Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: Undo revision 1027 by Luka (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://alenshevaomiam.pop3.ru/hentay-hard.html ������ hard&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hentay-oboi-sexnarod.html ������ ���� sexnarod&lt;br /&gt;
http://yenbekulova.pop3.ru/dvach-hentay.html ���� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/raspechatat-mangu-hentay.html ����������� ����� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/pornomultfilmy-hentay.html ���������������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-malenkie-devochki.html ������ ��������� �������&lt;br /&gt;
http://yenbekulova.pop3.ru/sexy-hentay-3d.html sexy ������ 3d&lt;br /&gt;
http://alenshevaomiam.pop3.ru/porno-animacii-hentay.html ����� �������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/lesbiyskiy-hentay.html ���������� ������&lt;br /&gt;
http://yenbekulova.pop3.ru/hentay-absolutno-besplatno-skachat.html ������ ��������� ��������� �������&lt;br /&gt;
http://afonichevadun.pop3.ru/kupit-hentay-igru-minibb-post.html ������ ������ ���� minibb post&lt;br /&gt;
http://afonichevadun.pop3.ru/porno-multiki-besplatno-hentay.html ����� �������� ��������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/smotret-hentay-multiki-onlayn.html �������� ������ �������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-skvirting.html ������ ���������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/smotret-hentay-foto.html �������� ������ ����&lt;br /&gt;
http://yenbekulova.pop3.ru/samyy-zhstkiy-hentay.html ����� ������ ������&lt;br /&gt;
http://yenbekulova.pop3.ru/nruto-hentay.html ����� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/kankuro-hentay.html ������� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hntay-bdsm-foto.html ����� bdsm ����&lt;br /&gt;
http://alenshevaomiam.pop3.ru/shaman-king-hentay-hhh.html ����� ���� ������ ���&lt;br /&gt;
http://yenbekulova.pop3.ru/manga-naruto-hentay-besplatno.html ����� ������ ������ ���������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hentay-swf.html ������ swf&lt;br /&gt;
http://yenbekulova.pop3.ru/hentay-kazni.html ������ �����&lt;br /&gt;
http://yenbekulova.pop3.ru/saske-sakura-hentay-kartinki.html ����� ������ ������ ��������&lt;br /&gt;
http://yenbekulova.pop3.ru/skachat-hentay-rus.html ������� ������ rus&lt;br /&gt;
http://yenbekulova.pop3.ru/hentay-meiking.html ������ meiking&lt;br /&gt;
http://alenshevaomiam.pop3.ru/naruto-flesh-igry-hentay-igrat.html ������ ���� ���� ������ ������&lt;br /&gt;
http://afonichevadun.pop3.ru/pornomultiki-hentay-gb-php.html ������������� ������ �� ���&lt;br /&gt;
http://yenbekulova.pop3.ru/fate-stay-night-hentay.html fate stay night ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/skachyat-hentay.html ������� ������&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/VideoBlog</id>
		<title>VideoBlog</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/VideoBlog"/>
				<updated>2009-08-14T12:39:34Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: Reverted edits by Luka (Talk) to last version by 200.65.127.161&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://alenshevaomiam.pop3.ru/aska-hentay.html ���� ������&lt;br /&gt;
http://yenbekulova.pop3.ru/skachat-besplatno-naruto-manga-hentay.html ������� ��������� ������ ����� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/naruto-hentay-smotret.html naruto ������ ��������&lt;br /&gt;
http://yenbekulova.pop3.ru/guru-hentay.html ���� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/posmotret-hentay-roliki.html ���������� ������ ������&lt;br /&gt;
http://yenbekulova.pop3.ru/olayn-hentay.html ����� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-besplatno-bez-sms-registracii.html ������ ��������� ��� ��� �����������&lt;br /&gt;
http://yenbekulova.pop3.ru/goryachiy-hentay.html ������� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/kartinki-anime-hentay-eureka-seven.html �������� ����� ������ eureka seven&lt;br /&gt;
http://afonichevadun.pop3.ru/skachat-besplatno-oboi-hentay.html ������� ��������� ���� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/naruto-fanfiki-hentay-sakura.html ������ ������� ������ ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hentay-animacii-seks.html ������ �������� ����&lt;br /&gt;
http://afonichevadun.pop3.ru/prosmotr-onlayn-3d-hentay.html �������� ������ 3d ������&lt;br /&gt;
http://yenbekulova.pop3.ru/ino-hentay.html ino ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/porno-hentay-gei.html ����� ������ ���&lt;br /&gt;
http://afonichevadun.pop3.ru/1zoom-hentay.html 1zoom ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/kino-onlayn-hentay.html ���� ������ ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/komiksy-hentay-disney.html ������� ������ ������&lt;br /&gt;
http://afonichevadun.pop3.ru/dnevnik-hidana-hentay.html ������� ������ ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/skachat-anime-hentay-lesbi.html ������� ����� ������ �����&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-orychimaru.html ������ ���������&lt;br /&gt;
http://afonichevadun.pop3.ru/foto-hentay-golye.html ���� ������ �����&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-fentezi.html ������ �������&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-fanfik-shk-prodolzhenie.html ������ ������ �� �����������&lt;br /&gt;
http://yenbekulova.pop3.ru/besplatnyy-hentay-bez-sms.html ���������� ������ ��� ���&lt;br /&gt;
http://alenshevaomiam.pop3.ru/eroticheskoe-anime-hentay.html ����������� ����� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/skachat-hentay-igry-onlayn.html ������� ������ ���� ������&lt;br /&gt;
http://yenbekulova.pop3.ru/hentay-mello.html ������ mello&lt;br /&gt;
http://afonichevadun.pop3.ru/smotret-besplatno-hentay-multfilmy.html �������� ��������� ������ �����������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hentay-rfhnbyrb.html ������ rfhnbyrb&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/VideoBlog</id>
		<title>VideoBlog</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/VideoBlog"/>
				<updated>2009-08-14T12:38:14Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: Reverted edits by 200.65.127.161 (Talk) to last version by 212.138.47.16&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://alenshevaomiam.pop3.ru/hentay-hard.html ������ hard&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hentay-oboi-sexnarod.html ������ ���� sexnarod&lt;br /&gt;
http://yenbekulova.pop3.ru/dvach-hentay.html ���� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/raspechatat-mangu-hentay.html ����������� ����� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/pornomultfilmy-hentay.html ���������������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-malenkie-devochki.html ������ ��������� �������&lt;br /&gt;
http://yenbekulova.pop3.ru/sexy-hentay-3d.html sexy ������ 3d&lt;br /&gt;
http://alenshevaomiam.pop3.ru/porno-animacii-hentay.html ����� �������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/lesbiyskiy-hentay.html ���������� ������&lt;br /&gt;
http://yenbekulova.pop3.ru/hentay-absolutno-besplatno-skachat.html ������ ��������� ��������� �������&lt;br /&gt;
http://afonichevadun.pop3.ru/kupit-hentay-igru-minibb-post.html ������ ������ ���� minibb post&lt;br /&gt;
http://afonichevadun.pop3.ru/porno-multiki-besplatno-hentay.html ����� �������� ��������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/smotret-hentay-multiki-onlayn.html �������� ������ �������� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/hentay-skvirting.html ������ ���������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/smotret-hentay-foto.html �������� ������ ����&lt;br /&gt;
http://yenbekulova.pop3.ru/samyy-zhstkiy-hentay.html ����� ������ ������&lt;br /&gt;
http://yenbekulova.pop3.ru/nruto-hentay.html ����� ������&lt;br /&gt;
http://afonichevadun.pop3.ru/kankuro-hentay.html ������� ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hntay-bdsm-foto.html ����� bdsm ����&lt;br /&gt;
http://alenshevaomiam.pop3.ru/shaman-king-hentay-hhh.html ����� ���� ������ ���&lt;br /&gt;
http://yenbekulova.pop3.ru/manga-naruto-hentay-besplatno.html ����� ������ ������ ���������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/hentay-swf.html ������ swf&lt;br /&gt;
http://yenbekulova.pop3.ru/hentay-kazni.html ������ �����&lt;br /&gt;
http://yenbekulova.pop3.ru/saske-sakura-hentay-kartinki.html ����� ������ ������ ��������&lt;br /&gt;
http://yenbekulova.pop3.ru/skachat-hentay-rus.html ������� ������ rus&lt;br /&gt;
http://yenbekulova.pop3.ru/hentay-meiking.html ������ meiking&lt;br /&gt;
http://alenshevaomiam.pop3.ru/naruto-flesh-igry-hentay-igrat.html ������ ���� ���� ������ ������&lt;br /&gt;
http://afonichevadun.pop3.ru/pornomultiki-hentay-gb-php.html ������������� ������ �� ���&lt;br /&gt;
http://yenbekulova.pop3.ru/fate-stay-night-hentay.html fate stay night ������&lt;br /&gt;
http://alenshevaomiam.pop3.ru/skachyat-hentay.html ������� ������&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/In_the_Press</id>
		<title>In the Press</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/In_the_Press"/>
				<updated>2009-06-16T15:38:54Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Frida V (in the) Press===&lt;br /&gt;
&lt;br /&gt;
[http://ma-tvideo.france3.fr/video/iLyROoafM4Jd.html Les protoypes: Frida V] France 3&lt;br /&gt;
&lt;br /&gt;
[http://ma-tvideo.france3.fr/video/iLyROoafMkWe.html Top départ pour Futur en Seine ] France 3&lt;br /&gt;
&lt;br /&gt;
Futur en Seine crew [http://futurenseinefr.blogspot.com/2009/05/le-prototype-frida-assistant-numerique.html blogs about the first time Frida V visited] them. Nice, but we hope to be more than just a digital companion to the Velib citybike... ;)&lt;br /&gt;
&lt;br /&gt;
We have [http://www.vimeo.com/fridav/ a selection of Frida V videos on Vimeo] now. &lt;br /&gt;
&lt;br /&gt;
The Beijing orgnets project put together a [http://movingcities.org/projects/urban-china-33/ special issue of Urban China magazine], including [http://orgnets.net/urban_china/frelih a report and some maps] of the Frida V experience there. &lt;br /&gt;
&lt;br /&gt;
Make online [http://blog.makezine.com/archive/2007/10/frida_v_bicycle_takes_geo.html blogged about Frida V.] and it got translated to [http://jp.makezine.com/blog/2007/10/frida_v.html japanese] and some other languages I can't read.&lt;br /&gt;
&lt;br /&gt;
We Make Money Not Art [http://www.we-make-money-not-art.com/archives/2005/12/-via-postthing.php invited to the Frida V residency at The Thing New York].&lt;br /&gt;
&lt;br /&gt;
Watch the [http://www.vimeo.com/4689282 Video (1:55, 19M) about Frida V] from the DEAF04 DVD. Thanks to Sara, Steve &amp;amp; V2_! &lt;br /&gt;
&lt;br /&gt;
Interview upon coming New York:&lt;br /&gt;
* Luka and G.H. Hovagimyan talk about Frida and invite New Yorkers to participate: listen to the [http://spaghetti.nujus.net/artDirt/archives/000553.html Art Dirt Redux] podcast or glaze over the [http://post.thing.net/node/652 transcript]. &lt;br /&gt;
&lt;br /&gt;
DEAF04 realmedia streams (how can i backup these?):&lt;br /&gt;
* [http://www.deaf04.nl/deaf04/tools/video.sxml?media=rm&amp;amp;rmurl=http://www.deaf04.nl/files/video/Maphack.ram Tactical Urban Map Hack Workshop Introduction] includes a show-and-tell on Frida V.&lt;br /&gt;
* [http://www.deaf04.nl/deaf04/tools/video.sxml?media=rm&amp;amp;rmurl=http://www.deaf04.nl/files/video/OpenBrunchSensLoc.ram Sensing location - an open brunch] with the Cartographic Command Center crew.&lt;br /&gt;
&lt;br /&gt;
DEAF04 text report:&lt;br /&gt;
* [http://www.deaf04.nl/deaf04/coverage/coverage/item.sxml?uri=urn:v2:deaf04:rss:coverage.rss:041122133110-sensinglocation Sensing location - an open brunch] with the Cartographic Command Center crew.&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/In_the_Press</id>
		<title>In the Press</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/In_the_Press"/>
				<updated>2009-06-16T15:38:42Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Frida V (in the) Press===&lt;br /&gt;
&lt;br /&gt;
{{MediaWiki:france3video}}&lt;br /&gt;
&lt;br /&gt;
[http://ma-tvideo.france3.fr/video/iLyROoafM4Jd.html Les protoypes: Frida V] France 3&lt;br /&gt;
&lt;br /&gt;
[http://ma-tvideo.france3.fr/video/iLyROoafMkWe.html Top départ pour Futur en Seine ] France 3&lt;br /&gt;
&lt;br /&gt;
Futur en Seine crew [http://futurenseinefr.blogspot.com/2009/05/le-prototype-frida-assistant-numerique.html blogs about the first time Frida V visited] them. Nice, but we hope to be more than just a digital companion to the Velib citybike... ;)&lt;br /&gt;
&lt;br /&gt;
We have [http://www.vimeo.com/fridav/ a selection of Frida V videos on Vimeo] now. &lt;br /&gt;
&lt;br /&gt;
The Beijing orgnets project put together a [http://movingcities.org/projects/urban-china-33/ special issue of Urban China magazine], including [http://orgnets.net/urban_china/frelih a report and some maps] of the Frida V experience there. &lt;br /&gt;
&lt;br /&gt;
Make online [http://blog.makezine.com/archive/2007/10/frida_v_bicycle_takes_geo.html blogged about Frida V.] and it got translated to [http://jp.makezine.com/blog/2007/10/frida_v.html japanese] and some other languages I can't read.&lt;br /&gt;
&lt;br /&gt;
We Make Money Not Art [http://www.we-make-money-not-art.com/archives/2005/12/-via-postthing.php invited to the Frida V residency at The Thing New York].&lt;br /&gt;
&lt;br /&gt;
Watch the [http://www.vimeo.com/4689282 Video (1:55, 19M) about Frida V] from the DEAF04 DVD. Thanks to Sara, Steve &amp;amp; V2_! &lt;br /&gt;
&lt;br /&gt;
Interview upon coming New York:&lt;br /&gt;
* Luka and G.H. Hovagimyan talk about Frida and invite New Yorkers to participate: listen to the [http://spaghetti.nujus.net/artDirt/archives/000553.html Art Dirt Redux] podcast or glaze over the [http://post.thing.net/node/652 transcript]. &lt;br /&gt;
&lt;br /&gt;
DEAF04 realmedia streams (how can i backup these?):&lt;br /&gt;
* [http://www.deaf04.nl/deaf04/tools/video.sxml?media=rm&amp;amp;rmurl=http://www.deaf04.nl/files/video/Maphack.ram Tactical Urban Map Hack Workshop Introduction] includes a show-and-tell on Frida V.&lt;br /&gt;
* [http://www.deaf04.nl/deaf04/tools/video.sxml?media=rm&amp;amp;rmurl=http://www.deaf04.nl/files/video/OpenBrunchSensLoc.ram Sensing location - an open brunch] with the Cartographic Command Center crew.&lt;br /&gt;
&lt;br /&gt;
DEAF04 text report:&lt;br /&gt;
* [http://www.deaf04.nl/deaf04/coverage/coverage/item.sxml?uri=urn:v2:deaf04:rss:coverage.rss:041122133110-sensinglocation Sensing location - an open brunch] with the Cartographic Command Center crew.&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Template:France3video</id>
		<title>Template:France3video</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Template:France3video"/>
				<updated>2009-06-16T15:38:18Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;html&amp;gt;&amp;lt;object height=&amp;quot;300&amp;quot; width=&amp;quot;400&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; data=&amp;quot;http://sa.kewego.com/swf/p3/epix.swf&amp;quot;&amp;gt;&amp;lt;param value=&amp;quot;iLyROoafMkWe&amp;quot; name=&amp;quot;id&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;language_code=fr&amp;amp;amp;playerKey=55911ece5f50&amp;amp;amp;skinKey=&amp;amp;amp;sig=iLyROoafMkWe&amp;amp;amp;autostart=false&amp;quot; name=&amp;quot;flashVars&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;true&amp;quot; name=&amp;quot;allowFullScreen&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;always&amp;quot; name=&amp;quot;allowscriptaccess&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;http://sa.kewego.com/swf/p3/epix.swf&amp;quot; name=&amp;quot;src&amp;quot;/&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:France3video</id>
		<title>MediaWiki:France3video</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:France3video"/>
				<updated>2009-06-16T15:36:29Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: Created page with '&amp;lt;object height=&amp;quot;300&amp;quot; width=&amp;quot;400&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; data=&amp;quot;http://sa.kewego.com/swf/p3/epix.swf&amp;quot;&amp;gt;&amp;lt;param value=&amp;quot;iLyROoafMkWe&amp;quot; name=&amp;quot;id&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;language_co...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;object height=&amp;quot;300&amp;quot; width=&amp;quot;400&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; data=&amp;quot;http://sa.kewego.com/swf/p3/epix.swf&amp;quot;&amp;gt;&amp;lt;param value=&amp;quot;iLyROoafMkWe&amp;quot; name=&amp;quot;id&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;language_code=fr&amp;amp;amp;playerKey=55911ece5f50&amp;amp;amp;skinKey=&amp;amp;amp;sig=iLyROoafMkWe&amp;amp;amp;autostart=false&amp;quot; name=&amp;quot;flashVars&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;true&amp;quot; name=&amp;quot;allowFullScreen&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;always&amp;quot; name=&amp;quot;allowscriptaccess&amp;quot;/&amp;gt;&amp;lt;param value=&amp;quot;http://sa.kewego.com/swf/p3/epix.swf&amp;quot; name=&amp;quot;src&amp;quot;/&amp;gt;&amp;lt;/object&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/VideoBlog</id>
		<title>VideoBlog</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/VideoBlog"/>
				<updated>2009-06-09T12:36:52Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
==Riders on the use of Frida V. and visits by the Mayor of Paris and Prefect of Île-de-France 1.6 -7.6 2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069708|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==WikiPlaza, MetaCarte==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069790|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==opening of Futur en Seine and presentation of 16 prototypes 29.5.2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5019360|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FRIDA V at ArsLonga 28.6.2009==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4992385|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Making of Frida V. for Futur en Seine Festival of the Digital City in Paris==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
Frida V.&lt;br /&gt;
a project by //un projet de&lt;br /&gt;
Luka Frelih&lt;br /&gt;
&lt;br /&gt;
Developed for Futur en Seine by // Développé pour Futur en Seine par&lt;br /&gt;
'''Luka Frelih, Žiga Kranjec, Jure Lozić, Rok Hlavaty, Miha Turšič, Igor Križanovskij'''&lt;br /&gt;
&lt;br /&gt;
Production by // Production&lt;br /&gt;
'''Galerie Ars Longa &amp;amp; Ljudmila - Ljubljana Laboratory for Digital Media and Culture'''&lt;br /&gt;
&lt;br /&gt;
Executive producer // Producteur exécutif&lt;br /&gt;
'''Vincent Guimas'''&lt;br /&gt;
&lt;br /&gt;
Video &amp;quot;Making of Frida V._Paris&amp;quot; shot and edited by // Vidéo &amp;quot;Making of Frida V._Paris&amp;quot; réalisée par&lt;br /&gt;
'''Robertina Šebjanič''' [http://www.vimeo.com/robertina vimeo.com/robertina] &lt;br /&gt;
&lt;br /&gt;
Parts of the video were shot by various riders with // Les vidéos proviennent de différents événements&lt;br /&gt;
'''Frida V.'''&lt;br /&gt;
&lt;br /&gt;
Includes excerpts from Beijing video by// Une vidéo est réalisée à Pékin, par&lt;br /&gt;
'''You Mi'''&lt;br /&gt;
&lt;br /&gt;
Music // Musique&lt;br /&gt;
'''Aaron Goldbody vs. Luke the Wizard''':&lt;br /&gt;
White Sparkling Lady&lt;br /&gt;
&lt;br /&gt;
Special thanks to // Remerciements particuliers à&lt;br /&gt;
'''Agex, Acrytech, Sergio Aquindo,City Of Women, Ewen Chardronnet, Domena, Elgoline, Heiko Hansen,Izzy and Cyberpipe, Tomaž Ižanc, Andrej Krpič, Mitar Milutinović, Janez Slamič, Miha Zupan'''&lt;br /&gt;
Base maps by // Les cartes présentées sont en&lt;br /&gt;
'''OpenStreetMap'''&lt;br /&gt;
&lt;br /&gt;
'''cc-by-sa 2009'''  [http://ljudmila.org/ ljudmila.org] [http://www.arslonga.fr/ arslonga.fr]&lt;br /&gt;
Ljubljana - Paris&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/VideoBlog</id>
		<title>VideoBlog</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/VideoBlog"/>
				<updated>2009-06-09T12:35:37Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Riders on the use of Frida V. and visits by the Mayor of Paris and Prefect of Île-de-France 1.6 -7.6 2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069708|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==WikiPlaza, MetaCarte==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5069790|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==opening of Futur en Seine and presentation of 16 prototypes 29.5.2009 ==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;5019360|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FRIDA V at ArsLonga 28.6.2009==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4992385|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Making of Frida V. for Futur en Seine Festival of the Digital City in Paris==&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
Frida V.&lt;br /&gt;
a project by //un projet de&lt;br /&gt;
Luka Frelih&lt;br /&gt;
&lt;br /&gt;
Developed for Futur en Seine by // Développé pour Futur en Seine par&lt;br /&gt;
'''Luka Frelih, Žiga Kranjec, Jure Lozić, Rok Hlavaty, Miha Turšič, Igor Križanovskij'''&lt;br /&gt;
&lt;br /&gt;
Production by // Production&lt;br /&gt;
'''Galerie Ars Longa &amp;amp; Ljudmila - Ljubljana Laboratory for Digital Media and Culture'''&lt;br /&gt;
&lt;br /&gt;
Executive producer // Producteur exécutif&lt;br /&gt;
'''Vincent Guimas'''&lt;br /&gt;
&lt;br /&gt;
Video &amp;quot;Making of Frida V._Paris&amp;quot; shot and edited by // Vidéo &amp;quot;Making of Frida V._Paris&amp;quot; réalisée par&lt;br /&gt;
'''Robertina Šebjanič''' [http://www.vimeo.com/robertina vimeo.com/robertina] &lt;br /&gt;
&lt;br /&gt;
Parts of the video were shot by various riders with // Les vidéos proviennent de différents événements&lt;br /&gt;
'''Frida V.'''&lt;br /&gt;
&lt;br /&gt;
Includes excerpts from Beijing video by// Une vidéo est réalisée à Pékin, par&lt;br /&gt;
'''You Mi'''&lt;br /&gt;
&lt;br /&gt;
Music // Musique&lt;br /&gt;
'''Aaron Goldbody vs. Luke the Wizard''':&lt;br /&gt;
White Sparkling Lady&lt;br /&gt;
&lt;br /&gt;
Special thanks to // Remerciements particuliers à&lt;br /&gt;
'''Agex, Acrytech, Sergio Aquindo,City Of Women, Ewen Chardronnet, Domena, Elgoline, Heiko Hansen,Izzy and Cyberpipe, Tomaž Ižanc, Andrej Krpič, Mitar Milutinović, Janez Slamič, Miha Zupan'''&lt;br /&gt;
Base maps by // Les cartes présentées sont en&lt;br /&gt;
'''OpenStreetMap'''&lt;br /&gt;
&lt;br /&gt;
'''cc-by-sa 2009'''  [http://ljudmila.org/ ljudmila.org] [http://www.arslonga.fr/ arslonga.fr]&lt;br /&gt;
Ljubljana - Paris&lt;br /&gt;
&lt;br /&gt;
_NOTOC_&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Main_Page"/>
				<updated>2009-06-08T23:29:17Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Frida V. is a mapping bicycle. [[What is Frida V]]? [[Kaj je Frida V]]? &lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-v parc-villete buried-bicycle claes-oldenburg.jpg|300px|right]]&lt;br /&gt;
[[Image:F01.png|300px|right]]&lt;br /&gt;
[[Image:Fridav-controlpanel-columbia.jpg|300px|right]]&lt;br /&gt;
[[Image:Fridav-photo-kolaz.jpg|300px|right]]&lt;br /&gt;
&lt;br /&gt;
Welcome to this new site! Bienvenue! Dobrodošli! &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;menu&amp;quot;&amp;gt;&lt;br /&gt;
=== Menu ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;10&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! New prototype series&lt;br /&gt;
! Good pages&lt;br /&gt;
! Some more navigation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| [[Design process]] &amp;lt;br&amp;gt; [[Frida V/Box Parts List]] &amp;lt;br&amp;gt; [[Camera Control]] &amp;lt;br&amp;gt; [[Software issues]] &amp;lt;br&amp;gt; [[Router Install]] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/featureserver/?zoom=2&amp;amp;lat=0&amp;amp;lon=17.05078&amp;amp;layers=BT Old Cities Maps]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/map/today/ Daily map ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/photos/wicked/ Random photos ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/vehicles/latest/ Vehicle status ] &amp;lt;br&amp;gt; [[VideoBlog]]&lt;br /&gt;
|[[Design Goals]] &amp;lt;br&amp;gt; [[Hardware]] &amp;lt;br&amp;gt; [[Software]] &amp;lt;br&amp;gt; [[Data Logger]] &amp;lt;br&amp;gt; [[Wireless]] &amp;lt;br&amp;gt; [[Mapping]] &amp;lt;br&amp;gt; [[Graphics]] &amp;lt;br&amp;gt; [[Photos of Frida V]] &amp;lt;br&amp;gt; [[In The Media]] &amp;lt;br&amp;gt; [[History]] &lt;br /&gt;
| [[Special:AllPages|All Pages]] &amp;lt;br&amp;gt; [[Special:NewFiles|New Media]] &amp;lt;br&amp;gt; [[Special:Categories|Categories]] &amp;lt;br&amp;gt; [[Special:PopularPages|Popular Pages]] &amp;lt;br&amp;gt; [[Special:Statistics|Statistics]] &amp;lt;br&amp;gt; [http://twiki.ljudmila.org/bin/view/Luka/FridaV Old Frida V. homepage]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{:Daily Maps}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;supported&amp;quot;&amp;gt;&lt;br /&gt;
===Supported by=== &lt;br /&gt;
CAP Digital, Region Ille de France, The City Municipality of Ljubljana, Ministry of culture R. Slovenia, Rotterdam By Cycle, Xenya d.o.o., Bicycle center Bauer, the THING, Lower Manhattan Cultural Council and National Endowment for the Arts,&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/File:Frida-v_parc-villete_buried-bicycle_claes-oldenburg.jpg</id>
		<title>File:Frida-v parc-villete buried-bicycle claes-oldenburg.jpg</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/File:Frida-v_parc-villete_buried-bicycle_claes-oldenburg.jpg"/>
				<updated>2009-06-08T23:03:59Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: how big is it?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;how big is it?&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:MediaThumbnails</id>
		<title>MediaWiki:Query:MediaThumbnails</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:MediaThumbnails"/>
				<updated>2009-06-05T20:27:38Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/photo/'||media_id||'/' as href),&lt;br /&gt;
        xmlelement(name img, xmlattributes(frida.icon_from_url(url) as src, 'wdbi-thumbnail' as class)) &lt;br /&gt;
        ) as thumbnail&lt;br /&gt;
   FROM frida.media&lt;br /&gt;
  ORDER BY media_id desc&lt;br /&gt;
  LIMIT 108&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:MediaThumbnails</id>
		<title>MediaWiki:Query:MediaThumbnails</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:MediaThumbnails"/>
				<updated>2009-06-05T20:27:00Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/photo/'||media_id||'/' as href),&lt;br /&gt;
        xmlelement(name img, xmlattributes(frida.icon_from_url(url) as src, 'wdbi-thumbnail' as class)) &lt;br /&gt;
        ) as thumbnail&lt;br /&gt;
   FROM frida.media&lt;br /&gt;
  ORDER BY media_id desc&lt;br /&gt;
  LIMIT 72&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:MediaThumbnails</id>
		<title>MediaWiki:Query:MediaThumbnails</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Query:MediaThumbnails"/>
				<updated>2009-06-04T12:27:25Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; SELECT xmlelement(name a, xmlattributes('/srv/photo/'||media_id||'/' as href),&lt;br /&gt;
        xmlelement(name img, xmlattributes(frida.icon_from_url(url) as src, 'wdbi-thumbnail' as class)) &lt;br /&gt;
        ) as thumbnail&lt;br /&gt;
   FROM frida.media&lt;br /&gt;
  ORDER BY rectime desc&lt;br /&gt;
  LIMIT 72&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Sidebar"/>
				<updated>2009-06-01T19:09:48Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
* maps, graphs &amp;amp; data&lt;br /&gt;
** Daily|Daily&lt;br /&gt;
** Networks|Networks&lt;br /&gt;
** Media|Media&lt;br /&gt;
** Files|Files&lt;br /&gt;
** Tracks|Tracks&lt;br /&gt;
* cities&lt;br /&gt;
** http://fridav.ljudmila.org/featureserver/?zoom=14&amp;amp;lat=48.85303&amp;amp;lon=2.36938&amp;amp;layers=BTTTF|Paris&lt;br /&gt;
** Ljubljana|Ljubljana&lt;br /&gt;
** Rotterdam|Rotterdam&lt;br /&gt;
** New York|New York&lt;br /&gt;
** Beijing|Beijing&lt;br /&gt;
** Zagreb|Zagreb&lt;br /&gt;
** Istanbul|Istanbul&lt;br /&gt;
** Maribor|Maribor&lt;br /&gt;
** München|München&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Sidebar"/>
				<updated>2009-06-01T19:07:30Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
* maps, graphs &amp;amp; data&lt;br /&gt;
** Daily|Daily&lt;br /&gt;
** Networks|Networks&lt;br /&gt;
** Media|Media&lt;br /&gt;
** Files|Files&lt;br /&gt;
** Tracks|Tracks&lt;br /&gt;
* cities&lt;br /&gt;
** [http://fridav.ljudmila.org/featureserver/?zoom=14&amp;amp;lat=48.85303&amp;amp;lon=2.36938&amp;amp;layers=BTTTF Paris]&lt;br /&gt;
** Ljubljana|Ljubljana&lt;br /&gt;
** Rotterdam|Rotterdam&lt;br /&gt;
** New York|New York&lt;br /&gt;
** Beijing|Beijing&lt;br /&gt;
** Zagreb|Zagreb&lt;br /&gt;
** Istanbul|Istanbul&lt;br /&gt;
** Maribor|Maribor&lt;br /&gt;
** München|München&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/MediaWiki:Sidebar"/>
				<updated>2009-06-01T19:06:42Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
* maps, graphs &amp;amp; data&lt;br /&gt;
** Daily|Daily&lt;br /&gt;
** Networks|Networks&lt;br /&gt;
** Media|Media&lt;br /&gt;
** Files|Files&lt;br /&gt;
** Tracks|Tracks&lt;br /&gt;
* cities&lt;br /&gt;
** http://fridav.ljudmila.org/featureserver/?zoom=14&amp;amp;lat=48.85303&amp;amp;lon=2.36938&amp;amp;layers=BTTTF|Paris&lt;br /&gt;
** Ljubljana|Ljubljana&lt;br /&gt;
** Rotterdam|Rotterdam&lt;br /&gt;
** New York|New York&lt;br /&gt;
** Beijing|Beijing&lt;br /&gt;
** Zagreb|Zagreb&lt;br /&gt;
** Istanbul|Istanbul&lt;br /&gt;
** Maribor|Maribor&lt;br /&gt;
** München|München&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Main_Page"/>
				<updated>2009-06-01T19:02:32Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Frida V. is a mapping bicycle. [[What is Frida V]]? [[Kaj je Frida V]]? &lt;br /&gt;
[[Image:F01.png|300px|right]]&lt;br /&gt;
[[Image:Fridav-controlpanel-columbia.jpg|300px|right]]&lt;br /&gt;
[[Image:Fridav-photo-kolaz.jpg|300px|right]]&lt;br /&gt;
&lt;br /&gt;
Welcome to this new site! Bienvenue! Dobrodošli! &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;menu&amp;quot;&amp;gt;&lt;br /&gt;
=== Menu ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;10&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! New prototype series&lt;br /&gt;
! Good pages&lt;br /&gt;
! Some more navigation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| [[Design process]] &amp;lt;br&amp;gt; [[Frida V/Box Parts List]] &amp;lt;br&amp;gt; [[Camera Control]] &amp;lt;br&amp;gt; [[Software issues]] &amp;lt;br&amp;gt; [[Router Install]] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/featureserver/?zoom=2&amp;amp;lat=0&amp;amp;lon=17.05078&amp;amp;layers=BT Old Cities Maps]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/map/today/ Daily map ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/photos/wicked/ Random photos ] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/srv/vehicles/latest/ Vehicle status ]&lt;br /&gt;
|[[Design Goals]] &amp;lt;br&amp;gt; [[Hardware]] &amp;lt;br&amp;gt; [[Software]] &amp;lt;br&amp;gt; [[Data Logger]] &amp;lt;br&amp;gt; [[Wireless]] &amp;lt;br&amp;gt; [[Mapping]] &amp;lt;br&amp;gt; [[Graphics]] &amp;lt;br&amp;gt; [[Photos of Frida V]] &amp;lt;br&amp;gt; [[In The Media]] &amp;lt;br&amp;gt; [[History]] &lt;br /&gt;
| [[Special:AllPages|All Pages]] &amp;lt;br&amp;gt; [[Special:NewFiles|New Media]] &amp;lt;br&amp;gt; [[Special:Categories|Categories]] &amp;lt;br&amp;gt; [[Special:PopularPages|Popular Pages]] &amp;lt;br&amp;gt; [[Special:Statistics|Statistics]] &amp;lt;br&amp;gt; [http://twiki.ljudmila.org/bin/view/Luka/FridaV Old Frida V. homepage]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;news&amp;quot;&amp;gt;&lt;br /&gt;
=== News ===&lt;br /&gt;
{{:News}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;videoflash type=&amp;quot;vimeo&amp;quot;&amp;gt;4925200|640|368&amp;lt;/videoflash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;supported&amp;quot;&amp;gt;&lt;br /&gt;
===Supported by=== &lt;br /&gt;
CAP Digital, Region Ille de France, The City Municipality of Ljubljana, Ministry of culture R. Slovenia, Rotterdam By Cycle, Xenya d.o.o., Bicycle center Bauer, the THING, Lower Manhattan Cultural Council and National Endowment for the Arts,&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Media</id>
		<title>Media</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Media"/>
				<updated>2009-06-01T15:34:37Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Latest ===&lt;br /&gt;
&amp;lt;query skin=&amp;quot;plain&amp;quot;&amp;gt;MediaThumbnails&amp;lt;/query&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Random ===&lt;br /&gt;
&amp;lt;query skin=&amp;quot;plain&amp;quot;&amp;gt;MediaThumbnailsRandom&amp;lt;/query&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://fridav.ljudmila.org/wiki/Media?action=purge re-randomize!]&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Main_Page"/>
				<updated>2009-05-22T00:20:31Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Frida V. is a mapping bicycle. [[What is Frida V]]? [[Kaj je Frida V]]? &lt;br /&gt;
[[Image:Fridav-controlpanel-columbia.jpg|300px|right]]&lt;br /&gt;
[[Image:Fridav-photo-kolaz.jpg|300px|right]]&lt;br /&gt;
&lt;br /&gt;
Welcome to this new site! Bienvenue! Dobrodošli! &lt;br /&gt;
A lot of stuff is still at the [[Frida V]] page which needs moving to better places. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;menu&amp;quot;&amp;gt;&lt;br /&gt;
=== Menu ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;10&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! New prototype series&lt;br /&gt;
! Good pages&lt;br /&gt;
! Some more navigation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| [[Frida V/Box Parts List]] &amp;lt;br&amp;gt; [[Camera Control]] &amp;lt;br&amp;gt; [[Software issues]] &amp;lt;br&amp;gt; [[Router Install]] &amp;lt;br&amp;gt; [http://fridav.ljudmila.org/featureserver/?zoom=2&amp;amp;lat=0&amp;amp;lon=17.05078&amp;amp;layers=BT Frida Cities Maps]&lt;br /&gt;
|[[Design Goals]] &amp;lt;br&amp;gt; [[Hardware]] &amp;lt;br&amp;gt; [[Software]] &amp;lt;br&amp;gt; [[Data Logger]] &amp;lt;br&amp;gt; [[Wireless]] &amp;lt;br&amp;gt; [[Mapping]] &amp;lt;br&amp;gt; [[Graphics]] &amp;lt;br&amp;gt; [[Photos of Frida V]] &amp;lt;br&amp;gt; [[In The Media]] &amp;lt;br&amp;gt; [[History]] &lt;br /&gt;
| [[Special:AllPages|All Pages]] &amp;lt;br&amp;gt; [[Special:NewFiles|New Media]] &amp;lt;br&amp;gt; [[Special:Categories|Categories]] &amp;lt;br&amp;gt; [[Special:PopularPages|Popular Pages]] &amp;lt;br&amp;gt; [[Special:Statistics|Statistics]] &amp;lt;br&amp;gt; [http://twiki.ljudmila.org/bin/view/Luka/FridaV old Frida V. homepage]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;news&amp;quot;&amp;gt;&lt;br /&gt;
=== News ===&lt;br /&gt;
{{:News}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;supported&amp;quot;&amp;gt;&lt;br /&gt;
===Supported by=== &lt;br /&gt;
CAP Digital, Region Ille de France, The City Municipality of Ljubljana, Ministry of culture R. Slovenia, Rotterdam By Cycle, Xenya d.o.o., Bicycle center Bauer, the THING, Lower Manhattan Cultural Council and National Endowment for the Arts,&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Ride_Manual</id>
		<title>Ride Manual</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Ride_Manual"/>
				<updated>2009-05-21T22:40:32Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: Created page with '==Go for a ride with the Frida V. mapping bicycle!==   While riding you can record videos, photos and sounds, choosing with the right selector.  The red button starts the recordi...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Go for a ride with the Frida V. mapping bicycle!== &lt;br /&gt;
&lt;br /&gt;
While riding you can record videos, photos and sounds, choosing with the right selector. &lt;br /&gt;
The red button starts the recording – it ends by itself after 30 seconds, or after a few seconds in case of photos.. &lt;br /&gt;
&lt;br /&gt;
Also look for the status lights on top: &lt;br /&gt;
The left one will always be green when the device is on. &lt;br /&gt;
The right one will light blue when the position is tracked by the GPS receiver. &lt;br /&gt;
If it goes out, please find an open spot where lots of sky is visible and wait some minutes until it lights again. &lt;br /&gt;
&lt;br /&gt;
The searching for networks will light the middle light – orange. &lt;br /&gt;
You should stop then to give it time to test the connection with the network. &lt;br /&gt;
If it can connect to the internet, the light will be green – lucky spot. &lt;br /&gt;
If the light goes red, the connection failed. &lt;br /&gt;
In both cases, you can now continue the ride, looking for more spots.&lt;br /&gt;
&lt;br /&gt;
After you return, all the data you collected will be uploaded to the server and finally compiled into a map of the explored area. &lt;br /&gt;
All the recordings will be also visible in the archive.&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/News</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/News"/>
				<updated>2009-05-21T22:00:18Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
====New Displays====&lt;br /&gt;
We added some big screen displays:&lt;br /&gt;
* [http://fridav.ljudmila.org/srv/photos/wicked/ Random photos ]&lt;br /&gt;
* [http://fridav.ljudmila.org/srv/vehicle/latest/ Vehicle status ]&lt;br /&gt;
&lt;br /&gt;
====Vimeo====&lt;br /&gt;
We are putting videos about the project up on the [http://www.vimeo.com/fridav Frida V. page at Vimeo]. &lt;br /&gt;
&lt;br /&gt;
====Vehicle software update====&lt;br /&gt;
Software for the vehicle has been much updated and improved!&lt;br /&gt;
&lt;br /&gt;
====UML Class Diagram====&lt;br /&gt;
[[File:Frida-class-diagram.svg|thumb]]&lt;br /&gt;
Check out the FridaV database [[en:UML]] class diagram.&lt;br /&gt;
&lt;br /&gt;
====OpenLayers====&lt;br /&gt;
[[en:OpenLayers]] maps now work on Wiki! Check out the new city maps.&lt;br /&gt;
&lt;br /&gt;
====SVN====&lt;br /&gt;
We have finaly managed to fix SVN permission problem. You need do something like:&lt;br /&gt;
 chgrp -R subversion /var/svn&lt;br /&gt;
 chmod -R g+w /var/svn/*/db&lt;br /&gt;
&lt;br /&gt;
====Workflow====&lt;br /&gt;
&lt;br /&gt;
We have implemented a neat workflow system for running shell commands on files. This is commonly needed when you have a bunch of files and you want to convert them to different formats or import them into databases. The workflow provides two commands, ''file-monitor''' and ''file-workflow'', which help with making processing scripts tremendously. They manage job queues. They can generate various file and path names and their parts for use in shell commands.&lt;br /&gt;
&lt;br /&gt;
====MediaWiki hacking====&lt;br /&gt;
* MediaWiki extension for running SQL queries. Queries are stored in MediaWiki namespace. For examples, see [[Daily]] or [[Networks]].&lt;br /&gt;
* file_media() now works with Rotterdam media files&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Graphics</id>
		<title>Graphics</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Graphics"/>
				<updated>2009-05-21T21:57:54Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Illustration ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-illustration-color.png|500px]]&lt;br /&gt;
&lt;br /&gt;
The girl-on-bike illustration was made by [http://www.ljudmila.org/ciril/ Ciril Horjak]. He rules!&lt;br /&gt;
&lt;br /&gt;
[http://ljudmila.org/~luka/frida-v/ the illustration in big tiffs] &lt;br /&gt;
&lt;br /&gt;
Outline version with and without background: [http://twiki.ljudmila.org/bin/viewfile/Luka/FridaGraphics?rev=1.1;filename=frida-v-illustration.svgz] [http://twiki.ljudmila.org/bin/viewfile/Luka/FridaGraphics?rev=1.1;filename=switch58.png]&lt;br /&gt;
&lt;br /&gt;
=== Posters and diagrams ===&lt;br /&gt;
&lt;br /&gt;
[http://twiki.ljudmila.org/pub/Luka/FridaGraphics/fridaposterzaweb.pdf PDF of the Frida V. poster] (in Slovenian language) that was exhibited at the Moderna Gallery in Ljubljana, part of the [http://www.mg-lj.si/dogodki/tekoci.jsp?dogodekId=2717 TERRITORIES, IDENTITIES, NETS] exhibiton.&lt;br /&gt;
&lt;br /&gt;
[http://twiki.ljudmila.org/bin/viewfile/Luka/FridaV?rev=1.1;filename=frida-communication-diagram.pdf Diagram of major system parts and roles (PDF)]&lt;br /&gt;
&lt;br /&gt;
[http://twiki.ljudmila.org/bin/viewfile/Luka/FridaV?rev=1.2;filename=frida-sw-diagram.pdf Diagram of software subsystems and interactions at DEAF04 (PDF)]&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Graphics</id>
		<title>Graphics</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Graphics"/>
				<updated>2009-05-21T21:56:24Z</updated>
		
		<summary type="html">&lt;p&gt;Luka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Illustration ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Frida-illustration-color.png|500px]]&lt;br /&gt;
&lt;br /&gt;
The girl-on-bike illustration was made by [http://www.ljudmila.org/ciril/ Ciril Horjak]. He rules!&lt;br /&gt;
&lt;br /&gt;
[http://ljudmila.org/~luka/frida-v/ the illustration in big tiffs] &lt;br /&gt;
&lt;br /&gt;
Outline version with and without background: [http://twiki.ljudmila.org/bin/viewfile/Luka/FridaGraphics?rev=1.1;filename=frida-v-illustration.svgz] http://twiki.ljudmila.org/bin/viewfile/Luka/FridaGraphics?rev=1.1;filename=switch58.png]&lt;br /&gt;
&lt;br /&gt;
=== Posters and diagrams ===&lt;br /&gt;
&lt;br /&gt;
[http://twiki.ljudmila.org/pub/Luka/FridaGraphics/fridaposterzaweb.pdf PDF of the Frida V. poster] (in Slovenian language) that was exhibited at the Moderna Gallery in Ljubljana, part of the [http://www.mg-lj.si/dogodki/tekoci.jsp?dogodekId=2717 TERRITORIES, IDENTITIES, NETS] exhibiton.&lt;br /&gt;
&lt;br /&gt;
[http://twiki.ljudmila.org/bin/viewfile/Luka/FridaV?rev=1.1;filename=frida-communication-diagram.pdf Diagram of major system parts and roles (PDF)]&lt;br /&gt;
&lt;br /&gt;
[http://twiki.ljudmila.org/bin/viewfile/Luka/FridaV?rev=1.2;filename=frida-sw-diagram.pdf Diagram of software subsystems and interactions at DEAF04 (PDF)]&lt;/div&gt;</summary>
		<author><name>Luka</name></author>	</entry>

	</feed>