perldoc-jp / perldoc.jp

https://perldoc.jp のソース
https://perldoc.jp/
10 stars 2 forks source link

年間で翻訳されたモジュール、著者のデータを作成(./script/create_year_data.pl ) を、1日1回走らせる #50

Open kfly8 opened 10 months ago

kfly8 commented 10 months ago

現状把握

head -100 years.pl
{
  '2004' => {
              'commit_count_all' => {
                                      'argrath' => 65,
                                      'hio' => 28,
                                      'anahori' => 2,
                                      'hippo2000' => 14,
                                      'makamaka' => 19,
                                      'ktats' => 12,
                                      'iwai' => 35
                                    },
              'commit_count' => [
                                  [
                                    'argrath',
                                    65,
                                    22
                                  ],
                                  [
                                    'iwai',
                                    35,
                                    3
                                  ],
                                  [
                                    'hio',
                                    28,
                                    2
                                  ],
                                  [
                                    'makamaka',
                                    19,
                                    16
                                  ],
                                  [
                                    'hippo2000',
                                    14,
                                    12
                                  ],
                                  [
                                    'ktats',
                                    12,
                                    7
                                  ],
                                  [
                                    'anahori',
                                    2,
                                    1
                                  ]
                                ],
              'modules' => [
                             {
                               'author' => 'argrath',
                               'date' => '2004-01-06 03:26:00',
                               'in' => 'perl',
                               'name' => 'perlop',
                               'path' => 'docs/perl/5.6.1/perlop.pod',
                               'version' => '5.6.1'
                             },
                             {