summaryrefslogtreecommitdiff
path: root/_posts/2012-02-05-weekly_review.textile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-16 20:44:45 +0000
committerFranck Cuny <franck.cuny@gmail.com>2013-09-16 20:44:45 +0000
commit36a4c1e157ce9a6dc21d55245d43ed65f60245a7 (patch)
treefbaed300924d201a40572d4e9b5b798d133badf9 /_posts/2012-02-05-weekly_review.textile
parentsome update to an old article (diff)
downloadlumberjaph-36a4c1e157ce9a6dc21d55245d43ed65f60245a7.tar.gz
remove the weekly review articles
Diffstat (limited to '_posts/2012-02-05-weekly_review.textile')
-rw-r--r--_posts/2012-02-05-weekly_review.textile18
1 files changed, 0 insertions, 18 deletions
diff --git a/_posts/2012-02-05-weekly_review.textile b/_posts/2012-02-05-weekly_review.textile
deleted file mode 100644
index f24c01b..0000000
--- a/_posts/2012-02-05-weekly_review.textile
+++ /dev/null
@@ -1,18 +0,0 @@
----
-layout: post
-category: weekly
-title: Weekly Review - 2012-05
----
-
-Managed to get some work done on the Spore implementation for Python and http.
-
- * "closed gh-2 on httpclient":https://github.com/franckcuny/httpclient/issues/2: added a new client (*httpclient.simple*, equivalent to *LWP::Simple*)
- * "closed gh-23 on http":https://github.com/franckcuny/http/issues/23: fix a bug with `append` on Url.Path
- * "closed gh-21 on http":https://github.com/franckcuny/http/issues/21: add a setter for `content` on Response
- * "closed gh-24 on http":https://github.com/franckcuny/http/issues/24: when the path is empty, set it to '/' so the final url is `http://foo.com/` instead of `http://foo.com`
- * "closed gh-22 on http":https://github.com/franckcuny/http/issues/22: small bug on the Url class. When the path was unicode, we splitted on each character instead of the default separator
- * "closed gh-17 on spyre":https://github.com/bl0b/spyre/issues/17: simplified the interface to create a new client
- * "closed gh-14 and gh-13 on spyre":https://github.com/bl0b/spyre/issues/14: switched to `http` and `httpclient` for spyre!
- * "closed gh-18 on spyre":https://github.com/bl0b/spyre/issues/18: since we're using `http`, we don't need a custom *Response* class anymore
-
-Also, some code cleanup in bot projects, added a few tests, and created a few tickets for some future tasks. \ No newline at end of file