存档
-
Drupal 6 水滴架站全机能攻略|国内第一本drupal中文书
PS:此书仅在台湾有售
Drupal Taiwan创办者Jimmy、现任站长花水木以及台湾知名Drupal教学网站站长阿舍 强力推荐
第壹篇 Drupal与SNS
第一章 Drupal介绍
第二章 Drupal与SNS
第贰篇 Drupal安装与设定
第三章 环境安装与设置
第四章 安装Drupal 6
第五章 安装非核心模组与安装新版型
第六章 Drupal设定
第七章 升级
第叁篇 社群网站相关模组介绍
第八章 基本模组
第九章 内容相关
第十章 用户相关
第十一章 资讯交流
第十二章 群组
第十三章 图片相关
第十四章 SEO
第肆篇 规划与构建Drupal水酷
第十五章 规划与准备
第十六章 网站开发
第十七章 维护与推广2009年9月7日 | 归档于 设计素材 -
Drupal加速之——服务器软件环境比较
如何建立一个高速的Drupal服务器,每个人都有自己的看法。究竟什么样的服务器环境最有利于提高Drupal站点的性能呢?下面我们建立了一个测试环境进行性能比较。
测试环境
测试环境用的是Drupal版本4.7,带有2000个用户,5000个节点,5000个别名,以及10000个评论,带了250个的15个分类。如果你不知道这些内容的意思,那大概你不是一个Drupal用户,建议你试试Drupal,或者先看看这篇文章-Drupal 术语。不过没关系,如果你对web服务器有一些认识,或许也有兴趣看下去。
下一步,我们配置站点首页显示10个节点,页面左右栏目启用若干块,建立主要链接,增加搜索功能,还使用Drupal的联系人模块建立了一个联系人页面。从下面的图片我们可以看到最终的站点首页是什么样子的。2008年12月26日 | 归档于 LAMP主机 -
Drupal 6.6 and 5.12 released露出 ><
Drupal 6.6 and Drupal 5.12, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download.
Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. For more information about the Drupal 6.x release series, consult the [...]2008年10月25日 | 归档于 建站代码 -
Drupal 6.3和5.8发布修正N多安全问题
Drupal官方网站发布了Drupal 6.3和5.8
英文原文如下:
Drupal 6.3 and Drupal 5.8, maintenance releases fixing problems reported using the bug tracking system, as well as security vulnerabilities, are now available for download. Drupal 6.3 also includes some changes to the installer to prevent file ownership issues on shared hosts; upgrades jQuery to version 1.2.6; improves PostreSQL compatibility; fixes performance issues in [...]2008年7月10日 | 归档于 建站代码标签: Drupal, Drupal 6.3 -
Drupal v7
以下为原文:
The HEAD of the Drupal core CVS repository is now open for the forthcoming 7.x series. This is a development snapshot release for the 7.x series. This is not stable, and production sites should not run this code. However, users wishing to help test and develop the next version of Drupal are encouraged to use [...]2008年7月9日 | 归档于 建站代码 -
Drupal Rewrite for IIS 规则
某人今天叫我找的Druapl 的IIS rewreite规则记在这里一下
Debug 0
Reload 5000
#Browse LOT
#RewriteRule ^/(.*) /index.php
RewriteRule ^/index.php\?q\=(.*)$ /index.php?q=$1 [l]
RewriteRule ^/themes/(.*)$ /themes/$1 [l]
RewriteRule ^/misc/(.*)$ /misc/$1 [l]
RewriteRule ^/css/(.*)$ /css/$1 [l]
RewriteRule ^/files/(.*)$ /files/$1 [l]
RewriteRule ^/images/(.*)$ /images/$1 [l]2008年7月8日 | 归档于 建站代码
最近评论