B3log 简介 http://code.google.com/p/b3log-solo/
wiki:http://code.google.com/p/b3log-solo/wiki/develop_steps
文件结构
name:皮肤名称(此名称将作为皮肤名列在<后台管理-偏好设定-皮肤>中)。
memo:备注,可记录所仿皮肤的站点或名称等信息。
具体开发
注意事项
wiki:http://code.google.com/p/b3log-solo/wiki/template_variables
模板变量
公共的模板变量
变量名 类型 说明 备注 path String Action 路径 archiveDates List<JSONObject> 存档日期列表 articles List<JSONObject> 存档文章列表 blogTitle String 博客标题 blogHost String 博客地址 值如:”vanessa.b3log.org:80” blogSubtitle String 博客子标题 htmlHead String 用户自定义的 HTML Head links List<JSONObject> 链接列表 localeString String 区域设定字符串 值如:”zh_CN” metaKeywords String 用户自定义的关键字 metaDescription String 用户自定义的描述 mostCommentArticles List<JSONObject> 评论最多的文章列表 mostUsedTags List<JSONObject> 引用最多的标签列表 mostViewCountArticles List<JSONObject> 访问最多的文章列表 noticeBoard String 用户自定义的公告栏 oId String 存档日期对象 Id pageNavigations List<JSONObject> 自定义页面列表 paginationFirstPageNum Integer 文章列表分页第一页页码 paginationLastPageNum Integer 文章列表分页最末页页码 paginationPageNums List<Integer> 文章列表分页页号 paginationPageCount Integer 文章列表页数 recentComments List<JSONObject> 最新评论列表 skinDirName String 当前使用的皮肤目录名 statistic JSONObject 统计信息对象 users List<JSONObject> 用户列表 version String 当前使用的 B3log Solo 版本 year String 当前年份
archive-date-articles.ftl
变量名 类型 说明 备注 archiveDate JSONObject 存档日期对象
article-detial.ftl
变量名 类型 说明 备注 article JSONObject 文章对象 articleComments List<JSONObject> 文章评论列表 externalRelevantArticlesDisplayCount Integer 站外相关文章显示数 nextArticlePermalink String 下一篇文章链接 nextArticleTitle String 下一篇文章标题 previousArticlePermalink String 上一篇文章链接 previousArticleTitle String 上一篇文章标题 relevantArticles List<JSONObject> 相关文章列表
page.ftl
变量名 类型 说明 备注 page JSONObject 自定义页面对象 pageComments List<JSONObject> 自定义页面评论列表
tag-articles.ftl
变量名 类型 说明 备注 tag JSONObject 标签对象
tags.ftl
变量名 类型 说明 备注 tags List<JSONObject> 标签列表