我是一只特立独行的猪,这里是我的小窝窝,我要卧在窝窝里,用小小的眼睛看清外面的大窝窝。

七条博客

qitiao.cn

2007-11-15

cms的一个错误方向

类归于: cms — suki @ 1:59 上午 Tags: ,

从IBM上看的,文章是IBM官方团队的。

现有 Web 站点的其他问题涉及不一致的可视语言、导航和信息体系结构。内容常常隐藏在文档中,而文档放在存储库中;直到下载并查看文档之前,没有任何线索能够表明文 档中有什么内容。根据我们的分析,团队认为文档存储库采用了错误的模型。我们需要一个能够完成更多任务的内容管理系统。

他们准备用”包括 Drupal、MySQL、PHP、Apache 和 Eclipse 技术”.
Drupal偶正在研究,官方PR9。研究了两夜Drupal的结构,激动得睡不着觉。
放一份robots出来。这CMS SEO不是一般的强。据说做出来的站PR都在5-10之间。
# $Id: robots.txt,v 1.9 2007/06/27 22:37:44 goba Exp $
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
# This file will be ignored unless it is at the root of your host:
# Used: http://example.com/robots.txt
# Ignored: http://example.com/site/robots.txt
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/wc/robots.html
#
# For syntax checking, see:
# http://www.sxw.org.uk/computing/robots/check.html

User-agent: *
# Directories
Disallow: /database/
Disallow: /includes/
Disallow: /misc/
Disallow: /modules/
Disallow: /sites/
Disallow: /themes/
Disallow: /scripts/
Disallow: /updates/
Disallow: /profiles/
# Files
Disallow: /xmlrpc.php
Disallow: /cron.php
Disallow: /update.php
Disallow: /install.php
Disallow: /INSTALL.txt
Disallow: /INSTALL.mysql.txt
Disallow: /INSTALL.pgsql.txt
Disallow: /CHANGELOG.txt
Disallow: /MAINTAINERS.txt
Disallow: /LICENSE.txt
Disallow: /UPGRADE.txt
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /contact/
Disallow: /logout/
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register/
Disallow: /user/password/
Disallow: /user/login/
# Paths (no clean URLs)
Disallow: /?q=admin/
Disallow: /?q=comment/reply/
Disallow: /?q=contact/
Disallow: /?q=logout/
Disallow: /?q=node/add/
Disallow: /?q=search/
Disallow: /?q=user/password/
Disallow: /?q=user/register/
Disallow: /?q=user/login/

 Page 2 of 2 « 1  2