blob: 8bcaf5e43c109b48d5aa44517c693dd41abc0ef0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
o get_time_from_header() �ϡ�Utils �ء�
o set_article_file_path() / get_article_file_path() ?
o set_article_html_file_path() / get_article_html_file_path() ?
# need month database to determine subdir for the html file
$db->{ _filename }->{ $id } = $self->html_filename($id);
$db->{ _filepath }->{ $id } = $dst;
|