<?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>嘻来嚷往国际版 &#187; 网站建设</title>
	<atom:link href="http://xirang.us/tag/%e7%bd%91%e7%ab%99%e5%bb%ba%e8%ae%be/feed" rel="self" type="application/rss+xml" />
	<link>http://xirang.us</link>
	<description>if you see something, say something.</description>
	<lastBuildDate>Fri, 11 Jun 2010 14:23:04 +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>利用cPanel Cron jobs定时备份和优化网站程序以及数据</title>
		<link>http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs</link>
		<comments>http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs#comments</comments>
		<pubDate>Sun, 03 Jan 2010 13:06:47 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[信息时代]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Cron jobs]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[网站建设]]></category>

		<guid isPermaLink="false">http://xirang.us/?p=1464</guid>
		<description><![CDATA[如今最优秀的主机面板cPanel已经越来越普及了，如果您有幸用上了采用cPanel面板的主机，那么其中的Cron jobs模块就是雪中送炭了。您不但可以使用Cron jobs结合Linux bash shell脚本更加细致地控制各种自动定时作业——备份数据库、优化数据库和备份网站程序，还可以永久性地省掉几个Wordpress插件，提高Wordpress的运行速度。]]></description>
			<content:encoded><![CDATA[<p>本文发表在<a href="http://xirang.us" target="_blank">嘻来嚷往国际版</a>，作者<a href="http://xirang.us/author/tim" target="_blank">Tim</a>。您可以<a href="http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs#comments" target="_blank">参与本文评论</a>或是follow本站的<a href="https://twitter.com/xirang" target="_blank" title="嘻来嚷往官方Twitter">Twitter帐号</a>。<br />
<hr size="1" color="#bd1016"/></p>
<p>
	当广大Wordpresser欢欣鼓舞地升级到2.9，享受着在线图片编辑器、回收站等一系列新功能的时候，却发现Wordpress的生理周期突然失调了&mdash;&mdash;以前她能够自动地定时为我们发布文章、清除缓存、备份数据库等等等等，而现在这一切都需要我们手工完成。经过在Wordpress官方论坛一番搜寻，发现原来这是Wordpress 2.9的大BUG&mdash;&mdash;定时模块失效&hellip;&hellip;
</p>
<p>
	又，最近在国内互联网&ldquo;扫黄打非&rdquo;的狂风暴雨下，个人网站的站长们被弄得一个个诚惶诚恐，一觉醒来说不定域名就&ldquo;被&rdquo;停止解析，服务器就&ldquo;被&rdquo;关停！所以，及时备份网站的程序和数据对于当下的中国站长们极为重要，然而Wordpress 2.9偏偏又在这当口来一个定时模块失效，这的确是雪上加霜！
</p>
<p style="text-align: center;">
	<a href="http://cpanel.net/" target="_blank"><img alt="CPanel" class="alignnone size-full wp-image-1465" height="71" src="http://xirang.us/media/2010/01/cpanel.jpg" style="" title="CPanel" width="761" /></a>
</p>
<p>
	不过，如今最优秀的主机面板cPanel已经越来越普及了，如果您有幸用上了采用cPanel面板的主机，那么其中的Cron jobs模块就是雪中送炭了。您不但可以使用Cron jobs结合Linux bash shell脚本更加细致地控制各种自动定时作业&mdash;&mdash;<a href="http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs#dbbackup">备份数据库</a>、<a href="http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs#dbopt">优化数据库</a>和<a href="http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs#progbackup">备份网站程序</a>，还可以永久性地省掉几个Wordpress插件，提高Wordpress的运行速度。
</p>
<h1>
	<a name="dbbackup"></a>定时自动备份MySQL数据库<br />
</h1>
<p>
	<img alt="Cron jobs" class="alignnone size-full wp-image-1466" height="187" src="http://xirang.us/media/2010/01/cron-jobs.jpg" style="cursor: default; float: right;" title="Cron jobs" width="508" />如右图所示，首先请在您的cPanel面板中的Advanced部分找到Cron jobs。点击进入，您就会看到Cron jobs的操作页面，不过先别着急，我们要首先编写备份网站数据库的Linux bash shell脚本。
</p>
<p>
	我们需要首先用mysqldump命令导出整个数据库至一个文本文件，然后用压缩工具将数据文件压缩打包，最后用mutt命令将数据库压缩包发送至您指定的电子邮件地址。
</p>
<p>
	现在我们开始，请用远程登录软件（如SecureCRT、Putty）或者FTP软件（如FileZilla、FireFTP）连接到您的主机，并创建一个存储备份脚本和临时文件的文件夹，比如我在我的主机根目录建立了一个backup目录。根据cPanel主机的文件夹格式，该目录的绝对路径应为/home/cPanel登录名/backup。
</p>
<p>
	下面以/home/xirangus/backup目录为例。请打开任意一个文本编辑软件，录入如下内容。[XXX]处请更换为您的真实数据（去掉[和]）。<span id="more-1464"></span>
</p>
<div class="entry">
<div class="entry">
<style>.codecolorer,.codecolorer-container table td.line-numbers{padding:5px}.codecolorer,.codecolorer-container{text-align:left}code.codecolorer{padding:2px}.codecolorer-container{margin-bottom:10px;border:1px solid #9f9f9f}.codecolorer-container *,.codecolorer-container,.codecolorer *,.codecolorer{font:13px/1.4em Monaco,Lucida Console,monospace}.codecolorer-container table,.codecolorer-container table td,.codecolorer-noborder table td.line-numbers,.codecolorer-noborder{border:0}.codecolorer-container table td{margin:0;padding:0}.codecolorer-container table td.line-numbers{text-align:right;background:#eee;color:#888;border-right:1px solid #9f9f9f}.codecolorer-container table td.line-numbers div{width:23px}.dawn .codecolorer,.dawn{background:#f9f9f9}.dawn .codecolorer,.dawn,code.dawn .sy0,code.dawn .br0,.dawn .codecolorer .sy0,.dawn .codecolorer .br0{color:#080808}code.dawn .coMULTI,code.dawn .co4,code.dawn .co3,code.dawn .co2,code.dawn .co1,code.dawn .co0,.dawn .codecolorer .coMULTI,.dawn .codecolorer .co4,.dawn .codecolorer .co3,.dawn .codecolorer .co2,.dawn .codecolorer .co1,.dawn .codecolorer .co0{color:#5a525f;font-style:italic}code.dawn .re3,code.dawn .nu0,.dawn .codecolorer .re3,.dawn .codecolorer .nu0,.dawn .xml .re0{color:#811f24}code.dawn .es1,code.dawn .es0,code.dawn .st_h,code.dawn .st0,.dawn .codecolorer .es1,.dawn .codecolorer .es0,.dawn .codecolorer .st_h,.dawn .codecolorer .st0{color:#0b6125}code.dawn .me2,code.dawn .me1,.dawn .codecolorer .me2,.dawn .codecolorer .me1{color:#bf4f24}code.dawn .sy1,code.dawn .kw2,code.dawn .kw1,.dawn .codecolorer .sy1,.dawn .codecolorer .kw2,.dawn .codecolorer .kw1{color:#794938}code.dawn .re2,code.dawn .kw5,code.dawn .kw4,code.dawn .kw3,.dawn .codecolorer .re2,.dawn .codecolorer .kw5,.dawn .codecolorer .kw4,.dawn .codecolorer .kw3,.dawn .xml .re1{color:#a71d5d}code.dawn .re1,code.dawn .re0,.dawn .codecolorer .re1,.dawn .codecolorer .re0{color:#234a97}</style>
<div class="codecolorer-container bash dawn" style="overflow: auto; white-space: nowrap; width: 860px;">
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="line-numbers">
<div>
								1<br />
								2<br />
								3<br />
								4<br />
								5<br />
								6
							</div>
</td>
<td>
<div class="bash codecolorer" style="white-space: nowrap;">
								<span class="kw3">cd</span> <span class="sy0">/</span>home<span class="sy0">/</span>xirangus<span class="sy0">/</span>backup <span class="co0">#切换到工作目录</span><br />
								<span class="re2">stamp</span>=$<span class="br0">(</span><span class="kw2">date</span> + <span class="sy0">%</span>y<span class="sy0">%</span>m<span class="sy0">%</span>d<span class="br0">)</span> <span class="co0">#获取当前日期</span><br />
								mysqldump -u<span class="br0">[</span>数据库用户名<span class="br0">]</span> -p<span class="br0">[</span>数据库密码<span class="br0">]</span> <span class="br0">[</span>数据库名<span class="br0">]</span> <span class="sy0">&gt;</span> &nbsp;db_backup_<span class="re1">$</span><span class="re2">stamp</span>.sql <span class="co0">#导出数据库</span><br />
								<span class="kw2">bzip2</span> <span class="re5">-z</span> <span class="re5">-9</span> <span class="re5">-f</span> db_backup_<span class="re2">$stamp</span>.sql <span class="co0">#压缩数据库</span><br />
								mutt <span class="br0">[</span>电子邮件地址<span class="br0">]</span> <span class="re5">-a</span>&nbsp;db_backup_<span class="re1">$</span><span class="re2">stamp</span>.sql.bz2 <span class="re5">-s</span> <span class="st0">&quot;Database Backup&quot;</span> <span class="co0">#邮件发送</span><br />
								<span class="kw2">rm</span> db_backup_<span class="re1">$suffix</span>.sql.bz2 <span class="co0">#移除临时文件</span>
							</div>
</td>
</tr>
</tbody>
</table></div>
<p>
			其中第4行采用了bzip2来压缩数据，如果您的主机不支持bzip2，请更换为使用tar或zip等命令来压缩数据，具体情况请咨询您的主机商。
		</p>
<p>
			脚本录入完毕后，请将其保存，比如我将其命名为dbbackup.sh。然后上传到刚刚建立的/home/xirangus/backup目录下，并<strong>更改该脚本文件的权限为755</strong>。
		</p>
<p>
			大功快要告成，现在请点击cPanel中的Cron jobs图标，选择Standard进入标准模式。将/home/xirangus/backup/dbbackup.sh填入Command to run中，并选择定时运行方式，如下图。
		</p>
<p style="text-align: center;">
			<img alt="Add Cron Jobs/添加定时工作项目" class="alignnone size-full wp-image-1467" height="502" src="http://xirang.us/media/2010/01/cron-jobs-add.png" title="Add Cron Jobs/添加定时工作项目" width="758" />
		</p>
<p>
			这里的时间是以服务器的时区为准，所以您需要自己换算一下。嘻来嚷往所在的<a href="http://xirang.us/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>的数据中心位于美国中部时区，比中国标准时间晚14个小时，所以按照上图设置，每天中国标准时间晚上8点，嘻来嚷往的数据库备份邮件就会自动被发送到我的邮箱里。
		</p>
<h1>
			<a name="dbopt"></a>定时自动优化MySQL数据库<br />
		</h1>
<p>
			频繁地对数据库进行各种操作，会使数据库产生一些错误和冗余数据而导致性能下降，因此及时修复和优化数据库也是非常必要的。我们可以采用mysqlcheck命令对MySQL数据库进行修复和优化。脚本文件如下。
		</p>
<div class="entry">
<div class="codecolorer-container bash dawn" style="overflow: auto; white-space: nowrap; width: 860px;">
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="line-numbers">
<div>
									1<br />
									2
								</div>
</td>
<td>
<div class="bash codecolorer" style="white-space: nowrap;">
									mysqlcheck -u<span class="br0">[</span>数据库用户名<span class="br0">]</span> -p<span class="br0">[</span>数据库密码<span class="br0">]</span> <span class="re5">&#8211;auto-repair</span> <span class="re5">&#8211;database</span> <span class="br0">[</span>数据库名<span class="br0">]</span> <span class="co0">#检查并自动修复数据库</span><br />
									mysqlcheck -u<span class="br0">[</span>数据库用户名<span class="br0">]</span> -p<span class="br0">[</span>数据库密码<span class="br0">]</span> <span class="re5">-o</span> <span class="re5">&#8211;database</span> <span class="br0">[</span>数据库名<span class="br0">]</span> <span class="co0">#优化数据库</span>
								</div>
</td>
</tr>
</tbody>
</table></div>
<p>
				如何让Cron jobs自动运行脚本就不再赘述了。
			</p>
</p></div>
<h1>
			<a name="progbackup"></a>定时自动备份网站程序<br />
		</h1>
<p>
			有了前面数据库的列子，备份程序文件就简单多了，稍稍修改一下脚本文件就行了。还是以Wordpress为例吧，一般我们修改得最多的就是主题文件，所以我们就让Cron jobs定时备份Wordpress的themes文件夹吧。直接给出脚本文件。
		</p>
<div class="entry">
<div class="codecolorer-container bash dawn" style="overflow: auto; white-space: nowrap; width: 860px;">
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="line-numbers">
<div>
									1<br />
									2<br />
									3<br />
									4<br />
									5<br />
									6
								</div>
</td>
<td>
<div class="bash codecolorer" style="white-space: nowrap;">
									<span class="kw3">cd</span> <span class="sy0">/</span>home<span class="sy0">/</span>xirangus<span class="sy0">/</span>backup <span class="co0">#切换工作目录</span><br />
									<span class="re2">stamp</span>=$<span class="br0">(</span><span class="kw2">date</span> + <span class="sy0">%</span>y<span class="sy0">%</span>m<span class="sy0">%</span>d<span class="br0">)</span> <span class="co0">#获取当前日期</span><br />
									<span class="kw2">tar</span> <span class="re5">-cvf</span> theme_<span class="re1">$stamp</span>.tar <span class="sy0">/</span>home<span class="sy0">/</span>xirangus<span class="sy0">/</span>public_html<span class="sy0">/</span>wp-content<span class="sy0">/</span>themes <span class="co0">#打包主题目录</span><br />
									<span class="kw2">bzip2</span> <span class="re5">-z</span> <span class="re5">-9</span> <span class="re5">-f</span> theme_<span class="re1">$stamp</span>.tar <span class="co0">#压缩</span><br />
									mutt [电子邮件地址] <span class="re5">-a</span> theme_<span class="re1">$stamp</span>.tar.bz2 <span class="re5">-s</span> <span class="st0">&quot;Themes Backup&quot;</span> <span class="co0">#邮件发送</span><br />
									<span class="kw2">rm</span> theme_<span class="re1">$stamp</span>.tar.bz2 <span class="co0">#移除临时文件</span>
								</div>
</td>
</tr>
</tbody>
</table></div>
</p></div>
</p></div>
</div>
<p>
	虽然tar命令可以使用-j参数进行bzip2的打包+压缩，但是不能指定压缩级别，所以我还是采用了tar先打包，接着使用bzip2最高级别压缩的方式。
</p>
<p>
	就介绍这么多吧，如果您熟悉Linux，那么您还可以尽情发挥，让Cron jobs完成更多的自动定时作业，使网站的运行更加高效和有保障。
</p>
<div style="clear:both">
<h3>著作权信息（站外使用本文请保留以下内容）</h3>
<hr size="2" />
<table width="100%">
<tbody>
<tr>
<td>文章作者：<a  href="http://xirang.us/author/tim">Tim</a><br />原始站点：<a title="嘻来嚷往" href="http://xirang.us/" target="_self">嘻来嚷往 &#8211; IF YOU SEE SOMETHING, SAY SOMETHING.</a><br />原文标题：利用cPanel Cron jobs定时备份和优化网站程序以及数据<br />发表日期：2010年01月03日<br />原文链接：<a href="http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs" >http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs</a></td>
<td class="author_img"><center><img alt='' src='http://0.gravatar.com/avatar/6f9a9d5526438d3a59313a2603020217?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></center></td>
</tr>
<tr>
<td>版权协议：本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/" target="_blank">知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议</a>进行许可，作品中的文字和图像若非明确指出著作权归属则均受到该协议<a title="知识共享协议法律文本" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/legalcode" target="_blank">法律文本</a>的保护。站外使用请严格遵守协议，<a href="http://xirang.us/" target="_self">嘻来嚷往</a>站保留诉诸法律的权利！如有异议请与站长<a title="联系我们" href="http://xirang.us/affairs" target="_self">联系</a>。</td>
<td><center><img src="http://i.creativecommons.org/l/by-nc-nd/2.5/cn/88x31.png" alt="BY-NC-ND" /></center></td>
</tr>
</tbody>
</table>
<hr size="2" /></div>
<p style="text-align:center"><a href="http://clustrmaps.com/counter/maps.php?url=http://xirang.us" id="clustrMapsLink" title="嘻来嚷往双站总独立IP访问量" target="_blank"><img src="http://clustrmaps.com/counter/index2.php?url=http://xirang.us" alt="" id="clustrMapsImg" /></a><img src="http://nojsstats.appspot.com/UA-9442677-1/xirang.us" alt="" /></p>
<img src="http://xirang.us/?ak_action=api_record_view&id=1464&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://xirang.us/2010/01/backup-and-optimize-website-by-cpanel-cron-jobs/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>WP Super Cache之诡异GZip压缩包下载BUG</title>
		<link>http://xirang.us/2009/12/peculiar-gzip-download-bug-of-wp-super-cache</link>
		<comments>http://xirang.us/2009/12/peculiar-gzip-download-bug-of-wp-super-cache#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:00:55 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[信息时代]]></category>
		<category><![CDATA[编程开发]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[网站建设]]></category>

		<guid isPermaLink="false">http://xirang.us/?p=1422</guid>
		<description><![CDATA[WP Super Cache 0.9.8导致浏览器无法打开基于Wordpress架设的网站，而是提示访问者下载GZip压缩包，该压缩包解压后，为网站首页的html文档。并且任何内核的浏览器都可能出现此情况。]]></description>
			<content:encoded><![CDATA[<p>本文发表在<a href="http://xirang.us" target="_blank">嘻来嚷往国际版</a>，作者<a href="http://xirang.us/author/tim" target="_blank">Tim</a>。您可以<a href="http://xirang.us/2009/12/peculiar-gzip-download-bug-of-wp-super-cache#comments" target="_blank">参与本文评论</a>或是follow本站的<a href="https://twitter.com/xirang" target="_blank" title="嘻来嚷往官方Twitter">Twitter帐号</a>。<br />
<hr size="1" color="#bd1016"/></p>
<p>请各个基于Wordpress架设并且开启了WP Super Cache插件进行提速的网站的站长们注意，在嘻来嚷往热心读者的帮助下，我们发现了WP Super Cache 0.9.8版本所引入的一个十分诡异和难以察觉的BUG！</p>
<p style="text-align: center; "><a href="http://xirang.us/media/2009/12/bug-fest.jpg"><img alt="bug-fest" class="alignnone size-full wp-image-1424" height="548" src="http://xirang.us/media/2009/12/bug-fest.jpg" title="bug-fest" width="600" /></a></p>
<h2>前提条件</h2>
<ol>
<li>WP Super Cache Status: 开启</li>
<li>Super Cache Compression: 开启</li>
<li>Expiry Time &amp; Garbage Collection: 较长，比如嘻来嚷往设定为86400秒（一天）</li>
</ol>
<p>如果您Wordpress网站的WP Super Cache设置符合上述三个条件，请向贵站的读者咨询他们在访问网站时是否出现过以下（比较罕见，就算您自己刷新网站100次可能也不会出现，所以做好求助于网站的大量访问者）</p>
<h2>现象</h2>
<p>浏览器无法打开网站，而是提示访问者<strong>下载GZip压缩包</strong>，该压缩包解压后，为网站首页的html文档。并且任何内核的浏览器都可能出现此情况。<span id="more-1422"></span></p>
<p>如果收到了上诉现象的报告，那么恭喜您的网站中招了！尽管进入WP Super Cache设置页面，<strong>清除缓存</strong>后GZip压缩包下载现象立即消失，但是<strong>不久后又会出现<span class="Apple-style-span" style="font-weight: normal; ">；并且一旦出现过一次这样的情况，就算关闭WP Super Cache的Super Cache Compression选项试图亡羊补牢却仍然无济于事。</span></strong></p>
<p>半个月前，本站访问者开始报告这个现象，当时凭直觉断定肯定是WP Super Cache的问题，但问题在哪里并不清楚，只好彻底卸载WP Super Cache后全新安装，并关闭Super Cache Compression选项，这样似乎持续了一个星期问题未再出现。</p>
<p>可是后来再次出现很多遇到了GZip压缩包下载的现象报告，崩溃之余开始搜索，无果！只好去WP Super Cache的支持论坛一页页翻看，终于发现一位外国老兄也也遇到了<a href="http://wordpress.org/support/topic/334359" target="_blank">这个情况</a>。但是插件作者坚称这不是WP Super Cache的BUG，其原话如下：</p>
<blockquote>
<p><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 14px; line-height: 22px; ">Very very occasionally, the front page becomes a gzip file that downloads. It happened here once and I examined the cache file. There was nothing wrong with it. It was perfect. I suspect Apache and mod_rewrite got confused somehow but clearing the cache fixed it. The file generated after was exactly the same size as the old one, so no chance it got &ldquo;double gzipped&rdquo;.</span></p>
</blockquote>
<h2>解决方案</h2>
<p>我就纳闷了，服务器配置未更改过、Wordpress主程序也未升级过，外部环境都没改变，可是WP Super Cache升级到0.9.8就出现这个问题，难道不是它的BUG？这BUG真够诡异，连作者自己都无法找到问题的根源，只能坚称这是Apache的问题，不过他还是给出了一个<strong>指标不治本</strong>的解决方案。</p>
<p>打开/wp-contents/wp-cache-config.php文件，在其中加入下面这行代码：</p>
<p>[cc lang=&quot;PHP&quot;]$wp_super_cache_advanced_debug = 1;[/cc]</p>
<p>接着进入WP Super Cache设置页面，将看到以下<strong>Advanced</strong>部分</p>
<p style="text-align: center; "><a href="http://xirang.us/media/2009/12/wpsc-advanced.jpg"><img alt="wpsc-advanced" class="alignnone size-full wp-image-1423" height="305" src="http://xirang.us/media/2009/12/wpsc-advanced.jpg" title="wpsc-advanced" width="606" /></a></p>
<p>开启之后，WP Super Cache将每隔五分钟检查一次网站首页，并在首页数据中搜索指定的字符串，如果字符串不存在，WP Super Cache就认为网站首页缓存出错，于是会自动清除并重建缓存。</p>
<p>WP Super Cache作者还说，如果这样也不能解决问题，那就只有把Expiry Time &amp; Garbage Collection设为5分钟或者更短，以让WP Super Cache频繁清除缓存。我想如果非这样不可，还不如卸载了WP Super Cache，如此频繁的重建缓存，只会降低Wordpress的速度&hellip;&hellip;期待WP Super Cache作者找到问题根源在下个版本中除掉这个BUG！</p>
<div style="clear:both">
<h3>著作权信息（站外使用本文请保留以下内容）</h3>
<hr size="2" />
<table width="100%">
<tbody>
<tr>
<td>文章作者：<a  href="http://xirang.us/author/tim">Tim</a><br />原始站点：<a title="嘻来嚷往" href="http://xirang.us/" target="_self">嘻来嚷往 &#8211; IF YOU SEE SOMETHING, SAY SOMETHING.</a><br />原文标题：WP Super Cache之诡异GZip压缩包下载BUG<br />发表日期：2009年12月21日<br />原文链接：<a href="http://xirang.us/2009/12/peculiar-gzip-download-bug-of-wp-super-cache" >http://xirang.us/2009/12/peculiar-gzip-download-bug-of-wp-super-cache</a></td>
<td class="author_img"><center><img alt='' src='http://0.gravatar.com/avatar/6f9a9d5526438d3a59313a2603020217?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></center></td>
</tr>
<tr>
<td>版权协议：本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/" target="_blank">知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议</a>进行许可，作品中的文字和图像若非明确指出著作权归属则均受到该协议<a title="知识共享协议法律文本" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/legalcode" target="_blank">法律文本</a>的保护。站外使用请严格遵守协议，<a href="http://xirang.us/" target="_self">嘻来嚷往</a>站保留诉诸法律的权利！如有异议请与站长<a title="联系我们" href="http://xirang.us/affairs" target="_self">联系</a>。</td>
<td><center><img src="http://i.creativecommons.org/l/by-nc-nd/2.5/cn/88x31.png" alt="BY-NC-ND" /></center></td>
</tr>
</tbody>
</table>
<hr size="2" /></div>
<p style="text-align:center"><a href="http://clustrmaps.com/counter/maps.php?url=http://xirang.us" id="clustrMapsLink" title="嘻来嚷往双站总独立IP访问量" target="_blank"><img src="http://clustrmaps.com/counter/index2.php?url=http://xirang.us" alt="" id="clustrMapsImg" /></a><img src="http://nojsstats.appspot.com/UA-9442677-1/xirang.us" alt="" /></p>
<img src="http://xirang.us/?ak_action=api_record_view&id=1422&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://xirang.us/2009/12/peculiar-gzip-download-bug-of-wp-super-cache/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>优秀的开源免费微博客建站程序大放送</title>
		<link>http://xirang.us/2009/11/top-opensource-microblogging-platfroms</link>
		<comments>http://xirang.us/2009/11/top-opensource-microblogging-platfroms#comments</comments>
		<pubDate>Thu, 12 Nov 2009 08:45:56 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[信息时代]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[微博客]]></category>
		<category><![CDATA[网站建设]]></category>
		<category><![CDATA[网络软件]]></category>

		<guid isPermaLink="false">http://xirang.us/?p=1185</guid>
		<description><![CDATA[Twitter正在引领全球微博客的浪潮。不过由于种种原因，身在中国大陆的网民们并不能随意地享受微博客带来的全新交流方式，不但如日中天的Twitter被拒之国门之外，国内优秀的微博客，如饭否和叽歪也长期“非常抱歉，系统被维护中……”

不过，充满分享精神的国内外IT人贡献了许多 优秀的开源免费微博客建站程序 ，它们分别被用PHP、ASP或Python技术编写出来，只要您拥有自己的网络服务器，便能够轻松架设属于自己的微博客社区，随时展示自我并与家人、朋友交流互动。" ]]></description>
			<content:encoded><![CDATA[<p>本文发表在<a href="http://xirang.us" target="_blank">嘻来嚷往国际版</a>，作者<a href="http://xirang.us/author/tim" target="_blank">Tim</a>。您可以<a href="http://xirang.us/2009/11/top-opensource-microblogging-platfroms#comments" target="_blank">参与本文评论</a>或是follow本站的<a href="https://twitter.com/xirang" target="_blank" title="嘻来嚷往官方Twitter">Twitter帐号</a>。<br />
<hr size="1" color="#bd1016"/></p>
<p><span style="color: #ff6600;">站长提示：如果您点击本文中的链接后出现了广告画面，麻烦您等待5秒后点击右上角的</span><strong>SKIP AD</strong><span style="color: #ff6600;">按钮跳过广告继续查看链接内容。对您造成的不便我们深感歉意，但是这一点微薄的广告收入可以维持本站的正常运作，全站作者由衷地感谢您的谅解与支持。</span><br />
<hr size="1" color="#bd1016"/></p>
<p>当全世界都在拥抱微博客的时候，伟大的功夫网却把如日中天的Twitter拒之门外，并且自刎掉了饭否、嘀咕还有叽歪，以至于身边的很多朋友根本不知道微博客为何物，当然更不知道@符号如今已不仅只是电子邮件的代号了！当全球人民都在认识和享受新技术、新思维的时候，我们伟大的国家却挥霍着纳税人的钱财、耗费大量人力、不惜一切代价地封锁它门，这不禁让我想起了卡朋特那首经典名曲《Yesterday Once More》，昨日重现：闭关锁国。</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1200" title="microblogging-title" src="http://xirang.us/media/2009/11/microblogging-title.png" alt="microblogging-title" width="486" height="262" /></p>
<p>不准大家畅所欲言，那么我们自己做个微博客社区，亲朋好友、同学同事之间自娱自乐总不犯事儿了吧？！于是Tim从嘻来嚷往上消失了一个星期，在被不下20个微博客建站程序反复蹂躏之后，本站附属微博社区、嘻来嚷往读者和作者们自娱自乐的地方——<span style="font-size: x-large;"><strong><a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us" target="_blank">叽喳</a></strong></span>最终还是顺利上线了。</p>
<p>虽然网上已经有很多介绍微博程序的文章了，不过基本都是给个程序链接，缺乏使用体验和比较，而Tim却认真试用过每款程序，下面就把一些优秀的<strong>免费开源微博客建站程序</strong>分享给大家，好让大家在建立自己的微博客时少走弯路。<span id="more-1185"></span></p>
<p>总得来说，这些微博客建站程序主要可以分为三大类：<a href="#community">多用户社区型</a>、<a href="#single">单用户展示型</a>和<a href="#mixture">不伦不类型</a>。Tim就按照这三个分类和个人满意度逐个介绍和展示它们，请读者各取所需。</p>
<h1><a name="community">多用户社区型微博客建站程序</a></h1>
<p>微博客的魅力之所在就是用户之间的交流与互动，所以我把社区型微博程序放在开头来介绍。当然也不是说单用户微博客就没有意义，不同类型的微博客有不同的适用群体。</p>
<hr size="2" noshade="noshade" />
<h2><a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>（产地：美国/代码类型：PHP）</h2>
<p>总评分7.6：网站外观8、用户功能9、后台管理6、易架设性9、多语言6</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/jizha.all.jpg"><img class="aligncenter size-large wp-image-1230" title="jizha.all" src="http://xirang.us/media/2009/11/jizha.all-600x823.jpg" alt="jizha.all" width="600" height="823" /></a></p>
<p style="text-align: left;">从截图中可以看出<a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us/" target="_blank">叽喳</a>就是基于<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>架设的。<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>作为一个多媒体微博客平台，具备微博客必备的特性——相互关注、私信、收藏等，同时还具有内建的图片上传和视频分享（支持来自YouTube、MySpace、MetaCafe、Vimeo和Revver的视频）功能。<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>还拥有一套好友邀请系统，可以方便地通过电子邮件邀请您生活中的朋友，并且可以在自己的帐户中查看谁受邀而来。</p>
<p style="text-align: left;"><a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>还支持类似于TwitterFeed的RSS发帖方式，设定一个RSS源后，<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>会定期检查该RSS源的更新，然后自动发布最新的内容。不过，每个用户只能设置一个RSS源，但是我觉得这也足够了，我就把我Twitter的RSS输出绑定在了<a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us/" target="_blank">叽喳</a>的帐户上，这样我在Twitter上的帖子就会自动发表在<a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us/" target="_blank">叽喳</a>上。</p>
<p style="text-align: left;">多用户的社区型微博客，最重要的就是如何发现志趣相投的好友，并且开始关注他们。在这一方面<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>也有它的独特之处：每位用户可以为自己设置最多10个描述自己方方面面的关键词。访问者只要点击某个关键词，系统就会罗列出所有为自己打上了此标签的用户，臭味相投的朋友一目了然 :p</p>
<p style="text-align: left;">但是<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>目前处于pre-release阶段，BUG还是不少，并且没有中文版。不过Tim在架设<a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us/" target="_blank">叽喳</a>的过程中发现并修改了许多BUG，汉化了整套程序，并且根据<a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us/" target="_blank">叽喳</a>用户的意见优化了某些地方，所以我强烈推荐这套功能丰富的微博客程序，否则我也不会劳神费力的为它修改BUG并用来架设<a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us/" target="_blank">叽喳</a>了。</p>
<p style="text-align: left;"><a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>系统中有管理员帐户，但是并没有管理界面，以管理员身份登录后，只不过所有用户的帖子上都多了个删除按钮。如果要进行删除用户或者放广告之类的操作，就只能直接与数据库和PHP程序打交道了……希望11月18日的发布的正式版在后台管理功能上有所加强。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/oJm" target="_blank">Sharetronix</a> <strong>演示网站：</strong><a title="欢唱的地方 - 叽喳" href="http://jizha.xirang.us/" target="_blank">叽喳</a> <strong>移动设备访问演示：</strong><a href="http://jizha.xirang.us/m" target="_blank">叽喳移动设备版</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>160字（由于<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>有专门的附加链接按钮，链接不会占用文字内容，所以不需要缩链服务）</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语，法语，日语，俄语，保加利亚语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>Apache HTTP Server with mod_rewrite enable</li>
<li>MySQL: version 5.0 or higher required</li>
<li>PHP: version 5.1 or higher required</li>
<li>PHP: “allow_url_fopen” directive should be On</li>
<li>PHP: cURL (Client URL Library) extension required</li>
<li>PHP: gd extension required</li>
</ol>
<p style="text-align: left;"><strong>下载地址：</strong><a href="http://adf.ly/oK0" target="_blank">官方版</a><strong> </strong><a href="http://adf.ly/par" target="_blank">嘻来嚷往汉化除虫版</a>（下载后请将后缀名改为.tar.bz2）</p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/pZz" target="_blank">EasyTalk</a>（产地：中国/代码类型：PHP）</h2>
<p>总评分7.2：网站外观8、用户功能9、后台管理10、易架设性8、多语言1</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/EasyTalk.jpg"><img class="aligncenter size-large wp-image-1226" title="EasyTalk" src="http://xirang.us/media/2009/11/EasyTalk-600x361.jpg" alt="EasyTalk" width="600" height="361" /></a></p>
<p><a href="http://adf.ly/pZz" target="_blank">EasyTalk</a>又名叨客，是一款由国人开发的、适合中国国情的、相当强大的社区型微博客程序。除了微博客必备的功能，在<a href="http://adf.ly/pZz" target="_blank">EasyTalk</a>上用户还可以分享图片、视频和音乐，并且可以在线查看。<a href="http://adf.ly/pZz" target="_blank">EasyTalk</a>还具备相册功能，每位用户都可以为自己添加不限数量的影集。</p>
<p><a href="http://adf.ly/pZz" target="_blank">EasyTalk</a>用户并不能设定个性化的背景，但是网站管理员可以方便的设定整个网站的主题风格。</p>
<p>不过，<a href="http://adf.ly/pZz" target="_blank">EasyTalk</a>的后台管理功能还不止这个，这是所有我介绍的微博客程序中后台功能最为强大的一款。</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/EasyTalkAdmin.jpg"><img class="size-large wp-image-1227  aligncenter" title="EasyTalkAdmin" src="http://xirang.us/media/2009/11/EasyTalkAdmin-600x355.jpg" alt="EasyTalkAdmin" width="600" height="355" /></a></p>
<p style="text-align: left;">上图展示了了<a href="http://adf.ly/pZz" target="_blank">EasyTalk</a>强大的管理系统，请读者自行阅览，这里就不再赘述了。其中的“词语过滤”乃是非常适应中国国情，这样能为站长省去不少手工劳作。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/pZz" target="_blank">EasyTalk</a> <strong>演示网站：</strong><a href="http://adf.ly/pZz" target="_blank">EasyTalk</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>140</p>
<p style="text-align: left;"><strong>多语言支持：</strong>简体中文</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>PHP version 4.0.6 or greater</li>
<li>Apache server with mod_rewrite enabled</li>
<li>MySQL version 4.1 or greater</li>
</ol>
<p><strong>下载地址：</strong><a href="http://adf.ly/paq" target="_blank">官方版</a>（下载后请将后缀名改为.tar.bz2）</p>
<p style="text-align: center;">
<h2>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" /></h2>
<h1 style="text-align: left;"><a href="http://adf.ly/oIw" target="_blank">Yonkly</a>（产地：美国/代码类型：ASP.net）</h1>
<p>总评分6.6：网站外观9、用户功能9、后台管理8、易架设性6、多语言1</p>
<h1 style="text-align: center;"><strong><a href="http://xirang.us/media/2009/11/Yonkly.jpg"><img class="aligncenter size-large wp-image-1206" title="Yonkly" src="http://xirang.us/media/2009/11/Yonkly-600x374.jpg" alt="Yonkly" width="600" height="374" /></a></strong></h1>
<p style="text-align: left;"><a href="http://adf.ly/oIw" target="_blank">Yonkly</a>也是一个新颖的多媒体社区型微博客程序。支持直接在帖子中上传照片。并且集成Picasa和Flickr，可以在自己的帐户页面中查看这两个网站的照片墙，但是并不能将照片墙中的照片发布到帖子中去，所以本人觉得，这种集成其实只是鸡肋。</p>
<p style="text-align: left;">但是，与Twitter一样用户可以自定义网站背景，并且<a href="http://adf.ly/oIw" target="_blank">Yonkly</a>还集成了Twitter，可以自动将您在<a href="http://adf.ly/oIw" target="_blank">Yonkly</a>发布的内容同步发送到Twitter上。不过没有RSS发帖功能，比起<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>的RSS发帖功能，我还是跟倾向于能把其它地方的内容发布到这里的RSS发帖功能。</p>
<p style="text-align: left;"><a href="http://adf.ly/oIw" target="_blank">Yonkly</a>支持直接用Facebook账户登录，并且有一套完善的好友邀请系统，可以方便的邀请Facebook、GMail、Twitter中的好友，当然通过电子邮件发送邀请函也在其中。</p>
<p style="text-align: left;">关于后台管理功能，<a href="http://adf.ly/oIw" target="_blank">Yonkly</a>就要强大一些了。可以方便的管理用户、更改网站配色、管理广告代码，还有数据统计系统。</p>
<p style="text-align: center;"><a href="http://www.yonkly.com/images/screenshots/Admin%20Control%20Panel.jpg"><img class="aligncenter" src="http://www.yonkly.com/images/screenshots/Admin%20Control%20Panel.jpg" alt="" width="600" height="304" /></a><strong> </strong></p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/oIw" target="_blank">Yonkly</a> <strong>演示站点：</strong><a href="http://adf.ly/oKf" target="_blank">Yonkly&#8217;s Community</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>250字</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>Windows 2000 or higher required</li>
<li> IIS 7 or higher required</li>
</ol>
<p style="text-align: left;"><strong>下载地址：</strong><a href="http://adf.ly/oKj" target="_blank">官方版</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/oZ3" target="_blank">Jisko</a>（产地：西班牙/代码类型：PHP）</h2>
<p>总评分6.4：网站外观9、用户功能9、后台管理0、易架设性7、多语言7</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/Jisko.jpg"><img class="size-large wp-image-1191  aligncenter" title="Jisko" src="http://xirang.us/media/2009/11/Jisko-600x377.jpg" alt="Jisko" width="600" height="377" /></a></p>
<p><a href="http://adf.ly/oZ3" target="_blank">Jisko</a>是两个人西班牙人开发的仿Twitter的微博客程序。并且集成Twitter同步功能，它能够自动将你在<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>平台上发布的内容发表到您的Twitter账户上。也能够自动读取您的Twitter更新，但是并不能将这些内容发布到<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>平台，只能在自己的好友Timeline里查看。</p>
<p><a href="http://adf.ly/oZ3" target="_blank">Jisko</a>平台支持用户自定义背景画面，还有图标和按钮的几款主题可供选择。在<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>平台上发帖也可以附加上传任意类型的文件，不过呢就算是上传的图像或者视频文件，也无法在线观看，只能点击该帖子的下载按钮下载该文件。</p>
<p><a href="http://adf.ly/oZ3" target="_blank">Jisko</a>平台还能够连接您的Jabber/GTalk账户，让您通过IM发帖。并且有数个缩链服务供选择，十分实用。</p>
<p>但是，如果说<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>的后台管理功能比较薄弱，那么<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>就是根本没有后台管理可言。<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>官方是这样解释的：“<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>不是CMS，所以我们没有开发后台管理系统。如果您真的需要管理各种数据，那么请直接与数据库打交道吧。”说的真够直白！</p>
<p>所以，如果您觉得非常有必要管理您微博社区上的用户和帖子，并且您还不会使用SQL语言，那么Tim不推荐您采用<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>，除此之外，我觉得<a href="http://adf.ly/oZ3" target="_blank">Jisko</a>是一个相当优秀的微博客程序。</p>
<p><strong>官方网站：</strong><a href="http://adf.ly/oZ3" target="_blank">Jisko</a> <strong>演示站点：</strong><a href="http://adf.ly/on6" target="_blank">Jisko.net</a> 移动设备访问演示：<a href="http://adf.ly/onR" target="_blank">Jisko.net</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>140字</p>
<p><strong>多语言支持：</strong>阿斯图里亚斯语，加泰罗尼亚语，西班牙语，加利西亚语，巴斯克语，阿拉伯语，保加利亚语，英语，世界语，法语，德语，日语，葡萄牙语，土耳其语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>Apache2 server with mod_rewrite active</li>
<li>PHP 5.2 or newer</li>
<li> MySql database 5.0 or newer</li>
<li>libGD</li>
<li>libPNG</li>
<li>GD extension for PHP</li>
<li>Mbstring PHP extension (optional)</li>
</ol>
<p><strong>下载地址：</strong><a href="http://adf.ly/oZ3" target="_blank">官方版</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/oo2" target="_blank">StatusNet/Laconica</a>（产地：加拿大/代码类型：PHP）</h2>
<p>总评分6.2：网站外观8、用户功能8、后台管理0、易架设性6、多语言9</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/status.net.jpg"><img class="aligncenter size-large wp-image-1214" title="status.net" src="http://xirang.us/media/2009/11/status.net-600x352.jpg" alt="status.net" width="600" height="352" /></a></p>
<p><a href="http://adf.ly/oo2" target="_blank">StatusNet</a>是个相当老牌的开源微博程序，相当多的国外微博网站都是基于它架设的。不过<a href="http://adf.ly/oo2" target="_blank">StatusNet</a>对于服务器的要求的确是多，反正我的<a href="http://xirang.us/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>是搞不定的，如果您有VPS或者自己搭建服务器倒是可以试试。</p>
<p>姜毕竟老的辣，<a href="http://adf.ly/oo2" target="_blank">StatusNet</a>的功能还是比较丰富的，除了微博必备的所有功能外，<a href="http://adf.ly/oo2" target="_blank">StatusNet</a>支持自选背景和自选缩链服务，并且支持用户使用OpenID或者Facebook账户直接登录。同时支持通过Jabber/GTalk发布帖子和接受更新。并且支持大量的国外电信运营商（60多个），您还可以通过短信发布帖子和接受更新。</p>
<p><a href="http://adf.ly/oo2" target="_blank">StatusNet</a>集成Twiiter，可是实现Twitter和<a href="http://adf.ly/oo2" target="_blank">StatusNet</a>的双向同步。发帖是也可以附加文件，如果附加的是媒体文件，则可以在线浏览。与<a href="http://adf.ly/oJm" target="_blank">Sharetronix</a>一样，<a href="http://adf.ly/oo2" target="_blank">StatusNet</a>平台中的用户也可以设置一些描述自己兴趣爱好的关键词，方便志同道合的人们相互结识。当然，<a href="http://adf.ly/oo2" target="_blank">StatusNet</a>也有一个基于电子邮件的好友邀请界面。</p>
<p>在本地的XAMPP上安装<a href="http://adf.ly/oo2" target="_blank">StatusNet</a>后发现它没有后台管理功能。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/oo2" target="_blank">StatusNet</a> <strong>演示网站：</strong><a href="http://adf.ly/oqQ" target="_blank">identi.ca</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>140字</p>
<p style="text-align: left;"><strong>多语言支持：</strong>保加利亚语、加泰罗尼亚语、捷克语、德语、希腊语、英语（美国）、英语（英国）、西班牙语、芬兰语、法语、希伯来语、意大利语、日语、韩语、马其顿语、挪威语、荷兰语、波兰语、葡萄牙语、巴西葡萄牙语、俄语、瑞典语、泰卢固语、土耳其语、乌克兰语、越南语、汉语（简体）、汉语（台湾）</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>Apache 2.2.x web server with the mod_rewrite enabled</li>
<li>MySQL 5.x. The server must support the MyISAM and the InnoDB storage engine</li>
<li>PHP 5.2.3+</li>
<li>PHP:  libCurl</li>
<li>PHP:  libXMLWriter</li>
<li>PHP:  libGD</li>
<li>PHP:  libgettext</li>
<li>PHP:  libtidy</li>
</ol>
<p style="text-align: left;"><strong>下载地址：</strong><a href="http://adf.ly/oqS" target="_blank">官方版</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>（产地：美国/代码类型：Python）</h2>
<p>总评分5.2：网站外观9、用户功能9、后台管理0、易架设性7、多语言1</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/Jaiku.jpg"></a><img class="aligncenter size-large wp-image-1215" title="Jaiku" src="http://xirang.us/media/2009/11/Jaiku-600x392.jpg" alt="Jaiku" width="600" height="392" /></p>
<p><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>是一个2007年被Google收购的微博客平台。但是今年，Google决定在Google Code上将其完全开源。<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>能够部署在Google AppEngine上，所以使用<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>架设微博客社区可以说是一个完全免费的解决方案，您只需要拥有一个Google帐户，然后开通AppEngine服务即可。同时<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>也具有完备的移动设备访问接口。</p>
<p><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>微博客平台支持用户自选背景图片或背景颜色，并且还支持用户通过Jabbler/GTalk/LiveJournal等IM客户端同步<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>上的内容。就从发帖本身来说，<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>属于比较传统的类型，除了输入文字外不能附加任何媒体文件，但是<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>有个类似于<a href="http://adf.ly/pJa" target="_blank">Plurk</a>的有意思的地方，就是每个帖子中可以加入一个系统预设的心情图片（上图蓝色方框中）。</p>
<p><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>有一个独特的Channels（话题）模式，你可以发起或者加入感兴趣的话题，大家在同一个话题中各抒己见。</p>
<p><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>还有一个有趣的小工具输出功能，可以选择多达3种样式、7中配色方案供21种小工具，将小工具的代码放在任何支持嵌入Flash的地方，就能显示用户在<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>上的所有更新。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a> <strong>演示网站：</strong><a href="http://adf.ly/ozw" target="_blank">jaiku.com</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>140字</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>Google AppEngine</li>
</ol>
<p style="text-align: left;">或者<strong><br />
</strong></p>
<ol>
<li>Python 2.4 or 2.5</li>
<li>Docutils: <a rel="nofollow" href="http://docutils.sourceforge.net/">http://docutils.sourceforge.net/</a></li>
<li>Mox: <a rel="nofollow" href="http://code.google.com/p/pymox/">http://code.google.com/p/pymox/</a> version 0.5.1</li>
<li>Everything else should be included in the checkout via svn:externals.</li>
<li>If you&#8217;re using Ubuntu you will need to install the pstats library which is in the python-profilers package.</li>
</ol>
<p><strong>下载地址：</strong><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>代码托管在Google Code上，并且没有提供源码打包下载，所以您需要一个SVN工具来下载源码。如果您使用Linux操作系统，一般来说系统已经默认安装了SVN程序，只需使用</p>
<p style="text-align: center;"><tt id="checkoutcmd">svn checkout http://jaikuengine.googlecode.com/svn/trunk/ jaikuengin<br />
</tt></p>
<p style="text-align: left;"><tt id="checkoutcmd">或者</tt><tt id="checkoutcmd"></tt></p>
<p style="text-align: center;"><tt id="checkoutcmd">svn co http://jaikuengine.googlecode.com/svn/trunk/ </tt><tt id="checkoutcmd">jaikuengin</tt></p>
<p><tt id="checkoutcmd">命令就可下载源码。如果您使用Windows，推荐使用带有图形界面的<a href="http://adf.ly/ozO" target="_blank">TortoiseSVN</a></tt>。</p>
<p><a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>手机客户端的代码有两个选择，它们的SVN分别在：</p>
<p style="text-align: center;"><tt id="checkoutcmd"><strong><em>http</em></strong>://jaikuengine-mobile-client.googlecode.com/svn/trunk/</tt></p>
<p>和</p>
<p style="text-align: center;"><tt id="checkoutcmd"><strong><em>http</em></strong>://jaikuengine-mobile-frontend.googlecode.com/svn/trunk/</tt></p>
<p style="text-align: left;"><strong>在Google AppEngine上部署JaikuEngine的步骤：</strong></p>
<ol>
<li>在Google AppEngine上创建一个应用程序，比如yourapp</li>
<li>将JaikuEngine源代码app.yaml中的application: “jaikuengine”改成application: “yourapp”</li>
<li>命令行运行：python manage.py config &#8211;write-to-file和python manage.py update</li>
<li>然后访问：http://yourapp.appspot.com/install</li>
</ol>
<p style="text-align: left;">我只花了5分钟就在AppEngin上架设了一个Jaiku，有兴趣的可以去<a href="http://adf.ly/ozy" target="_blank">t-xirang</a>测试一下。</p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/pIO" target="_blank">Floopo</a>（产地：美国/代码类型：PHP）</h2>
<p>总评分5.0：网站外观6、用户功能7、后台管理5、易架设性5、多语言2</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/floopo.jpg"><img class="aligncenter size-large wp-image-1220" title="floopo" src="http://xirang.us/media/2009/11/floopo-600x300.jpg" alt="floopo" width="600" height="300" /></a></p>
<p style="text-align: left;"><a href="http://adf.ly/pIO" target="_blank">Floopo</a>算是一个中规中矩的微博客建站程序，除了模仿所有Twitter功能，外加能够上传和在线查看图片，以及支持通过Yahoo、GMail、Hotmail、Mail.com和Rediffcom的联系人邀请好友，似乎没有别的亮点。当然，用户还可以自定义网页背景和配色方案。</p>
<p style="text-align: left;">值得一提的是<a href="http://adf.ly/pIO" target="_blank">Floopo</a>的后台管理系统，站长可以通过这个系统管理所有用户和他们的帖子，同时自定义网站外观或是使用<a href="http://adf.ly/pIO" target="_blank">Floopo</a>提供的现成模板。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/pIO" target="_blank">Floopo</a> <strong>演示网站：</strong><a href="http://adf.ly/pIS" target="_blank">Floopo Deom</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>140</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>PHP 5+ (Linux/Unix type server)</li>
<li>Apache web server</li>
<li>.htaccess support</li>
<li>Mysql database server</li>
<li>Ioncube loaders (Note: Floopo source is 99.99% available apart from one file used for licensing)</li>
</ol>
<p><strong>下载地址：</strong><a href="http://adf.ly/pIU" target="_blank">官方版</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a>（产地：美国/代码类型：Python）</h2>
<p>总评分4.6：网站外观9、用户功能9、后台管理0、易架设性4、多语言1</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/typepad.jpg"><img class="aligncenter size-large wp-image-1195" title="typepad" src="http://xirang.us/media/2009/11/typepad-600x482.jpg" alt="typepad" width="600" height="482" /></a></p>
<p style="text-align: center;">
<p><a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a>是一个多媒体微博客，除了文字内容，您还可以分享图片（GIF/JPE/PNG）、视频（YouTube/Vimeo）和音频（MP3），附属媒体文件均可以在线播放。</p>
<p><a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a>基于TypePad的API，不论任人通过<a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a>架设的网站，其数据都是统一存贮在TypePad的数据库。<a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a>平台虽然支持通过各种帐户（OpenID、Facebook、Twitter、Google、MySpace、Yahoo、AOL、Bolgger、LiveJournal、Vox、Wordpress.com）注册/登陆，可是用户ID却是十分的不友好，比我我的就是<a href="http://profile.typepad.com/6p0120a6a6ffd1970c" target="_blank">http://profile.typepad.com/6p0120a6a6ffd1970c</a>，要是给朋友介绍自己的微博，<a href="http://profile.typepad.com/6p0120a6a6ffd1970c" target="_blank">6p0120a6a6ffd1970c</a>这串数字可真是看着就头大。</p>
<p>另外，由于通过<a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a>架设的网站其实只是一个外壳，所有的用户数据传输其实是回调到TypePad的域名上，所以就算功夫网没有封锁您的域名或者IP，本人觉得TypePad被封锁也是迟早的事情……所以如果您的微博不是面向境外用户，还是强烈不推荐<a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a>，虽然它看起来挺酷。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/ozz" target="_blank">TypePad Motion</a><a href="http://adf.ly/ozz"></a> <strong>演示网站：</strong><a href="http://adf.ly/p0K" target="_blank">rstar.net</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>无限制</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>Python 2.4 or later</li>
<li>Python sqlite package</li>
<li> If running Apache sever, mod_wsgi is needed</li>
</ol>
<p><strong>下载地址及架设指南：</strong><a href="http://adf.ly/p00" target="_blank">Install Motion</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/pGe" target="_blank"> Sweetter</a>（产地：西班牙/代码类型：Python）</h2>
<p>总评分4.4：网站外观7、用户功能9、后台管理0、易架设性5、多语言1</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/sweeter.jpg"><img class="aligncenter size-large wp-image-1219" title="sweeter" src="http://xirang.us/media/2009/11/sweeter-600x641.jpg" alt="sweeter" width="600" height="641" /></a></p>
<p style="text-align: left;"><a href="http://adf.ly/pGe" target="_blank">Sweetter</a>又是一个来自西班牙的开源微博客程序。比起Twitter来，它强化了一些社交功能，如，人气指数（Karma）、待办事项（TODO）和投票（Vote）。</p>
<p style="text-align: left;">当某个用户发布了一个帖子后，他可以得到两次投票机会，为他人的用户投票（可以投支持或埋葬）。当某位用户的帖子被投票支持了一次，或者某人关注了此用户，或者此用户发帖，都会为他自己增加人气指数。在<a href="http://adf.ly/pGe" target="_blank">Sweetter</a>社区中，用户的最终目标就是达到三级人气指数——骨灰级、拥趸级、菜鸟级中的最高级骨灰级。</p>
<p style="text-align: left;">如果您的服务器上安装了可选的python-twitter和python-xmpp组件，那么<a href="http://adf.ly/pGe" target="_blank">Sweetter</a>还支持与Twitter和Jaiku的消息同步和通过Jabber/GTalk接受/发送帖子。</p>
<p style="text-align: left;">在强调社交功能的同时，<a href="http://adf.ly/pGe" target="_blank">Sweetter</a>忽略了多媒体功能，除了可选的4个主题，用户不能自定义背景图案、帖子只能含有纯文字内容。</p>
<p style="text-align: left;">不过我觉得最有意思的是<a href="http://adf.ly/pGe" target="_blank">Sweetter</a>的待办事项功能，某人使用”TODO @user1 @user1 &#8230; @userN”发帖，那么这N个人都能在自己的待办事项列表中看到该帖内容。对于团队合作或是结伴出行，这是个不错的号召系统。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/pGe" target="_blank">Sweetter</a> <strong>演示网站：</strong><a href="http://adf.ly/pGv" target="_blank">Sweetter.net</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>140</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>easy_install, PIL</li>
<li>sqlobject &gt; 0.9.2</li>
<li>turbogears 1.0.3.2</li>
<li>TGWebServices</li>
<li>python-twitter (optional)</li>
<li>python-xmpp (optional)</li>
</ol>
<p><strong>SVN下载地址：</strong><a href="http://adf.ly/pGz" target="_blank">Sweeter on Launchpad</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h1><a name="single">单用户展示型微博客建站程序</a></h1>
<p>由于我们有一个看谁都不顺眼的功夫网，所以社区型博客最大的问题就是：没准儿就牺牲在蟹钳下了。如果您并不需要交流互动，而只是想展示、记录生活点滴，那么下面三个单用户微博程序可能适合您的需求。只要不招惹功夫网，那就一直自娱自乐下去吧。</p>
<hr size="2" noshade="noshade" />
<h2 style="text-align: left;"><a href="http://adf.ly/pJL" target="_blank">PageCookery</a>（产地：中国/代码类型：PHP）</h2>
<p>总评分6.6：网站外观9、用户功能9、后台管理8、易架设性6、多语言1</p>
<p style="text-align: center;"><tt id="checkoutcmd"><tt id="checkoutcmd"><small><a href="http://xirang.us/media/2009/11/PageCookery.jpg"><img title="PageCookery" src="http://xirang.us/media/2009/11/PageCookery-600x359.jpg" alt="PageCookery" width="600" height="359" /></a></small></tt></tt></p>
<p style="text-align: left;"><a href="http://adf.ly/pJL" target="_blank">PageCookery</a>是一款值得中国人骄傲的国产优秀单用户微博客程序。而且与<a href="http://adf.ly/oyl" target="_blank">JaikuEngine</a>一样，采用了<a href="http://adf.ly/pJa" target="_blank">Plurk</a>的谓语模式，可以为自己发布的内容添加分享、说、推荐、喜欢、讨厌、爱等等，并且谓语动词还可以自定义的（自定义的谓语动词，需手动编写CSS代码为其设置颜色）。并且<a href="http://adf.ly/pJL" target="_blank">PageCookery</a>上的日志内容都是可以允许匿名评论的，这也为这个单用户微博增添了一些互动功能。</p>
<p style="text-align: left;"><a href="http://adf.ly/pJL" target="_blank">PageCookery</a>支持和叽歪的双向同步，启用后可通过QQ、MSN、GTalk、飞信、Skype、Jabber或叽歪客户端发布内容。最漂亮的是，<a href="http://adf.ly/pJL" target="_blank">PageCookery</a>还可以集成Flickr API，可以以照片墙的方式显示您在Flickr上的照片。另外<a href="http://adf.ly/pJL" target="_blank">PageCookery</a>还集成Last.fm API，可以以音乐墙的形式显示您喜爱的音乐，并且网页头部还会显示您正在聆听的音乐。是不是非常酷！</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/pJL" target="_blank">PageCookery</a> <strong>演示网站：</strong><a href="http://freezeblue.xirang.us/" target="_blank">freezeblue</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>无限制</p>
<p style="text-align: left;"><strong>多语言支持：</strong>简体中文</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>PHP version 4.3 or greater</li>
<li>MySQL version 4.0 or greater</li>
</ol>
<p><strong>下载地址：</strong><a href="http://adf.ly/pc6" target="_blank">官方版</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/pMT" target="_blank">Asaph</a>（产地：德国/代码类型：PHP）</h2>
<p>总评分5.4：网站外观8、用户功能6、后台管理6、易架设性6、多语言1</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/Asaph.jpg"><img class="aligncenter size-large wp-image-1187" title="Asaph" src="http://xirang.us/media/2009/11/Asaph-600x558.jpg" alt="Asaph" width="600" height="558" /></a></p>
<p><a href="http://adf.ly/pMT" target="_blank">Asaph</a>是一个很有视觉冲击力的多媒体微博客平台，专注于分享网络上的新鲜有趣的东西。</p>
<p><a href="http://adf.ly/pMT" target="_blank">Asaph</a>发帖的方式也非常独特，只能通过bookmarklet。当您登录<a href="http://adf.ly/pMT" target="_blank">Asaph</a>后台后，将会看到左侧的<a href="http://adf.ly/pMT" target="_blank">Asaph</a> bookmarklet，将其拖动至浏览器的书签栏。当您浏览到有趣的网页时，点击<a href="http://adf.ly/pMT" target="_blank">Asaph</a>书签，整个网页上的图片都会被高亮显示，您可以选择将某一张图发布至自己的<a href="http://adf.ly/pMT" target="_blank">Asaph</a>平台，也可以选择发布该页面全部内容。</p>
<p>其实<a href="http://adf.ly/pMT" target="_blank">Asaph</a>支持多用户，最高管理员进入后台可以添加用户，但是我并没有将其归类为<a href="#community">多用户社区型</a>是因为，<a href="http://adf.ly/pMT" target="_blank">Asaph</a>的多个用户只能向同一个用<a href="http://adf.ly/pMT" target="_blank">Asaph</a>架设的网站发布内容，但是相互之间并不能互动，所以在我看来这还是一个以展示为主的微博客程序。</p>
<p style="text-align: left;"><strong>官方网站：</strong> <a href="http://adf.ly/pMT" target="_blank">Asaph</a> <strong>演示网站：</strong><a href="http://adf.ly/pMW" target="_blank">Asaph Demo</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>不能发布文字，只能通过bookmarklet发布网页上的内容。</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>PHP 5.0 or higher</li>
<li>PHP: libGD-lib</li>
<li>PHP: cURL or allow_url_fopen enabled</li>
<li>MySQL 4.0 or higher</li>
<li>一个优良的浏览器（既：除了Interner Explorer或基于其核心的以外的所有浏览器）</li>
</ol>
<p><strong>下载地址：</strong><a href="http://adf.ly/pMY" target="_blank">官方版</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/pL8" target="_blank">Nowhere</a>（产地：中国/代码类型：PHP）</h2>
<p>总评分5.4：网站外观7、用户功能6、后台管理7、易架设性7、多语言1</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/Nowhere.jpg"><img class="aligncenter size-large wp-image-1192" title="Nowhere" src="http://xirang.us/media/2009/11/Nowhere-600x673.jpg" alt="Nowhere" width="600" height="673" /></a></p>
<p style="text-align: left;">难以想象，<a href="http://adf.ly/pL8" target="_blank">Nowhere</a>竟然是一位90年出生的高中生的作品。<a href="http://adf.ly/pL8" target="_blank">Nowhere</a>的种树主题还是蛮有意思的，让我想起了小时候玩儿超级玛丽时那些通向金币天空的常青藤。</p>
<p style="text-align: left;"><a href="http://adf.ly/pL8" target="_blank">Nowhere</a>的后台有许多常用的社交类网站（如Twiiter、Facebook、Last.fm、豆瓣、Google Reader、Flicrk等），输入您在这些网站的用户名，就会有一个到您的页面的链接出现在树根处。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/pL8" target="_blank">Nowhere</a> <strong>演示网站：</strong><a href="http://adf.ly/pLP" target="_blank">Sai&#8217;s Nowhere</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>无限制</p>
<p style="text-align: left;"><strong>多语言支持：</strong>简体中文</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ol>
<li>PHP version 4.0.6 or greater</li>
<li>Apache server with mod_rewrite enabled</li>
<li>Apache server with json_support enabled</li>
<li>MySQL version 4.1 or greater</li>
</ol>
<p><strong>下载地址：</strong><a href="http://adf.ly/pL8" target="_blank">官方版</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h1><a name="mixture">不伦不类型微博客建站程序</a></h1>
<p>啥叫不伦不类型，就是披着微型博客外皮的普通博客，不过倒是有些意想不到的效果。</p>
<hr size="2" noshade="noshade" />
<h2><a href="http://adf.ly/pIf" target="_blank">WordPress P2 Theme</a>（产地：美国/代码类型：PHP）</h2>
<p>总评分7.0：网站外观6、用户功能8、后台管理9、易架设性9、多语言3</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/P2.jpg"><img class="aligncenter size-large wp-image-1193" title="P2" src="http://xirang.us/media/2009/11/P2-600x418.jpg" alt="P2" width="600" height="418" /></a></p>
<p style="text-align: left;">WordPress就不用说了，当今最强大的博客建站系统。当它披上了<a href="http://adf.ly/pIf" target="_blank">P2 Theme</a>这个微博客的外衣，仍然带给我们一些意想不到的想过，比如：</p>
<p style="text-align: left;">如果开放为多作者，那么它就变成一个多用户社区型微博客。如果自己撰写，那么它就是一个单用户展示型微博客；</p>
<p style="text-align: left;">如果关闭评论，那么就是完全“狂野的呼喊”。如果打开评论，就是一个读者和作者之间互动的微博客；</p>
<p style="text-align: left;">同时还可以为自己的帖子打上标签，并且分类管理它们。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/pIf" target="_blank">P2 Theme</a> <strong>演示网站：</strong><a href="http://adf.ly/pIr" target="_blank">P2 on WordPress.com</a>（两个链接均需翻墙）</p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>无限制</p>
<p style="text-align: left;"><strong>多语言支持：</strong>英语、日语、希伯来语、保加利亚语、意大利语</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ul>
<li>PHP version 4.3 or greater</li>
<li>MySQL version 4.0 or greater</li>
</ul>
<p><strong>下载地址：</strong><a href="http://adf.ly/pJ4" target="_blank">WordPress</a> <a href="http://adf.ly/pJ3" target="_blank">P2 Theme</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h2><a href="http://adf.ly/pfW" target="_blank">WordPress Miniblog Theme</a>（产地：中国/代码类型：PHP）</h2>
<p>总评分7.2：网站外观9、用户功能8、后台管理9、易架设性9、多语言1</p>
<p style="text-align: center;"><a href="http://xirang.us/media/2009/11/battle.jpg"><img class="aligncenter size-large wp-image-1229" title="battle" src="http://xirang.us/media/2009/11/battle-600x703.jpg" alt="battle" width="600" height="703" /></a></p>
<p>这又是一个披着<a href="http://adf.ly/pfW" target="_blank">Miniblog Theme</a>外衣的Wordpress，相当自豪的是，这又是国人的杰作。</p>
<p style="text-align: left;"><strong>官方网站：</strong><a href="http://adf.ly/pfW" target="_blank">Miniblog Theme</a><a href="http://adf.ly/pIf" target="_blank"></a> <strong>演示网站：</strong><a href="http://adf.ly/pfW" target="_blank">Miniblog Theme</a></p>
<p style="text-align: left;"><strong>发帖字符限制：</strong>无限制</p>
<p style="text-align: left;"><strong>多语言支持：</strong>简体中文</p>
<p style="text-align: left;"><strong>服务器需求：</strong></p>
<ul>
<li>PHP version 4.3 or greater</li>
<li>MySQL version 4.0 or greater</li>
</ul>
<p><strong>下载地址：</strong><a href="http://adf.ly/pJ4" target="_blank">WordPress</a> <a href="http://adf.ly/pfX" target="_blank">Miniblog Theme</a></p>
<hr style="border: 1px solid #cccccc; height: 2px; width: 100%; color: #ffffff;" size="2" noshade="noshade" />
<h1>资料来源</h1>
<ul>
<li><a href="http://www.webresourcesdepot.com/9-open-source-microblogging-applications/" target="_blank">9 Open Source Microblogging Applications</a></li>
<li><a title="Permanent Link: Top 10 open source micro blogging services" rel="bookmark" href="http://www.honeytechblog.com/top-10-open-source-micro-blogging-services/">Top 10 open source micro blogging services </a></li>
<li><a title="仿twitter的PHP微博客程序" rel="bookmark" href="http://www.biaodianfu.com/php-twitter-clone.html">仿twitter的PHP微博客程序</a></li>
</ul>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 12722px; width: 1px; height: 1px;"><a href="http://adf.ly/pMT" target="_blank">Asaph</a></div>
<div style="clear:both">
<h3>著作权信息（站外使用本文请保留以下内容）</h3>
<hr size="2" />
<table width="100%">
<tbody>
<tr>
<td>文章作者：<a  href="http://xirang.us/author/tim">Tim</a><br />原始站点：<a title="嘻来嚷往" href="http://xirang.us/" target="_self">嘻来嚷往 &#8211; IF YOU SEE SOMETHING, SAY SOMETHING.</a><br />原文标题：优秀的开源免费微博客建站程序大放送<br />发表日期：2009年11月12日<br />原文链接：<a href="http://xirang.us/2009/11/top-opensource-microblogging-platfroms" >http://xirang.us/2009/11/top-opensource-microblogging-platfroms</a></td>
<td class="author_img"><center><img alt='' src='http://0.gravatar.com/avatar/6f9a9d5526438d3a59313a2603020217?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></center></td>
</tr>
<tr>
<td>版权协议：本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/" target="_blank">知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议</a>进行许可，作品中的文字和图像若非明确指出著作权归属则均受到该协议<a title="知识共享协议法律文本" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/legalcode" target="_blank">法律文本</a>的保护。站外使用请严格遵守协议，<a href="http://xirang.us/" target="_self">嘻来嚷往</a>站保留诉诸法律的权利！如有异议请与站长<a title="联系我们" href="http://xirang.us/affairs" target="_self">联系</a>。</td>
<td><center><img src="http://i.creativecommons.org/l/by-nc-nd/2.5/cn/88x31.png" alt="BY-NC-ND" /></center></td>
</tr>
</tbody>
</table>
<hr size="2" /></div>
<p style="text-align:center"><a href="http://clustrmaps.com/counter/maps.php?url=http://xirang.us" id="clustrMapsLink" title="嘻来嚷往双站总独立IP访问量" target="_blank"><img src="http://clustrmaps.com/counter/index2.php?url=http://xirang.us" alt="" id="clustrMapsImg" /></a><img src="http://nojsstats.appspot.com/UA-9442677-1/xirang.us" alt="" /></p>
<img src="http://xirang.us/?ak_action=api_record_view&id=1185&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://xirang.us/2009/11/top-opensource-microblogging-platfroms/feed</wfw:commentRss>
		<slash:comments>76</slash:comments>
		</item>
		<item>
		<title>Move to Just Host——嘻来嚷往搬家记</title>
		<link>http://xirang.us/2009/10/moving-to-just-host</link>
		<comments>http://xirang.us/2009/10/moving-to-just-host#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:39:26 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[业界观察]]></category>
		<category><![CDATA[互联网络]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[流水账]]></category>
		<category><![CDATA[网站建设]]></category>
		<category><![CDATA[美国主机]]></category>

		<guid isPermaLink="false">http://xirang.us/?p=992</guid>
		<description><![CDATA[搬家本来就是件麻烦事，如果再遇上一波三折，那就更痛苦了……在经过一番折腾后，找到了两个价廉物美的美国主机Just Host和IX Webhosting，在此推荐给各位，并提供海外代购业务。]]></description>
			<content:encoded><![CDATA[<p>本文发表在<a href="http://xirang.us" target="_blank">嘻来嚷往国际版</a>，作者<a href="http://xirang.us/author/tim" target="_blank">Tim</a>。您可以<a href="http://xirang.us/2009/10/moving-to-just-host#comments" target="_blank">参与本文评论</a>或是follow本站的<a href="https://twitter.com/xirang" target="_blank" title="嘻来嚷往官方Twitter">Twitter帐号</a>。<br />
<hr size="1" color="#bd1016"/></p>
<p>搬家本来就是件麻烦事，如果再遇上一波三折，那就更痛苦了……</p>
<p>2009年6月22日是『嘻来嚷往』的诞生日。说实话，一开始做这个网站只是闲来无事想写写自己的生活、学习和工作，顺便邀几个朋友来发发牢骚。所以也就一直用的免费服务器和免费二级域名。一个月后发现Google、Yahoo和Baidu那是相当地歧视二级域名，就算网站被收录了，也是在搜索结果的最后几页。于是决定购买收费顶级域名，这也让我第一次感到了中国物价的暴利，查遍所有国内域名注册商xirang.us的最低价247 RMB/年，转投全球最大的域名注册和主机提供商美国的Go Daddy后，以4.99 USD/年拿下xirang.us域名。</p>
<p>有了新域名，『嘻来嚷往』便踏上了新的征程，再加上Iris同学的鼎力相助，好文不断涌现，访问量、Alexa排名和搜索引擎排名不断上升，『嘻来嚷往』也开放了作者注册，逐渐转向为一个多作者博客。而网站前期一直安家的免费主机<a href="http://atbhost.net/" target="_blank">ATBHost</a>也是功不可没，一个免费主机竟然能做到50 GB空间、500 GB月流量、PHP内存上限256 MB、默认GZip开启、99%在线率和较快的连接速度，让Tim满怀感恩地准备在网站半岁的时候向<a href="http://atbhost.net/" target="_blank">ATBHost</a>捐赠10美刀。</p>
<p>然而天有不测风云，2009年10月6日网站突然掉线！第一反应肯定又是<strong>功夫网</strong>干的好事，于是追踪路由，结果不是卡在那个臭名昭著的“中国互联网骨干节点”而是卡在了“华盛顿哥伦比亚特区Cogent电信公司”。纳闷中，难道美国也有<strong>功夫网</strong>。后来发现<a href="http://atbhost.net/" target="_blank">ATBHost</a>的主站和论坛全部掉线，这才意识到可能是<a href="http://atbhost.net/" target="_blank">ATBHost</a>自己出问题了。果不其然，在耐心等待了八小时后<a href="http://atbhost.net/" target="_blank">ATBHost</a>主站重新开通，然而内容确是<strong>“ATBHost &#8211; Closed</strong>”。当时的心情按照我们四川话就是“哦豁”！这下得为『嘻来嚷往』找个新家了，搬家开始。</p>
<p><span id="more-992"></span>在向<a href="http://atbhost.net/" target="_blank">ATBHost</a>管理员发了一封“Claim my data and files”的邮件后，先把『嘻来嚷往』搬到了Go Daddy为每个域名购买客户提供的10 GB空间/300 GB月流量的免费主机上。可是免费的午餐总是不丰盛的，Go Daddy会在网页中强制插入广告，这就破坏了网页原布局，搞得网站前台、后台一片狼藉。</p>
<p>Go Daddy不是久留之地，找新家得赶紧。这又一次印证了“冲动是魔鬼”，在随便看了几个国内美国主机介绍网站之后，便立马以75.8 USD的价格买下了两年的<a href="/r.php?t=a&amp;id=ix" target="_blank">IX Webhosting</a> Expert Plan。为什么说冲动呢？<a href="/r.php?t=a&amp;id=ix" target="_blank">IX Webhosting</a>主机配置实在是太诱人了，最便宜的Expert Plan，无限空间、无限流量、无限数据库、免费的共享SSL证书，反正基本都是无限，还有一个最娇艳欲滴的诱惑——免费独立IP，这些都给了我无数冲动的理由。</p>
<p style="TEXT-ALIGN: center"><a href="/r.php?t=a&amp;id=ix" target="_blank"><img style="text-align: center; display: block; margin-left: auto; margin-right: auto;" src="http://www.ixwebhosting.com/templates/ix/v2/images/banners/expert-468x60-feb-22.gif" alt="" width="610" height="78" /></a></p>
<p style="text-align: center;"><span style="font-size: small;">现在从上图点击进入<a href="/r.php?t=a&amp;id=ix" target="_blank">IX Webhosting</a>网站</span></p>
<p style="text-align: center;"><span style="font-size: small;">并在结帐时使用<span style="background-color: #ffff00; color: #ff0000;">secretlink20</span>优惠码，</span><span style="font-size: small;">将再获得20%优惠</span></p>
<p style="text-align: center;"><span style="font-size: small;">支持支付宝/PayPal付款，30天不满意全额退款</span></p>
<p style="TEXT-ALIGN: left">上传网站程序，导入数据库，更改DNS，满心欢喜地等待了20分钟后，新DNS生效。立马访问，那心情简直就是从炼钢高炉一下跳进了北冰洋，『嘻来嚷往』打开的速度变成了龟爬……PING一下1305 ms，FTP一下3.9 KB/s。于是和他们的客服取得联系，我说：“The connection speed to your server from China is terribly SLOW!”哪知客服不紧不慢地回答：“That&#8217;s because China&#8217;s internal Internet restriction. I regret we can not solve this problem.”晕……看来<strong>功夫网</strong>名声在外啊。</p>
<p style="TEXT-ALIGN: left">既然不能解决慢的问题，那就申请退款咯，『嘻来嚷往』的主要访问者还是来自中国内地，可不能影响网站的用户体验。至于退款过程就不赘述了，IX绝不是奸商，只要给出充分真实的理由，IX会很爽快地把美金交还给您。经过IX退款事件，Tim的感想是如果您的网站主要面向境外（Iris同学在香港测试过，IX的速度还不赖），那么IX是很好的选择，毕竟低廉的价格和独立IP，这是每个站长梦寐以求的东西。</p>
<p style="TEXT-ALIGN: left">在新家仅仅住了2天，『嘻来嚷往』又要搬家了，这次Tim再也不相信国内的主机介绍网站了，开始细细地搜索和阅读国外的主机评测网站。一个叫<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>的美国主机商不断地映入我眼帘，几乎每个主机评测网站它都位于Top 10中，并且大部分还处在No. 1。并且后来发现，<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>还被Wordpress官方网站推荐为架设Wordpress网站的最佳选择之一。<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>的主机方案同样是美国现在最流行的主机配置——各参数基本上都是无限，而且采用最方便易用的cPanel管理面板，虽然不提供免费独立IP，但是仍然有点心动。</p>
<p style="text-align: center;"><a href="/r.php?t=a&amp;id=justhost" target="_blank"><img class="aligncenter" src="http://affiliates.justhost.com/control/img/banners/justhost_728x90v4.gif" alt="" width="610" height="75" /></a></p>
<p style="text-align: center;"><span style="font-size: small;">现在从上图点击进入<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>网站</span></p>
<p style="text-align: center;"><span style="font-size: small;">并在结帐时使用<span style="background-color: #ffff00; color: #ff0000;">50OFF</span>优惠码，将获得最低2.95 USD/月的优惠价格</span></p>
<p style="text-align: center;"><span style="font-size: small;">支持PayPal和信用卡付款，随时退款保证（超过30天只退余额）</span></p>
<p style="text-align: center;"><span style="font-size: small;">如果您没有外币信用卡，<a href="http://xirang.us/affairs" target="_blank">联系Tim</a>为您提供代购服务</span></p>
<p style="TEXT-ALIGN: left">在以70美金买下两年的<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>主机后，还是搬家的老一套——程序、数据库和DNS。20分钟后平静地打开<a href="http://xirang.us">http://xirang.us</a>，没想到网站以<strong>迅雷不及掩耳响叮当之势</strong>出现在我的眼中，我的心情一下子又从北冰洋回到了炼钢高炉里，PING一下251 ms，FTP一下225 KB/s！不错的数据，HOHO，这次总算为『嘻来嚷往』找到了一个安稳舒适的家。</p>
<p style="TEXT-ALIGN: left">强烈向各位站长推荐<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>，有意购买<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>主机的同志，请用本站测试<a href="/r.php?t=a&amp;id=justhost" target="_blank">Just Host</a>在中国大陆的访问速度。您可以使用ping xirang.us测试服务器响应时间，tracert xirang.us命令测试本站的路由，我们在服务器cl43.justhost.com上。您还可以使用用<a rel="nofollow" href="http://just-ping.com/index.php?vh=xirang.us&amp;c=&amp;s=ping%21" target="_blank">Just Ping</a>测一下该服务器在全球各地的Ping值。用<a rel="nofollow" href="http://internetsupervision.com/scripts/urlcheck/check.aspx?checkurl=http%3A%2F%2Fxirang.us" target="_blank">InternetSurpervison</a>测试它在世界各地的数据传输率。</p>
<div style="clear:both">
<h3>著作权信息（站外使用本文请保留以下内容）</h3>
<hr size="2" />
<table width="100%">
<tbody>
<tr>
<td>文章作者：<a  href="http://xirang.us/author/tim">Tim</a><br />原始站点：<a title="嘻来嚷往" href="http://xirang.us/" target="_self">嘻来嚷往 &#8211; IF YOU SEE SOMETHING, SAY SOMETHING.</a><br />原文标题：Move to Just Host——嘻来嚷往搬家记<br />发表日期：2009年10月14日<br />原文链接：<a href="http://xirang.us/2009/10/moving-to-just-host" >http://xirang.us/2009/10/moving-to-just-host</a></td>
<td class="author_img"><center><img alt='' src='http://0.gravatar.com/avatar/6f9a9d5526438d3a59313a2603020217?s=100&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></center></td>
</tr>
<tr>
<td>版权协议：本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/" target="_blank">知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议</a>进行许可，作品中的文字和图像若非明确指出著作权归属则均受到该协议<a title="知识共享协议法律文本" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/legalcode" target="_blank">法律文本</a>的保护。站外使用请严格遵守协议，<a href="http://xirang.us/" target="_self">嘻来嚷往</a>站保留诉诸法律的权利！如有异议请与站长<a title="联系我们" href="http://xirang.us/affairs" target="_self">联系</a>。</td>
<td><center><img src="http://i.creativecommons.org/l/by-nc-nd/2.5/cn/88x31.png" alt="BY-NC-ND" /></center></td>
</tr>
</tbody>
</table>
<hr size="2" /></div>
<p style="text-align:center"><a href="http://clustrmaps.com/counter/maps.php?url=http://xirang.us" id="clustrMapsLink" title="嘻来嚷往双站总独立IP访问量" target="_blank"><img src="http://clustrmaps.com/counter/index2.php?url=http://xirang.us" alt="" id="clustrMapsImg" /></a><img src="http://nojsstats.appspot.com/UA-9442677-1/xirang.us" alt="" /></p>
<img src="http://xirang.us/?ak_action=api_record_view&id=992&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://xirang.us/2009/10/moving-to-just-host/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
