On Thu, Aug 1, 2013 at 12:11 PM, Jiri Navratil <j...@navratil.cz> wrote:

> If you click on Fossil project home page on second line (below the one we
> are discussing), you will get "Obsolete Page" with reference to the same
> path I'm using.
>

Hi!

Yeah, i saw that but i was a bit confused by the visual inconsistency. It
makes sense to me now, it just looks a bit funny.


> I can show shortened path, but this will hide the need for exact path. I
> can remove second line, but I left that for "backward compatibility".
>

No, what you did makes sense, but i think this part is slightly wrong:


> /doc/trunk/www/index.wiki<http://localhost:8080/%2Fdoc%2Ftrunk%2Fwww%2Findex.wiki>
>  wiki
> home page.
>
> That looks strange (or unintended) to me. That link works but the URL is
> encoded differently that the other links on that page:
>
>  <a 
> href="/%2Fdoc%2Ftrunk%2Fwww%2Findex.wiki<http://localhost:8080/%2Fdoc%2Ftrunk%2Fwww%2Findex.wiki>
> "> /doc/trunk/www/index.wiki</a> wiki home page.
>
> i think that's caused by using %t here:
>
> <li> %z(href("%R/%t",zWikiHomePageName))
>
>
> i think that should probably be %s in that case.
>
>

If you look at the HREF in the browser's debugging tools (assuming Chrome
or FF) then you'll see that the slashes in the path are URLencoded inside
the "href" property - they shouldn't be. i believe the solution to that is
simply to replace %t with %s.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to