Re: [hatari-devel] Internal links in Hatari HTML documentation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On lauantai 21 heinäkuu 2012, Thomas Huth wrote:
> > > Could you put the anchors back so that the links work?
> >
> > D'oh, that's bad ... I'll have a look at it at the weekend and will
> > try to come up with a solution.
>
> Ok, that problem should be fixed now. Now the manual uses proper id
> attributes (since "<a name=...>" is deprecated in newer HTML versions).
Manual specifies "HTML 4.01 Transitional" DTD where the "transitional"
part for spec means "including lots of obsolete crap". :-))
> And using spaces in links is problematic, too, since they should be
> encoded with %20 everywhere, so the manual now uses underscores in the
> internal links to maintain readability.
Good idea.
Thanks!
- Eero