Skip to content

Commit

Permalink
Link to zegibl
Browse files Browse the repository at this point in the history
  • Loading branch information
davidthewatson committed Jan 26, 2015
1 parent 98b0915 commit f4fa04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,5 +1,6 @@
# FlasGist

I'm no longer using FlasGist. Instead, I've designed a similar system called <a href="http://davidwatson.org/zegibl/">ZeGiBl</a> entirely using client-side JavaScript.
A blog based on <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>, <a href="http://flask.pocoo.org/">Flask</a>, <a href="http://www.gevent.org/">Gevent</a>, <a href="https://github.com/">Github</a>, <a href="http://www.heroku.com/">Heroku</a>, <a href="http://python.org/">Python</a>, and <a href="http://docs.python-requests.org/en/latest/index.html">Requests</a>

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.
Expand All @@ -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 <a href="http://davidwatson.org/">davidwatson.org</a>.
You can see flasgist running at <a href="http://davidwatson.org/">davidwatson.org</a>.

0 comments on commit f4fa04e

Please sign in to comment.