Menu

#1 internal links don't work in html

open
nobody
None
5
2000-06-19
2000-06-19
Laurel Fan
No

The internal links (like from the toc to the sections)
don't work in the generated html.

Discussion

  • Laurel Fan

    Laurel Fan - 2000-06-19

    They seem to be pointing to t1.html, which is one of the
    default files generated (the first page, to be specific)
    when generating multiple page html, so if you generated
    multiple page html and then mved the file, it won't work.
    If you do in fact want single page html (which seems to
    be happening anyway), I think you can give jade -nochunks
    and it will work.

    If that doesn't work, I have a known working makefile somewhere that I could send.

     
  • Jenn Vesperman

    Jenn Vesperman - 2000-06-22

    That's the fault of the way I'm 'compiling' it. It probably works fine if someone more knowledgable than me compiles it. The _only_ way I know at this stage is using sgmltools.

    I'll get around to learning how to manipulate docbook better one of these days.

     
  • Nobody/Anonymous

    Have you tried the nochunks option? This causes the html
    to be output in 1 page. This also causes the internal
    links to be just plain #FOO instead of t1.html#FOO, as they
    are now (if you can't read jade's awful html, try running
    it through html tidy (find on freshmeat)). If you do
    not wish to generate 1 page output, the internal links
    will work only if you do not rename the file.

    Are you using rillian's (Ralph Giles) makefile? AFAIK that works.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.