网站重构中,beta版暂未发布,因此目前代码不能进行本地安装。
基于HTML5
及CSS3
的论坛程序,计划中不打算支持IE8以下浏览器。
网站的CSS编写和组织使用的是SASS,因此皮肤设计也采用SASS进行。
- 用于未提交回复的本地保存和恢复
- 是否开启桌面提醒的选项值保存
- PJAX 的数据保存
- 节点信息的本地保存,在整个网站一个节点的信息只需要请求一次
- 开启桌面提醒
- 用户处于在其他页面或者其他程序时桌面提醒才有效
- 网站的各图标
- icon font:The Entypo Pictogram Suite
- 弹窗组件:artDialog
- php SASS:https://github.com/richthegeek/phpsass
-
重命名 /application/config/database_default.php => /application/config/database.php 并填写数据库用户名及密码
$db['default']['hostname'] = 'hostname'; $db['default']['username'] = 'username'; $db['default']['password'] = 'password';
支持 NodePrint
, 捐赠地址: airyland@qq.com
- syq***@yeah.net ¥200
NodePrint is licensed under MIT license.
Copyright (c) 2012, Zheng Li All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.