<?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; discuz</title>
	<atom:link href="http://www.lifangjin.com/archives/tag/discuz/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lifangjin.com</link>
	<description>李方进的个人BLOG</description>
	<lastBuildDate>Tue, 27 Jul 2010 08:50:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>discuz!7.0预发布</title>
		<link>http://www.lifangjin.com/archives/521</link>
		<comments>http://www.lifangjin.com/archives/521#comments</comments>
		<pubDate>Mon, 13 Oct 2008 08:54:23 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[互联网络]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[UCH]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=521</guid>
		<description><![CDATA[看到discuz的官方论坛已经采用7.0了。 应该说和6.0还是有很大的区别的，我第一时间居然还有些不太适应。 这次comsenz推discuz!7.0也采用了比较保守和开明的做法，先自己用，继而在论坛采用各种方式来看用户的接受程度，估计再根据用户反馈做一些调整就该正式推出了。 据说功能改进了很多，我暂时还没来得及体验。但是7.0的侧边栏(sidebar)设计，我很喜欢，至少可以在侧边栏自己加挂一些UCH的内容以加强discuz和UCH的联系。 相关文章 把discuz 5.5中的模板函数封装为一个类 (0) 在dreamhost实现discuz的伪静态化 (4) UCH1.5正式版发布之日不远了 (0)]]></description>
			<content:encoded><![CDATA[<p>看到<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a>的官方论坛已经采用7.0了。</p>
<p>应该说和6.0还是有很大的区别的，我第一时间居然还有些不太适应。</p>
<p>这次comsenz推<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a>!7.0也采用了比较保守和开明的做法，先自己用，继而在论坛采用各种方式来看用户的接受程度，估计再根据用户反馈做一些调整就该正式推出了。</p>
<p>据说功能改进了很多，我暂时还没来得及体验。但是7.0的侧边栏(sidebar)设计，我很喜欢，至少可以在侧边栏自己加挂一些<a href="http://www.lifangjin.com/archives/tag/uch" class="st_tag internal_tag" rel="tag" title="Posts tagged with UCH">UCH</a>的内容以加强<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a>和<a href="http://www.lifangjin.com/archives/tag/uch" class="st_tag internal_tag" rel="tag" title="Posts tagged with UCH">UCH</a>的联系。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.lifangjin.com/archives/355" title="把discuz 5.5中的模板函数封装为一个类 (June 22, 2007)">把discuz 5.5中的模板函数封装为一个类</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/378" title="在dreamhost实现discuz的伪静态化 (August 7, 2007)">在dreamhost实现discuz的伪静态化</a> (4)</li>
	<li><a href="http://www.lifangjin.com/archives/500" title="UCH1.5正式版发布之日不远了 (August 14, 2008)">UCH1.5正式版发布之日不远了</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.lifangjin.com/archives/521/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在dreamhost实现discuz的伪静态化</title>
		<link>http://www.lifangjin.com/archives/378</link>
		<comments>http://www.lifangjin.com/archives/378#comments</comments>
		<pubDate>Tue, 07 Aug 2007 04:43:13 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[开发编程]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=378</guid>
		<description><![CDATA[Options +FollowSymLinks # 将 RewriteEngine 模式打开 RewriteEngine On # 修改以下语句中的 /discuz 为你的论坛目录地址，如果程序放在根目录中，请将 /discuz 修改为 / RewriteBase / # Rewrite 系统规则请勿修改 RewriteRule ^archiver/([a-z0-9\-]+\.html)$ archiver/index.php?$1 RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&#38;page=$2 RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&#38;extra=page\%3D$3&#38;page=$2 RewriteRule ^profile-(username&#124;uid)-(.+)\.html$ viewpro.php?$1=$2 RewriteRule ^space-(username&#124;uid)-(.+)\.html$ space.php?$1=$2 RewriteRule ^tag-(.+)\.html$ tag.php?name=$1 由于windows下不支持.htaccess文件，因此将上面的代码保存为一个文本文件，将这个文本文件传到DH的空间后改名为.htaccess，然后在后台管理中的“基本设置-搜索引擎优化”中选择“URL 静态化”的相应的值，即可实现在dreamhost空间中的discuz的伪静态化。 伪静态化后的样例可访问：http://www.c3h3studio.com/ (增加了tag.php对应的rewrite规则 2007-8-23) 相关文章 也说说dreamhost ps服务 (0) 把discuz 5.5中的模板函数封装为一个类 (0) 和DreamHost有关 (0) 台式机重新启用 (0) 刚刚续费dreamhost空间 [...]]]></description>
			<content:encoded><![CDATA[<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline"></li></ol></div>
<p><ifmodule></ifmodule><br />
Options +FollowSymLinks<br />
# 将 RewriteEngine 模式打开<br />
RewriteEngine On<br />
# 修改以下语句中的 /<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a> 为你的论坛目录地址，如果程序放在根目录中，请将 /<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a> 修改为 /<br />
RewriteBase /</p>
<p># <a href="http://www.lifangjin.com/archives/tag/rewrite" class="st_tag internal_tag" rel="tag" title="Posts tagged with rewrite">Rewrite</a> 系统规则请勿修改<br />
RewriteRule ^archiver/([a-z0-9\-]+\.html)$ archiver/index.<a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>?$1<br />
RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.<a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>?fid=$1&amp;page=$2<br />
RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.<a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>?tid=$1&amp;extra=page\%3D$3&amp;page=$2<br />
RewriteRule ^profile-(username|uid)-(.+)\.html$ viewpro.<a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>?$1=$2<br />
RewriteRule ^space-(username|uid)-(.+)\.html$ space.<a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>?$1=$2<br />
RewriteRule ^tag-(.+)\.html$ tag.<a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>?name=$1<br />
由于windows下不支持.htaccess文件，因此将上面的代码保存为一个文本文件，将这个文本文件传到DH的空间后改名为.htaccess，然后在后台管理中的“基本设置-搜索引擎优化”中选择“URL 静态化”的相应的值，即可实现在<a href="http://www.lifangjin.com/archives/tag/dreamhost" class="st_tag internal_tag" rel="tag" title="Posts tagged with dreamhost">dreamhost</a>空间中的<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a>的伪静态化。<br />
伪静态化后的样例可访问：<a target="_blank" href="http://www.c3h3studio.com/">http://www.c3h3studio.com/</a></p>
<p>(增加了tag.<a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>对应的<a href="http://www.lifangjin.com/archives/tag/rewrite" class="st_tag internal_tag" rel="tag" title="Posts tagged with rewrite">rewrite</a>规则 2007-8-23)</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.lifangjin.com/archives/639" title="也说说dreamhost ps服务 (April 17, 2009)">也说说dreamhost ps服务</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/355" title="把discuz 5.5中的模板函数封装为一个类 (June 22, 2007)">把discuz 5.5中的模板函数封装为一个类</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/558" title="和DreamHost有关 (October 26, 2008)">和DreamHost有关</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/510" title="台式机重新启用 (September 27, 2008)">台式机重新启用</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/412" title="刚刚续费dreamhost空间 (November 30, 2007)">刚刚续费dreamhost空间</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.lifangjin.com/archives/378/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>把discuz 5.5中的模板函数封装为一个类</title>
		<link>http://www.lifangjin.com/archives/355</link>
		<comments>http://www.lifangjin.com/archives/355#comments</comments>
		<pubDate>Fri, 22 Jun 2007 03:31:16 +0000</pubDate>
		<dc:creator>李 方进</dc:creator>
				<category><![CDATA[程序作品]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.lifangjin.com/?p=355</guid>
		<description><![CDATA[php的模板类有很多，比如smarty、phplib，但实际运用的时候发觉过于复杂，个人认为discuz的模板处理方式是比较合理的。昨天晚上在家把discuz 5.5中的模板函数封装为一个类，去掉了discuz的{template}{lang}标记转换。 点此处查看(打开后采用utf-8编码格式)该模板类的有关代码，使用方法见注释里的example，时间有限，功能还有待于进一步拓展。 相关文章 正式启动LZCMS开发 (5) 尝试采用eaccelerator提高PHP执行效率 (0) 如何在php中使用Libchart绘制中文的图表 (2) 在xslt中调用php函数 (2) 在dreamhost实现discuz的伪静态化 (4)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lifangjin.com/archives/tag/php" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHP">php</a>的模板类有很多，比如smarty、phplib，但实际运用的时候发觉过于复杂，个人认为<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a>的模板处理方式是比较合理的。昨天晚上在家把<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a> 5.5中的模板函数封装为一个类，去掉了<a href="http://www.lifangjin.com/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="Posts tagged with discuz">discuz</a>的{template}{lang}标记转换。<br />
点<a target="_blank" href="http://www.lifangjin.com/wp-content/uploads/2007/06/templateclass.txt" title="templateclass.txt">此处</a>查看(打开后采用utf-8编码格式)该模板类的有关代码，使用方法见注释里的example，时间有限，功能还有待于进一步拓展。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.lifangjin.com/archives/583" title="正式启动LZCMS开发 (November 10, 2008)">正式启动LZCMS开发</a> (5)</li>
	<li><a href="http://www.lifangjin.com/archives/519" title="尝试采用eaccelerator提高PHP执行效率 (October 13, 2008)">尝试采用eaccelerator提高PHP执行效率</a> (0)</li>
	<li><a href="http://www.lifangjin.com/archives/299" title="如何在php中使用Libchart绘制中文的图表 (March 15, 2007)">如何在php中使用Libchart绘制中文的图表</a> (2)</li>
	<li><a href="http://www.lifangjin.com/archives/316" title="在xslt中调用php函数 (April 10, 2007)">在xslt中调用php函数</a> (2)</li>
	<li><a href="http://www.lifangjin.com/archives/378" title="在dreamhost实现discuz的伪静态化 (August 7, 2007)">在dreamhost实现discuz的伪静态化</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.lifangjin.com/archives/355/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
