albert-github
6d279d976d
Incorrect usage of `xmlns` in HTML headers
...
In #7075 the usage of `xmlns` was changed from:
```
<html xmln="https://www.w3.org/1999/xhtml ">
```
into
```
<html xmlns="https://www.w3.org/1999/xhtml ">
```
this is not correct, the usage has to be `http` as in the definition https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd we see:
```
<!-- the namespace URI designates the document profile -->
<!ELEMENT html (head, body)>
<!ATTLIST html
%i18n;
id ID #IMPLIED
xmlns %URI; #FIXED 'http://www.w3.org/1999/xhtml '
>
```
2023-04-18 10:45:39 +02:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
albert-github
e5177aa014
Introducing central MATHJAX_CODEFILE
...
Currently the needed extra definitions for MathJax usage (i.e. `\newcommand` and `\def` commaonds) are distributed over the header file and in a number of source code files.
Doxygen has the possibility for a centralize this by means of the MATHJAX_CODEFILE configuration setting, this has been implemented.
2020-04-13 12:37:57 +02:00
albert-github
66359c5d13
XHTML address of dtd
...
The address of the dtd for checking has changed from http -> https
2018-12-08 13:28:28 +01:00
Sébastien Loriot
bc0bac113f
close <link />
2018-11-20 17:23:28 +01:00
Sébastien Loriot
d577065508
add favicon
2018-09-06 17:04:43 +02:00
Sébastien Loriot
01af331c72
use https for all links to www.cgal.org and doc.cgal.org
2018-03-14 15:59:38 +01:00
Sébastien Loriot
85b4ad3271
restore 1.8.13 aliases and create new resource dir for 1.8.14
...
aliases from 1.8.13 and 1.8.14 are not compatible with each other
2018-01-22 17:05:03 +01:00