Development Team/Almanac/Activity Bundles: Difference between revisions
→.info File Format: clarify icon loading rules |
→Bundle Structure: organize all activity metadata in activity/ directory |
||
| Line 16: | Line 16: | ||
Web.activity/ | Web.activity/ | ||
activity.info | activity/ | ||
activity.info | |||
activity-web.svg | |||
localized/ | |||
de_DE.linfo | |||
zh_CN.linfo | |||
images/ | images/ | ||
sounds/ | sounds/ | ||
| Line 27: | Line 28: | ||
(the images, sounds, and bin subdirectories are not required, but are shown as examples of how an activity may wish to organize its resources) | (the images, sounds, and bin subdirectories are not required, but are shown as examples of how an activity may wish to organize its resources) | ||
The 'localized' directory contains localizations of the activity bundle's name. It must be present. | All metadata about the activity is organized in the 'activity' subdirectory of the activity bundle. | ||
The 'activity/localized/' directory contains localizations of the activity bundle's name. It must be present. | |||
= .info File Format = | = .info File Format = | ||