Total Pageviews

Saturday 12 October 2024

一个开源的轻文章系统simpost

 

其主要的特点为不需要 MySQL 数据库的支持,只需要 php 支持就可以了,上传立即使用,十分方便。其数据存储形式采用 TXT 文本保存在本地空间,为保证其安全性,需要去 confing 目录修改 p_config.php 文件内容代码中 $pass_path = "./pass/".$user;pass 为自己随意指定目录以保证用户密码安全性 [后期会编写加密算法进行处理]

如需设置管理员可以到 data 目录,寻找指定用户,并修改 sf.txt 内容为 a,tie 目录的作用是存储帖子数据。

目前实现的功能有:登录,注册,发帖,用户评论,帖子 ID 控制,用户权限,金币设置,Markdown 文章编辑器,移动端适配,前端 markdown 解释,用户注册统计,不完整的后台等功能。

使用到的项目

sweetalert 弹窗:https://sweetalert.bootcss.com/

markdown 编辑器:https://pandao.github.io/editor.md/

Strapdown.js 解释器:https://github.com/arturadib/strapdown/

 jquery 前端:https://jquery.com/ 

openzui 前端:http://www.openzui.com/

from https://gitee.com/penkai/simpost

No comments:

Post a Comment