User:Wade/Unified Bundles: Difference between revisions
m moved Unified Bundles to User:Wade/Unified Bundles: Archiving this idea until it can be reconstituted as a feature request, if it still makes sense. |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}{{TOCright}} | |||
==Goal== | ==Goal== | ||
To describe a new Sugar bundle which supports equally Activity software and prepared Content. | To describe a new Sugar bundle which supports equally Activity software and prepared Content. | ||
| Line 77: | Line 78: | ||
exec sugar-etext-activity [options] <etext_file> | exec sugar-etext-activity [options] <etext_file> | ||
=== | ===Etoys Content Viewer=== | ||
The Sugar | The Sugar Etoys Content Viewer is packaged as sugar-etoys-content-viewer. Package dependences are not known at this time. | ||
The purpose of having a separate content viewer for Etoys is that the content viewer wrapper script launches Etoys in a mode which bypasses the home screen, and seamlessly launches into the Etoys content. [http://activities.sugarlabs.org/en-US/sugar/addon/4054 FreeCell] is an example of this idea. | The purpose of having a separate content viewer for Etoys is that the content viewer wrapper script launches Etoys in a mode which bypasses the home screen, and seamlessly launches into the Etoys content. [http://activities.sugarlabs.org/en-US/sugar/addon/4054 FreeCell] is an example of this idea. | ||
This package contains some of the source code to the | This package contains some of the source code to the Etoys activity, plus the sugar-etoys-activity launcher script. | ||
Etoys-based Unified content bundles are made up of a Squeak script or Etoys project. The activity.info file contains the line: | |||
exec sugar-etoys-activity [options] < | exec sugar-etoys-activity [options] <squeak_file> | ||
==Content Viewer implementation== | ==Content Viewer implementation== | ||