Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linkchecker reported issues - 2016A #18

Open
5 tasks
bindul opened this issue Feb 6, 2016 · 1 comment
Open
5 tasks

Fix linkchecker reported issues - 2016A #18

bindul opened this issue Feb 6, 2016 · 1 comment

Comments

@bindul
Copy link
Contributor

bindul commented Feb 6, 2016

This is a ticket to collect and track issues reported by linkchecker. Local run command (assume httpd on localhost is serviing the site at /deventropy/junit-helper/):

linkchecker --file-output=text --check-extern --anchors http://localhost/deventropy/junit-helper/

Issues in this go around:

  • 404 on http://www.mojohaus.org/buildnumber-maven-plugin/buildnumber-maven-plugin from ./plugin-management.html, ./junit-helper-utils/plugin-management.html
  • 404 on http://db.apache.org/derby/derby/ from ./junit-helper-derby/dependencies.html
  • 404 on http://db.apache.org/derby/derbytools/ from ./junit-helper-derby/dependencies.html
  • 404 on resources/fonts/dejavu.css from ./junit-helper-derby/apidocs/stylesheet.css and ./junit-helper-utils/apidocs/resources/fonts/dejavu.css
  • SSL Error on https://www.deventropy.org/ from almost every page. The SSL certificate hostname(s) don't match
@bindul bindul added this to the v1.0-alpha.1 milestone Feb 6, 2016
@bindul
Copy link
Contributor Author

bindul commented Feb 6, 2016

Temporary workaround:

find ./ -type f -name "*.html" -exec sed -i -e 's/http:\/\/www.mojohaus.org\/buildnumber-maven-plugin\/buildnumber-maven-plugin/http:\/\/www.mojohaus.org\/buildnumber-maven-plugin\//g' {} \;
find ./ -type f -name "*.html" -exec sed -i -e 's/http:\/\/db.apache.org\/derby\/[a-z]*\/"/http:\/\/db.apache.org\/derby\/"/g' {} \;
find ./ -type f -name "*.css" -exec sed -i -e 's/^.*resources\/fonts\/dejavu\.css.*//g' {} \;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant