diff --git a/README.md b/README.md index bee6315..f567835 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # FlasGist +I'm no longer using FlasGist. Instead, I've designed a similar system called ZeGiBl entirely using client-side JavaScript. A blog based on Bootstrap, Flask, Gevent, Github, Heroku, Python, and Requests FlasGist stores its blog data as Gist on Github. The heavy lifting is done via python-requests asynchronously. It uses the Github Gist API to access this data. Right now it uses youtube and flickr embed for the media, but I will convert those to API calls also. Github repositories are listed on the software page via the github API also. @@ -24,4 +25,4 @@ FlasGist stores its blog data as Gist on Github. The heavy lifting is done via p This precludes me from having to implement content management functions such as content creation, editing, updating, and deleting. In addition, I get versioning and forking of content for free - this is beneficial for both annotation of existing content and attribution of content that I did not create, but rather may have extended. -You can see flasgist running at davidwatson.org. \ No newline at end of file +You can see flasgist running at davidwatson.org.