<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Agustin+Zubiaga+Sanchez</id>
	<title>Sugar Labs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Agustin+Zubiaga+Sanchez"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/Agustin_Zubiaga_Sanchez"/>
	<updated>2026-04-24T03:43:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Features/SimpleActivity&amp;diff=90586</id>
		<title>Features/SimpleActivity</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Features/SimpleActivity&amp;diff=90586"/>
		<updated>2013-11-21T21:58:42Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: Created page with &amp;quot;== Summary == SimpleActivity is a module that make some things that every activity do in a simpler way, and also it provides a much simpler way to implement sharing in your ac...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
SimpleActivity is a module that make some things that every activity do in a simpler way, and also it provides a much simpler way to implement sharing in your activity.&lt;br /&gt;
&lt;br /&gt;
== Owner ==&lt;br /&gt;
* Name: [[User:aguz| Agustin Zubiaga]]&lt;br /&gt;
* Email: &amp;lt;aguz at sugarlabs dot org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Current status ==&lt;br /&gt;
* Last updated: 21/11/13&lt;br /&gt;
* Percentage of completion: &amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Detailed Description ==&lt;br /&gt;
We have a lot of repeated-code in our activities, and why not make some things simpler, like create the toolbar automatically with the activity icon.&lt;br /&gt;
Also it includes SharedActivity which is a class that derives from SimpleActivity, and does all the collaboration process by itself, you don&#039;t have to worry about dbus, tubes, telepathy, even about the service, path or interface name, SharedActivity will do everything for you.&lt;br /&gt;
You just have to define a list of &amp;quot;events&amp;quot; that you have to define with the respective callbacks to execute when that event is received, and then start sending events!&lt;br /&gt;
&lt;br /&gt;
== Benefit to Sugar ==&lt;br /&gt;
Since this module can make a lot of processes in a very simple way, starter-developers can make his own Sugar Activity, much easier, and in this way we can get much more activities, and other very interesting things. &lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
Really, it doesn&#039;t stop anything working, developers can use SimpleActivity/SharedActivtiy and continue doing everything that did before, you can use its methods to add a button, or manually like before.&lt;br /&gt;
&lt;br /&gt;
== How To Test ==&lt;br /&gt;
You can clone [https://git.sugarlabs.org/simpleactivity/ this demo activity] which uses many SimpleActivity&#039;s features.&lt;br /&gt;
&lt;br /&gt;
== User Experience ==&lt;br /&gt;
Actually, the user won&#039;t be feel the difference, but we can make more Activities for him/her!&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
Nothing, just copy simpleactivity.py into your activity directory, and make everything simpler!&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
You can found the documentation in docstrings for now. &#039;&#039;Web docs soon&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Release Notes ==&lt;br /&gt;
&lt;br /&gt;
== Comments and Discussion ==&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=0.100/Notes&amp;diff=89951</id>
		<title>0.100/Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=0.100/Notes&amp;diff=89951"/>
		<updated>2013-10-17T15:24:07Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Background image in Home View */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size:188%&amp;quot;&amp;gt;Sucrose 0.100 Release Notes&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Sugar 0.100 is the new version of the [http://www.sugarlabs.org/ Sugar learning platform]. It will be released the October the 30th 2013. &lt;br /&gt;
&lt;br /&gt;
The main addition in this cycle, is the possibility of create Javascript/Html activities, but there are many exciting features too.&lt;br /&gt;
&lt;br /&gt;
== What is new for users ==&lt;br /&gt;
&lt;br /&gt;
=== Web Sevices ===&lt;br /&gt;
&lt;br /&gt;
Web Services make easier for the users share their work in online services, like Facebook, Twitter or Google+/Drive.&lt;br /&gt;
  &lt;br /&gt;
This feature adds a new section to the Sugar Control Panel to manage online accounts and some interventions to the Sugar Journal toolbars and palettes in order to expose any installed online services.&lt;br /&gt;
&lt;br /&gt;
We have implemented one example of using this feature:&lt;br /&gt;
* support specific to Facebook: to share Journal entries on Facebook and to retrieve comments on those entries from Facebook.&lt;br /&gt;
&lt;br /&gt;
We are working with community members on Twitter and Google Drive extensions based on the framework in #0002 and #0003 and encourage other community members to work with us on additional services.&lt;br /&gt;
&lt;br /&gt;
We also have a web service to improve the way the teachers collect students work, using the Journal Share activity.&lt;br /&gt;
&lt;br /&gt;
This Feature was developed by Walter Bender, Martin Abente and others.&lt;br /&gt;
&lt;br /&gt;
More information: [[Features/Web_services]]&lt;br /&gt;
&lt;br /&gt;
=== Multiple Home Views ===&lt;br /&gt;
&lt;br /&gt;
Option to have different collections of activities on the Home View for formal (classroom) and informal (home) use.&lt;br /&gt;
&lt;br /&gt;
By default, only one Home is configured, but the user can add more.&lt;br /&gt;
&lt;br /&gt;
This Feature was developed by Daniel Francis with the mentoring of Walter Bender, in the Google Summer of Code contest. &lt;br /&gt;
&lt;br /&gt;
[[Image:Home-view-1.png|300px]]&lt;br /&gt;
[[Image:Home-view-2.png|300px]]&lt;br /&gt;
[[Image:List-view.png|300px]]&lt;br /&gt;
&lt;br /&gt;
More information: [[Features/Multiple_home_views]]&lt;br /&gt;
&lt;br /&gt;
=== Multiple Selection in the Journal ===&lt;br /&gt;
&lt;br /&gt;
A recurrent request from teachers and kids is to be able to operate on a group of entries.&lt;br /&gt;
&lt;br /&gt;
This feature allows the users to perform operations on multiple journal entries at once, making it very efficient if the user has to perform repetitive tasks like copying/deleting journal entries for many entries. The users can also filter journal entries by using the already existing search facilities and perform operations on those.&lt;br /&gt;
&lt;br /&gt;
Two ways of selecting multiple journal entries have been provided. The user can either click the checkbox next to individual journal entries or use the select/deselect all buttons provided on the toolbar (which only shows up if the feature is being used). This UI takes some ideas from the standard gmail interface in how it allows users to select multiple entries and perform operations on them.&lt;br /&gt;
&lt;br /&gt;
Another interesting and useful side-effect of this feature is that a user can insert a pen-drive with many activity bundles, select &#039;all&#039; and copy them to journal. The resulting operation will install all bundles on the XO laptop!&lt;br /&gt;
&lt;br /&gt;
Many developers worked in this Feature, with implementation, improvements, testing, reviews, and design. Thanks to Martin Abente, Anish Mangal, Simon Schampijer, Gary Martin, Ajay Garg and Gonzalo Odiard.&lt;br /&gt;
&lt;br /&gt;
[[File:Ms008.png|640px]]&lt;br /&gt;
&lt;br /&gt;
More information: [[Features/Multi_selection]]&lt;br /&gt;
&lt;br /&gt;
=== Enable the change of the Home Icon === &lt;br /&gt;
&lt;br /&gt;
The user can change the XO icon used in the Home View. A activity was created to make the configuration easier. [http://activities.sugarlabs.org/en-US/sugar/addon/4683 Change Icon activity]&lt;br /&gt;
This Feature is the work of Ignacio Rodriguez and Walter Bender.&lt;br /&gt;
&lt;br /&gt;
[[Image:IconChangeFinal1.png|300px]]&lt;br /&gt;
[[Image:IconChangeFinal2.png|300px]]&lt;br /&gt;
&lt;br /&gt;
More information: [[Features/Icon_Change]]&lt;br /&gt;
&lt;br /&gt;
=== Improved Content Bundle Support ===&lt;br /&gt;
&lt;br /&gt;
[[Content bundles]] have long been both a crucial part of the OLPC-Sugar offering (see http://wiki.laptop.org/go/Creating_a_collection), and a pain through having some deficiencies.&lt;br /&gt;
&lt;br /&gt;
They are important because it is the only easy way for a deployment to add pre-made content to Sugar (e.g. books). The strong point of the design here is that beyond a not-too-strange library.info metadata file, you do not have to interact with anything too technical (e.g. python) beyond the HTML content itself. It is something that seems to fall within capabilities of deployment teams without much difficulty, whereas activity development is often a painful step up.&lt;br /&gt;
&lt;br /&gt;
However they are a pain because Sugar never really supported them very well. Sugar can launch them from the Journal, but shipped content that the user has never opened before does not exist in the Journal, so there was something missing here.&lt;br /&gt;
&lt;br /&gt;
To fill the gap, OLPC added a system (olpc-library) to produce a HTML index of content bundles and this is the Browse homepage, but that isn&#039;t great either - it&#039;s not part of Sugar where it should be, and users have to open the web browser as if they are going online when they are just looking to open some preinstalled content.&lt;br /&gt;
&lt;br /&gt;
Now, Content Bundles appear alongside activities, in the list and favourites views. They are launched as expected with a click. Can be accessed as in the past using Browse home page, but that will not be needed in the future.&lt;br /&gt;
&lt;br /&gt;
This Feature was developed by Daniel Drake.&lt;br /&gt;
&lt;br /&gt;
More information: [[Features/Content_support]]&lt;br /&gt;
&lt;br /&gt;
=== Background image in Home View ===&lt;br /&gt;
&lt;br /&gt;
Add the ability to set a background image to the Home View.&lt;br /&gt;
&lt;br /&gt;
This Feature was developed by Agustin Zubiaga with mentoring of Walter Bender in the Google Code-IN 2012.&lt;br /&gt;
&lt;br /&gt;
[[File:Background_feature_example6.png | 640px]]&lt;br /&gt;
&lt;br /&gt;
More information: [[Features/Background_image_on_home_view]]&lt;br /&gt;
&lt;br /&gt;
=== Database Support in 3G Modems control panel ===&lt;br /&gt;
&lt;br /&gt;
The 3G connectivity availability was only the first step. Next step is to provide a UX for easy configuration of 3G modems. Gnome allows users to enter details such as &#039;Country&#039;, &#039;Plan&#039; and &#039;Provider&#039; in a drop-down box fashion. This feature brings that functionality into Sugar.&lt;br /&gt;
&lt;br /&gt;
This Feature is the work of Andrés Ambrois, Ajay Garg, Anish Mangal and Miguel Gonzalez. &lt;br /&gt;
&lt;br /&gt;
More information: [[Features/3G_Support/Database_Support]]&lt;br /&gt;
&lt;br /&gt;
=== Improved Activities Updater ===&lt;br /&gt;
&lt;br /&gt;
The Activity Updater received many improvements, is more robust, can do automatic updates and can get the activities from activities.sugarlabs.org or from wiki.laptop.org depending of a configuration.&lt;br /&gt;
&lt;br /&gt;
Thanks to Daniel Drake for this work.&lt;br /&gt;
&lt;br /&gt;
== What&#039;s new for developers ==&lt;br /&gt;
&lt;br /&gt;
=== Web activities ===&lt;br /&gt;
&lt;br /&gt;
With Sugar 0.100, is possible create activities using web technologies, like JavaScript, HTML 5 and CSS. &lt;br /&gt;
&lt;br /&gt;
A detailed step by step tutorial can be found [http://developer.sugarlabs.org/activity.md.html | here], and some examples are already created like [http://activities.sugarlabs.org/en-US/sugar/addon/4696 | Gears] or [http://activities.sugarlabs.org/en-US/sugar/addon/4691 | Clock Web]&lt;br /&gt;
&lt;br /&gt;
This huge improvement was the work of Manuel Quiñones, Daniel Narvaez, and others&lt;br /&gt;
&lt;br /&gt;
=== Extending Sugar ===&lt;br /&gt;
&lt;br /&gt;
Now is possible use extensions in the user home directory, then you can add your own control panel panels, or icons to the frame.&lt;br /&gt;
&lt;br /&gt;
== How to contribute with testing ==&lt;br /&gt;
&lt;br /&gt;
Testing and reporting issues is a big help for the developing team. &lt;br /&gt;
&lt;br /&gt;
Instructions are here [[0.100/Testing]]&lt;br /&gt;
&lt;br /&gt;
==Credits==&lt;br /&gt;
&lt;br /&gt;
Many people contributed to this release indirectly, including testing, documentation, translation, contributing to the Wiki, outreach to education and developer communities. On behalf of the community, we give our warmest thanks to the developers and contributors who made this Sugar release possible. &lt;br /&gt;
&lt;br /&gt;
We want to especially thank:&lt;br /&gt;
&lt;br /&gt;
* the [[Infrastructure_Team |  &#039;&#039;Infrastructure team&#039;&#039;]] which does all this great work in the background without which the development would not be possible at all,&lt;br /&gt;
&lt;br /&gt;
* the &#039;&#039;deployments&#039;&#039; that provide the development team with feedback from the field,&lt;br /&gt;
&lt;br /&gt;
* the [[Design_Team |  &#039;&#039;Design team&#039;&#039;]] which guided the design of features with UI changes or impact on the workflow,&lt;br /&gt;
&lt;br /&gt;
* the [[Translation_Team |  &#039;&#039;Translation team&#039;&#039;]] which makes sure that Sugar is enjoyable in the local languages of our users,&lt;br /&gt;
&lt;br /&gt;
* the &#039;&#039;developers&#039;&#039; that submit patches for new features and bug fixes and do review other&#039;s patches,&lt;br /&gt;
&lt;br /&gt;
* the &#039;&#039;maintainers&#039;&#039; that make sure their code is shippable and which provide packagers with new tarballs,&lt;br /&gt;
&lt;br /&gt;
* the &#039;&#039;packagers&#039;&#039; which provide distributions with new Sugar packages,&lt;br /&gt;
&lt;br /&gt;
* the [[Sugar_on_a_Stick | &#039;&#039;SoaS team&#039;&#039;]] for providing a Sugar version to test with during the development cycle,&lt;br /&gt;
&lt;br /&gt;
* the &#039;&#039;testers&#039;&#039; for finding the small and bigger issues,&lt;br /&gt;
&lt;br /&gt;
* the &#039;&#039;release team&#039;&#039; and [[Development_Team | &#039;&#039;Development team&#039;&#039;]] for coordinating those efforts.&lt;br /&gt;
&lt;br /&gt;
This time, Daniel Narvaez took the responsability of manage the release. We want thank him and specially to Simon Schampijer, who did that work the last years.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Count_My_Steps&amp;diff=85152</id>
		<title>Activities/Count My Steps</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Count_My_Steps&amp;diff=85152"/>
		<updated>2012-12-31T07:15:36Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Development */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
Count My Steps, is an activity which lets you just count your steps.&lt;br /&gt;
&lt;br /&gt;
Devices which do this, are called [http://en.wikipedia.org/wiki/Pedometer Pedometers].&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
This activity is still in development.&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org/countmysteps/&lt;br /&gt;
&lt;br /&gt;
Count My Steps uses the accelerometer to calculate the steps:&lt;br /&gt;
&lt;br /&gt;
http://wiki.laptop.org/go/Accelerometer&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Count_My_Steps&amp;diff=85151</id>
		<title>Activities/Count My Steps</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Count_My_Steps&amp;diff=85151"/>
		<updated>2012-12-31T07:14:44Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
Count My Steps, is an activity which lets you just count your steps.&lt;br /&gt;
&lt;br /&gt;
Devices which do this, are called [http://en.wikipedia.org/wiki/Pedometer Pedometers].&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
This activity is still in development.&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
http://git.sugarlabs.org/countmysteps/&lt;br /&gt;
&lt;br /&gt;
Count My Steps uses the accelerometer to calculate the steps:&lt;br /&gt;
http://wiki.laptop.org/go/Accelerometer&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Count_My_Steps&amp;diff=85150</id>
		<title>Activities/Count My Steps</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Count_My_Steps&amp;diff=85150"/>
		<updated>2012-12-31T07:14:09Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: Created page with &amp;quot;== About ==  Count My Steps, is an activity which lets you just count your steps. Devices which do this, are called [http://en.wikipedia.org/wiki/Pedometer Pedometers].  == De...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
Count My Steps, is an activity which lets you just count your steps.&lt;br /&gt;
Devices which do this, are called [http://en.wikipedia.org/wiki/Pedometer Pedometers].&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
This activity is still in development.&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
http://git.sugarlabs.org/countmysteps/&lt;br /&gt;
&lt;br /&gt;
Count My Steps uses the accelerometer to calculate the steps:&lt;br /&gt;
http://wiki.laptop.org/go/Accelerometer&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=84010</id>
		<title>User:Aguz</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=84010"/>
		<updated>2012-11-13T22:50:35Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Projects that I mantain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Email Address: aguz AT sugarlabs DOT org&lt;br /&gt;
&lt;br /&gt;
Blog: http://agustinzubiaga.blogspot.com&lt;br /&gt;
&lt;br /&gt;
ASLO User: http://activities.sugarlabs.org/es-ES/sugar/user/3643&lt;br /&gt;
&lt;br /&gt;
Git User: http://git.sugarlabs.org/~aguzubiaga&lt;br /&gt;
&lt;br /&gt;
IRC: aguz&lt;br /&gt;
&lt;br /&gt;
people.sugarlabs.org/aguz/&lt;br /&gt;
&lt;br /&gt;
== Projects that I mantain ==&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4043 Terminal]&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4032 ImageViewer] - A simple and fast image viewer tool.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4534 Chart] - An Activity for create charts&lt;br /&gt;
* [http://git.sugarlabs.org/sugar-pycha sugar-pycha (git)] - A library for chart&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4545 Analyze Journal] - Chart the journal usage&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4484 Pilas] - An engine for making videogames in an easy way.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4519 JAMEdit] - Code Editor&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4519 Portfolio] - Simple tool for generating a slide show from Journal &lt;br /&gt;
* [http://activities.sugarlabs.org/en-US/sugar/addon/4613 Annotate] - Virtual Adhesive notes &lt;br /&gt;
* [http://git.sugarlabs.org/annotate Install (git)] - In progress &lt;br /&gt;
* [http://git.sugarlabs.org/animate Animate (git)] - In progress&lt;br /&gt;
* [http://git.sugarlabs.org/sfonts Fonts (git)] - In Progress&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=84009</id>
		<title>User:Aguz</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=84009"/>
		<updated>2012-11-13T22:47:43Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Projects that I mantain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Email Address: aguz AT sugarlabs DOT org&lt;br /&gt;
&lt;br /&gt;
Blog: http://agustinzubiaga.blogspot.com&lt;br /&gt;
&lt;br /&gt;
ASLO User: http://activities.sugarlabs.org/es-ES/sugar/user/3643&lt;br /&gt;
&lt;br /&gt;
Git User: http://git.sugarlabs.org/~aguzubiaga&lt;br /&gt;
&lt;br /&gt;
IRC: aguz&lt;br /&gt;
&lt;br /&gt;
people.sugarlabs.org/aguz/&lt;br /&gt;
&lt;br /&gt;
== Projects that I mantain ==&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4043 Terminal]&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4032 ImageViewer] - A simple and fast image viewer tool.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4534 Chart] - An Activity for create charts&lt;br /&gt;
* [http://git.sugarlabs.org/sugar-pycha sugar-pycha (git)] - A library for chart&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4545 Analyze Journal] - Chart the journal usage&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4484 Pilas] - An engine for making videogames in an easy way.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4519 JAMEdit] - Code Editor&lt;br /&gt;
* [http://activities.sugarlabs.org/en-US/sugar/addon/4613 Annotate] - Virtual Adhesive notes &lt;br /&gt;
* [http://git.sugarlabs.org/annotate Install (git)] - In progress &lt;br /&gt;
* [http://git.sugarlabs.org/animate Animate (git)] - In progress&lt;br /&gt;
* [http://git.sugarlabs.org/sfonts Fonts (git)] - In Progress&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=83873</id>
		<title>User:Aguz</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=83873"/>
		<updated>2012-10-29T19:49:04Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Email Address: aguz AT sugarlabs DOT org&lt;br /&gt;
&lt;br /&gt;
Blog: http://agustinzubiaga.blogspot.com&lt;br /&gt;
&lt;br /&gt;
ASLO User: http://activities.sugarlabs.org/es-ES/sugar/user/3643&lt;br /&gt;
&lt;br /&gt;
Git User: http://git.sugarlabs.org/~aguzubiaga&lt;br /&gt;
&lt;br /&gt;
IRC: aguz&lt;br /&gt;
&lt;br /&gt;
people.sugarlabs.org/aguz/&lt;br /&gt;
&lt;br /&gt;
== Projects that I mantain ==&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4043 Terminal]&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4032 ImageViewer] - A simple and fast image viewer tool.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4534 Chart] - An Activity for create charts&lt;br /&gt;
* [http://git.sugarlabs.org/sugar-pycha sugar-pycha (git)] - A library for chart&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4545 Analyze Journal] - Chart the journal usage&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4484 Pilas] - An engine for making videogames in an easy way.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4519 JAMEdit] - Code Editor&lt;br /&gt;
* [http://git.sugarlabs.org/annotate Annotate (git)] - In progress&lt;br /&gt;
* [http://git.sugarlabs.org/annotate Install (git)] - In progress &lt;br /&gt;
* [http://git.sugarlabs.org/animate Animate (git)] - In progress&lt;br /&gt;
* [http://git.sugarlabs.org/sfonts Fonts (git)] - In Progress&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=83872</id>
		<title>User:Aguz</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=User:Aguz&amp;diff=83872"/>
		<updated>2012-10-29T19:47:51Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: Created page with &amp;quot;Email Address: aguz AT sugarlabs DOT org Blog: http://agustinzubiaga.blogspot.com ASLO User: http://activities.sugarlabs.org/es-ES/sugar/user/3643 Git User: http://git.sugarla...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Email Address: aguz AT sugarlabs DOT org&lt;br /&gt;
Blog: http://agustinzubiaga.blogspot.com&lt;br /&gt;
ASLO User: http://activities.sugarlabs.org/es-ES/sugar/user/3643&lt;br /&gt;
Git User: http://git.sugarlabs.org/~aguzubiaga&lt;br /&gt;
IRC: aguz&lt;br /&gt;
&lt;br /&gt;
people.sugarlabs.org/aguz/&lt;br /&gt;
&lt;br /&gt;
== Projects that I mantain ==&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4043 Terminal]&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4032 ImageViewer] - A simple and fast image viewer tool.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4534 Chart] - An Activity for create charts&lt;br /&gt;
* [http://git.sugarlabs.org/sugar-pycha sugar-pycha (git)] - A library for chart&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4545 Analyze Journal] - Chart the journal usage&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4484 Pilas] - An engine for making videogames in an easy way.&lt;br /&gt;
* [http://activities.sugarlabs.org/es-ES/sugar/addon/4519 JAMEdit] - Code Editor&lt;br /&gt;
* [http://git.sugarlabs.org/annotate Annotate (git)] - In progress&lt;br /&gt;
* [http://git.sugarlabs.org/annotate Install (git)] - In progress &lt;br /&gt;
* [http://git.sugarlabs.org/animate Animate (git)] - In progress&lt;br /&gt;
* [http://git.sugarlabs.org/sfonts Fonts (git)] - In Progress&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Chart6.png&amp;diff=81241</id>
		<title>File:Chart6.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Chart6.png&amp;diff=81241"/>
		<updated>2012-07-19T01:45:53Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Chart5.png&amp;diff=81240</id>
		<title>File:Chart5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Chart5.png&amp;diff=81240"/>
		<updated>2012-07-19T01:45:06Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=81239</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=81239"/>
		<updated>2012-07-19T01:44:18Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
Chart lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New charts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Chart1.png|300px]]&lt;br /&gt;
[[File:Chart2.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Chart3.png|300px]]&lt;br /&gt;
[[File:Chart4.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fullscreen Mode:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Chart5.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Help Button:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Chart6.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Old Charts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing Measure data ==&lt;br /&gt;
[[File:SimpleGraph8.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
Chart uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch&lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Chart4.png&amp;diff=81238</id>
		<title>File:Chart4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Chart4.png&amp;diff=81238"/>
		<updated>2012-07-19T01:40:46Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Chart3.png&amp;diff=81237</id>
		<title>File:Chart3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Chart3.png&amp;diff=81237"/>
		<updated>2012-07-19T01:39:54Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Chart2.png&amp;diff=81236</id>
		<title>File:Chart2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Chart2.png&amp;diff=81236"/>
		<updated>2012-07-19T01:39:17Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Chart1.png&amp;diff=81235</id>
		<title>File:Chart1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Chart1.png&amp;diff=81235"/>
		<updated>2012-07-19T01:38:07Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=81234</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=81234"/>
		<updated>2012-07-19T01:37:24Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
Chart lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New charts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Chart1.png|300px]]&lt;br /&gt;
[[File:Chart2.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Chart3.png|300px]]&lt;br /&gt;
[[File:Chart4.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Old Charts:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing Measure data ==&lt;br /&gt;
[[File:SimpleGraph8.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
Chart uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch&lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=81233</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=81233"/>
		<updated>2012-07-19T01:37:08Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
Chart lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New charts:&#039;&#039;&#039;&lt;br /&gt;
[[File:Chart1.png|300px]]&lt;br /&gt;
[[File:Chart2.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Chart3.png|300px]]&lt;br /&gt;
[[File:Chart4.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Old Charts:&#039;&#039;&#039;&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing Measure data ==&lt;br /&gt;
[[File:SimpleGraph8.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
Chart uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch&lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78214</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78214"/>
		<updated>2012-05-09T23:54:43Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* ¿Donde? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;San José 1418, Montevideo&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Foto-CodeSprint.png|300px]]&lt;br /&gt;
[[File:Foto-CodeSprint1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Participantes ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Confirmados:&#039;&#039;&#039;&lt;br /&gt;
* Flavio Danesse, ceibalJAM!, Activity Central, Uruguay&lt;br /&gt;
* Alan Aguiar, Butiá, Uruguay&lt;br /&gt;
* Andrés Aguirre, Butiá, Uruguay&lt;br /&gt;
* Sylvia Sánchez, ceibalJAM!, Uruguay&lt;br /&gt;
* Christofer Roibal, ceibalJAM!, Uruguay&lt;br /&gt;
* Cristhofer Travieso, ceibalJAM!, Uruguay&lt;br /&gt;
* Daniel Francis, ceibalJAM!, Uruguay&lt;br /&gt;
* Agustin Zubiaga, ceibalJAM!, Uruguay&lt;br /&gt;
* Manuel Quiñones, OLPC, Argentina&lt;br /&gt;
* Gonzalo Odiard, OLPC, Argentina&lt;br /&gt;
* Rafael Ortiz, Activity Central, Colombia&lt;br /&gt;
* Pablo Vico, España&lt;br /&gt;
* Manuel Kauffman, OLPC, Argentina&lt;br /&gt;
* Rubén Rodriguez, Activity Central, España&lt;br /&gt;
* Pablo Flores, Activity Central, Uruguay&lt;br /&gt;
* Hugo Ruscitti, Sugar Labs Argentina&lt;br /&gt;
* Héctor Sánchez, Sugar Labs Argentina&lt;br /&gt;
* Tony Anderson, Estados Unidos&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Por confirmar:&#039;&#039;&#039;&lt;br /&gt;
* Gabriel Eirea, ceibalJAM!, Uruguay&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Ezequiel Pereira, ceibalJAM!, Uruguay&lt;br /&gt;
* Jorge Cabrera, Programa Joaquín, Argentina&lt;br /&gt;
* Andrés Ambrois, ceibalJAM!, Uruguay&lt;br /&gt;
* Bernabé García, ceibalJAM!, Uruguay&lt;br /&gt;
* Alvar Maciel, AEqualis, Argentina&lt;br /&gt;
* Martin Langhoff, OLPC, Argentina&lt;br /&gt;
* Daniel Castelo, Ceibal, Uruguay&lt;br /&gt;
* Esteban Arias, Ceibal, Uruguay&lt;br /&gt;
* Esteban Bordón, Ceibal, Uruguay&lt;br /&gt;
* Ignacio Montero, RAP Ceibal, Uruguay&lt;br /&gt;
* Alejandro Rodríguez, ceibalJAM!, Uruguay&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Foto-CodeSprint1.png&amp;diff=78213</id>
		<title>File:Foto-CodeSprint1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Foto-CodeSprint1.png&amp;diff=78213"/>
		<updated>2012-05-09T23:53:05Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Foto-CodeSprint.png&amp;diff=78212</id>
		<title>File:Foto-CodeSprint.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Foto-CodeSprint.png&amp;diff=78212"/>
		<updated>2012-05-09T23:51:35Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78211</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78211"/>
		<updated>2012-05-09T23:50:22Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* ¿Donde? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
San José 1418, Montevideo&lt;br /&gt;
&lt;br /&gt;
[[File:Foto-CodeSprint.png|300px]]&lt;br /&gt;
[[File:Foto-CodeSprint1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Participantes ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Confirmados:&#039;&#039;&#039;&lt;br /&gt;
* Flavio Danesse, ceibalJAM!, Activity Central, Uruguay&lt;br /&gt;
* Alan Aguiar, Butiá, Uruguay&lt;br /&gt;
* Andrés Aguirre, Butiá, Uruguay&lt;br /&gt;
* Sylvia Sánchez, ceibalJAM!, Uruguay&lt;br /&gt;
* Christofer Roibal, ceibalJAM!, Uruguay&lt;br /&gt;
* Cristhofer Travieso, ceibalJAM!, Uruguay&lt;br /&gt;
* Daniel Francis, ceibalJAM!, Uruguay&lt;br /&gt;
* Agustin Zubiaga, ceibalJAM!, Uruguay&lt;br /&gt;
* Manuel Quiñones, OLPC, Argentina&lt;br /&gt;
* Gonzalo Odiard, OLPC, Argentina&lt;br /&gt;
* Rafael Ortiz, Activity Central, Colombia&lt;br /&gt;
* Pablo Vico, España&lt;br /&gt;
* Manuel Kauffman, OLPC, Argentina&lt;br /&gt;
* Rubén Rodriguez, Activity Central, España&lt;br /&gt;
* Pablo Flores, Activity Central, Uruguay&lt;br /&gt;
* Hugo Ruscitti, Sugar Labs Argentina&lt;br /&gt;
* Héctor Sánchez, Sugar Labs Argentina&lt;br /&gt;
* Tony Anderson, Estados Unidos&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Por confirmar:&#039;&#039;&#039;&lt;br /&gt;
* Gabriel Eirea, ceibalJAM!, Uruguay&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Ezequiel Pereira, ceibalJAM!, Uruguay&lt;br /&gt;
* Jorge Cabrera, Programa Joaquín, Argentina&lt;br /&gt;
* Andrés Ambrois, ceibalJAM!, Uruguay&lt;br /&gt;
* Bernabé García, ceibalJAM!, Uruguay&lt;br /&gt;
* Alvar Maciel, AEqualis, Argentina&lt;br /&gt;
* Martin Langhoff, OLPC, Argentina&lt;br /&gt;
* Daniel Castelo, Ceibal, Uruguay&lt;br /&gt;
* Esteban Arias, Ceibal, Uruguay&lt;br /&gt;
* Esteban Bordón, Ceibal, Uruguay&lt;br /&gt;
* Ignacio Montero, RAP Ceibal, Uruguay&lt;br /&gt;
* Alejandro Rodríguez, ceibalJAM!, Uruguay&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78210</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78210"/>
		<updated>2012-05-09T23:49:07Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* ¿Donde? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
San José 1418, Montevideo&lt;br /&gt;
[[File:Foto-CodeSprint.png|300px]]&lt;br /&gt;
[[File:Foto-CodeSprint1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Participantes ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Confirmados:&#039;&#039;&#039;&lt;br /&gt;
* Flavio Danesse, ceibalJAM!, Activity Central, Uruguay&lt;br /&gt;
* Alan Aguiar, Butiá, Uruguay&lt;br /&gt;
* Andrés Aguirre, Butiá, Uruguay&lt;br /&gt;
* Sylvia Sánchez, ceibalJAM!, Uruguay&lt;br /&gt;
* Christofer Roibal, ceibalJAM!, Uruguay&lt;br /&gt;
* Cristhofer Travieso, ceibalJAM!, Uruguay&lt;br /&gt;
* Daniel Francis, ceibalJAM!, Uruguay&lt;br /&gt;
* Agustin Zubiaga, ceibalJAM!, Uruguay&lt;br /&gt;
* Manuel Quiñones, OLPC, Argentina&lt;br /&gt;
* Gonzalo Odiard, OLPC, Argentina&lt;br /&gt;
* Rafael Ortiz, Activity Central, Colombia&lt;br /&gt;
* Pablo Vico, España&lt;br /&gt;
* Manuel Kauffman, OLPC, Argentina&lt;br /&gt;
* Rubén Rodriguez, Activity Central, España&lt;br /&gt;
* Pablo Flores, Activity Central, Uruguay&lt;br /&gt;
* Hugo Ruscitti, Sugar Labs Argentina&lt;br /&gt;
* Héctor Sánchez, Sugar Labs Argentina&lt;br /&gt;
* Tony Anderson, Estados Unidos&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Por confirmar:&#039;&#039;&#039;&lt;br /&gt;
* Gabriel Eirea, ceibalJAM!, Uruguay&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Ezequiel Pereira, ceibalJAM!, Uruguay&lt;br /&gt;
* Jorge Cabrera, Programa Joaquín, Argentina&lt;br /&gt;
* Andrés Ambrois, ceibalJAM!, Uruguay&lt;br /&gt;
* Bernabé García, ceibalJAM!, Uruguay&lt;br /&gt;
* Alvar Maciel, AEqualis, Argentina&lt;br /&gt;
* Martin Langhoff, OLPC, Argentina&lt;br /&gt;
* Daniel Castelo, Ceibal, Uruguay&lt;br /&gt;
* Esteban Arias, Ceibal, Uruguay&lt;br /&gt;
* Esteban Bordón, Ceibal, Uruguay&lt;br /&gt;
* Ignacio Montero, RAP Ceibal, Uruguay&lt;br /&gt;
* Alejandro Rodríguez, ceibalJAM!, Uruguay&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78209</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=78209"/>
		<updated>2012-05-09T23:45:45Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Participantes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Participantes ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Confirmados:&#039;&#039;&#039;&lt;br /&gt;
* Flavio Danesse, ceibalJAM!, Activity Central, Uruguay&lt;br /&gt;
* Alan Aguiar, Butiá, Uruguay&lt;br /&gt;
* Andrés Aguirre, Butiá, Uruguay&lt;br /&gt;
* Sylvia Sánchez, ceibalJAM!, Uruguay&lt;br /&gt;
* Christofer Roibal, ceibalJAM!, Uruguay&lt;br /&gt;
* Cristhofer Travieso, ceibalJAM!, Uruguay&lt;br /&gt;
* Daniel Francis, ceibalJAM!, Uruguay&lt;br /&gt;
* Agustin Zubiaga, ceibalJAM!, Uruguay&lt;br /&gt;
* Manuel Quiñones, OLPC, Argentina&lt;br /&gt;
* Gonzalo Odiard, OLPC, Argentina&lt;br /&gt;
* Rafael Ortiz, Activity Central, Colombia&lt;br /&gt;
* Pablo Vico, España&lt;br /&gt;
* Manuel Kauffman, OLPC, Argentina&lt;br /&gt;
* Rubén Rodriguez, Activity Central, España&lt;br /&gt;
* Pablo Flores, Activity Central, Uruguay&lt;br /&gt;
* Hugo Ruscitti, Sugar Labs Argentina&lt;br /&gt;
* Héctor Sánchez, Sugar Labs Argentina&lt;br /&gt;
* Tony Anderson, Estados Unidos&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Por confirmar:&#039;&#039;&#039;&lt;br /&gt;
* Gabriel Eirea, ceibalJAM!, Uruguay&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Ezequiel Pereira, ceibalJAM!, Uruguay&lt;br /&gt;
* Jorge Cabrera, Programa Joaquín, Argentina&lt;br /&gt;
* Andrés Ambrois, ceibalJAM!, Uruguay&lt;br /&gt;
* Bernabé García, ceibalJAM!, Uruguay&lt;br /&gt;
* Alvar Maciel, AEqualis, Argentina&lt;br /&gt;
* Martin Langhoff, OLPC, Argentina&lt;br /&gt;
* Daniel Castelo, Ceibal, Uruguay&lt;br /&gt;
* Esteban Arias, Ceibal, Uruguay&lt;br /&gt;
* Esteban Bordón, Ceibal, Uruguay&lt;br /&gt;
* Ignacio Montero, RAP Ceibal, Uruguay&lt;br /&gt;
* Alejandro Rodríguez, ceibalJAM!, Uruguay&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77981</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77981"/>
		<updated>2012-05-01T15:27:46Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Lista de invitados: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Lista de invitados: ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente&lt;br /&gt;
* Gabriel Eirea, Uruguay&lt;br /&gt;
* Pablo Flores, Uruguay (Confirmado)&lt;br /&gt;
* Flavio Danesse, Uruguay&lt;br /&gt;
* Alan Aguiar, Uruguay (Confirmado)&lt;br /&gt;
* Esteban Bordon, Uruguay&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Andrés Aguirre, Uruguay (Confirmado)&lt;br /&gt;
* Christofer Roibal, Uruguay (Confirmado)&lt;br /&gt;
* Cristhofer Travieso, Uruguay (Confirmado)&lt;br /&gt;
* Ignacio Rodriguez, Uruguay&lt;br /&gt;
* Ezequiel Pereira, Uruguay&lt;br /&gt;
* Daniel Francis, Uruguay (Confirmado)&lt;br /&gt;
* Agustin Zubiaga, Uruguay (Confirmado)&lt;br /&gt;
* Manuel Quiñones, Argentina (Confirmado)&lt;br /&gt;
* Gonzalo Odiard, Argentina (Confirmado)&lt;br /&gt;
* Gustavo Ibarra, Argentina&lt;br /&gt;
* Jorge Cabrera, Argentina&lt;br /&gt;
* Walter Bender, Estados Unidos (Participará de forma remota desde Amazon)&lt;br /&gt;
* Rafael Ortiz, Colombia (Confirmado)&lt;br /&gt;
* C.Scott Ananian, Estados Unidos&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Aleksey Lim, Rusia&lt;br /&gt;
* Ruben Rodriguez, España&lt;br /&gt;
* Pablo Vico, España (Confirmado)&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77760</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77760"/>
		<updated>2012-04-25T17:35:40Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Lista de invitados: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Lista de invitados: ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente&lt;br /&gt;
* Gabriel Eirea, Uruguay&lt;br /&gt;
* Pablo Flores, Uruguay (Confirmado)&lt;br /&gt;
* Flavio Danesse, Uruguay&lt;br /&gt;
* Alan Aguiar, Uruguay (Confirmado)&lt;br /&gt;
* Esteban Bordon, Uruguay&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Andrés Aguirre, Uruguay (Confirmado)&lt;br /&gt;
* Christofer Roibal, Uruguay (Confirmado)&lt;br /&gt;
* Cristhofer Travieso, Uruguay (Confirmado)&lt;br /&gt;
* Ignacio Rodriguez, Uruguay&lt;br /&gt;
* Ezequiel Pereira, Uruguay&lt;br /&gt;
* Daniel Francis, Uruguay (Confirmado)&lt;br /&gt;
* Agustin Zubiaga, Uruguay (Confirmado)&lt;br /&gt;
* Manuel Quiñones, Argentina (Confirmado)&lt;br /&gt;
* Gonzalo Odiard, Argentina (Confirmado)&lt;br /&gt;
* Gustavo Ibarra, Argentina&lt;br /&gt;
* Jorge Cabrera, Argentina&lt;br /&gt;
* Walter Bender, Estados Unidos (Participará de forma remota desde Amazon)&lt;br /&gt;
* Rafael Ortiz, Colombia (Confirmado)&lt;br /&gt;
* C.Scott Ananian, Estados Unidos&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Aleksey Lim, Rusia&lt;br /&gt;
* Ruben Rodriguez, España&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77355</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77355"/>
		<updated>2012-04-14T17:02:10Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Lista de invitados: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Lista de invitados: ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente&lt;br /&gt;
* Gabriel Eirea, Uruguay&lt;br /&gt;
* Pablo Flores, Uruguay (Confirmado)&lt;br /&gt;
* Flavio Danesse, Uruguay&lt;br /&gt;
* Alan Aguiar, Uruguay (Confirmado)&lt;br /&gt;
* Esteban Bordon, Uruguay&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Christofer Roibal, Uruguay (Confirmado)&lt;br /&gt;
* Cristhofer Travieso, Uruguay (Confirmado)&lt;br /&gt;
* Ignacio Rodriguez, Uruguay&lt;br /&gt;
* Ezequiel Pereira, Uruguay&lt;br /&gt;
* Daniel Francis, Uruguay (Confirmado)&lt;br /&gt;
* Agustin Zubiaga, Uruguay (Confirmado)&lt;br /&gt;
* Manuel Quiñones, Argentina (Confirmado)&lt;br /&gt;
* Gonzalo Odiard, Argentina (Confirmado)&lt;br /&gt;
* Gustavo Ibarra, Argentina&lt;br /&gt;
* Jorge Cabrera, Argentina&lt;br /&gt;
* Walter Bender, Estados Unidos (Participará de forma remota desde Amazon)&lt;br /&gt;
* Rafael Ortiz, Colombia (Confirmado)&lt;br /&gt;
* C.Scott Ananian, Estados Unidos&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Aleksey Lim, Rusia&lt;br /&gt;
* Ruben Rodriguez, España&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77354</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=77354"/>
		<updated>2012-04-14T16:59:20Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Lista de invitados: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Lista de invitados: ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente&lt;br /&gt;
* Gabriel Eirea, Uruguay&lt;br /&gt;
* Pablo Flores, Uruguay (Confirmado)&lt;br /&gt;
* Flavio Danesse, Uruguay&lt;br /&gt;
* Alan Aguiar, Uruguay (Confirmado)&lt;br /&gt;
* Esteban Bordon, Uruguay&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Christofer Roibal, Uruguay (Confirmado)&lt;br /&gt;
* Cristhofer Travieso, Uruguay (Confirmado)&lt;br /&gt;
* Ignacio Rodriguez, Uruguay&lt;br /&gt;
* Ezequiel Pereira, Uruguay&lt;br /&gt;
* Daniel Francis, Uruguay (Confirmado)&lt;br /&gt;
* Agustin Zubiaga, Uruguay (Confirmado)&lt;br /&gt;
* Manuel Quiñones, Argentina (Confirmado)&lt;br /&gt;
* Gonzalo Odiard, Argentina (Confirmado)&lt;br /&gt;
* Gustavo Ibarra, Argentina&lt;br /&gt;
* Walter Bender, Estados Unidos (Participará de forma remota desde Amazon)&lt;br /&gt;
* Rafael Ortiz, Colombia (Confirmado)&lt;br /&gt;
* C.Scott Ananian, Estados Unidos&lt;br /&gt;
* Chris Ball, Estados Unidos&lt;br /&gt;
* Chris Leonard, Estados Unidos&lt;br /&gt;
* Aleksey Lim, Rusia&lt;br /&gt;
* Ruben Rodriguez, España&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=76847</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=76847"/>
		<updated>2012-03-28T00:42:43Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* ¿Te interesa desarrollar para Sugar? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC, Activity Central y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Lista de invitados: ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente&lt;br /&gt;
* Gabriel Eirea, Uruguay&lt;br /&gt;
* Pablo Flores, Uruguay (Confirmado)&lt;br /&gt;
* Flavio Danesse, Uruguay&lt;br /&gt;
* Alan Aguiar, Uruguay (Confirmado)&lt;br /&gt;
* Eduardo Bordon, Uruguay&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Christofer Roibal, Uruguay (Confirmado)&lt;br /&gt;
* Cristhofer Travieso, Uruguay (Confirmado)&lt;br /&gt;
* Ignacio Rodriguez, Uruguay&lt;br /&gt;
* Ezequiel Pereira, Uruguay&lt;br /&gt;
* Daniel Francis, Uruguay (Confirmado)&lt;br /&gt;
* Agustin Zubiaga, Uruguay (Confirmado)&lt;br /&gt;
* Manuel Quiñones, Argentina (Confirmado)&lt;br /&gt;
* Gonzalo Odiard, Argentina (Confirmado)&lt;br /&gt;
* Gustavo Ibarra, Argentina&lt;br /&gt;
* Walter Bender, Estados Unidos&lt;br /&gt;
* Rafael Ortiz - Colombia (Confirmado)&lt;br /&gt;
* C.Scott Ananian - USA&lt;br /&gt;
* Chris Ball – USA&lt;br /&gt;
* Ruben Rodriguez - España&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=76846</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=76846"/>
		<updated>2012-03-28T00:41:24Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Lista de invitados: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Lista de invitados: ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente&lt;br /&gt;
* Gabriel Eirea, Uruguay&lt;br /&gt;
* Pablo Flores, Uruguay (Confirmado)&lt;br /&gt;
* Flavio Danesse, Uruguay&lt;br /&gt;
* Alan Aguiar, Uruguay (Confirmado)&lt;br /&gt;
* Eduardo Bordon, Uruguay&lt;br /&gt;
* Eduardo Riccobaldi, Uruguay&lt;br /&gt;
* Christofer Roibal, Uruguay (Confirmado)&lt;br /&gt;
* Cristhofer Travieso, Uruguay (Confirmado)&lt;br /&gt;
* Ignacio Rodriguez, Uruguay&lt;br /&gt;
* Ezequiel Pereira, Uruguay&lt;br /&gt;
* Daniel Francis, Uruguay (Confirmado)&lt;br /&gt;
* Agustin Zubiaga, Uruguay (Confirmado)&lt;br /&gt;
* Manuel Quiñones, Argentina (Confirmado)&lt;br /&gt;
* Gonzalo Odiard, Argentina (Confirmado)&lt;br /&gt;
* Gustavo Ibarra, Argentina&lt;br /&gt;
* Walter Bender, Estados Unidos&lt;br /&gt;
* Rafael Ortiz - Colombia (Confirmado)&lt;br /&gt;
* C.Scott Ananian - USA&lt;br /&gt;
* Chris Ball – USA&lt;br /&gt;
* Ruben Rodriguez - España&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=76845</id>
		<title>EduJAM/CodeSprint</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=EduJAM/CodeSprint&amp;diff=76845"/>
		<updated>2012-03-28T00:39:55Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: Created page with &amp;quot;== ¿Te interesa desarrollar para Sugar? ==  Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC y SugarLabs.  == ¿De que se trata? ==  Sugar Code Sprint es un e...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ¿Te interesa desarrollar para Sugar? ==&lt;br /&gt;
&lt;br /&gt;
Vení con nosotros a el Sugar Code Sprint, junto a miembros de OLPC y SugarLabs.&lt;br /&gt;
&lt;br /&gt;
== ¿De que se trata? ==&lt;br /&gt;
&lt;br /&gt;
Sugar Code Sprint es un encuentro de desarrolladores, en el que estaremos programando para mejorar sugar.&lt;br /&gt;
&lt;br /&gt;
== ¿Cuando? ==&lt;br /&gt;
&lt;br /&gt;
El 13 y 14 de Mayo.&lt;br /&gt;
&lt;br /&gt;
== ¿Donde? ==&lt;br /&gt;
&lt;br /&gt;
Por confirmar.&lt;br /&gt;
&lt;br /&gt;
== Lista de invitados: ==&lt;br /&gt;
&lt;br /&gt;
Nota: Esta lista no se actualiza automaticamente&lt;br /&gt;
Gabriel Eirea, Uruguay&lt;br /&gt;
Pablo Flores, Uruguay (Confirmado)&lt;br /&gt;
Flavio Danesse, Uruguay&lt;br /&gt;
Alan Aguiar, Uruguay (Confirmado)&lt;br /&gt;
Eduardo Bordon, Uruguay&lt;br /&gt;
Eduardo Riccobaldi, Uruguay&lt;br /&gt;
Christofer Roibal, Uruguay (Confirmado)&lt;br /&gt;
Cristhofer Travieso, Uruguay (Confirmado)&lt;br /&gt;
Ignacio Rodriguez, Uruguay&lt;br /&gt;
Ezequiel Pereira, Uruguay&lt;br /&gt;
Daniel Francis, Uruguay (Confirmado)&lt;br /&gt;
Agustin Zubiaga, Uruguay (Confirmado)&lt;br /&gt;
Manuel Quiñones, Argentina (Confirmado)&lt;br /&gt;
Gonzalo Odiard, Argentina (Confirmado)&lt;br /&gt;
Gustavo Ibarra, Argentina&lt;br /&gt;
Walter Bender, Estados Unidos&lt;br /&gt;
Rafael Ortiz - Colombia (Confirmado)&lt;br /&gt;
C.Scott Ananian - USA&lt;br /&gt;
Chris Ball – USA&lt;br /&gt;
Ruben Rodriguez - España&lt;br /&gt;
&lt;br /&gt;
¿No estas vos?&lt;br /&gt;
Enviame un e-mail a aguz@sugarlabs.org y te agrego a la lista.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76583</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76583"/>
		<updated>2012-03-21T01:10:08Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Development */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing Measure data ==&lt;br /&gt;
[[File:SimpleGraph8.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76376</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76376"/>
		<updated>2012-03-09T04:33:15Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Graphing StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing Measure data ==&lt;br /&gt;
[[File:SimpleGraph8.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 3 ===&lt;br /&gt;
&lt;br /&gt;
* Add help button &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Remove one separator in the toolbar &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto update chart title &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto resize chart &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* etc&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76375</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76375"/>
		<updated>2012-03-09T04:31:41Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Graphing Measure data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Graphing Measure data */ &lt;br /&gt;
[[File:SimpleGraph8.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 3 ===&lt;br /&gt;
&lt;br /&gt;
* Add help button &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Remove one separator in the toolbar &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto update chart title &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto resize chart &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* etc&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:SimpleGraph8.png&amp;diff=76374</id>
		<title>File:SimpleGraph8.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:SimpleGraph8.png&amp;diff=76374"/>
		<updated>2012-03-09T04:30:27Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76373</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76373"/>
		<updated>2012-03-09T04:29:43Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Graphing StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Graphing Measure data ===&lt;br /&gt;
[[File:SimpleGraph8.png]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 3 ===&lt;br /&gt;
&lt;br /&gt;
* Add help button &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Remove one separator in the toolbar &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto update chart title &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto resize chart &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* etc&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76371</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76371"/>
		<updated>2012-03-09T04:20:37Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Ideas for future releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 3 ===&lt;br /&gt;
&lt;br /&gt;
* Add help button &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Remove one separator in the toolbar &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto update chart title &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Auto resize chart &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* etc&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76368</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=76368"/>
		<updated>2012-03-09T04:13:52Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Ideas for future releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Graph StopWatch data &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Graph Measure data &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s. &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75628</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75628"/>
		<updated>2012-02-22T02:44:28Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Ideas for future releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Graph StopWatch data &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
* Graph Measure data&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s. &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75627</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75627"/>
		<updated>2012-02-22T02:42:23Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Interoperability with other activities, Measure, StopWatch&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75626</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75626"/>
		<updated>2012-02-22T02:41:19Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Graphing StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Graphing StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 1 ===&lt;br /&gt;
&lt;br /&gt;
* Add a fullscreen button so you can view your graph without the toolbars | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change the gear icon to the spanner icon (the gear is for making&lt;br /&gt;
changes to the program, e.g., adding a new graph type; the spanner is&lt;br /&gt;
for changing parameters) | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Move the colors, labels to a subtoolbar. I like the way they can&lt;br /&gt;
be hidden, but if you resize the panel, they become hard to use.On a&lt;br /&gt;
toolbar, they&#039;d always be the same size and would not interfere with&lt;br /&gt;
the data entry | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check fonts size in the charts | &#039;&#039;&#039;This is a PyCha error&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Remove pop-up alert when data is not valid | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change chart tooltips, &amp;quot;Create pie chart&amp;quot; to &amp;quot;Pie Chart&amp;quot; | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Interoperability with other activities, Measure, StopWatch&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75625</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75625"/>
		<updated>2012-02-22T02:39:34Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Plot StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Plot StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 1 ===&lt;br /&gt;
&lt;br /&gt;
* Add a fullscreen button so you can view your graph without the toolbars | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change the gear icon to the spanner icon (the gear is for making&lt;br /&gt;
changes to the program, e.g., adding a new graph type; the spanner is&lt;br /&gt;
for changing parameters) | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Move the colors, labels to a subtoolbar. I like the way they can&lt;br /&gt;
be hidden, but if you resize the panel, they become hard to use.On a&lt;br /&gt;
toolbar, they&#039;d always be the same size and would not interfere with&lt;br /&gt;
the data entry | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check fonts size in the charts | &#039;&#039;&#039;This is a PyCha error&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Remove pop-up alert when data is not valid | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change chart tooltips, &amp;quot;Create pie chart&amp;quot; to &amp;quot;Pie Chart&amp;quot; | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Interoperability with other activities, Measure, StopWatch&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75624</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75624"/>
		<updated>2012-02-22T02:38:18Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Plot StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Plot StopWatch data ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 1 ===&lt;br /&gt;
&lt;br /&gt;
* Add a fullscreen button so you can view your graph without the toolbars | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change the gear icon to the spanner icon (the gear is for making&lt;br /&gt;
changes to the program, e.g., adding a new graph type; the spanner is&lt;br /&gt;
for changing parameters) | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Move the colors, labels to a subtoolbar. I like the way they can&lt;br /&gt;
be hidden, but if you resize the panel, they become hard to use.On a&lt;br /&gt;
toolbar, they&#039;d always be the same size and would not interfere with&lt;br /&gt;
the data entry | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check fonts size in the charts | &#039;&#039;&#039;This is a PyCha error&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Remove pop-up alert when data is not valid | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change chart tooltips, &amp;quot;Create pie chart&amp;quot; to &amp;quot;Pie Chart&amp;quot; | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Interoperability with other activities, Measure, StopWatch&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75623</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75623"/>
		<updated>2012-02-22T02:37:41Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Plot StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Plot StopWatch data ==&lt;br /&gt;
&#039;&#039;&#039;Graphing marks:&#039;&#039;&#039;&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphing stopwatchs:&#039;&#039;&#039;&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 1 ===&lt;br /&gt;
&lt;br /&gt;
* Add a fullscreen button so you can view your graph without the toolbars | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change the gear icon to the spanner icon (the gear is for making&lt;br /&gt;
changes to the program, e.g., adding a new graph type; the spanner is&lt;br /&gt;
for changing parameters) | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Move the colors, labels to a subtoolbar. I like the way they can&lt;br /&gt;
be hidden, but if you resize the panel, they become hard to use.On a&lt;br /&gt;
toolbar, they&#039;d always be the same size and would not interfere with&lt;br /&gt;
the data entry | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check fonts size in the charts | &#039;&#039;&#039;This is a PyCha error&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Remove pop-up alert when data is not valid | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change chart tooltips, &amp;quot;Create pie chart&amp;quot; to &amp;quot;Pie Chart&amp;quot; | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Interoperability with other activities, Measure, StopWatch&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75622</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75622"/>
		<updated>2012-02-22T02:35:21Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Plot StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Plot StopWatch data ==&lt;br /&gt;
[[File:Simplegraph4.png|400px]]&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph5.png|400px]]&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 1 ===&lt;br /&gt;
&lt;br /&gt;
* Add a fullscreen button so you can view your graph without the toolbars | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change the gear icon to the spanner icon (the gear is for making&lt;br /&gt;
changes to the program, e.g., adding a new graph type; the spanner is&lt;br /&gt;
for changing parameters) | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Move the colors, labels to a subtoolbar. I like the way they can&lt;br /&gt;
be hidden, but if you resize the panel, they become hard to use.On a&lt;br /&gt;
toolbar, they&#039;d always be the same size and would not interfere with&lt;br /&gt;
the data entry | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check fonts size in the charts | &#039;&#039;&#039;This is a PyCha error&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Remove pop-up alert when data is not valid | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change chart tooltips, &amp;quot;Create pie chart&amp;quot; to &amp;quot;Pie Chart&amp;quot; | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Interoperability with other activities, Measure, StopWatch&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Simplegraph7.png&amp;diff=75621</id>
		<title>File:Simplegraph7.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Simplegraph7.png&amp;diff=75621"/>
		<updated>2012-02-22T02:34:23Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Simplegraph6.png&amp;diff=75620</id>
		<title>File:Simplegraph6.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Simplegraph6.png&amp;diff=75620"/>
		<updated>2012-02-22T02:33:40Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75619</id>
		<title>Activities/Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Activities/Chart&amp;diff=75619"/>
		<updated>2012-02-22T02:32:58Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: /* Plot StopWatch data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
&lt;br /&gt;
SimpleGraph lets you do graphical representation of simple tabular data, in the form &amp;quot;label: value&amp;quot;.  It can draw bar charts, line charts, and pie charts.&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph.png|300px]]&lt;br /&gt;
[[File:Simplegraph1.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph2.png|300px]]&lt;br /&gt;
[[File:Simplegraph3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Plot StopWatch data ==&lt;br /&gt;
[[File:Simplegraph4.png|300px]]&lt;br /&gt;
[[File:Simplegraph6.png|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Simplegraph5.png|300px]]&lt;br /&gt;
[[File:Simplegraph7.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Donwnload ==&lt;br /&gt;
&lt;br /&gt;
Download from ASLO: http://activities.sugarlabs.org/en-US/sugar/addon/4534&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
Git repository:&lt;br /&gt;
&lt;br /&gt;
http://git.sugarlabs.org//simplegraph&lt;br /&gt;
&lt;br /&gt;
SimpleGraph uses PyCHA library:&lt;br /&gt;
&lt;br /&gt;
https://bitbucket.org/lgs/pycha&lt;br /&gt;
&lt;br /&gt;
=== Pending tasks to release version 1 ===&lt;br /&gt;
&lt;br /&gt;
* Add a fullscreen button so you can view your graph without the toolbars | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change the gear icon to the spanner icon (the gear is for making&lt;br /&gt;
changes to the program, e.g., adding a new graph type; the spanner is&lt;br /&gt;
for changing parameters) | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Move the colors, labels to a subtoolbar. I like the way they can&lt;br /&gt;
be hidden, but if you resize the panel, they become hard to use.On a&lt;br /&gt;
toolbar, they&#039;d always be the same size and would not interfere with&lt;br /&gt;
the data entry | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check fonts size in the charts | &#039;&#039;&#039;This is a PyCha error&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Remove pop-up alert when data is not valid | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Change chart tooltips, &amp;quot;Create pie chart&amp;quot; to &amp;quot;Pie Chart&amp;quot; | &#039;&#039;&#039;DONE&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Ideas for future releases ===&lt;br /&gt;
&lt;br /&gt;
* Interoperability with other activities, Measure, StopWatch&lt;br /&gt;
* Show a help tutorial when activity is started from scratch &lt;br /&gt;
* Share, edit the data with your friends&lt;br /&gt;
* Check if we can create the image without using one (or several) tempfile/s.&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Simplegraph5.png&amp;diff=75618</id>
		<title>File:Simplegraph5.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Simplegraph5.png&amp;diff=75618"/>
		<updated>2012-02-22T02:31:29Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=File:Simplegraph4.png&amp;diff=75617</id>
		<title>File:Simplegraph4.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=File:Simplegraph4.png&amp;diff=75617"/>
		<updated>2012-02-22T02:30:23Z</updated>

		<summary type="html">&lt;p&gt;Agustin Zubiaga Sanchez: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Agustin Zubiaga Sanchez</name></author>
	</entry>
</feed>