FS#5450 - WPS Gallery Links in Manual
|
DetailsThere seemd to be a problem with the generated link in Main Menu - Managing Themes, there were spurious spaces inserted that broke some browsers, and the lack of http:// on the front of the link broke others...
The patch corrects this, by repeating the full text of the link for each platform... Any Latex experts who can correct the space issue without all the repetition?? |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Sunday, 28 May 2006, 15:51 GMT
Reason for closing: Fixed
Additional comments about closing: fixed by introducing \\wikilink for links to wiki pages. See http://www.rockbox.org/twiki/bin/view/Ma in/LatexGuidelines#Hyperlinks for details.
Sunday, 28 May 2006, 15:51 GMT
Reason for closing: Fixed
Additional comments about closing: fixed by introducing \\wikilink for links to wiki pages. See http://www.rockbox.org/twiki/bin/view/Ma in/LatexGuidelines#Hyperlinks for details.
\\url{http://www.rockbox.org/twiki/bin/view/Main/\\opt{RECORDER_PAD}{WpsArchos}\\opt{h1xx}{WpsIriverH100}\\opt{h300,ipodcolor}{WpsIriverH300}\\opt{ipodvideo}{WpsIpod5g}\\opt{ipodnano}{WpsIpodNano}\\opt{ipodmini}{WpsIpodMini}\\opt{x5}{WpsIaudioX5}}
and it did work, but it looks awfull... any line breaks seem to introduce a space....
Another option is to break it with comment markers?
\\url{http://www.rockbox.org/twiki/bin/view/Main/%
\\opt{RECORDER_PAD}{WpsArchos}%
\\opt{h1xx}{WpsIriverH100}%
\\opt{h300,ipodcolor}{WpsIriverH300}%
\\opt{ipodvideo}{WpsIpod5g}%
\\opt{ipodnano}{WpsIpodNano}%
\\opt{ipodmini}{WpsIpodMini}%
\\opt{x5}{WpsIaudioX5}}
but not sure I really like that any better