40 std::vector<std::string> paths; |
40 std::vector<std::string> paths; |
41 std::vector<std::string> authors; |
41 std::vector<std::string> authors; |
42 std::unordered_map<std::string, std::string> authormap; |
42 std::unordered_map<std::string, std::string> authormap; |
43 |
43 |
44 unsigned char depth = 1; |
44 unsigned char depth = 1; |
45 bool update_repos = true; |
45 bool update_repos = false; |
46 bool separate = false; |
46 bool separate = false; |
47 bool fragment = false; |
47 bool fragment = false; |
48 unsigned short year = settings_current_year; |
48 unsigned short year = settings_current_year; |
49 |
49 |
50 int parse_authormap(const std::string& path); |
50 int parse_authormap(const std::string& path); |