wiki:GoogleCodeInTaskHDS

Version 2 (modified by humdinger, 7 years ago) ( diff )

Add another note, sorting

The HaikuDepot application is our central app to find and install software. There are many packages, however, that don't have their icon set, nor are there screenshots available and many aren't sorted into a software category either. These are all things that help users when evaluating software.

Your job is to improve this situation.

Required for the task:

The task:

Don't be deterred by the long list below. Describing the very easy steps is more complicated than actually doing them...

  1. Add these third party package repositories (info on that is on their sites):
  1. Ask your mentor for the spreadsheet with the packages you're supposed to work on. It's a plain-text file with comma separated values (.csv) that can be imported into any spreadsheet application. HaikuDepot offers Sum-It for that; a very basic application.
  1. Go through the packages listed in the spreadsheet and
  • install the package.
  • use the software for a bit.
  • assign up to three categories to the software by entering a "*" in the category columns of the spreadsheet.
  • take at least one screenshot of the software in action and save as "1.png". Name further screenshots "2.png", "3.png"...etc. The window should be made as small as possible while still looking nice. It should show a typical/interesting state of the app.

Pressing the PRINT key opens the Screenshot app. Use "Capture active window" and "Include window border" to avoid having to crop the screenshot and preserve the transparent area to the right of the yellow title tab. It has to be pixel-recise, i.e. make sure you get the complete window and don't cut into it or include pixels of the background.

  • save the icon as PNG (if it has an old BeOS bitmap icon) or the vector format HVIF (if it has a vector icon).

You can check what kind of icon an application has by right-clicking its icon and choosing "Add-ons | FileType" from the context menu. When a double-click on the icon in the FileType panel opens Icon-O-Matic with that icon, it's vector. Then you simply choose "File | Export as..." and save it with the format HVIF as "icon.hvif". If Icon-O-Matic opens empty, it's an old bitmap icon. Then you have to start the Terminal application and use app2png to convert it to PNG. Rename the generated images to "16.png" and "32.png".

Notes:

  • If a package already has an icon, or if the app's icon is the generic app icon http://cgit.haiku-os.org/haiku/plain/docs/userguide/images/apps-images/cli-app-icon_16.png, you can skip those steps. Same thing if there already are nice screenshots available.
  • If a package already has an icon, nice screenshots and is correctly categorized, just ignore it and go on to the next. If there are many of those in your package, your mentor may assign you a second set/spreadsheet.
  • Font packages get the icon Prefs_Fonts (.hvif)): http://cgit.haiku-os.org/haiku/plain/docs/userguide/images/prefs-images/fonts-icon_16.png

You should unzip and open this text file in StyledEdit, set the different styles (plain, italics, bold) of newly installed font, possibly resize the window, and take a screenshot.

  • All fonts get the category "Graphics", demo applications have no category.

What to submit at the GCI site:

one zip archive with

  • the spreadsheet at the top level
  • directories named "hicn/{packagename}/" with your icons (icon.hvif or 16.png, 32.png)
  • directories "hscr/{packagename}/" with your screenshots (1.png, 2.png, 3.png...)

{packagename} is e.g. "sequitur" if the HPKG is named "sequitur-2.1.3-1-x86_gcc2.hpkg". After installation, you find the packages in /system/packages/.

Note: See TracWiki for help on using the wiki.