惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
WordPress大学
WordPress大学
D
DataBreaches.Net
腾讯CDC
小众软件
小众软件
B
Blog RSS Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
U
Unit 42
Y
Y Combinator Blog
V
V2EX
I
InfoQ
D
Docker
量子位
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
阮一峰的网络日志
阮一峰的网络日志
MyScale Blog
MyScale Blog

博客园 - MK2

cnpmcore 超大 JSON parse 性能优化 基于 Postgres 实现一个 Job Queue Graceful exit with cluster and pm Use Blanket.js instead of jscover 使用 connect-domain 捕获异步调用中出现的异常 Defense hash algorithm collision 防御hash算法冲突导致拒绝服务器 fibonacci(40) benchmark [nodejs]保证你的程序死了还能复活:forever and forever webui [nodejs]Buffer vs String Nodejs "Hello world" benchmark npm 资源库镜像 关于__proto__的链式记忆 NAE支持自定义域名了 Nodejs 离线文档下载 nodejs读写大文件 Nodejs HTTP请求的超时处理(Nodejs HTTP Client Request Timeout Handle) 在jQuery 1.5+ 的jqXHR上监听文件上传进度(xhr.upload) 关于Nodejs中Buffer释放的二三事 nodejs web开发入门: Simple-TODO Nodejs 实现版
NodeBlog v0.2.0 更新说明
MK2 · 2011-11-15 · via 博客园 - MK2

Change logs

  • 完全基于Connect,提高整体响应性能;
  • 移除对express, libxml2的依赖;
  • Session使用Mongodb存储;

NodeBlog 介绍

A blog base on nodejs. Demo: http://nodeblog.org, http://nodeblog.cnodejs.net

Features

  • Write, Read, List, Search blog.
  • Comments
  • Support image and file upload.
  • DIY template
  • Support nodester.com, no.de... nodejs host services
  • Simple to install
  • Support post to twitter, facebook, weibo, tqq and so on.
  • Speed
  • Support MetaWeblog API Sync
  • Support 42qu.com

Requirements

Ubuntu

$ sudo apt-get install mongodb

CentOS

# install mongodb
# see: http://www.mongodb.org/display/DOCS/CentOS+and+Fedora+Packages

Node Modules Install

$ sudo npm install connect ejs weibo metaweblog mongoskin github-flavored-markdown

Install NodeBlog

$ git clone git://github.com/fengmk2/nodeblog.git
$ cd nodeblog
$ cp config.js.tpl config.js
$ node server.js

DIY template

Snapshot

  • Index Page Index
  • Settings Page Settings
  • New Post Page new post
  • Comments of post comments

posted @ 2011-11-15 00:54  MK2  阅读(674)  评论(0)    收藏  举报

刷新页面返回顶部