Page 8 of 11

Re: Ogre Wiki Missing Links

Posted: Sat May 19, 2012 8:42 pm
by jacmoe
It's not gone.
It's just that Tiki doesn't seem to have been hacked yet to not use a '+' sign as a space character.
So currently all links with spaces in them are pointing to the void.

Re: Ogre Wiki Missing Links

Posted: Sat May 19, 2012 8:50 pm
by PhilipLB
Actually this would be handled by some layers below the Tiki Wiki, PHP should do it. :)

Re: Ogre Wiki Missing Links

Posted: Sat May 19, 2012 8:52 pm
by Lordrem
Both ogrebullet tutorials are dead

http://www.ogre3d.org/tikiwiki/OgreBull ... =Libraries

http://www.ogre3d.org/tikiwiki/OgreBull ... =Libraries

You're right replacing all + by %20 on windows resolves the problem (i also have to remove the &... part)

The following links work :
http://www.ogre3d.org/tikiwiki/OgreBull ... torial%201
http://www.ogre3d.org/tikiwiki/OgreBull ... torial%202

Re: Ogre Wiki Missing Links

Posted: Sat May 19, 2012 9:04 pm
by jacmoe
It can be solved internally by turning off pretty URLs, but that's not really the ideal solution.

They chose some brain-dead options when they decided to throw in their pretty URL feature.
It's too bad, because there is no way one can migrate from MediaWiki to Tiki without a solid URL rewrite scheme. :(
That worked so-so with Apache, and other non-conforming web servers, but now - on a proper server - we're screwed.

Personally, I don't care about pretty URLs, but we need to take care not to break any incoming links..

Re: Ogre Wiki Missing Links

Posted: Sat May 19, 2012 10:48 pm
by vdvman1
http://www.ogre3d.org/tikiwiki/Building+Ogre
is missing, if i just replace the + with %20 it works, but this is very annoying to have to do every time

edit: every page that uses + for spaces does not work, please fix this

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 12:50 am
by ssratman
It is possible to add a space in the place of the "+", but the url's with a "&structure=Tutorials" need to have that removed to open the pages as an example for the tutorials.
But I don't know how to remedy the menus to reflect that change.

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 9:31 am
by Alx101
Seems like most of the links are broken/missing since the server transfer :/

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 9:43 am
by Aries
http://www.ogre3d.org/tikiwiki/Basic+Tu ... =Tutorials this link can not show the contents ! I think all the Tutorials like this.

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 10:23 am
by qiuhaojie5
:cry: The tutorial missing links.How can I solve this problem.

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 11:07 am
by betadeltic
qiuhaojie5 wrote: :cry: The tutorial missing links.How can I solve this problem.
Just replace any '+' for "%20" and remove "&structure=Tutorials" parts in address. Like so:
Broken:
http://www.ogre3d.org/tikiwiki/Basic+Tu ... =Tutorials
Working:
http://www.ogre3d.org/tikiwiki/Basic%20Tutorial%201

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 12:00 pm
by jester92

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 12:12 pm
by sinbad
I've re-introduced the Tiki hack which deals with '+' characters in the URL when running on Nginx. So URLs like this work again: http://www.ogre3d.org/tikiwiki/RTS+Sample+App

However, when a URL has something like '&structure=Tutorials' on the end will not work. I'm not sure if there's a way to get rid of that in the Tutorials page, jacmoe do you know what adds it?

This whole problem is caused by Tiki generating URLs which are not correct as per the RFC standards ('+' is not allowed outside a query string) and the way that Nginx processes them makes this not work. The hack I've added works for now, but it's not perfect - really Tiki needs to fix this. Hopefully jacmoe can help them with that :)

Re: Ogre Wiki Missing Links

Posted: Sun May 20, 2012 12:20 pm
by sinbad
Actually, since a lot of the links that are being produced by Tiki aren't working because of the '&structure=blah' option, I've disabled Clean URLs in Tiki for the moment.

Re: Ogre Wiki Missing Links

Posted: Mon May 21, 2012 11:01 am
by Rosthouse

Re: Ogre Wiki Missing Links

Posted: Tue May 22, 2012 5:31 am
by Devonius

Re: Ogre Wiki Missing Links

Posted: Tue May 22, 2012 11:45 am
by sinbad
Please see the above. You can't use old short links with '+' in them and a 'structure=' parameter anymore because Tiki generates them incorrectly.

I've stopped Tiki generating short links for now so it should not be generating the kinds of links you've posted here. If you've found them, they've probably been manually created and if so, please tell us where the links are (not where they point) so that the link itself can be fixed.

Re: Ogre Wiki Missing Links

Posted: Thu May 24, 2012 9:02 am
by Rosthouse
Ok, sorry about that :oops:
I did find another one, http://www.ogre3d.org/tikiwiki/RapidXML ... e=Cookbook

Wich is mentioned in this post: http://www.ogre3d.org/forums/viewtopic. ... ng#p454698

Re: Ogre Wiki Missing Links

Posted: Sun May 27, 2012 10:38 am
by Giliam
I might not be the first to notice, but the 'installing and using SDKs' and 'series of tutorial' links in http://www.ogre3d.org/download/source and http://www.ogre3d.org/download/sdk seem to use a use a wiki URL type that's not (or no longer) supported. These links might be the first ones that new people try after downloading Ogre, so if someone could make them point to a correct page on the tikiwiki instead, that would be great.

Re: Ogre Wiki Missing Links

Posted: Sun May 27, 2012 10:52 am
by CABAListic
Thanks, I fixed them.

Re: Ogre Wiki Missing Links

Posted: Tue Jun 05, 2012 11:52 pm
by drwbns

Re: Ogre Wiki Missing Links

Posted: Wed Jun 06, 2012 9:20 am
by hahaer

Re: Ogre Wiki Missing Links

Posted: Wed Jun 06, 2012 10:16 am
by spacegaier

Re: Ogre Wiki Missing Links

Posted: Sat Jun 16, 2012 3:27 am
by reylf
It's missing this link:
http://www.ogre3d.or...ucture=Cookbook

Re: Ogre Wiki Missing Links

Posted: Sat Jun 16, 2012 4:41 pm
by jacmoe
reylf wrote:It's missing this link:
http://www.ogre3d.or...ucture=Cookbook
http://www.ogre3d.org/forums/viewtopic. ... 23#p458823

Re: Ogre Wiki Missing Links

Posted: Sun Jun 17, 2012 3:36 am
by drwbns