X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond-texi2html.init;h=9cb5772de4779ddecab0157be17807f6ce8e0f48;hb=e567f6fdc3e452dbef271eb356b2098c31ce41f4;hp=7b8613145c0fdd35d009e8090a78e90cf48b70f7;hpb=64efd90c42747ecb731b6d1710635f384a46a237;p=lilypond.git diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 7b8613145c..9cb5772de4 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -95,7 +95,7 @@ use Encode qw(decode); my $LY_LANGUAGES = {}; $LY_LANGUAGES->{'ca'} = { 'Back to Documentation Index' => '', - '

Thanks to ${webdev_link} for hosting ${lily_site}.' => '', + '

Gràcies a ${webdev_link} per allotjar ${lily_site}.' => '', }; $LY_LANGUAGES->{'cs'} = { @@ -1668,22 +1668,6 @@ sub generate_ly_toc_entries($$$$$) my $is_parent_of_current = $element->{'id'} && $element_path->{$element->{'id'}}; my $ind = ' ' x $level; my $this_css_class = " class=\""; - # color indices for the second navigation bar on the website - if ($web_manual) { - my %color_maps = ( - 'introduction' => [2, 2, 2, 2, 3, 3, 4, 4], - 'download' => [2, 2, 2, 3, 3, 4], - 'manuals' => [1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4], - 'community' => [1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4], - ); - my $addColor = "colorDefault"; - while (($top_section, $color_indices) = each %color_maps) { - if (index ($element->{'sectionup'}->{'file'}, $top_section) >= 0) { - $addColor = "color" . $color_indices->[$child_count]; - } - } - $this_css_class .= $addColor; - } $this_css_class .= $is_parent_of_current ? ' toc_current"' : '"'; my $entry = "$ind" . &$anchor ($element->{'tocid'}, @@ -1756,10 +1740,10 @@ sub lilypond_generate_page_toc_body($) # FIXME: add link to main page, really hackily. if ($element->{'sectionup'}) { # it's not the top element - push (@toc_entries, "

  • Main
  • \n"); + push (@toc_entries, "
  • LilyPond
  • \n"); } else { push (@toc_entries, - "
  • Main
  • \n"); + "
  • LilyPond
  • \n"); } } else { push (@toc_entries, "
    \n"); @@ -1837,7 +1821,7 @@ sub lilypond_print_toc_div ($$) if ($have_index_entries) { my ($docu_dir, $docu_name) = split_texi_filename ($Texi2HTML::THISDOC{'input_file_name'}); print $fh '\n"; } }