summaryrefslogtreecommitdiff
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
parentsome update to an old article (diff)
downloadlumberjaph-36a4c1e157ce9a6dc21d55245d43ed65f60245a7.tar.gz
remove the weekly review articles
-rw-r--r--_posts/2012-01-08-weekly_review.textile13
-rw-r--r--_posts/2012-01-15-weekly_review.textile16
-rw-r--r--_posts/2012-01-22-weekly_review.textile15
-rw-r--r--_posts/2012-01-29-weekly_review.textile7
-rw-r--r--_posts/2012-02-05-weekly_review.textile18
-rw-r--r--_posts/2012-02-12-weekly_review.textile9
6 files changed, 0 insertions, 78 deletions
diff --git a/_posts/2012-01-08-weekly_review.textile b/_posts/2012-01-08-weekly_review.textile
deleted file mode 100644
index 8d18ebf..0000000
--- a/_posts/2012-01-08-weekly_review.textile
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: post
-category: weekly
-title: Weekly Review - 2012-01
----
-
-What I've done this week:
-
- * "applied Brian's patches for Net::HTTP::Spore":https://github.com/franckcuny/net-http-spore/pull/11
- * "remove a useless regex in Net::HTTP::Spore":https://github.com/franckcuny/net-http-spore/commit/d41d8b640be7a0a364fefd30355081df69cc5cf0
- * "rewrite":htps://github.com/franckcuny/fluffyhttp/issues/2 the way Headers are handled withing `http'
- * some documentation for `http' * ("Response":https://github.com/franckcuny/fluffyhttp/issues/4 objects)
- * "refactoring":https://github.com/franckcuny/fluffyhttp/issues/7 of the Header class to add some properties when required
diff --git a/_posts/2012-01-15-weekly_review.textile b/_posts/2012-01-15-weekly_review.textile
deleted file mode 100644
index ba32640..0000000
--- a/_posts/2012-01-15-weekly_review.textile
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: post
-category: weekly
-title: Weekly Review - 2012-02
----
-
-I didn't do much this week. Here is a quick list:
-
- * "published an AnyEvent client for Peer39's API":https://github.com/saymedia/AnyEvent-Peer39
- * "created a bunch of tickets for Spyre":https://github.com/bl0b/spyre/issues?sort=created&direction=desc&state=open
- * "closed gh-6 on fluffyhttp":https://github.com/franckcuny/fluffyhttp/issues/6: renamed fluffyhttp to http
- * "closed gh-9 on
- * fluffyhttp":https://github.com/franckcuny/fluffyhttp/issues/9: Now some headers (like *Last-Modified*) can store datetime object and are properties. If called as a property they will return the object, if they're called via the *get* method from the Header object, they will return a string.
- * start documenting fluffyurl
-
-I should be able to do more work next week (and Monday is an holiday, I'll try to put more work on Spyre). \ No newline at end of file
diff --git a/_posts/2012-01-22-weekly_review.textile b/_posts/2012-01-22-weekly_review.textile
deleted file mode 100644
index c821bfa..0000000
--- a/_posts/2012-01-22-weekly_review.textile
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: post
-category: weekly
-title: Weekly Review - 2012-03
----
-
-Mostly worked on "http":https://github.com/franckcuny/http and "httpclient":https://github.com/franckcuny/http this week, and started to work on some Java project (lost two days to learn how to use Maven and eclipse, not very proud here ...)
-
- * "closed gh-19 on http":https://github.com/franckcuny/http/issues/19: added the setup.py
- * "closed gh-18 on http":https://github.com/franckcuny/http/issues/18: added the license file (MIT)
- * "closed gh-17 on http":https://github.com/franckcuny/http/issues/18: use http.Url when an Url is used
- * "closed gh-12 on http":https://github.com/franckcuny/http/issues/12: merged the code for fluffyurl inside http's repository
- * "closed gh-11 on http":https://github.com/franckcuny/http/issues/11: created a new dist (httpclient) for the client's code
- * "closed gh-5 on * httpclient":https://github.com/franckcuny/httpclient/issues/5 added the license file (MIT)
- * some documentations for http and httpclient \ No newline at end of file
diff --git a/_posts/2012-01-29-weekly_review.textile b/_posts/2012-01-29-weekly_review.textile
deleted file mode 100644
index 0fc4667..0000000
--- a/_posts/2012-01-29-weekly_review.textile
+++ /dev/null
@@ -1,7 +0,0 @@
----
-layout: post
-category: weekly
-title: Weekly Review - 2012-04
----
-
-Nada. Shame on me :(
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
diff --git a/_posts/2012-02-12-weekly_review.textile b/_posts/2012-02-12-weekly_review.textile
deleted file mode 100644
index 36277dd..0000000
--- a/_posts/2012-02-12-weekly_review.textile
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: post
-category: weekly
-title: Weekly Review - 2012-06
----
-
-Lot of documentation for "http":http://http.readthedocs.org/en/latest/index.html and "httpclient":http://httpclient.readthedocs.org/en/latest/index.html this week, and the first release (with some help from "James Rowe":https://github.com/JNRowe) for `http` on "PyPI":http://pypi.python.org/pypi/http/0.02.
-
-I've started to play with google app engine, I'll probably push two applications with their code soon. \ No newline at end of file