From 41839d82a6980340c36c06c9f44ff4f388dcfaf5 Mon Sep 17 00:00:00 2001 From: Iceskysl Date: Sat, 18 Aug 2012 17:57:30 +0800 Subject: [PATCH] mo readme.md --- .gitignore | 1 + README.md | 39 +++++++++++++++++++++++++++++++++-- app/views/posts/show.html.erb | 7 ++++++- 3 files changed, 44 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 290f9a8..436aa5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.rvmrc .bundle tmp/ coverage/ diff --git a/README.md b/README.md index ab5d8b3..3bd6bd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,41 @@ ## Iceylog -Welcome to Iceylog home. -Iceylog is a semantic personal publishing platform with a focus on aesthetics, web standards, and usability. +Iceylog是一款基于Ruby 1.9.3 + Rails3 + MongoDB,支持Markdown语法的个人博客系统~ +###系统特色 +* 开源 +* 基于Ruby 1.9.3 + Rails3 + MongoDB +* 支持 Markdown +* 支持 Disqus +* 尽可能的简单和轻量级 +* 支持简单的配置 + +###系统功能 +* 支持文章(post)√ +* 支持页面(page) √ +* 支持友情链接 √ +* 文章支持分类和标签√ +* 文章按月归档√ +* 文章按tag查看√ +* 支持google自定义搜索√ +* 支持评论(Disqus)√ +* 支持图片上传√ +* 代码高亮 √ +* 分类合并√ +* RSS输出√ + +###更新纪录 +* 2012.8.18: 添加文章的版权作者和链接信息; +* 2012.7.29: 添加RSS订阅功能; +* 2012.7.08: 添加post和page的阅读次数; +* 2012.7.08: 添加分类合并功能; +* 2012.7.08: 添加代码高亮功能(pygments.rb+Redcarpet); +* 2012.7.08: 添加后台图片管理功能; +* 2012.7.08: 添加发布文章时上传图片功能; +* 2012.7.07: 添加发布文章时的预览功能; +* 2012.7.01: 添加按月归档功能; +* 2012.6.30: 添加数据统计功能; +* 2012.6.29: 添加按照tag查看文章功能; +* 2012.6.27: 添加Disqus的评论支持; ## Install @@ -29,4 +63,5 @@ Iceylog is a semantic personal publishing platform with a focus on aesthetics, w ###Mac OS X brew install ImageMagick + diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index b23d652..cdf02d0 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -12,8 +12,13 @@
<%=raw @post.body_html%> -
+ +
+ 作者: <%= raw SiteConfig.site_author %>
+ 地址: <%=link_to @post.title,post_path(@post)%> +
+