欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PunBB
来自开放百科 - 灰狐
(版本间的差异)
(未显示3个用户的10个中间版本) | |||
第1行: | 第1行: | ||
+ | {{top news}} | ||
+ | |||
+ | ==简介== | ||
+ | PunBB的领航者Rickard Andersson,在他发现并没有任何论坛软件支持XHTML之后,开始撰写了此计划。 | ||
+ | |||
+ | In short, PunBB is a fast and lightweight PHP powered discussion board. It is released under the GNU Public License. Its primary goal is to be a faster, smaller and less graphic alternative to otherwise excellent discussion boards such as phpBB, Invision Power Board or vBulletin. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller pages. | ||
+ | |||
+ | ==新闻== | ||
+ | <rss>http://punbb.informer.com/forums/extern.php?action=feed&type=rss|short|date|max=10</rss> | ||
+ | |||
==在线演示== | ==在线演示== | ||
http://demo.huihoo.com/punbb/ | http://demo.huihoo.com/punbb/ | ||
− | admin/admin | + | admin/admin |
− | + | ||
==安装指南== | ==安装指南== | ||
获得pubbb http://www.punbb.org/downloads.php | 获得pubbb http://www.punbb.org/downloads.php | ||
解压安装包 punbb-1.2.12.tar.gz | 解压安装包 punbb-1.2.12.tar.gz | ||
− | 通过 http://localhost/punbb/install | + | 通过 http://localhost/punbb/install.php 进行安装 |
创建数据库 | 创建数据库 | ||
mysqladmin -u root -p create punbb 或 | mysqladmin -u root -p create punbb 或 | ||
− | mysql>create database | + | mysql>create database punbb; |
mysql>GRANT ALL PRIVILEGES ON punbb.* TO punbb@localhost IDENTIFIED BY 'punbb'; | mysql>GRANT ALL PRIVILEGES ON punbb.* TO punbb@localhost IDENTIFIED BY 'punbb'; | ||
mysql>flush privileges; | mysql>flush privileges; | ||
+ | touch config.php | ||
+ | copy & paste 配置信息 | ||
+ | |||
+ | ==资源链接== | ||
+ | 官方网站 http://www.punbb.org/ | ||
+ | |||
+ | {{Comment}} | ||
− | + | [[Category:Forum]] | |
+ | [[Category:PHP]] |
2010年10月31日 (日) 16:16的最后版本
目录 |
[编辑] 简介
PunBB的领航者Rickard Andersson,在他发现并没有任何论坛软件支持XHTML之后,开始撰写了此计划。
In short, PunBB is a fast and lightweight PHP powered discussion board. It is released under the GNU Public License. Its primary goal is to be a faster, smaller and less graphic alternative to otherwise excellent discussion boards such as phpBB, Invision Power Board or vBulletin. PunBB has fewer features than many other discussion boards, but is generally faster and outputs smaller pages.
[编辑] 新闻
自http://punbb.informer.com/forums/extern.php?action=feed&type=rss加载RSS失败或RSS源被墙
[编辑] 在线演示
http://demo.huihoo.com/punbb/ admin/admin
[编辑] 安装指南
获得pubbb http://www.punbb.org/downloads.php 解压安装包 punbb-1.2.12.tar.gz 通过 http://localhost/punbb/install.php 进行安装
创建数据库
mysqladmin -u root -p create punbb 或 mysql>create database punbb; mysql>GRANT ALL PRIVILEGES ON punbb.* TO punbb@localhost IDENTIFIED BY 'punbb'; mysql>flush privileges;
touch config.php
copy & paste 配置信息
[编辑] 资源链接
<discussion>characters_max=300</discussion>
分享您的观点