Add cookbook post.
[blog.git] / posts / cookbook.mdwn
diff --git a/posts/cookbook.mdwn b/posts/cookbook.mdwn
new file mode 100644 (file)
index 0000000..4c828fa
--- /dev/null
@@ -0,0 +1,21 @@
+[[!template id=gitrepo repo=cookbook]]
+
+I've been running a home-rolled recipe webapp for a year now, and it
+worked fairly well in a bare-bones sort of way.  However, I recently
+had to make some changes to my personal website (since EveryDNS and
+aparently most other free DNS providers were bought by Dyn), which
+prompted me to translate `cookbook` into a [Django][] app.  Thanks to
+the wonders of Django, [Grappelli][], and [django-taggit][], the code
+is now leaner, meaner, and prettier!
+
+See the [README][] for details. 
+
+[Django]: https://www.djangoproject.com/
+[Grappelli]: https://github.com/sehmaschine/django-grappelli
+[django-taggit]: https://github.com/alex/django-taggit
+[README]: http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=cookbook.git;a=blob;f=README;hb=HEAD
+
+[[!tag tags/code]]
+[[!tag tags/linux]]
+[[!tag tags/programming]]
+[[!tag tags/python]]