Software projects

From OLPC
Revision as of 16:50, 17 February 2007 by Sj (talk | contribs)
Jump to: navigation, search
Projects and proposals    +/-
Content ideas Content projects
Hardware ideas Hardware projects
Software ideas Software projects
Screenshot of AbiWord inside Sugar

Activity4.pngAbiWord is an Open Source word processor that uses GTK as its GUI.

The current focus is on a browser-based Abiword [1].

The AbiWord project has financed an AbiWord Summer of Code project to produce a version with a user interface tailored to the OLPC hardware and the typical OLPC user. The following is the outcome of that project:


What's been done...

  • AbiWord runs in the sugar shell
  • It has a minimal interface with a custom toolbar
  • A new clipart toolbar has been implemented that lets kids drag and drop pictures into their documents
  • Made Abiword be embeddable as a Firefox widget

What's left to do...

  • Polish (make clipart bar look nicer, have it look for clipart somewhere intelligently)
  • Finish implementing table menu button
  • Integrate AbiCollab with Sugar shell
  • Use clipart bar to add drawings drawing app
  • Integrate the work being done on the Journal activity with Abiword applicable.

More Details


Wikidpad

Wikidpad is an open source wiki written in Python using wxWindows (officially known as wxWidgets. The main Wikidpad page offers Windows binaries as well as the Python source code to download. Wikidpad uses a backend SQL database to store the pages. Two supported datastores are the pure Python Gadfly which will run on the OLPC, and SQLite, a lightweight SQL database that is simple to integrate into standalone applications. SQLite is also part of the standard library in Python 2.5 which is the basis for the OLPC's Sugar environment.