<?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>WordPress 非官方中文站 &#187; Drupal</title>
	<atom:link href="http://wpchina.org/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpchina.org</link>
	<description>提供 WordPress 插件、主题、程序及相关的中文资讯</description>
	<lastBuildDate>Tue, 13 Dec 2011 02:10:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>集成 WordPress 到 Drupal</title>
		<link>http://wpchina.org/integrate-drupal-with-wordpress-16/</link>
		<comments>http://wpchina.org/integrate-drupal-with-wordpress-16/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 01:09:32 +0000</pubDate>
		<dc:creator>Jiang</dc:creator>
				<category><![CDATA[WordPress 教程]]></category>
		<category><![CDATA[使用进阶]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[内容管理系统]]></category>

		<guid isPermaLink="false">http://wordpresschina.org/integrate-drupal-with-wordpress-16/</guid>
		<description><![CDATA[<p>我最近做的一个项目就是要集成 <a href="http://wordpress.org/" target="_blank">WordPress</a> 到 <a href="http://drupal.org/" target="_blank">Drupal</a>。我已经 Google 过这个问题，但没有答案。这两个最为强大的开源 PHP 网络应用程序到现在也没有方案可集成在一起，看起来主要有两个原因：</p>
<ul>
<li>Drupal 有自己的 <a href="http://drupal.org/handbook/modules/blog" target="_blank">Blog 模块</a></li>
<li>有些人已经将 WordPress 当作 CMS 来使用</li></ul>
<p>简单地说，网络社区的大部分用户已经将它们当作竞争者。因此，要找到一个能够集成 WordPress 到 Drupal 的模块是很难的。</p>
<p>然而，用户需求就是用户需求！受到 <a href="http://kepp.net/" target="_blank">Arne Kepp</a> 的&#160;<a href="http://drupal.org/project/phpbb" target="_blank">集成 phpBB 论坛到 Drupal 模块</a>的启发，我自己开发了这个集成 WordPress 到 Drupal 的模块。这个 Drupal WordPress 模块已经在 Drupal 5 和 WordPress 2 下测试。不过由于太忙，我还没有向 Drupal 网站提交这个模块。</p>]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->
<p>我最近做的一个项目就是要集成 <a href="http://wordpress.org/" target="_blank">WordPress</a> 到 <a href="http://drupal.org/" target="_blank">Drupal</a>。我已经 Google 过这个问题，但没有答案。这两个最为强大的开源 PHP 网络应用程序到现在也没有方案可集成在一起，看起来主要有两个原因：</p>
<ul>
<li>Drupal 有自己的 <a href="http://drupal.org/handbook/modules/blog" target="_blank">Blog 模块</a></li>
<li>有些人已经将 WordPress 当作 CMS 来使用</li>
</ul>
<p>简单地说，网络社区的大部分用户已经将它们当作竞争者。因此，要找到一个能够集成 WordPress 到 Drupal 的模块是很难的。</p>
<p>然而，用户需求就是用户需求！受到 <a href="http://kepp.net/" target="_blank">Arne Kepp</a> 的&nbsp;<a href="http://drupal.org/project/phpbb" target="_blank">集成 phpBB 论坛到 Drupal 模块</a>的启发，我自己开发了这个集成 WordPress 到 Drupal 的模块。这个 Drupal WordPress 模块已经在 Drupal 5 和 WordPress 2 下测试。不过由于太忙，我还没有向 Drupal 网站提交这个模块。</p>
<p>特征：</p>
<ul>
<li>只登录一次，如果你登录了 Drupal，那也同时登录了 WordPress。注销的时候也一样。</li>
<li>在 Drupal 和 WordPress 之间同步用户数据。</li>
</ul>
<p>在下载安装这个模块之前，请确定先备份备份了现有程序。对于安装这个模块引起的危害或安全问题，我不承担任何责任。</p>
<p>步骤：</p>
<ol>
<li>下载 <a href="http://erwin.terong.com/wp-content/uploads/2007/10/wordpress.zip" target="_blank">Drupal WordPress 模块</a></li>
<li>解压缩到你的 /sites/all/modules/ 目录</li>
<li>在 Drupal 里激活这个模块（管理 | Administer&nbsp;&gt; 网站建设 | Site Building &gt; 模块 | Modules&nbsp;）</li>
<li>在 Drupal 里配置这个模块（管理 | Administer &gt; 网站配置 |Site Configuration &gt; WordPress ）</li>
<li>你已经完全搞定！</li>
</ol>
<p>限制：</p>
<ul>
<li>WordPress 必须安装到 Drupal 的一个子目录</li>
<li>Drupal 的第一个用户必须是 admin</li>
<li>Drupal 用户资料优先，WordPress 内用户记录和 Drupal 内部一样的话，采用 Drupal 数据</li>
</ul>
<p>仍需改进/修正的地方：</p>
<ul>
<li>安装过程出现 SQL 错误信息。（我只是忽略了这些信息）</li>
<li>需要重新定向 WordPress 里的登录、注销和用户资料到 Drupal，我们才有一个集成的系统</li>
</ul>
<p>演示站点：<a href="http://www.tuaga.com" target="_blank">http://www.tuaga.com</a></p>
<p>本文出自: <a title="http://erwin.terong.com/2007/06/24/integrate-drupal-with-wordpress/" href="http://erwin.terong.com/2007/06/24/integrate-drupal-with-wordpress/" target="_blank">http://erwin.terong.com/2007/06/24/integrate-drupal-with-wordpress/</a></p>
<p>中文翻译: <a href="http://wpchina.org/integrate-drupal-with-wordpress-16/" target="_blank">http://wpchina.org/integrate-drupal-with-wordpress-16/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpchina.org/integrate-drupal-with-wordpress-16/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: wpchina.org @ 2012-02-10 22:07:54 -->
