1 Star 0 Fork 0

一刀 / simpleblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

基于Django1.9.5开发一个简单的博客系统

三个分支:

  • master: 主分支
  • py27: 基于python2.7.8版本的分支
  • py34: 基于python3.4.2版本的分支

教程目录:


通过上面的教程,相信你已经搭建了一个具有基本功能的博客。最近在此基础之上又持续不断的改进,目前发布了1.0版本。 具体新增功能如下:

  1. 页面美化,加入了自定义样式和最新bootstrap
  2. 文章评论功能,并且显示每篇文章的评论数
  3. 文章标签,侧边栏会显示标签云,具体还有一个实现标签云的算法
  4. 分类目录,最新文章,评论列表的显示
  5. 文章归档功能,按照月份归档
  6. 实现热门文章功能,根据点击率来排名
  7. 文章的分页显示,每页大小可后台设置
  8. 给文章评分,顶和踩
  9. 全文搜索功能
  10. 引入富文本编辑器,让格式更漂亮,并支持代码高亮等功能
  11. 全面集成redis缓存系统,提升系统速度
  12. i18n国际化
  13. 集成xadmin的后台管理系统,管理员维护博客。

未来版本:

  1. 全面美化页面,我得找个好看点的模板
  2. 性能继续改进
  3. 将Django自带的ORM替换成SQLAlchemy
  4. 所有功能基于python3,那么需要替换xadmin管理后台
  5. 软件支持和文档的完善等

一个人毕竟精力有限,期待在GitHub上面找到合作者共同完善这个系统。可以fork这个工程然后提交Pull Requests。


演示地址(用户名/密码:admin/admin)

https://yidao620.pythonanywhere.com/

首页效果: 最新效果图1

顶踩功能展示: 最新效果图2

分页效果: 最新效果图3

富文本编辑器: 最新效果图4


How to Contribute

You are welcome to contribute to simpleblog as follow

  • add/edit wiki
  • report/fix issue
  • code review
  • commit new feature
  • add testcase

Meanwhile you'd better follow the rules below

  • It's NOT recommended to submit a pull request directly to master branch. develop branch is more appropriate
  • Follow common Python coding conventions
  • Add the following license in each source file

License

(The Apache License)

Copyright (c) 2013-2016 Xiong Neng and other contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

空文件

简介

A simple blog based on django1.9 and python3.4 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
CSS
1
https://gitee.com/yidao620/simpleblog.git
git@gitee.com:yidao620/simpleblog.git
yidao620
simpleblog
simpleblog
master

搜索帮助