Changes

Jump to navigation Jump to search
Line 35: Line 35:  
Optional if your activity has only the main ToolbarBox and the ActivityToolbar, obligatory for run the activty on Linux desktops:
 
Optional if your activity has only the main ToolbarBox and the ActivityToolbar, obligatory for run the activty on Linux desktops:
 
   itemgroup.py
 
   itemgroup.py
* Fill info.py with the information about your activity.
+
 
 +
==== Fill info.py with information about your activity ====
 +
The way to tell the framework scripts and all your program some data is through the file info.py
 +
 
 +
We recommend a text search for fill the following fields:
 +
 
 +
* Activity Service Name
 +
* IO Mode<br>  Document or Config. Important at desktops.
 +
* Generic Name<br>  Only for desktops. See examples at the file comments.
 +
* Activity Name
 +
* lower-name
 +
* copyright note (Obligatory for desktops, recommended)
 +
* Version
 +
* Summary
 +
* Authors
 +
* If any, Web site and documentation URL (Only for desktops)
 +
* Categories (Only for desktops)
 +
* Filter<br>  Important on desktops with IO mode Document, also needed to create your own mimetype.
 +
* license name
    
== Key accelerators ==
 
== Key accelerators ==

Navigation menu