> > 1) How do trac.edgewall.org and trac-hacks.org get the external links > > to have the special symbol in front of the link?
> It should be present automatically as part of the CSS. My bad. I happen to test with links that shared the same server URL prefix. Once I finally found the code that does the rendering (in wiki/ formatter.py) I realized what was happening. I'm using tracd.exe, so the URL's are the same as our normal domain up to the port specifier. That's close enough for the code to think it's a local link (I was thinking that anything that specifically started with "http://" would be an external link). Now that I know what's happening, I can figure out a workaround for it. Thanks for the info! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
