Total Pageviews

Sunday 15 May 2016

一个基于python3.3+MongoDB的博客程序-FurtherLand



A Blog Platform, written in Python, using Tornado and MongoDB, with fully asynchronous support.

Important

FurtherLand is in development, DO NOT USE it in production environment unless you know what you are doing.

Requirements

  • Python>=3.3(FurtherLand will not work under Python2)
  • Tornado>=4.0
  • Motor>=0.4
  • Feedgen>=0.3.1
  • Pykismet3>=0.1.1
  • bcrypt>=2.0.0
  • markdown>=2.6.2
  • py-gfm>=0.1.1
  • pyotp>=2.0.0
All listed Requirements(Except Python3.3) are able to be installed by pip.

from https://github.com/futursolo/FurtherLand