Xo-get: Difference between revisions
Jump to navigation
Jump to search
Crazy-chris (talk | contribs) m (+infos) |
Crazy-chris (talk | contribs) m (info update) |
||
Line 1: | Line 1: | ||
=== XO-Get === |
=== XO-Get === |
||
is a very simple package-installer / manager, used for installing, testing and removing activities for / on the xo-laptop. |
is a very simple package-installer / manager, used for installing, testing and removing activities for / on the xo-laptop. |
||
Installation: |
'''Installation''': |
||
wget xo-get.olpc.at |
wget xo-get.olpc.at |
||
chmod u+x xo-get.py |
chmod u+x xo-get.py |
||
Line 9: | Line 9: | ||
# Activity Repository: [[Activities]] |
# Activity Repository: [[Activities]] |
||
# Source Repository: [http://dev.laptop.org/git?p=projects/xo-get;a=tree dev.laptop.org] |
# Source Repository: [http://dev.laptop.org/git?p=projects/xo-get;a=tree dev.laptop.org] |
||
# Can install GCompris activities |
|||
# Installing & removing via local .xo files or downloaded bundles |
# Installing & removing via local .xo files or downloaded bundles |
||
# ActivityBundle.install(), Unzipping, ActivityBundle.uninstall() |
# ActivityBundle.install(), Unzipping, ActivityBundle.uninstall() |
||
# Infos stored in a local sqlite3 db (in ~/.xo_get/activities.db) |
# Infos stored in a local sqlite3 db (in ~/.xo_get/activities.db) |
||
# Successfully tested on the xo (build_648) |
|||
# Supported commands: |
# Supported commands: |
||
./xo-get.py update |
./xo-get.py update |
||
Line 20: | Line 20: | ||
./xo-get.py remove activity_name / activity_file.xo |
./xo-get.py remove activity_name / activity_file.xo |
||
./xo-get.py status ['log'] |
./xo-get.py status ['log'] |
||
=== GCompris === |
|||
List GCompris activities: |
|||
./xo-get.py list gcompris |
|||
Install GCompris activities: |
|||
./xo-get install gcompris-... |
|||
Install all GCompris activities (> 100): |
|||
./xo-get install gcompris |
|||
Revision as of 22:55, 15 January 2008
XO-Get
is a very simple package-installer / manager, used for installing, testing and removing activities for / on the xo-laptop. Installation:
wget xo-get.olpc.at chmod u+x xo-get.py
- Source (GPL)
- Screenshots
- Activity Repository: Activities
- Source Repository: dev.laptop.org
- Can install GCompris activities
- Installing & removing via local .xo files or downloaded bundles
- ActivityBundle.install(), Unzipping, ActivityBundle.uninstall()
- Infos stored in a local sqlite3 db (in ~/.xo_get/activities.db)
- Supported commands:
./xo-get.py update ./xo-get.py list ['categories' / category_name] ./xo-get.py search activity_name / tag ./xo-get.py install activity_name / activity_file.xo ./xo-get.py remove activity_name / activity_file.xo ./xo-get.py status ['log']
GCompris
List GCompris activities:
./xo-get.py list gcompris
Install GCompris activities:
./xo-get install gcompris-...
Install all GCompris activities (> 100):
./xo-get install gcompris
Tips & Tricks
- Search, list and install activities with typing only the beginning of the activity's/category's name as parameter
List the category "Fun Games":
./xo-get.py list fun
Install SimCity:
./xo-get.py install sim
Help Wanted
- Anyone interested in developing a simple GTK interface? That would be so awesome! Please contact chris at olpc dot at