Skip to content
Snippets Groups Projects
  1. Aug 04, 2019
    • Erik de Castro Lopo's avatar
    • Fabian Greffrath's avatar
      doc: Remove xhtml validator links. · 83d829af
      Fabian Greffrath authored and Erik de Castro Lopo's avatar Erik de Castro Lopo committed
      
      Fix "privacy-breach-w3c-valid-html" lintian error.
      
      Don't ping an external site when loading documentation
      pages since this can be used to track user activity.
      
      These links are also broken, since they depend on the
      referer header, which browsers no longer send to insecure
      pages for similar privacy reasons. That aspect could be
      addressed by using https urls for the validator site.
      
      Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
      83d829af
    • Ralph Giles's avatar
      doc: Use empty-element <hr/> tag. · a41eb7dd
      Ralph Giles authored and Erik de Castro Lopo's avatar Erik de Castro Lopo committed
      Improve the conformance of the xhtml generated by doxygen by
      using the self-closing <hr/> tag in the custom footer.
      
      Without this, xmllint complains about </body> and </html> end
      tags inside the still-only <hr>. That syntax is allowed in
      html but not xml.
      a41eb7dd
    • Ralph Giles's avatar
      .travis.yml: Generate and validate html documentation. · e229fb4e
      Ralph Giles authored and Erik de Castro Lopo's avatar Erik de Castro Lopo committed
      Install Doxygen when running on the linux environment to test
      generation of the API documentation.
      
      Run the included static html documentation as well as the
      generated API documentation through xmllint to verify
      it conforms to the declared DTD. Since this this will be very
      slow or fail relying on network resources, also install
      the w3c-sgml library so the xhtml1 DTDs are available locally.
      
      We're checking the source files, not build results in the
      particular environment, so it's fine to run this check
      on only a subset of builds.
      
      Don't validate on CMake builds since they're not currently
      generating API documentation even when Doxygen is available.
      e229fb4e
  2. Jul 16, 2019
  3. Jul 15, 2019
  4. Jul 14, 2019
  5. Jun 01, 2019
  6. May 31, 2019
  7. May 28, 2019
  8. May 11, 2019
  9. May 04, 2019
  10. Mar 07, 2019
  11. Feb 01, 2019
  12. Sep 19, 2018
  13. Sep 02, 2018
  14. Aug 25, 2018
  15. Aug 20, 2018
Loading