You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2017/05/08 22:45:04 UTC

[jira] [Created] (SOLR-10640) CheckLinksAndAnchors should check for bogus page names / frags->anchors

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org