Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#3483 closed defect (fixed)

doxygem - Russian and Portuguese translation are missing the css

Reported by: ilucena Owned by: warmerdam
Priority: low Milestone: 1.8.0
Component: Docs Version: svn-trunk
Severity: normal Keywords: docs, doxygen
Cc:

Description

The Russian and Portuguese translations pages are not loading properly because it cannot find the css file. Comparing those files we can see that there is a difference on the css reference:

gdal.org/index.html

<link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">

gdal.org/index_br.html gdal.org/index_ru.html

<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"> <link href="$relpath$tabs.css" rel="stylesheet" type="text/css">

That $relpath$ is not working at all so it looks like it would be better to get rid of that.

Looking at GNUmakefile I could not figure out what is going on and strange enough, when I ran "make docs" on my machine and load at my localhost I don't have that problem.

Change History (4)

comment:1 by Even Rouault, 14 years ago

Resolution: fixed
Status: newclosed

Fixed by Ivan for Portugese in r19454. Blindly doing same thing for Russian in r19585

comment:2 by ilucena, 14 years ago

I don't understand Russian but it seems to be fine now. At least the "main page" and "related pages" links are sitting on tabs and all the fonts are similar to the English and Portuguese pages.

There is still a problem to "command line utilities" link from the main paragraph on those translations since Doxygen cannot find the the gdal_utilities.html from the doc/ru and doc/br folder:

make docs
...
/gdal/doc/ru/index_ru.dox:18: Warning: unable to resolve link to `gdal_utilities.html' for \link command
...
/gdal/doc/br/index_br.dox:18: Warning: unable to resolve link to `gdal_utilities.html' for \link command

Should we issue another ticket for that?

comment:3 by Even Rouault, 14 years ago

Let's go on with that ticket.

I think replacing '\link gdal_utilities.html XXXXXX \endlink' by ' <a href="gdal_utilities.html"> XXXXXX </a>' should be sufficient ?

comment:4 by ilucena, 14 years ago

That revision r19610 fix the links to X/MIT license and commandline utilities.

Note: See TracTickets for help on using tickets.