From 66748e1df7f7b6398274b7ca62c6bc4de0578275 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Aug 2011 13:52:27 -0400 Subject: [PATCH] Add cookbook post. --- posts/cookbook.mdwn | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 posts/cookbook.mdwn diff --git a/posts/cookbook.mdwn b/posts/cookbook.mdwn new file mode 100644 index 0000000..4c828fa --- /dev/null +++ b/posts/cookbook.mdwn @@ -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]] -- 2.26.2