https://github.com/futursolo/furtherland
A Light-weight Blog Platform, running on Futures Field.
https://github.com/futursolo/furtherland
Last synced: 7 months ago
JSON representation
A Light-weight Blog Platform, running on Futures Field.
- Host: GitHub
- URL: https://github.com/futursolo/furtherland
- Owner: futursolo
- License: apache-2.0
- Created: 2015-03-30T07:59:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T14:44:20.000Z (over 4 years ago)
- Last Synced: 2025-03-18T01:51:22.288Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.futures.moe
- Size: 6.57 MB
- Stars: 36
- Watchers: 7
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.0All listed Requirements(Except Python3.3) are able to be installed by pip.
License
-------
Copyright 2015 Futur SoloLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.