<?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/"
	>

<channel>
	<title>Zola&#039;s blog</title>
	<atom:link href="http://blog.zuola.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zuola.com</link>
	<description>You never know what you can do till you try.</description>
	<lastBuildDate>Sat, 14 Apr 2012 14:53:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to install Ushahidi on dreamhost server</title>
		<link>http://blog.zuola.com/2012/03/how-to-install-ushahidi-on-dreamhost-server.htm</link>
		<comments>http://blog.zuola.com/2012/03/how-to-install-ushahidi-on-dreamhost-server.htm#comments</comments>
		<pubDate>Fri, 23 Mar 2012 00:31:20 +0000</pubDate>
		<dc:creator>Zola</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[complain]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[ushahidi]]></category>

		<guid isPermaLink="false">http://blog.zuola.com/?p=14</guid>
		<description><![CDATA[I heard a lot of people talk about Ushahidi, in official site said that The Ushahidi Platform is an open source web application for information collection, vizualisation and interactive mapping, it allows people to collect and share their own stories using various &#8230; <p><a class="btn small" href="http://blog.zuola.com/2012/03/how-to-install-ushahidi-on-dreamhost-server.htm">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_15" class="wp-caption alignleft" style="width: 233px"><a href="http://blog.zuola.com/wp-content/uploads/2012/03/ushahidi-logo_small.png"><img class="box" title="ushahidi-logo_small" src="http://blog.zuola.com/wp-content/uploads/2012/03/ushahidi-logo_small.png" alt="ushahidi logo small" width="223" height="61" /></a><p class="wp-caption-text">ushahidi logo</p></div>
<p>I heard a lot of people talk about <a href="http://www.ushahidi.com/">Ushahidi</a>, in official site said that The Ushahidi Platform is an open source web application for information collection, vizualisation and interactive mapping, it allows people to collect and share their own stories using various mediums such as SMS, Web Forms, Email or Twitter. so I try to install it on my Dreamhost hosting server. it is have iOS application, it is universal application means work well with iPhone/iPod/iPad once download.</p>
<p>go to <a href="http://download.ushahidi.com/">http://download.ushahidi.com/</a> then download Ushahidi, unzip,  open readme.html file, check out Required Extensions, <a href="http://www.dreamhost.com/r.cgi?169554">Dreamhost</a> offer all of bellowing php extensions:</p>
<ol>
<li><a href="http://php.net/pcre">PCRE</a> must be compiled with –enable-utf8 and –enable-unicode-properties for UTF-8 functions to work properly.</li>
<li><a href="http://php.net/iconv">iconv</a> is required for UTF-8 transliteration.</li>
<li><a href="http://php.net/mcrypt">mcrypt</a> is required for encryption.</li>
<li><a href="http://php.net/spl">SPL</a> is required for several core libraries.</li>
<li><a href="http://php.net/mbstring">mbstring</a> which speeds up Kohana's UTF-8 functions.</li>
<li><a href="http://php.net/mysql">MySQL</a> which is required for database access.</li>
<li><a href="http://php.net/imap">IMAP</a> which is required for email functionality.</li>
</ol>
<p>and have to chmod bellow files to 777  ,make sure those folders writable,</p>
<p>chmod -R 777 application/config<br />
chmod -R 777 application/cache<br />
chmod -R 777 application/logs<br />
chmod -R 777 media/uploads<br />
chmod 777 .htaccess</p>
<p>&nbsp;</p>
<p>last night I tried many times to install Ushahidi, I follow all instructions but still  failed , always show me "500 Internal Server Error" even go to http://[Your Ushahidi URL]/installer on on begin,</p>
<ol>
<li>I try to remove .htaccess the I can finish installer process , but I can't login to /ushahidi/admin</li>
<li>I try to change site_domain on config.php, always show me  Internal Server Error</li>
<li>I try to change index_page to index.php on config, Can't login</li>
<li>I try to change RewriteBase /ushahidi/ to "RewriteBase /" on .htaccess, still show me  Internal Server Error</li>
<li>I try to comment "RewriteRule .* index.php/$0 [PT,L]" on .htaccess, show me Internal Server Error</li>
<li>I try to remove "RewriteRule .* index.php/$0 [PT,L]"  and add "RewriteRule ^(.+)$ index.php?kohana_uri=$1 [L]" on .htaccess, show me Internal server error</li>
<li>I try to download newest version from <a href="https://github.com/ushahidi/Ushahidi_Web">https://github.com/ushahidi/Ushahidi_Web</a> ,it doesn't work</li>
<li>I try to comment "Options +FollowSymlinks", it is work!</li>
</ol>
<div>what a stupid Ushahiti is! <a href="http://forums.ushahidi.com/topic/page-not-found-with-admin">there are a lot of user talk about that issue </a>for years in forums.ushahidi.com but still haven't official solution, I have  to blog it on my blog,offer a solution and hope anyone can happy.</div>
<div></div>
<div>Patching solutions and the key point is :</div>
<div>
<ol>
<li>remove or comment "RewriteRule .* index.php/$0 [PT,L] " from .htaccess</li>
<li>add "RewriteRule ^(.+)$ index.php?kohana_uri=$1 [L]" on .htaccess</li>
<li>remove or comment"Options +FollowSymlinks",</li>
<li>after installing, creat a new account, the go to dh_phpmyadmin copy new user's password hash code to Administror's password, then login with admin and new password. in my experience , default username and password doesn't work.</li>
<li>enjoy it.</li>
</ol>
</div>
<p>I am beginner of Ushahidi and hope Ushahidi getting better,I hope someone from Ushahidi leave a message and tell me truth: why not put kohana_uri behind index.php?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zuola.com/2012/03/how-to-install-ushahidi-on-dreamhost-server.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disable post id increase automatically</title>
		<link>http://blog.zuola.com/2011/10/disable-post-id-increase-automatically.htm</link>
		<comments>http://blog.zuola.com/2011/10/disable-post-id-increase-automatically.htm#comments</comments>
		<pubDate>Tue, 18 Oct 2011 14:44:42 +0000</pubDate>
		<dc:creator>Zola</dc:creator>
				<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://blog.zuola.com/?p=13</guid>
		<description><![CDATA[wordpress make me in trouble ,for example, when I write blog post online, the post id increase automatically,I try google a solutions in blogsearch.google.com, I get a method finaly, but I am not sure it is work. copy below code &#8230; <p><a class="btn small" href="http://blog.zuola.com/2011/10/disable-post-id-increase-automatically.htm">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
			<content:encoded><![CDATA[<p>wordpress make me in trouble ,for example, when I write blog post online, the post id increase automatically,I try google a solutions in blogsearch.google.com, I get a method finaly, but I am not sure it is work.</p>
<p>copy below code into funtions.php , step by step , wp-amdin --&gt; appearance --&gt; editor --&gt; Theme Functions, added below code</p>
<blockquote><p>/* 关闭自动保存和修订版本 */<br />
remove_action('pre_post_update', 'wp_save_post_revision' );<br />
add_action( 'wp_print_scripts', 'disable_autosave' );<br />
function disable_autosave() {<br />
wp_deregister_script('autosave');<br />
}</p></blockquote>
<p>I am put this notes here, now post  id is 13, will it increase after save draft ? hope not. let me wait for minutes。</p>
<p>after 30 minutes,modify post many times,</p>
<p>ok, seems it is work now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zuola.com/2011/10/disable-post-id-increase-automatically.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to export your blog article from google reader?</title>
		<link>http://blog.zuola.com/2010/12/how-to-export-your-blog-article-from-google-reader.htm</link>
		<comments>http://blog.zuola.com/2010/12/how-to-export-your-blog-article-from-google-reader.htm#comments</comments>
		<pubDate>Sun, 12 Dec 2010 07:24:39 +0000</pubDate>
		<dc:creator>Zola</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[ATOM]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://blog.zuola.com/?p=9</guid>
		<description><![CDATA[step by step: Locate your blog rss address ,ex: http://feed.zuola.com/ Make a simple web page, add code with below format : &#60;a href="http://www.google.com/reader/atom/feed/http://feed.zuola.com/?n=3721" &#62;save as atom &#60;/a&#62; , red block is your blog rss address,replace it with your rss address, &#8230; <p><a class="btn small" href="http://blog.zuola.com/2010/12/how-to-export-your-blog-article-from-google-reader.htm">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
			<content:encoded><![CDATA[<p>step by step:</p>
<ol>
<li>Locate your blog rss address ,ex: http://feed.zuola.com/</li>
<li>Make a simple web page, add code with below format : &lt;a href="http://www.google.com/reader/atom/feed/<span style="color: #ff0000;">http://feed.zuola.com/</span>?n=<span style="color: #339966;">3721</span>" &gt;save as atom &lt;/a&gt; , red block is your blog rss address,replace it with your rss address,  green block is your maximum article number,you can change it to 10,000 if you want;</li>
<li>Login to http://reader.google.com with your google account;</li>
<li>Open your web page , click   "save as atom " with right button,then you get a atom format file ,another simple ways is, sent a mail to yourself, body is a link like this http://www.google.com/reader/atom/feed/http://feed.zuola.com/?n=3721 , click   "save as atom " with right button when you receive your email.</li>
<li>upload atom format file to your own site, get a link</li>
<li>Going to  <a href="http://atom2rss.semiologic.com/">http://atom2rss.semiologic.com/</a> ,Specify your atom format file location URL, convert it ,get rss format file,transform done.</li>
<li>Finally, we get all of your blog article with rss format, we can import to most blog ,include wordpress ,or blogger.com</li>
</ol>
<p>That idea is from <a href="http://blog.youxu.info/">you xu</a> 's wufetcher.py  ，source code form here： <a href="http://www.youxu.info/wufetcher.txt">http://www.youxu.info/wufetcher.txt</a> ，I can't run wufetcher.py correctly in my server, so a write a manually method doing same thing, hope it give some help to you.</p>
<p>Xuyou has export Aiweiwei's sina blog from google reader : <a title="Permanent Link to 艾未未新浪博客的一些数据统计" rel="bookmark" href="http://blog.youxu.info/2009/07/04/aiweiwe/">http://blog.youxu.info/2009/07/04/aiweiwe/</a></p>
<p>here link is a backup of Aiweiwei's sina blog : <a href="http://aiweiweiai.wordpress.com/">http://aiweiweiai.wordpress.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zuola.com/2010/12/how-to-export-your-blog-article-from-google-reader.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>about non government organization in China</title>
		<link>http://blog.zuola.com/2010/03/non-government-organization.htm</link>
		<comments>http://blog.zuola.com/2010/03/non-government-organization.htm#comments</comments>
		<pubDate>Sat, 13 Mar 2010 11:30:27 +0000</pubDate>
		<dc:creator>Zola</dc:creator>
				<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://blog.zuola.com/?p=6</guid>
		<description><![CDATA[A few days ago, I was met a guy from Facebook, he were know my name after Hillary Clinton Speech ,and give me lot of praises, and will give me some help if I need. I said, I just do &#8230; <p><a class="btn small" href="http://blog.zuola.com/2010/03/non-government-organization.htm">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I was met a guy from Facebook, he were know my name after Hillary Clinton Speech ,and give me lot of praises, and will give me some help if I need. I said, I just do something for fun,for myself, maybe sometimes is also useful for other people. of course I need money, but I am always do something by single person, I can't accept money from foreign NGO, if I build a team or organization to accept donations,may get arrest and questions . Independents individual or organizaion it is very difficult to live  in China ,will get financial problem, and policy problem form government, Chinese government do a lot of  research about NGO to make sure that there isn't risk form independent organization , to make sure everything under the control.</p>
<p>In China, independent person was called dissidents, independent organization was called "illegal organization", both of them will get trouble.</p>
<p>Today, I was heard a <a href="http://twitter.com/wanghaoxuan/status/10415847612">messages from twitter,</a></p>
<blockquote><p>政法委今年维稳重点除传统的“疆独、藏独、台独、轮子及民运”这“五毒”、民族分裂、宗教极端和恐怖主义「三股势力」外，还加入“维权军人组织、地下工会和农民上访团体”这“工农兵内三股势力”</p></blockquote>
<p>That news source said this year,Politics and Law Committee of China  focus on five traditional organization to holding stability,</p>
<ol>
<li>East Turkistan separatists;</li>
<li>Tibetan separatist;</li>
<li>Taiwan separatists;</li>
<li>Falun Gong;</li>
<li> Democratic Movement.</li>
</ol>
<p>and three evil forces:</p>
<ol>
<li> ethnic separatism;</li>
<li>religious extremism;</li>
<li>terrorism.</li>
</ol>
<p>but add new three evil forces</p>
<ol>
<li> rights the military organization;</li>
<li> underground trade unions;</li>
<li> farmers in petitioning groups.</li>
</ol>
<p>in fact,very funny ,these additional evil forces are "Workers, peasants, soldiers,"  they had support for Chinese Communist Party in 60 years . I think every organizations will be government's enemy if they looking for independent. seems our government wanna control every parties and organizations, but it will be biggest target of others finally.</p>
<p>The government is very powerful and evil, how can I improve our country? I think freedom speech and news transparence is very inportant, I want do some debate  with government,or with anyone any organization, if vevryone think about our country future and do something,our environment will be change. we need change,need improve, need debate,need express our mind. so, debate and comment about social problem detail is very important, and safely. I worried about revolution but evolution are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zuola.com/2010/03/non-government-organization.htm/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Hello English world!</title>
		<link>http://blog.zuola.com/2010/03/hello-english-world.htm</link>
		<comments>http://blog.zuola.com/2010/03/hello-english-world.htm#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:58:05 +0000</pubDate>
		<dc:creator>Zola</dc:creator>
				<category><![CDATA[thinking]]></category>

		<guid isPermaLink="false">http://blog.zuola.com/?p=1</guid>
		<description><![CDATA[hi,I am Zola , The Zola, is me! many people said shame on me because  I can't speak English very well,yes ,I am not always thinking in English, but I will try my best. so,I will record my thinking in &#8230; <p><a class="btn small" href="http://blog.zuola.com/2010/03/hello-english-world.htm">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
			<content:encoded><![CDATA[<p>hi,I am <a href="http://en.wikipedia.org/wiki/Zhou_Shuguang">Zola</a> , The Zola, is me! many people said shame on me because  I can't speak English very well,yes ,I am not always thinking in English, but I will try my best. so,I will record my thinking in English, and want communicate with foreign people,I want to be international. of course, grammar is not important,I think many foreign people will guess,I will keep writing ,reading,talking,my English level will improve. here is my English blog <a href="http://blog.zuola.com/">http://blog.zuola.com/</a></p>
<p>Ok,let me introduce myself, I was born in 1981, Hunan Province,China, Male, below is my resume,as you guess,it is not writen by me <img src='http://blog.zuola.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="padding-left: 30px;"><a href="http://en.wikipedia.org/wiki/Zhou_Shuguang">Zhou Shuguang</a>, a.k.a. Zola, is a self-taught internet technologist and former    network administrator who received his certification as a network engineer in    2004. Since May 2004, Zola has maintained a blog at <a href="http://www.zuola.com/">http://www.zuola.com</a> where he shares often useful and interesting information, occasionally focused    on social issues. In 2007, Zola reported on what was being called "the    most awesome nail house in history" in Chongqing, subsequently attracting    the attention of traditional media. Since then, Zola has participated on the    reports of various sensitive stories and breaking news events such as the "Resist    P-Xylene Plant" Demonstration in Xiamen, the Yilishen scandal in Shenyang,    the "Weng'an Uproar", the CCTV headquarters fire, the stabbing of    a prominent blogger in Qianliexian, and the news of Hangzhou resident Tan Zhuo    who was killed by a speeding sports car. By reporting on these and other events,    through various social networking platforms, Zola has since received widespread    international attention. He is one of the many veterans fighting the censorship    of news and Internet restrictions in China. Zola has received interviews by    both domestic and international media, and is the subject of much academic discussion    in the area of new media. Zola has been invited to Beijing Foreign Studies University,    Beijing University, Tianjin Normal University to exchange with journalism students.    Zola continues to host seminars on new media technology in Beijing, Guangzhou    and throughout mainland China. At present, Zola has been providing independent    blog services and other technical training services for netizens.</p>
<p>okay,now,there is a question, what do you want in this blog? photography? landscape? joke? news? story?  no idea ? no suggestion?  ok,  I should make decision by myself ,I am not sure what is happen in the future, anything will share in this blog.</p>
<p>PS: Dont' forget  subscribe my rss <a href="http://blog.zuola.com/feed">http://blog.zuola.com/feed</a> in<a href="http://www.google.com/reader/view/#stream/feed%2Fhttp%3A%2F%2Fblog.zuola.com%2Ffeed"> Google Reader</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zuola.com/2010/03/hello-english-world.htm/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

