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 broken links in the 2.2 docs #27

Merged
merged 5 commits into from Mar 28, 2013
Merged

Fix broken links in the 2.2 docs #27

merged 5 commits into from Mar 28, 2013

Conversation

moschlar
Copy link
Contributor

I used make linkcheck to find other broken links in the current docs and tried to fix them as good as possible.

  • For some, there was just an URL or domain change, those are easy.
  • For others, there is the same content in another context, I tried fixing those, too.
  • For the last ones, there simply is no replacement, they should probably deleted.

Now I tried splitting it up into different commits for the different "issues" so you could easily only just take some of them, if you disagree with some of my fixes. ;)

Futhermore, there are some additional broken links that I don't know how to fix, one of the devs should probably look through them:

egrep -v 'redirected|local|127\.0\.0\.1|deprecated|path/to/private/index|no host given' _build/linkcheck/output.txt
building_docs.rst:130: [broken] http://bitbucket.org/pedersen/tg_2_1_docs: HTTP Error 404: NOT FOUND
building_docs.rst:161: [broken] http://bitbucket.org/pedersen/tg_2_1_docs: HTTP Error 404: NOT FOUND
main/Contributing.rst:4: [broken] http://docs.turbogears.org/TurboGearsTeam: HTTP Error 404: Not Found
main/Contributing.rst:57: [broken] http://docs.turbogears.org/patching_guidelines: HTTP Error 404: Not Found
main/Contributing.rst:88: [broken] http://docs.turbogears.org/patching_guidelines: HTTP Error 404: Not Found
main/Deployment/FastCGI.rst:32: [broken] http://trac.saddi.com/flup: <urlopen error timed out>
main/Deployment/FastCGI.rst:17: [broken] http://trac.saddi.com/flup: <urlopen error timed out>
main/Extensions/Geo/TileCacheTutorial.rst:57: [broken] http://svn.tilecache.org/trunk/tilecache/tilecache.cfg: <urlopen error [Errno -2] Name or service not known>
main/Extensions/Geo/TileCacheTutorial.rst:57: [broken] http://tilecache.org/readme.html: HTTP Error 404: Not Found
ain/Templates/Genshi.rst:13: [broken] http://www.kid-templating.org/: <urlopen error timed out>
main/Templates/Genshi.rst:7: [broken] http://www.kid-templating.org/: <urlopen error timed out>
modules/thirdparty/webhelpers_paginate.rst:166: [broken] http://workaround.org/cgi-bin/hg-paginate: HTTP Error 404: Not Found

This change is unobstrusive and does not delete anything - just makes references
accesible again.
No suitable replacement could be found for the the links.
Apparently, the deprecated directory still contains a copy of the
Wiki tutorial.
amol- added a commit that referenced this pull request Mar 28, 2013
Fix broken links in the 2.2 docs
@amol- amol- merged commit 716fbca into TurboGears:master Mar 28, 2013
@moschlar moschlar deleted the linkcheck-master branch March 28, 2013 23:41
@moschlar
Copy link
Contributor Author

FYI: As I found out I am able to do that, I just triggered a rebuild at rtfd!

But maybe you should update the definition of the rtfd2.2.2 branch now!

@amol-
Copy link
Member

amol- commented Mar 30, 2013

I meant to update rtfd2.2.2 when latest gets switched to 2.3, until then all links should point to /latest so should satisfy most users.

@moschlar
Copy link
Contributor Author

Then you maybe should update the link for 2.2 Documentation (2.2 Installation) at http://turbogears.org/documentation.html and the redirect from http://turbogears.org/2.2/docs 😉

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

Successfully merging this pull request may close these issues.

None yet

2 participants