I checkout 93b69e7.
I see this entry.
なにはなくとも12月のカレンダーを出す – JPerl advent calendar 2010 meta_adcal Track
I access and see December calendar.
http://localhost:5000/2010/sample/
But I find 404 not found in individual entry.
http://localhost:5000/2010/sample/1
access_log
127.0.0.1 – – [27/12月/2010 21:10:03] “GET /2010/sample/1 HTTP/1.1” 404 9 “http://localhost:5000/2010/sample/” “Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Firefox/3.6.7”
Any module missing? I don’t know.
$ ls -al assets/2010/sample/
合計 16
drwxrwxr-x 3 sane sane 4096 2010-12-27 21:37 .
drwxrwxr-x 3 sane sane 4096 2010-12-27 20:57 ..
-rw-rw-r– 1 sane sane 140 2010-12-27 21:37 2010-12-01.txt
drwxrwxr-x 2 sane sane 4096 2010-12-27 21:37 tmpl
I think it is routeing problem, but here is no test about individual entry.
I believe it is not implimented yet, and go next commit.
ピンバック: Summary of My 2010 Advent Calendar « 實松アウトプット