其实教程在这里都有了
http://www.phpwind.net/read-htm-tid-237829.html只是要注意下把phpwind这个文件夹放到localhost目录下的public_html文件夹中,而不是文中提到的“把phpwind文件夹copy到刚才的d:/usr/www/下面”我安装了一个phpwind5.3版本,博客系统和网站文章发布系统cms也都是最新版本的(注:论坛部分安装一直默认即可,后面两个系统的安装需要指定数据库名,不然会提示找不到数据库)默认的后台感觉很乱,有时间需要休整……想感受下当管理员的感觉,这个不错哦EasyAPMServerv210RC:
http://www.hxitz.com/Code/Project/EasyAPMServerv210RC.html下载 PW Forums v5.3 论坛系统正式版
http://www.phpwind.com/phpwind530/下载 PWBlog v5.1.5 博客系统
http://www.phpwind.net/read-htm-tid-350144.html下载 VeryCMS v3.0 文章管理系..
Empty Elements Must Also Be Closed空的元素也必须关闭
http://www.xhtml.net.cn/article_detail.asp?class=xhtml&id=152Empty elements must either have an end tag or the start tag must end with />.空的元素也必须有一个结束标签或者开始标签用/>结束。 This is wrong:这是错误的: This is a break<br>
Here comes a horizontal rule:<hr>
Here''s an image <img src="happy.gif" alt="Happy face">This is correct:这是正确的:This is a break<br />
Here comes a horizontal rule:<hr />Here''s an image <img src="happy.gif" alt="Happy face" />IMPORTANT Compatibility Note: 注意兼容性的关键: To make your XHTML compatible with today''s browsers, you should add an extra space before..