<?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>Zenedith&#039;s dev blog &#187; web</title>
	<atom:link href="http://zenedith.wordpress.com/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenedith.wordpress.com</link>
	<description>Dałem się namówić.., szatanowi chyba..</description>
	<lastBuildDate>Fri, 11 Dec 2009 18:12:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>pl</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='zenedith.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/72bc6bd0f96b285413a345195853df49?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Zenedith&#039;s dev blog &#187; web</title>
		<link>http://zenedith.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://zenedith.wordpress.com/osd.xml" title="Zenedith&#039;s dev blog" />
		<item>
		<title>Repozytorium kodu SVN &#8211; debian + apache2</title>
		<link>http://zenedith.wordpress.com/2009/08/22/repozytorium-kodu-svn-debian-apach2e/</link>
		<comments>http://zenedith.wordpress.com/2009/08/22/repozytorium-kodu-svn-debian-apach2e/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 11:28:57 +0000</pubDate>
		<dc:creator>zenedith</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://zenedith.wordpress.com/?p=531</guid>
		<description><![CDATA[Dziś na szybko o instalacji i konfiguracji repozytorium SVN jako modułu dla apache2.
Instalacja
Zakładając, że sam apache2 jest poprawnie skonfigurowany (o czym można przeczytać tutaj), należy dograć do systemu sam system kontroli wersji:
aptitude install subversion
Następnie będziemy potrzebować odpowiedniego modułu dla apache2 &#8211; ściągniemy go dzięki poleceniu:
aptitude install libapache2-svn
Po zrestartowaniu apache2 moduł automatycznie powinien zostać załadowany, co [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zenedith.wordpress.com&blog=2356819&post=531&subd=zenedith&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://zenedith.wordpress.com/2009/08/22/repozytorium-kodu-svn-debian-apach2e/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zenedith</media:title>
		</media:content>
	</item>
		<item>
		<title>Db_Table extends Zend_Db_Table_Abstract czyli..</title>
		<link>http://zenedith.wordpress.com/2009/07/03/db_table-extends-zend_db_table_abstract-czyli/</link>
		<comments>http://zenedith.wordpress.com/2009/07/03/db_table-extends-zend_db_table_abstract-czyli/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 18:27:23 +0000</pubDate>
		<dc:creator>zenedith</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[skrypty]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://zenedith.wordpress.com/?p=514</guid>
		<description><![CDATA[Postanowiłem jeszcze bardziej zautomatyzować proces przepływu danych dla klas wygenerowanych za pomocą Propela, dziedziczących funkcjonalność po Zend_Db_Table_Abstract.
W ten sposób powstała klasa Db_Table (tak po prostu), która oferuje:

 rekurencyjne dodawanie danych do tabeli bazowej i związanych z nią kluczami obcymi tabel
 rekurencyjne update&#8217;owanie tabeli bazowej i związanych z nią kluczami obcymi tabel
metody zwracające wszystkie dane (wiersz) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zenedith.wordpress.com&blog=2356819&post=514&subd=zenedith&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://zenedith.wordpress.com/2009/07/03/db_table-extends-zend_db_table_abstract-czyli/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zenedith</media:title>
		</media:content>
	</item>
		<item>
		<title>Generowanie klasy Zend_Db_Table_Abstract z uzyciem Propel&#8217;a.</title>
		<link>http://zenedith.wordpress.com/2009/06/30/generowanie-klasy-zend_db_table_abstract-z-uzyciem-propela/</link>
		<comments>http://zenedith.wordpress.com/2009/06/30/generowanie-klasy-zend_db_table_abstract-z-uzyciem-propela/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:16:44 +0000</pubDate>
		<dc:creator>zenedith</dc:creator>
				<category><![CDATA[scripts]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[skrypty]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://zenedith.wordpress.com/?p=507</guid>
		<description><![CDATA[Zend Framework jest naprawdę fajną biblioteką do tworzenia w technologii PHP.
Tematem tego wpisu będzie sposób na wygenerowanie klasy dziedziczącej po Zend_Db_Table_Abstract
 na podstawie schematu xml dla generatora Propel.
Zainspirował mnie do tego wpis ze strony bloga amnuts&#8217;a.
Przed przystąpieniem do pracy, wypadałoby zainstalować ten pakiet oraz dodatkowe wymagane &#8211; jest to opisane dokładnie tutaj.
Propel to ORM dla [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zenedith.wordpress.com&blog=2356819&post=507&subd=zenedith&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://zenedith.wordpress.com/2009/06/30/generowanie-klasy-zend_db_table_abstract-z-uzyciem-propela/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zenedith</media:title>
		</media:content>
	</item>
		<item>
		<title>Gettext w systemie szablonów Smarty.</title>
		<link>http://zenedith.wordpress.com/2009/01/02/gettext-w-systemie-szablonow-smarty/</link>
		<comments>http://zenedith.wordpress.com/2009/01/02/gettext-w-systemie-szablonow-smarty/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 18:16:50 +0000</pubDate>
		<dc:creator>zenedith</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://zenedith.wordpress.com/?p=358</guid>
		<description><![CDATA[Smarty to system szablonów dla php o którym można się trochę dowiedzieć z polskiego wiki. System szablonów to przede wszystkim rozdzielenie warstwy prezentacji strony www (kod html) od kodu logiki strony (kod php).
Gdy pokazywałem podstawy współpracy Gettext z php, wszystkie wywołania html były generowane z poziomu skryptu php &#8211; dobrze sprawdza się to przy bardzo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zenedith.wordpress.com&blog=2356819&post=358&subd=zenedith&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://zenedith.wordpress.com/2009/01/02/gettext-w-systemie-szablonow-smarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zenedith</media:title>
		</media:content>

		<media:content url="http://zenedith.files.wordpress.com/2009/01/smarty_html.jpg?w=362" medium="image">
			<media:title type="html">smarty_html</media:title>
		</media:content>
	</item>
		<item>
		<title>Gettext &#8211; tłumaczenia językowe w php5 dla Debiana i Windows.</title>
		<link>http://zenedith.wordpress.com/2009/01/02/gettext-tlumaczenia-jezykowe-w-php5-dla-debiana-i-windows/</link>
		<comments>http://zenedith.wordpress.com/2009/01/02/gettext-tlumaczenia-jezykowe-w-php5-dla-debiana-i-windows/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 01:21:03 +0000</pubDate>
		<dc:creator>zenedith</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://zenedith.wordpress.com/?p=311</guid>
		<description><![CDATA[Gettext to potężne i wydajne narzędzie do tworzenia wielojęzycznych (internacjonalizacji) tłumaczeń. Nie dotyczy to tylko aplikacji www tworzonych w php, lecz przede wszystkim aplikacji systemowych, czego przykładem jest katalog /usr/share/locale/ w systemach Linux.
Idea tłumaczeń z użyciem Gettext polega na sparsowaniu plików dla aplikacji/strony www, w którym teksty do tłumaczeń będą w jakiś szczególny sposób oznaczony. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zenedith.wordpress.com&blog=2356819&post=311&subd=zenedith&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://zenedith.wordpress.com/2009/01/02/gettext-tlumaczenia-jezykowe-w-php5-dla-debiana-i-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">zenedith</media:title>
		</media:content>
	</item>
	</channel>
</rss>