# SPDX-FileCopyrightText: 2024 Lady # SPDX-License-Identifier: MPL-2.0 # This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0. # If a copy of the M·P·L was not distributed with this file, You can obtain one at . our $mimetypes_file = "/var/www/gitweb/mime.types"; our $javascript = "/static/gitweb.js"; our $home_link_str = "Lady’s Gitweb"; our $site_name = "Lady’s Gitweb"; our $site_html_head_string = ''; our $site_html_head_string .= ''; our $logo_label = "Lady's Computer"; our $logo_url = "https://www.ladys.computer/"; our $projects_list_description_width = 50; our $default_projects_order = "age"; our $projects_list_group_categories = 1; our $omit_owner = 1; our $default_text_plain_charset = "utf-8"; our $fallback_encoding = "utf-8"; # $feature{'grep'}{'default'} = [0]; # $feature{'pickaxe'}{'default'} = [0]; $feature{'highlight'}{'default'} = [1]; $feature{'email-privacy'}{'default'} = [1]; $feature{'pathinfo'}{'default'} = [1]; # $feature{'forks'}{'default'} = [1]; $feature{'timed'}{'default'} = [1];