nstarzynski / munki

Automatically exported from code.google.com/p/munki
Other
0 stars 0 forks source link

Screenshot in detail view [Munki2] #370

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AppStore like screenshots in the detail view of a software.
Simulare to icons a folder in the munki repo where I can store the screenshots.

Original issue reported on code.google.com by steve.ku...@gmail.com on 21 Aug 2014 at 9:00

Attachments:

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
See also https://code.google.com/p/munki/wiki/ScreenshotsInProductDescriptions

Original comment by gregnea...@mac.com on 25 Aug 2014 at 11:40