Xo-get: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (+ xo-get-gtk link)
m (correct xo-get-gtk link)
Line 1: Line 1:
'''''News:''''' GTK [[Xo-get-gtk|Graphical User Interface]] ([http://dev.laptop.org/git?p=projects/xo-get;a=blob;f=xoget.activity/xoget.xo xoget.xo])
'''''News:''''' GTK [[Xo-get/Xo-get-gtk|Graphical User Interface]] ([http://dev.laptop.org/git?p=projects/xo-get;a=blob;f=xoget.activity/xoget.xo xoget.xo])


=== XO-Get ===
=== XO-Get ===
Line 42: Line 42:


=== Help Wanted ===
=== Help Wanted ===
* Anyone interested in developing a simple GTK interface? That would be so awesome! Please contact chris at olpc dot at
* Anyone interested to help in developing a simple GTK interface? Mail chris at linuxuser.at





Revision as of 13:16, 17 January 2008

News: GTK Graphical User Interface (xoget.xo)

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
  1. Source (GPL)
  2. Screenshots
  3. Activity Repository: Activities
  4. Source Repository: dev.laptop.org
  5. Can install GCompris activities
  6. Installing & removing via local .xo files or downloaded bundles
  7. ActivityBundle.install(), Unzipping, ActivityBundle.uninstall()
  8. Infos stored in a local sqlite3 db (in ~/.xo_get/activities.db)
  9. 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 to help in developing a simple GTK interface? Mail chris at linuxuser.at


Screenshots

Xo-get install done2.png
Xo-get install xofile.png
Xo-get remove xofile.png