<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>mali-dali</title>
	<atom:link href="http://malidali.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://malidali.wordpress.com</link>
	<description>noi facem fotbal de treabă</description>
	<lastBuildDate>Fri, 27 Nov 2009 19:51:49 +0000</lastBuildDate>
	<language>ro</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='malidali.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9f71170cf67e14240f621688e51c8b67?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>mali-dali</title>
		<link>http://malidali.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://malidali.wordpress.com/osd.xml" title="mali-dali" />
	<atom:link rel='hub' href='http://malidali.wordpress.com/?pushpress=hub'/>
		<item>
		<title>tot ce trebuie să ştii despre html 5</title>
		<link>http://malidali.wordpress.com/2009/11/27/tot-ce-trebuie-sa-stii-despre-html-5/</link>
		<comments>http://malidali.wordpress.com/2009/11/27/tot-ce-trebuie-sa-stii-despre-html-5/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 11:11:27 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=63</guid>
		<description><![CDATA[HTML5, a cincea încarnare a limbajului de marcare folosit peste tot pe Internet, este în curs de redactare. În acest articol vom parcurge toate schimbarile din HTML5, precum şi noile taguri care vor fi implementate. Tag-uri multimedia HTML5 vine cu un nou set de tag-uri pentru desenat, audio şi video. Aceste tag-uri au fost adăugate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=63&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTML5, a cincea încarnare a <a title="Limbaj de marcare" href="http://ro.wikipedia.org/wiki/Limbaj_de_marcare">limbajului de marcare</a> folosit peste tot pe Internet, este în curs de redactare. În acest articol vom parcurge toate schimbarile din HTML5, precum şi noile taguri care vor fi implementate.</p>
<p><span id="more-63"></span></p>
<p><strong>Tag-uri multimedia</strong></p>
<p>HTML5 vine cu un nou set de tag-uri pentru desenat, audio şi video. Aceste tag-uri au fost adăugate pe de o parte pentru a face navigarea pe Internet o experienţă mai plăcută, şi pe de altă parte pentru a standardiza modul în care informaţia este afişată pe Internet.</p>
<p>Tag-ul <em>canvas</em> face uşor desenatul pe ecran de dreptunghiuri, ceruri sau linii. Există de asemenea şi un set limitat de efecte cum ar fi contur sau umbră. Pentru a permite utilizatorului să deseneze, HTML5 va folosi JavaScript. Aşadar, pentru a folosi <em>canvas</em>, ai nevoie de două lucruri: de un tag <em>canvas</em> pentru a crea suprafaţa pe care se va desena, şi de JavaScript pentru a face desenarea propriu-zisă.</p>
<p>Tag-ul <em>audio</em> este folosit pentru a standardiza modul în care ascultăm muzică pe net. Seamănă foarte mult cu actualul tag <em>embed</em>, dar fiind că include un atribut <em>src</em>, precum şi alte opţiuni specifice unui conţinut audio.</p>
<p>Tag-ul <em>video</em> seamănă destul de mult cu cel <em>audio</em>, are atribute precum <em>loop</em> sau <em>autoplay</em>, precum şi o descriere a filmului în cauză pentru utilizatori cu deficienţe de vedere (poate chiar subtitrarea filmului).</p>
<p><strong>Tag-uri structurale</strong></p>
<p>În HTML5, o parte a unei pagini web va fi numită secţiune şi va fi reprezentată de un tag numit <em>section</em>. Aceasta poate fi o secţiune de text, un capitol al unei cărţi sau o suprafaţă generică a unui site web.</p>
<p>Tag-ul <em>header</em> reprezintă antetul paginii web. De obicei, antetul unei pagini web conţine o siglă.</p>
<p>Tag-ul <em>footer</em> reprezintă subsolul paginii. Este folosit în mod curent pentru a afişa informaţii legate de drepturi de copiere, legături către arhivă sau chiar un alt meniu.</p>
<p>Tag-ul <em>nav</em> este folosit pentru a cuprinde meniul sau alte elemente de navigare către alte pagini.</p>
<p>Alte tag-uri structurale: <em>article</em> &#8211; reprezintă articole, <em>figure</em> &#8211; diagrame.</p>
<p><strong>Tag-uri inline</strong></p>
<p>Aşa cum se folosesc în prezent tag-uri ca <em>em</em> sau <em>strong</em>, pentru a marca anumite porţiuni din text se vor introduce <em>mark</em> sau <em>time</em>.</p>
<p>Tag-ul <em>meter</em> este folosit pentru a reprezenta un număr cu o anumită formatare (cum ar fi o bară pentru măsurarea progresului). El are atribute cum ar fi: <em>min</em>, <em>max</em>, <em>low</em>, <em>high</em>, <em>optimum</em>, <em>value</em>, <em>max</em>.</p>
<p><strong>Câmpuri noi pentru formulare</strong></p>
<p>HTML5 vine şi cu un nou set de câmpuri pentru formulare. Acest lucru este benefic datorită faptului că anumite câmpuri, cum ar fi e-mail-ul sau adresa web, sunt prezente aproape oriunde în Internet. Acestea sunt:</p>
<ul>
<li><em>datetime</em></li>
<li><em>datetime-local</em></li>
<li><em>date</em></li>
<li><em>month</em></li>
<li><em>week</em></li>
<li><em>time</em></li>
<li><em>number</em></li>
<li><em>range</em></li>
<li><em>email</em></li>
<li><em>url</em></li>
</ul>
<p><strong>Tag-uri învechite</strong></p>
<p>Există şi tag-uri din versiunile anterioare ale HTML care nu vor mai fi folosite în HTML5:</p>
<ul>
<li><em>acronym</em></li>
<li><em>applet</em></li>
<li><em>basefont</em></li>
<li><em>big</em></li>
<li><em>center</em></li>
<li><em>dir</em></li>
<li><em>font</em></li>
<li><em>frame</em></li>
<li><em>frameset</em></li>
<li><em>isindex</em></li>
<li><em>noframes</em></li>
<li><em>noscript</em></li>
<li><em>s</em></li>
<li><em>strike</em></li>
<li><em>tt</em></li>
<li><em>u</em></li>
</ul>
<p><strong>Tag-uri interactive</strong></p>
<p>Tag-ul <em>details</em> poate fi folosit pentru a arăta informaţii suplimentare pentru utilizator, cum ar fi o lămurire sau o explicaţie. Există şi atributul opţional <em>show</em> pentru a determina dacă utilizatorul ar trebui să vadă acel lucru implicit sau nu.</p>
<p>Un <em>datagrid </em>se aseamănă cu un tabel, dar este proiectat pentru a fi folosit interactiv, de exemplu permite selectarea de rânduri sau, în general, editarea datelor.</p>
<p>Un <em>menu </em>a fost o dată un element învechit, dar acum este prezent din nou în HTML5. Acesta ar trebui să fie utilizat pentru a crea un meniu contextual de soiuri, şi nu pentru meniul de navigare.</p>
<p><strong>Alte schimbări</strong></p>
<p>O altă schimbare în HTML5 o reprezintă <em>doctype</em>-ul, care va fi <em>&lt;!DOCTYPE HTML&gt;</em>.</p>
<p>Despre modificarea atributului <em>href</em> poţi citi la <a title="un articol despre legături peste blocuri" href="http://html5doctor.com/block-level-links-in-html-5/" target="_self">http://html5doctor.com/block-level-links-in-html-5/</a> sau la <a title="articolul după care a fost scris acest post" href="http://programmersvoice.com/general/all-you-need-to-know-about-html5" target="_self">http://programmersvoice.com/general/all-you-need-to-know-about-html5</a>.</p>
<p>Ultimul dintre link-uri a fost folosit de asemenea pentru a scrie acest articol, care reprezintă de fapt traducerea în română a articolului pe de programmersvoice.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=63&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/11/27/tot-ce-trebuie-sa-stii-despre-html-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>
	</item>
		<item>
		<title>prezentare etapa 3</title>
		<link>http://malidali.wordpress.com/2009/11/26/prezentare-etapa-3/</link>
		<comments>http://malidali.wordpress.com/2009/11/26/prezentare-etapa-3/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:01:23 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=60</guid>
		<description><![CDATA[Prezentarea se găsește aici.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=60&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prezentarea se găsește <a title="mali-dali prezentare etapa 3" href="http://www.2shared.com/file/9461014/c6b5f7f/mali-dali-etapa-3.html" target="_self">aici</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=60&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/11/26/prezentare-etapa-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>
	</item>
		<item>
		<title>opțiuni tehnice alese</title>
		<link>http://malidali.wordpress.com/2009/11/26/optiuni-tehnice-alese/</link>
		<comments>http://malidali.wordpress.com/2009/11/26/optiuni-tehnice-alese/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 13:13:22 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=56</guid>
		<description><![CDATA[Am decis să folosim pentru realizarea site-ului nostru: PHP5 &#8211; am ales PHP5 pentru că este un limbaj de server side scripting foarte popular, cu o comunitate de utilizatori foarte mare (poate cea mai mare). MySQL &#8211; unul dintre cele mai populare servere pentru baze de date. CodeIgniter &#8211; după ce am studiat mai multe [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=56&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Am decis să folosim pentru realizarea site-ului nostru:</p>
<ul>
<li>PHP5 &#8211; am ales PHP5 pentru că este un limbaj de server side scripting foarte popular, cu o comunitate de utilizatori foarte mare (poate cea mai mare).</li>
<li>MySQL &#8211; unul dintre cele mai populare servere pentru baze de date.</li>
<li>CodeIgniter &#8211; după ce am studiat mai multe framework-uri pentru PHP, am decis să folosim CodeIgniter datorită ușurinței în utilizare, facilităților și documentației foarte bogate.</li>
<li>DataMapper &#8211; CodeIgniter nu are un ORM integrat, de aceea vom folosi DataMapper pentru a mapa tabelele din baza de date ca obiecte.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=56&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/11/26/optiuni-tehnice-alese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>
	</item>
		<item>
		<title>cuvinte cheie</title>
		<link>http://malidali.wordpress.com/2009/11/26/cuvinte-cheie/</link>
		<comments>http://malidali.wordpress.com/2009/11/26/cuvinte-cheie/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:49:30 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=52</guid>
		<description><![CDATA[În această săptămână a trebuit să ne alegem ce cuvinte cheie sunt edificatoare pentru site-ul nostru. În continuare vom prezenta alegerile făcute. După ce ne-am sfătuit puțin și am studiat piata, am decis să alegem trei cuvinte cheie: fotbal de treaba, fotbal video și fotbal comunitate. Am ales aceste cuvinte pentru că sunt relevante pentru [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=52&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>În această săptămână a trebuit să ne alegem ce cuvinte cheie sunt edificatoare pentru site-ul nostru. În continuare vom prezenta alegerile făcute.</p>
<p><span id="more-52"></span></p>
<p>După ce ne-am sfătuit puțin și am <em>studiat piata</em>, am decis să alegem trei cuvinte cheie: <em>fotbal de treaba</em>, <em>fotbal video</em> și <em>fotbal comunitate</em>. Am ales aceste cuvinte pentru că sunt relevante pentru ceea ce facem noi, iar Google nu returnează rezultate satisfăcătoare pentru aceste cuvinte cheie.</p>
<p><a href="http://img4.imageshack.us/i/cheiefotbaltreaba.jpg/" target="_blank"><img src="http://img4.imageshack.us/img4/3374/cheiefotbaltreaba.th.jpg" alt="" /></a></p>
<p>La <em>fotbal de treaba</em> ne asteptăm să fim găsiți ușor (printre primele 5 rezultate), deoarece este titlul site-ului.</p>
<p><a href="http://img682.imageshack.us/i/cheiefotbalvideo.jpg/" target="_blank"><img src="http://img682.imageshack.us/img682/1253/cheiefotbalvideo.th.jpg" alt="" /></a></p>
<p>Pentru <em>fotbal video</em>, am decis pentru început să căutăm doar în site-urile din România. Dorim de asemenea să ne clasăm între primele rezultate (top 100) pentru acest tip de căutare.</p>
<p><a href="http://img268.imageshack.us/i/fotbalcomunitate.jpg/" target="_blank"><img src="http://img268.imageshack.us/img268/6238/fotbalcomunitate.th.jpg" alt="" /></a></p>
<p>Pentru <em>fotbal comunitate</em>, poate cel mai reprezentativ cuvânt cheie pentru site-ul nostru, rezultatele găsite pe Google sunt cel puțin amuzante (al doilea rezultat este o secțiune destinată fotbalului dintr-un forum pentru motocicliști). Pentru această căutare am prefera să fim între primele 5 rezultate.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=52&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/11/26/cuvinte-cheie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>

		<media:content url="http://img4.imageshack.us/img4/3374/cheiefotbaltreaba.th.jpg" medium="image" />

		<media:content url="http://img682.imageshack.us/img682/1253/cheiefotbalvideo.th.jpg" medium="image" />

		<media:content url="http://img268.imageshack.us/img268/6238/fotbalcomunitate.th.jpg" medium="image" />
	</item>
		<item>
		<title>prezentare etapa 2</title>
		<link>http://malidali.wordpress.com/2009/11/05/prezentare/</link>
		<comments>http://malidali.wordpress.com/2009/11/05/prezentare/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 12:37:01 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/2009/11/05/prezentare/</guid>
		<description><![CDATA[Prezentarea se gaseste aici.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=49&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prezentarea se gaseste <a href="http://www.2shared.com/file/8952193/14e8e7b7/mali-dali.html">aici</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=49&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/11/05/prezentare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>
	</item>
		<item>
		<title>prototip</title>
		<link>http://malidali.wordpress.com/2009/10/29/prototip/</link>
		<comments>http://malidali.wordpress.com/2009/10/29/prototip/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:49:37 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=40</guid>
		<description><![CDATA[LE:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=40&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://img4.imageshack.us/i/fotbaldetreabamap.jpg/" target="_blank"><img class="aligncenter" src="http://img4.imageshack.us/img4/2379/fotbaldetreabamap.th.jpg" border="0" alt="Free Image Hosting at www.ImageShack.us" /></a></p>
<p><strong>LE:</strong></p>
<p style="text-align:center;"><a href="http://img269.imageshack.us/i/fdtmap2.png/" target="_blank"><img src="http://img269.imageshack.us/img269/9036/fdtmap2.th.png" border="0" alt="Free Image Hosting at www.ImageShack.us" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=40&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/10/29/prototip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>

		<media:content url="http://img4.imageshack.us/img4/2379/fotbaldetreabamap.th.jpg" medium="image">
			<media:title type="html">Free Image Hosting at www.ImageShack.us</media:title>
		</media:content>

		<media:content url="http://img269.imageshack.us/img269/9036/fdtmap2.th.png" medium="image">
			<media:title type="html">Free Image Hosting at www.ImageShack.us</media:title>
		</media:content>
	</item>
		<item>
		<title>proiecte similare</title>
		<link>http://malidali.wordpress.com/2009/10/29/proiecte-similare/</link>
		<comments>http://malidali.wordpress.com/2009/10/29/proiecte-similare/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:30:38 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=36</guid>
		<description><![CDATA[Un proiect similar, de la care am pornit, este footytube. Din păcate, acesta nu este actualizat la timp pentru ligile din România. În plus, noi vom încerca să căutăm informații și în locuri care cu greu pot fi indexate automat (ziare locale, site-urile fanilor, etc.).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=36&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Un proiect similar, de la care am pornit, este <a href="http://www.footytube.com">footytube</a>. Din păcate, acesta nu este actualizat la timp pentru ligile din România.</p>
<p>În plus, noi vom încerca să căutăm informații și în locuri care cu greu pot fi indexate automat (ziare locale, site-urile fanilor, etc.).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=36&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/10/29/proiecte-similare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>
	</item>
		<item>
		<title>utilizatori</title>
		<link>http://malidali.wordpress.com/2009/10/29/utilizatori/</link>
		<comments>http://malidali.wordpress.com/2009/10/29/utilizatori/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:20:09 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=27</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=27&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://4.bp.blogspot.com/_rZF0ksy-npQ/R4UtXRKz_-I/AAAAAAAAAMk/y4i-5zv-EV4/s400/PDVD_002.jpg"><img class="aligncenter" title="Model de utilizator (1)" src="http://4.bp.blogspot.com/_rZF0ksy-npQ/R4UtXRKz_-I/AAAAAAAAAMk/y4i-5zv-EV4/s400/PDVD_002.jpg" alt="Model de utilizator (1)" width="200" /></a></p>
<p><a href="http://b.imagehost.org/0765/drojdierii3nt.jpg"><img class="aligncenter" title="Model de utilizator (2)" src="http://b.imagehost.org/0765/drojdierii3nt.jpg" alt="Model de utilizator (2)" width="200" /></a></p>
<p><a href="http://www.rapidfans.ro/2008_2009/liga_1_Realitatea/2008.11.09-etapa_14-_Rapid_steaua/foto/2008.11.09_RAPID_steaua-121.jpg"><img class="aligncenter" title="Model de utilizator (3)" src="http://www.rapidfans.ro/2008_2009/liga_1_Realitatea/2008.11.09-etapa_14-_Rapid_steaua/foto/2008.11.09_RAPID_steaua-121.jpg" alt="Model de utilizator (3)" width="200" /></a></p>
<p><a href="http://www.antena3.ro/images/articole/artid_1248191307.jpg"><img class="aligncenter" title="Model de utilizator (4)" src="http://www.antena3.ro/images/articole/artid_1248191307.jpg" alt="Model de utilizator (4)" width="200" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=27&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/10/29/utilizatori/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>

		<media:content url="http://4.bp.blogspot.com/_rZF0ksy-npQ/R4UtXRKz_-I/AAAAAAAAAMk/y4i-5zv-EV4/s400/PDVD_002.jpg" medium="image">
			<media:title type="html">Model de utilizator (1)</media:title>
		</media:content>

		<media:content url="http://b.imagehost.org/0765/drojdierii3nt.jpg" medium="image">
			<media:title type="html">Model de utilizator (2)</media:title>
		</media:content>

		<media:content url="http://www.rapidfans.ro/2008_2009/liga_1_Realitatea/2008.11.09-etapa_14-_Rapid_steaua/foto/2008.11.09_RAPID_steaua-121.jpg" medium="image">
			<media:title type="html">Model de utilizator (3)</media:title>
		</media:content>

		<media:content url="http://www.antena3.ro/images/articole/artid_1248191307.jpg" medium="image">
			<media:title type="html">Model de utilizator (4)</media:title>
		</media:content>
	</item>
		<item>
		<title>alegerea numelui</title>
		<link>http://malidali.wordpress.com/2009/10/29/alegerea-numelui/</link>
		<comments>http://malidali.wordpress.com/2009/10/29/alegerea-numelui/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:13:54 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=23</guid>
		<description><![CDATA[Numele site-ului va fi fotbal de treabă și va fi ținut la http://fotbal.detreaba.ro. Motivația? Avem un prieten.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=23&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Numele site-ului va fi <strong>fotbal de treabă</strong> și va fi ținut la <a href="http://fotbal.detreaba.ro">http://fotbal.detreaba.ro</a>.</p>
<p>Motivația? Avem un prieten. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=23&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/10/29/alegerea-numelui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>
	</item>
		<item>
		<title>motivația alegerii temei</title>
		<link>http://malidali.wordpress.com/2009/10/29/motiva%c8%9bia-alegerii-temei/</link>
		<comments>http://malidali.wordpress.com/2009/10/29/motiva%c8%9bia-alegerii-temei/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:04:09 +0000</pubDate>
		<dc:creator>ag0rex</dc:creator>
				<category><![CDATA[ioc]]></category>

		<guid isPermaLink="false">http://malidali.wordpress.com/?p=19</guid>
		<description><![CDATA[Ce ne-a determinat să ne alegem asta? Lipsa unui loc civilizat care să centralizeze tot ce ține de fotbalul românesc.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=19&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ce ne-a determinat să ne alegem asta? Lipsa unui loc <em>civilizat</em> care să centralizeze tot ce ține de fotbalul românesc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/malidali.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/malidali.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/malidali.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/malidali.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/malidali.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/malidali.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/malidali.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/malidali.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/malidali.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/malidali.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/malidali.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/malidali.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/malidali.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/malidali.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=malidali.wordpress.com&amp;blog=10086797&amp;post=19&amp;subd=malidali&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://malidali.wordpress.com/2009/10/29/motiva%c8%9bia-alegerii-temei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa2dea21e0c5dceeed368852500714f5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">ag0rex</media:title>
		</media:content>
	</item>
	</channel>
</rss>
