This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
1stlog诞生的背景
大家知道,PHP的领域中,被广泛使用的博客系统应该是WP了;Rails版本的blog系统现在用的比较多的应该是typo和simplog 了,这两个也有不少人使用了。但是我用了后觉得不是很符合国人的习惯,很多 地方用着感觉很别扭,于是打算自己动手写一个用着习惯的blog系统。
1stlog规划
1stlog的命名
我们是1sters.com团队开发设计开发的,又是一个blog系统,所以定其名字为1stlog,很合理,不是么,
1stlog的功能点
- 安装方便,不需要重新编译
- Type / Categories / Tags 的管理
- 日志的发表 编辑 删除
- 评论及其评论管理
- 支持Textile可视化和tiny_mce可视化编辑器(简单、高级两种)
- Trackback 及其防spider以及灌水机
- 基于Ajax的search和Trackback地址生成
- 文章 / 评论的feeds
- 按照分类或者性质的feeds
- 单篇文章的feeds输出
- 个性化展示配置
- 自定义显示模板
- 验证码
- 上传下载文件
- 选择自己需要的显示模块
- 可配置每页显示的篇数等显示数目
- 可以选择自己喜欢的显示模板
- 用户管理
- 友情链接
- 定时备份数据库
等等等。。。
搭建1stlog需要
- mysql4.0及其以上版本数据库
- rails2.0及其以上版本
- ruby1.8.6及其以上版本
- RedCloth?
- RMagick
演示 http://1stlog.1sters.com/







