Software projects: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
The AbiWord project has financed [http://www.abisource.com/twiki/bin/view/Abiword/TheAbiWordOLPCUserInterface 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: |
The AbiWord project has financed [http://www.abisource.com/twiki/bin/view/Abiword/TheAbiWordOLPCUserInterface 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: |
||
<br clear="all"/> |
<br clear="all"/> |
||
===What's been done...=== |
===What's been done...=== |
||
Line 31: | Line 31: | ||
*http://www.snowedin.net/ideas/AbiWord+on+OLPC |
*http://www.snowedin.net/ideas/AbiWord+on+OLPC |
||
⚫ | |||
== Etoys == |
|||
⚫ | |||
[[Image:EToys - new display.jpg|thumb|right|Etoys running on the OLPC display]] [[Squeak]] Etoys was inspired by [[LOGO]], PARC-[[Smalltalk]], Hypercard, and starLOGO. It is a media-rich authoring environment with a simple powerful scripted object model for many kinds of objects created by end-users that runs on many platforms, and is free and open source. It includes 2D and 3D graphics, images, text, particles, presentations, web-pages, videos, sound and MIDI, etc. It includes the ability to share desktops with other Etoy users in real-time, so many forms of immersive mentoring and play can be done over the Internet. It is multilingual, runs on more than 20 platforms bit-identically, and has been successfully used in USA, Europe, South America (Brazil, Colombia, Argentina), Asia (Japan, Korea, India, Nepal), and elsewhere. |
|||
⚫ | |||
[[Category:Activity]] |
|||
Further reading: http://www.squeakland.org/school/HTML/essays/essays.html |
|||
===Mailing list=== |
|||
There is a mailinglist specifically discussing Etoys in the OLPC environment: [http://mailman.laptop.org/mailman/listinfo/etoys etoys(at)laptop.org]. Please subscribe to keep in touch! |
|||
Line 44: | Line 48: | ||
[[Category:Developers]] |
[[Category:Developers]] |
||
[[Category:Python]] |
[[Category:Python]] |
||
⚫ | |||
⚫ | |||
⚫ |
Revision as of 20:52, 17 February 2007
Projects and proposals +/- | |
Content ideas | Content projects |
Hardware ideas | Hardware projects |
Software ideas | Software projects |
AbiWord
AbiWord 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
Etoys
Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard, and starLOGO. It is a media-rich authoring environment with a simple powerful scripted object model for many kinds of objects created by end-users that runs on many platforms, and is free and open source. It includes 2D and 3D graphics, images, text, particles, presentations, web-pages, videos, sound and MIDI, etc. It includes the ability to share desktops with other Etoy users in real-time, so many forms of immersive mentoring and play can be done over the Internet. It is multilingual, runs on more than 20 platforms bit-identically, and has been successfully used in USA, Europe, South America (Brazil, Colombia, Argentina), Asia (Japan, Korea, India, Nepal), and elsewhere.
Further reading: http://www.squeakland.org/school/HTML/essays/essays.html
Mailing list
There is a mailinglist specifically discussing Etoys in the OLPC environment: etoys(at)laptop.org. Please subscribe to keep in touch!
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.