<?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>Horse的博客&#187; vps</title>
	<atom:link href="http://www.mahoupao.net/index.php/tag/vps/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mahoupao.net</link>
	<description>马后炮化工</description>
	<lastBuildDate>Mon, 12 Apr 2010 04:48:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Discuz7.2，7.1友情链接间距修改方法</title>
		<link>http://www.mahoupao.net/index.php/2010/02/02/discuz7%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5%e9%97%b4%e8%b7%9d%e4%bf%ae%e6%94%b9%e6%96%b9%e6%b3%95.html</link>
		<comments>http://www.mahoupao.net/index.php/2010/02/02/discuz7%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5%e9%97%b4%e8%b7%9d%e4%bf%ae%e6%94%b9%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 02:45:43 +0000</pubDate>
		<dc:creator>horse</dc:creator>
				<category><![CDATA[闲言碎语]]></category>
		<category><![CDATA[Discuz]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[风格]]></category>

		<guid isPermaLink="false">http://www.mahoupao.net/?p=41</guid>
		<description><![CDATA[DZ默认的首页友情链接的间距非常大，默认的模版中一行也只能放置8个，非常难看。所以在后台找到了修改友情链接间距的方法，
在默认模版中的css_script.htm (teamplates/default/css_script.htm) 中对文字友情链接有这样的一段定义：
.forumtxtlink li { float: left; margin-right: 5px; width: 8em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
直接把width: 8em和 overflow: hidden 全部删除。
就可以实现紧凑型的友情链接了。
效果预览：http://bbs.mahoupao.com/index.php

	你还可能感兴趣的相关文章:
	
	发表第一篇文章 (0)
	修改Discuz 注册文件防注册机 (0)
	为什么要使用VPS主机 (0)
	wordpress 在 lighttpd 上的 URL 伪静态设置 (0)


]]></description>
		<wfw:commentRss>http://www.mahoupao.net/index.php/2010/02/02/discuz7%e5%8f%8b%e6%83%85%e9%93%be%e6%8e%a5%e9%97%b4%e8%b7%9d%e4%bf%ae%e6%94%b9%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress 在 lighttpd 上的 URL 伪静态设置</title>
		<link>http://www.mahoupao.net/index.php/2010/02/02/url-rewrite-for-wordpress-on-lighttpd.html</link>
		<comments>http://www.mahoupao.net/index.php/2010/02/02/url-rewrite-for-wordpress-on-lighttpd.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 01:22:03 +0000</pubDate>
		<dc:creator>horse</dc:creator>
				<category><![CDATA[计算机]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mahoupao.net/?p=35</guid>
		<description><![CDATA[wordpress 在 lighttpd 上的 URL 伪静态设置       url.rewrite for Wordpress on Lighttpd
在WORDPRESS中，设置Customize Permalink Structure为：
Custom structure:    /%year%/%monthnum%/%day%/%post_id%.html 
伪静态代码如下：
url.rewrite = (
&#8220;^/wordpress/?$&#8221; =&#62; &#8220;/wordpress/index.php&#8221;,
&#8220;^/wordpress/(wp-.+)$&#8221; =&#62; &#8220;$0&#8243;,
&#8220;^/wordpress/xmlrpc.php&#8221; =&#62; &#8220;$0&#8243;,
&#8220;^/wordpress/sitemap.xml&#8221; =&#62; &#8220;$0&#8243;,
&#8220;^/wordpress/(.+)/?$&#8221; =&#62; &#8220;/wordpress/index.php/$1&#8243;
)

	你还可能感兴趣的相关文章:
	
	为什么要使用VPS主机 (0)
	lighttpd+sqlite的优化和技巧 (0)
	Discuz7.2，7.1友情链接间距修改方法 (0)


]]></description>
		<wfw:commentRss>http://www.mahoupao.net/index.php/2010/02/02/url-rewrite-for-wordpress-on-lighttpd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>为什么要使用VPS主机</title>
		<link>http://www.mahoupao.net/index.php/2010/02/01/%e4%b8%ba%e4%bb%80%e4%b9%88%e8%a6%81%e4%bd%bf%e7%94%a8vps%e4%b8%bb%e6%9c%ba.html</link>
		<comments>http://www.mahoupao.net/index.php/2010/02/01/%e4%b8%ba%e4%bb%80%e4%b9%88%e8%a6%81%e4%bd%bf%e7%94%a8vps%e4%b8%bb%e6%9c%ba.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:22:19 +0000</pubDate>
		<dc:creator>horse</dc:creator>
				<category><![CDATA[计算机]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.mahoupao.net/?p=24</guid>
		<description><![CDATA[在你觉得虚拟主机已经不能满足需要，希望得到更多的资源，又觉得整机有些浪费的情况下，那么VPS服务器很可能也适合于你。
从价格上来说，VPS主机介于虚拟主机和主机租用之间。网站的表现比虚拟主机更稳定，VPS上的用户不会与同一架服务器上的其他用户争夺服务器资源。
VPS主机比虚拟主机更安全，因为文件系统是完全分开的。就算VPS服务器上的某一个用户被黑客侵入，他也不能进入到其他用户的文件系统。
VPS主机在使用上和整机租用是完全一样的。用户有root访问权限，可以安装任何自己想要的模块，可以远程登录。但价格比整机租用低很多。

	你还可能感兴趣的相关文章:
	
	wordpress 在 lighttpd 上的 URL 伪静态设置 (0)
	Discuz7.2，7.1友情链接间距修改方法 (0)


]]></description>
		<wfw:commentRss>http://www.mahoupao.net/index.php/2010/02/01/%e4%b8%ba%e4%bb%80%e4%b9%88%e8%a6%81%e4%bd%bf%e7%94%a8vps%e4%b8%bb%e6%9c%ba.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
