Google code supports r123 syntax for links, e.g. http://code.google.com/p/umple/issues/detail?can=1&colspec=ID%20Type%20Component%20Diffic%20Status%20Priority%20Owner%20Summary&id=315
And also "issue 123" syntax for links, e.g. http://code.google.com/p/umple/issues/detail?can=1&colspec=ID%20Type%20Component%20Diffic%20Status%20Priority%20Owner%20Summary&id=318
We should convert these into some sort of link when we import. They currently end up as plain text.
allura:cj/6845
I think there should be a comment (or named bool var) to reflect the import of
not href.netloc
.Can we apply this to wiki pages too? E.g. http://code.google.com/p/testdave/wiki/Test Those aren't plain text though...
I also note that http://code.google.com/p/support/wiki/WikiSyntax#Links_to_issues_and_revisions says
issue PROJECTNAME:123
is supported. I assume that isn't too common and am ok with not supporting it. Maybe links on wiki pages aren't worth doing either, if its difficult.allura:cj/6845
(force-pushed)googlecodewikiimporter:cj/6845
I like the comments & var names. "un-link all others" piqued my curiosity, don't we want to always preserve all links?
I got an error on a link to example.com:
And I get this error on a wiki import:
AFAIK, the only other things that would be linked are URLs, which will be linked by Markdown anyway. shrug We can preserve them if we want; there shouldn't be any harm.
I'll fix those errors.
I forgot about Markdown autolinking :)
allura:cj/6845
googlecodewikiimporter:cj/6845