Some broken constant links

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Some broken constant links

Post by Denis »

Reference/pbconstants.html

Constantes #PB_Any
Gadget
Link is dead

Constantes #PB_Coordinate_Device
VectorDrawing
Link is dead

Constantes #PB_Coordinate_Output
VectorDrawing
Link is dead

Constantes #PB_Coordinate_Source
VectorDrawing
Link is dead

Constantes #PB_Coordinate_User
VectorDrawing
Link is dead

Constantes #PB_Menu_About
Menu
Link is dead

Constantes #PB_Menu_Preferences
Menu
Link is dead

Constantes #PB_Menu_Quit
Menu
Link is dead

Constantes #PB_XML_DTD
XML
Link is dead (refere to this link : <a href=../xml/.html>XML</a>)
Last edited by Denis on Tue Aug 20, 2024 5:59 am, edited 2 times in total.
A+
Denis
Mesa
Enthusiast
Enthusiast
Posts: 433
Joined: Fri Feb 24, 2012 10:19 am

Re: [Done]French documentation

Post by Mesa »

For all broken links in "Aperçu des constantes PureBasic", only Fred can fix them until the DocMaker source code is shared.

M.
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: [Done]French documentation

Post by Denis »

Mesa wrote: Thu Aug 15, 2024 4:25 pm For all broken links in "Aperçu des constantes PureBasic", only Fred can fix them until the DocMaker source code is shared.

M.

and so?
A+
Denis
Mesa
Enthusiast
Enthusiast
Posts: 433
Joined: Fri Feb 24, 2012 10:19 am

Re: [Done]French documentation

Post by Mesa »

The docmaker hasn't been updated (yet there's a little bug in it :!: ) for a million years, so I highly doubt it... :cry:
Maybe a miracle :D
Pray for Saint Fred :wink:
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Re: Some broken constant links

Post by Denis »

Links are still broken (PB 6.21 b10 windows):

File : Reference/pbconstants.html

---------------------------------------------------------------------------------

Constante #PB_Any
Link Gadget is dead Line 146

Code: Select all

<a href=../gadget/.html>Gadget</a><br>
---------------------------------------------------------------------------------

Constante #PB_Coordinate_Device
Link VectorDrawing is dead Line 534
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_Coordinate_Device</font></td><td><font size=-1><a href=../vectordrawing/.html>VectorDrawing</a><br>
---------------------------------------------------------------------------------

Constante #PB_Coordinate_Output
Link VectorDrawing is dead Line 539
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_Coordinate_Output</font></td><td><font size=-1><a href=../vectordrawing/.html>VectorDrawing</a><br>
---------------------------------------------------------------------------------

Constante #PB_Coordinate_Source
Link VectorDrawing is dead Line 544
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_Coordinate_Source</font></td><td><font size=-1><a href=../vectordrawing/.html>VectorDrawing</a><br>
---------------------------------------------------------------------------------

Constante #PB_Coordinate_User
Link VectorDrawing is dead Line 560
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_Coordinate_User</font></td><td><font size=-1><a href=../vectordrawing/.html>VectorDrawing</a><br>
---------------------------------------------------------------------------------

Constante #PB_Menu_About
Link Menu is dead Line 1935
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_Menu_About</font></td><td><font size=-1><a href=../menu/.html>Menu</a><br>
---------------------------------------------------------------------------------

Constante #PB_Menu_Preferences
Link Menu is dead Line 1938
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_Menu_Preferences</font></td><td><font size=-1><a href=../menu/.html>Menu</a><br>
---------------------------------------------------------------------------------

Constante #PB_Menu_Quit
Link Menu is dead Line 1940
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_Menu_Quit</font></td><td><font size=-1><a href=../menu/.html>Menu</a><br>
---------------------------------------------------------------------------------

Constante #PB_XML_DTD
Link XML is dead Line 3295
<tr>

Code: Select all

<td valign=top><font color="#924B72" size=-1>#PB_XML_DTD</font></td><td><font size=-1><a href=../xml/.html>XML</a><br>
---------------------------------------------------------------------------------

There are 76 such broken links in this file alone (same result with Dreamweaver or notepad++ or PB /édition/rechercher dans les fichiers).

Code: Select all

<a href=.html></a>
Lines :
28, 123, 334, 336, 421, 461, 493, 495, 497, 501
519, 625, 636, 753, 810, 872, 944, 949, 1191, 1325
1330, 1333, 1347, 1354, 1396, 1407, 1437, 1723, 1772, 1802
1812, 1826, 1830, 1841, 1843, 1846, 1853, 1857, 1867, 1876
1878, 1885, 1887, 1893, 1895, 1898, 1906, 1912, 1916, 1924
1926, 1937, 1943, 1947, 1949, 1951, 1953, 1955, 1956, 2081
2083, 2085, 2262, 2323, 2332, 2339, 2869, 2900, 2917, 3129
3133, 3137, 3139, 3145, 3180, 3271
A+
Denis
Post Reply