diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-06-09 16:56:34 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-06-09 16:56:34 (GMT) |
commit | 784e2b65dc675f89c8f21b3c7b306f5fb1bfa4ca (patch) | |
tree | 84818288910d8f77f48ecf8e6b5fe3f4291d7a18 /doc | |
parent | 4c054d8406f9e4ceb582001c48cf659262774d0c (diff) | |
download | Doxygen-784e2b65dc675f89c8f21b3c7b306f5fb1bfa4ca.zip Doxygen-784e2b65dc675f89c8f21b3c7b306f5fb1bfa4ca.tar.gz Doxygen-784e2b65dc675f89c8f21b3c7b306f5fb1bfa4ca.tar.bz2 |
Release-1.2.16-20020609
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 2 | ||||
-rw-r--r-- | doc/install.doc | 3 | ||||
-rw-r--r-- | doc/language.doc | 24 | ||||
-rw-r--r-- | doc/maintainers.txt | 3 | ||||
-rw-r--r-- | doc/translator.pl | 20 |
5 files changed, 40 insertions, 12 deletions
diff --git a/doc/config.doc b/doc/config.doc index 3269d49..fa9c5c3 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -239,7 +239,7 @@ followed by the descriptions of the tags grouped by category. The default language is English, other supported languages are: Brazilian, Chinese, Croatian, Czech, Danish, Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, - Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish. + Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish and Swedish. \anchor cfg_extract_all <dt>\c EXTRACT_ALL <dd> diff --git a/doc/install.doc b/doc/install.doc index 2296294..4b3b047 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -397,7 +397,7 @@ Here is what is required: of the cygwin tools that I put together just to compile doxygen. As a third alternative one could use the GNUWin32 tools that can be - found at http://gnuwin32.sourceforge.net/ + found at http://gnuwin32.sourceforge.net/ Make sure the <code>BISONLIB</code> environment variable points to the location where the files <code>bison.simple</code> and @@ -474,6 +474,7 @@ Here is what is required: and the collaboration graphs. </ul> + Compilation is now done by performing the following steps: <ol> diff --git a/doc/language.doc b/doc/language.doc index 22582b6..89ac96b 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -25,14 +25,14 @@ Doxygen has built-in support for multiple languages. This means that the text fragments that doxygen generates can be produced in languages other than English (the default) at configuration time. -Currently (version 1.2.14-20020317), 26 languages +Currently (version 1.2.16-20020603), 27 languages are supported (sorted alphabetically): -Brazilian Portuguese, Chinese, Chinesetraditional, Croatian, Czech, +Brazilian Portuguese, Chinese, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese, Romanian, -Russian, Slovak, Slovene, Spanish, Swedish, -and Ukrainian. +Russian, Serbian, Slovak, Slovene, Spanish, +Swedish, and Ukrainian. The table of information related to the supported languages follows. It is sorted by language alphabetically. The <b>Status</b> column @@ -52,7 +52,7 @@ when the translator was updated. <TD ><b><font size=+1 color="#ffffff"> Status </font></b></TD> </TR> <TR BGCOLOR="#ffffff"> - <TD>Brazilian</TD> + <TD>Brazilian Portuguese</TD> <TD>Fabio "FJTC" Jun Takada Chino</TD> <TD>chino@NOSPAM.icmc.sc.usp.br</TD> <TD>up-to-date</TD> @@ -64,7 +64,7 @@ when the translator was updated. <TD>1.2.13</TD> </TR> <TR BGCOLOR="#ffffff"> - <TD>Chinesetraditional</TD> + <TD>Chinese Traditional</TD> <TD>Gary Lee</TD> <TD>garylee@NOSPAM.ecosine.com.tw</TD> <TD>up-to-date</TD> @@ -178,6 +178,12 @@ when the translator was updated. <TD>up-to-date</TD> </TR> <TR BGCOLOR="#ffffff"> + <TD>Serbian</TD> + <TD>Dejan Milosavljevic</TD> + <TD>dmilos@NOSPAM.email.com</TD> + <TD>up-to-date</TD> + </TR> + <TR BGCOLOR="#ffffff"> <TD>Slovak</TD> <TD>Stanislav Kudláč</TD> <TD>skudlac@NOSPAM.pobox.sk</TD> @@ -218,12 +224,12 @@ when the translator was updated. {\bf Language} & {\bf Maintainer} & {\bf Contact address} & {\bf Status} \\ \hline \hline - Brazilian & Fabio "FJTC" Jun Takada Chino & {\tt chino@icmc.sc.usp.br} & up-to-date \\ + Brazilian Portuguese & Fabio "FJTC" Jun Takada Chino & {\tt chino@icmc.sc.usp.br} & up-to-date \\ \hline Chinese & Wei Liu & {\tt liuwei@asiainfo.com} & 1.2.13 \\ & Wang Weihan & {\tt wangweihan@capinfo.com.cn} & \\ \hline - Chinesetraditional & Gary Lee & {\tt garylee@ecosine.com.tw} & up-to-date \\ + Chinese Traditional & Gary Lee & {\tt garylee@ecosine.com.tw} & up-to-date \\ \hline Croatian & Boris Bralo & {\tt boris.bralo@zg.tel.hr} & up-to-date \\ \hline @@ -265,6 +271,8 @@ when the translator was updated. \hline Russian & Alexandr Chelpanov & {\tt cav@cryptopro.ru} & up-to-date \\ \hline + Serbian & Dejan Milosavljevic & {\tt dmilos@email.com} & up-to-date \\ + \hline Slovak & Stanislav Kudl\'{a}\v{c} & {\tt skudlac@pobox.sk} & 1.2.13 \\ \hline Slovene & Matjaz Ostroversnik & {\tt matjaz.ostroversnik@zrs-tk.si} & up-to-date \\ diff --git a/doc/maintainers.txt b/doc/maintainers.txt index b729303..4673c16 100644 --- a/doc/maintainers.txt +++ b/doc/maintainers.txt @@ -69,6 +69,9 @@ Alexandru Iosup: aiosup@yahoo.com Russian Alexandr Chelpanov: cav@cryptopro.ru +Serbian +Dejan Milosavljevic: dmilos@email.com + Slovak Stanislav Kudláč: skudlac@pobox.sk diff --git a/doc/translator.pl b/doc/translator.pl index 170c7c5..d6204c9 100644 --- a/doc/translator.pl +++ b/doc/translator.pl @@ -118,6 +118,11 @@ # - Some defined() operators used on hash elements were replaced # by exists() operators where appropriate. # +# 2002/05/21 +# - Changes to display languages with two words more naturally +# (like "Chinese Traditional" instead of "Chinesetraditional" +# or "Brazilian Portuguese" instead of "Brazilian"). +# ################################################################ use 5.005; @@ -607,6 +612,7 @@ xxxTABLE_FOOTxxx my $languages = join(", ", @languages); $languages =~ s{((\w+,\s){5})}{$1\n}g; $languages =~ s{Brazilian}{Brazilian Portuguese}; + $languages =~ s{Chinesetraditional}{Chinese Traditional}; $languages =~ s{(,\s+)(\w+)$}{$1and $2}s; $output =~ s{\$languages}{$languages}; @@ -692,6 +698,15 @@ xxxTABLE_FOOTxxx # information, and add it to the tables. #{{{ # foreach my $lang (sort keys %language) { + + # Transform the key for the language into more human readable + # form. Basically, only languages with two words are going to be + # corrected. #{{{ + # + my $lang_readable = $lang; + $lang_readable =~ s{Brazilian}{Brazilian Portuguese}; + $lang_readable =~ s{Chinesetraditional}{Chinese Traditional}; + ##}}} # Read the line with info for the language and separate # the status. #{{{ @@ -748,7 +763,7 @@ xxxTABLE_FOOTxxx # my $item = $htmlTableRow; - $item =~ s{\$lang}{$lang}; + $item =~ s{\$lang}{$lang_readable}; $item =~ s{\$maintainer}{$name}; $item =~ s{\$email}{$email}; $item =~ s{\$status}{$status}; @@ -774,7 +789,7 @@ xxxTABLE_FOOTxxx $name = $1; $email = $2; - $item =~ s{\$lang}{$lang}; + $item =~ s{\$lang}{$lang_readable}; $item =~ s{\$maintainer}{$name}; $item =~ s{\$email}{$email}; $item =~ s{\$status}{$status}; @@ -1187,6 +1202,7 @@ print STDERR "\n\n"; my $languages = join(", ", @languages); $languages =~ s{((\w+,\s){5})}{$1\n}g; $languages =~ s{Brazilian}{Brazilian Portuguese}; + $languages =~ s{Chinesetraditional}{Chinese Traditional}; $languages =~ s{(,\s+)(\w+)$}{$1and $2.}s; print FOUT "$languages\n"; |