- Status Closed
- Percent Complete
- Task Type Patches
- Category Manual
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#5450 - WPS Gallery Links in Manual
There 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??
Closed by bluebrother
2006-05-28 15:51
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2006-05-28 15:51
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
fixed by introducing \\wikilink for
links to wiki pages. See http://www.rockbox.org/tw
iki/bin/view/Main/LatexGuidelines#Hyperl
inks for details.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I have tried one long line:
\\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