トップページで利用されている最近翻訳されたモジュールを更新( ./script/create_recent.pl ) を main branch のpushにフックして、走らせる
Opened this issue · 1 comments
kfly8 commented
トップページで利用されている最近翻訳されたモジュールを更新( ./script/create_recent.pl ) を main branch のpushにフックして、走らせる
kfly8 commented
現状把握
- ./script/create_recent.pl は、PJP::M::Repository->recent_dataで最近更新されたファイルを50件取り出し、次のようなindexファイルの作成とrssへの書き出しをしている。
% head -50 recent.pl
[
{
'author' => 'SHIRAKATA Kentaro',
'date' => '2023-09-04 15:12:37',
'version' => '5.30.0',
'name' => 'perlunicode',
'path' => 'docs/perl/5.30.0/perlunicode.pod',
'in' => 'perl'
},
{
'in' => 'perl',
'path' => 'docs/perl/5.28.0/perlunicode.pod',
'name' => 'perlunicode',
'version' => '5.28.0',
'date' => '2023-09-04 15:12:20',
'author' => 'SHIRAKATA Kentaro'
},
]