Closed GoogleCodeExporter closed 9 years ago
Since you can include HTML in product descriptions, you might be able to do
this now... Put your screenshots on your Munki server in, say a new screenshots
directory, then add the appropriate img markup to your product description.
This would even allow multiple screenshots if you wanted.
Original comment by gregnea...@mac.com
on 21 Aug 2014 at 1:59
also doing this on html would not slow down the client check. Which in my
opinion is a big win
Original comment by nbalonso
on 21 Aug 2014 at 6:27
img tags were being filtered from product descriptions, so images were being
stripped. That's been changed as of this build:
https://munkibuilds.org/2.0.0.2186/
(Actually, changed as of this revision
https://code.google.com/p/munki/source/detail?r=459f95c11a5b4b4118b90959b439d6ea
bbd7e463&name=Munki2)
I took a screenshot, uploaded it to a webseever (in this case my Munki server,
but doesn't have to be) and added this description to Firefox:
<key>description</key>
<string>Mozilla Firefox is a free and open source web browser.
<br><br>
<img src="http://munkiserver/repo/assets/Firefox_screenshot_01.png"></string>
Result? A screenshot in the description. See the attached file.
Original comment by gregnea...@mac.com
on 25 Aug 2014 at 11:15
Attachments:
See also https://code.google.com/p/munki/wiki/ScreenshotsInProductDescriptions
Original comment by gregnea...@mac.com
on 25 Aug 2014 at 11:40
Original issue reported on code.google.com by
steve.ku...@gmail.com
on 21 Aug 2014 at 9:00Attachments: