Hoss Man created SOLR-10640:
-------------------------------

             Summary: CheckLinksAndAnchors should check for bogus page names / 
frags->anchors
                 Key: SOLR-10640
                 URL: https://issues.apache.org/jira/browse/SOLR-10640
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Hoss Man


CheckLinksAndAnchors was written to address the problem of "valid" asciidoc 
files/links that would only work when generating individual html files that 
linked to eachother, but not when generating an uber-pdf where all the pages 
are included together.  notably: it ensures that: a) links to toher "pages" 
include a fragment pointing at an 'id'; b) no 'id' is declared more then once 
(in multiple pages)

we can and should also generalize this to check that:
* all the links to other pages point at real page names
* all the links to other pages refer to '#frag-ids' that actaully exist in that 
page.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to