https://github.com/equalsraf/blogpit
blogpit is a blog storage that uses git to store blog articles
https://github.com/equalsraf/blogpit
Last synced: about 1 month ago
JSON representation
blogpit is a blog storage that uses git to store blog articles
- Host: GitHub
- URL: https://github.com/equalsraf/blogpit
- Owner: equalsraf
- Created: 2011-08-28T14:34:42.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-08-17T09:43:35.000Z (almost 14 years ago)
- Last Synced: 2025-01-16T22:46:51.836Z (over 1 year ago)
- Language: C
- Homepage: http://ruiabreu.org/news/2010-08-29-blogpit
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
blogpit
===============
Blogpit is a blog storage backend that stores articles and sections for a blog
within a Git repository. This implementation is intended to replace the one used
by django-blogpit.
Dependencies
---------------
- libgit2 0.16.0
- python, to build the python bindings
We link statically against libgit2, so you need to have a static version
of the library (libgit2.a).