Knowledgeroot安装与使用入门

采用 PHP 开发的知识库系统,基于树状结构对内容进行组织。使用 FCKEditor 进行内容编辑。
安装
chmod a+w -R
knowledgeroot/install.php to start the installation.
The first thing you should do: login as admin with password admin and change the password for this user!
权限
you may declare all content public in knowledgeroot. Or you can assign individual rights to each tree element or content.
當你"新增頁面"時, 將"頁面權限"中的"其他權限"改為"唯讀", 这样访客就可以看到了。
登录:index.php?action=login
index.php?action=createroot 创建根页面
index.php?action=users 管理用户
index.php?action=options 修改密码
index.php?action=logout 退出
TODO:
1,如何去掉目录树自动生成序号
2,如何对条目进行排序。
原文地址:https://www.cnblogs.com/elesos/p/5924547.html