[Kde-games-devel] KGameTheme description in Killbots
Frederik Schwarzer
schwarzer at kde.org
Thu Feb 4 14:10:35 UTC 2016
Hi,
in Killbots, there is the following content of a KGameTheme desktop
file:
---8<---
Description=Indiana Gnomes battles ghosts and bats on a misty
mountainside. Sprites by Nicu Buculei. Background by Eugene Trounev.
[...]
Author=Parker Coates
--->8---
The description text is too long, since it is not broken into several
lines.
<nl/>, <br/> and </p><p> are not interpreted and just printed as
normal characters and \n makes everything behind the break disappear.
Does that mean, the text does not be longer than one short sentence?
If so, how should we deal with shortening the line without losing
credits information? Author= can only be set once.
Maybe:
---8<---
Description=Indiana Gnomes battles ghosts and bats on a misty
mountainside.
Author=Parker Coates, Nicu Buculei (Sprites), Eugene Trounev
(Background)
--->8---
with AuthorEmail= still set to Parker's email address only.
Would that be OK?
Regards
Frederik
More information about the kde-games-devel
mailing list