Software projects: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{projects-nav}}

== Wikidpad ==
== Wikidpad ==
[http://www.jhorman.org/wikidPad/ Wikidpad] is an open source wiki written in [[Python]] using wxWindows (officially known as [http://www.wxwidgets.org/ wxWidgets]. The main [http://www.jhorman.org/wikidPad/ 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.
[http://www.jhorman.org/wikidPad/ Wikidpad] is an open source wiki written in [[Python]] using wxWindows (officially known as [http://www.wxwidgets.org/ wxWidgets]. The main [http://www.jhorman.org/wikidPad/ 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.


[[Category:Software projects]]
[[Category:Resources]]
[[Category:Resources]]
[[Category:Developers]]
[[Category:Developers]]

Revision as of 22:34, 14 February 2007

Projects and proposals    +/-
Content ideas Content projects
Hardware ideas Hardware projects
Software ideas Software projects

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.