Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vividvilla/light-weight-blog
Simple Python(webapp2) based blogging engine
https://github.com/vividvilla/light-weight-blog
Last synced: 11 days ago
JSON representation
Simple Python(webapp2) based blogging engine
- Host: GitHub
- URL: https://github.com/vividvilla/light-weight-blog
- Owner: vividvilla
- License: mit
- Created: 2014-03-19T09:40:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:50:09.000Z (over 6 years ago)
- Last Synced: 2023-03-24T18:35:42.355Z (over 1 year ago)
- Language: Python
- Homepage: http://light-weight-blog.appspot.com/
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Light-Weight-Blog
=================Simple Python(webapp2) based blogging engine hosted on Google Appengine.
What it does ?
--------------1. Inbuilt user authetication and session management(memcache)
2. Register users can submit blog post
3. Fron page shows last 10 blog posts
4. Minimised DB queries using memcache
5. JSON API Interface (currently for blog posts and home page only)Functional DEMO - http://light-weight-blog.appspot.com/
Dependencies
------------1. Google Appengine Datastore
2. Jinja 2Will it be improved ?
---------------------
Yes, I hope so. Please be free to fork it.Theses are some features to be implemented
1. Markdown editor
2. Tagging and Categorization of blog posts
3. User profiles with user associated contents
4. Ability to edit blog posts
5. Ability to change user passwords
6. Content revisions
7. API for user authentications and creating posts
8. Support for other databases