GitXplorerGitXplorer
h

mina

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fdbac00f959bcd3ea9db9f12cebb3789c3037c56

Remove memcache helper as dev_appserver already contained in admin panel

hhulufei committed 11 years ago
Unverified
f9cab73cb25bc16811cb362b045d600a6ea82099

Support direct link as a additional page(is_page)

hhulufei committed 11 years ago
Unverified
9efb1d19745be0097052ef666671f77855555543

Add gitignore, clean .pyc

hhulufei committed 11 years ago
Unverified
571369c1f0371e1dfba2c494d473ea16f0b301d5

Editor config, tab 2 space

hhulufei committed 11 years ago
Unverified
db71ec70f03c8543f558a520c283b9125784df05

fix rss output

hhulufei committed 13 years ago
Unverified
ec8d5c95b9586603000df3ed345ff05b7407bb4b

prevent from spam comment

hhulufei committed 13 years ago

README

The README file for this repository.

mina is a simple blog system based on Google App Engine, developed for some of my friends who want to have their own blog, modified from my original site, stealing a lot from livid/picky. Feel free to use it or modify it as you wish.

Here is what it looks like, and thank the guy give me power to finish it.

如何使用

  1. 下载Google App Engine, 并且注册账号
  2. 在Google App Engine后台申请创建一个应用,并且记下ID
  3. 下载mina,解压
  4. 在解开的文件夹中,修改app.yaml文件,将其中的app-id替换成你自己申请的ID
  5. 最后按照说明上传应用,部署完成

为了能正常访问,推荐绑定自己的域名,并且使用CloudFlare服务

start.bat(for Windows), start.sh(for Linux)是一个简单的启动本地开发服务器的脚本,指定了数据存储在dev_appserver.datastore文件, 方便测试和开发

管理地址: /admin/, 写文章支持使用markdown,满足简单的排版格式需求

如有其他疑问,请发邮件:f.calabash@gmail.com