<?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=MrBIOS</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=MrBIOS"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/go/Special:Contributions/MrBIOS"/>
	<updated>2026-04-06T22:33:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=104087</id>
		<title>Machine/bender</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=104087"/>
		<updated>2023-07-15T19:09:10Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* bender.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* HPE ProLiant DL360 Gen10 1RU server&lt;br /&gt;
** Dual socket, current configuration has one CPU&lt;br /&gt;
* [https://ark.intel.com/content/www/us/en/ark/products/199342/intel-xeon-gold-5218r-processor-27-5m-cache-2-10-ghz.html Xeon Gold 5218R]&lt;br /&gt;
** 20 cores/40 threads&lt;br /&gt;
** 2.1GHz base frequency, 4.0GHz max turbo frequency&lt;br /&gt;
** 27.5MB of cache&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2TB NVMe SSD&lt;br /&gt;
* Ubuntu 20.04.2 LTS&lt;br /&gt;
&lt;br /&gt;
[[Image:BenderRacked.jpg|thumb|320px]]&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
Owned by Sugar Labs, Inc.&lt;br /&gt;
Hosted by Sonic in Santa Rosa, CA&lt;br /&gt;
&lt;br /&gt;
Bender and Papert are two twin KVM hosts bought by Sugar Labs in 2021.&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:MrBIOS|Alex Perez]], MrBIOS on #sugar Libera.chat IRC network&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], bernie on #sugar Libera.chat IRC network&lt;br /&gt;
&lt;br /&gt;
== Hosting ==&lt;br /&gt;
&lt;br /&gt;
[[Image:SonicColo.jpg|thumb|320px]]&lt;br /&gt;
&lt;br /&gt;
Hosted by Sonic in Santa Rosa CA&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
&lt;br /&gt;
Network configuration is managed via [https://netplan.io/ netplan]. To modify, do:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/netplan/bender.yaml&lt;br /&gt;
 netplan generate&lt;br /&gt;
 netplan apply&lt;br /&gt;
&lt;br /&gt;
=== IPv4 ===&lt;br /&gt;
&lt;br /&gt;
Bender is globally accessible through a public, static IPv4 address&lt;br /&gt;
&lt;br /&gt;
Sonic assigned a /28 network to Sugar Labs. IP assignments are managed in our DNS configuration. Search for &amp;quot;Sonic IP pool&amp;quot; in &amp;lt;code&amp;gt;masters/sugarlabs.org.zone&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* Usable IPv4 addresses: 192.184.220.210 ~ 192.184.220.222 (13 addresses)&lt;br /&gt;
* Subnet Mask:     255.255.255.240&lt;br /&gt;
* Default Gateway: 192.184.220.209&lt;br /&gt;
* DNS:             8.8.8.8, 8.8.4.4&lt;br /&gt;
&lt;br /&gt;
=== IPv6 ===&lt;br /&gt;
IPv6 configuration is a bit weird.&lt;br /&gt;
&lt;br /&gt;
 * Public block: 2001:5a8:601:f::/64&lt;br /&gt;
 * Sonic gateway: 2001:5a8:5:3a::15:0/127&lt;br /&gt;
 * Transport IP: 2001:5a8:5:3a::15:1/127&lt;br /&gt;
&lt;br /&gt;
The gateway is configured to route all traffic for our netblock to the transport IP, which is currently assigned to bender.&lt;br /&gt;
&lt;br /&gt;
=== Bridges ===&lt;br /&gt;
The br0 bridge is created at startup and shared with the virtual machines hosted on Bender. It gives the VMs unfiltered access to the external network. There&#039;s no DHCP, all machines must define a static IP configuration, taking care not to stomp onto each other.&lt;br /&gt;
&lt;br /&gt;
There is also a virbr0 bridge created by libvirt on startup from &amp;lt;code&amp;gt;/etc/libvirt/qemu/networks/default.xml&amp;lt;/code&amp;gt;. This is a NAT interface and is not meant for VMs directly serving on the Internet.&lt;br /&gt;
&lt;br /&gt;
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually.&lt;br /&gt;
&lt;br /&gt;
== Virtualization ==&lt;br /&gt;
&lt;br /&gt;
Virtual machines are KVM guests managed with libvirt.&lt;br /&gt;
&lt;br /&gt;
=== Storage ===&lt;br /&gt;
&lt;br /&gt;
All virtual disks come from a pool backed by the main LVM VG:&lt;br /&gt;
&lt;br /&gt;
  virsh # pool-define-as nvme-pool logical --source-name nvme-pool &lt;br /&gt;
  Pool nvme-pool defined&lt;br /&gt;
  &lt;br /&gt;
  virsh # pool-start nvme-pool&lt;br /&gt;
  Pool nvme-pool started&lt;br /&gt;
  &lt;br /&gt;
  virsh # pool-autostart nvme-pool&lt;br /&gt;
  Pool nvme-pool marked as autostarted&lt;br /&gt;
  &lt;br /&gt;
  virsh # pool-info nvme-pool&lt;br /&gt;
  Name:           nvme-pool&lt;br /&gt;
  UUID:           5812819f-b8bf-484e-98fb-2e100fe83df2&lt;br /&gt;
  State:          running&lt;br /&gt;
  Persistent:     yes&lt;br /&gt;
  Autostart:      yes&lt;br /&gt;
  Capacity:       1.64 TiB&lt;br /&gt;
  Allocation:     250.00 GiB&lt;br /&gt;
  Available:      1.40 TiB&lt;br /&gt;
&lt;br /&gt;
Disks assigned to VMs will appear here:&lt;br /&gt;
&lt;br /&gt;
 virsh # vol-list nvme-pool&lt;br /&gt;
  Name         Path&lt;br /&gt;
 -----------------------------------------&lt;br /&gt;
  aslo1-root   /dev/nvme-pool/aslo1-root&lt;br /&gt;
  aslo1-srv    /dev/nvme-pool/aslo1-srv&lt;br /&gt;
  backup       /dev/nvme-pool/backup&lt;br /&gt;
&lt;br /&gt;
Disks can be created, listed and deleted using the vol-* commands:&lt;br /&gt;
&lt;br /&gt;
  virsh # vol-create-as nvme-pool testvm-root 20G&lt;br /&gt;
  Vol testvm-root created&lt;br /&gt;
  &lt;br /&gt;
  virsh # vol-info testvm-root --pool nvme-pool&lt;br /&gt;
  Name:           testvm-root&lt;br /&gt;
  Type:           block&lt;br /&gt;
  Capacity:       20.00 GiB&lt;br /&gt;
  Allocation:     20.00 GiB&lt;br /&gt;
  &lt;br /&gt;
  virsh # vol-delete testvm-root --pool nvme-pool&lt;br /&gt;
  Vol testvm-root deleted&lt;br /&gt;
&lt;br /&gt;
Please avoid allocating large VM volumes as image file within the host&#039;s root filesystem: they&#039;re slow and hard to manage. It&#039;s ok to use images for test VMs.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=104086</id>
		<title>Machine/bender</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=104086"/>
		<updated>2023-07-15T19:08:14Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* IPv4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* bender.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* HPE ProLiant DL360 Gen10 1RU server&lt;br /&gt;
** Dual socket, current configuration has one CPU&lt;br /&gt;
* [https://ark.intel.com/content/www/us/en/ark/products/199342/intel-xeon-gold-5218r-processor-27-5m-cache-2-10-ghz.html Xeon Gold 5218R]&lt;br /&gt;
** 20 cores/40 threads&lt;br /&gt;
** 2.1GHz base frequency, 4.0GHz max turbo frequency&lt;br /&gt;
** 27.5MB of cache&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2TB NVMe SSD&lt;br /&gt;
* Ubuntu 20.04.2 LTS&lt;br /&gt;
&lt;br /&gt;
[[Image:BenderRacked.jpg|thumb|320px]]&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
Owned by Sugar Labs, Inc.&lt;br /&gt;
Hosted by Sonic in Santa Rosa, CA&lt;br /&gt;
&lt;br /&gt;
Bender and Papert are two twin KVM hosts bought by Sugar Labs in 2021.&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:MrBIOS|Alex Perez]], MrBIOS on #sugar Libera.chat IRC network&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], bernie on #sugar Libera.chat IRC network&lt;br /&gt;
&lt;br /&gt;
== Hosting ==&lt;br /&gt;
&lt;br /&gt;
[[Image:SonicColo.jpg|thumb|320px]]&lt;br /&gt;
&lt;br /&gt;
Hosted by Sonic in Santa Rosa CA&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
&lt;br /&gt;
Network configuration is managed via [https://netplan.io/ netplan]. To modify, do:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/netplan/bender.yaml&lt;br /&gt;
 netplan generate&lt;br /&gt;
 netplan apply&lt;br /&gt;
&lt;br /&gt;
=== IPv4 ===&lt;br /&gt;
&lt;br /&gt;
Bender is globally accessible through a public, static IPv4 address&lt;br /&gt;
&lt;br /&gt;
Sonic assigned a /28 network to Sugar Labs. IP assignments are managed in our DNS configuration. Search for &amp;quot;Sonic IP pool&amp;quot; in &amp;lt;code&amp;gt;masters/sugarlabs.org.zone&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Usable IPv4 addresses: 192.184.220.210 ~ 192.184.220.222 (13 addresses)&lt;br /&gt;
Subnet Mask:     255.255.255.240&lt;br /&gt;
Default Gateway: 192.184.220.209&lt;br /&gt;
DNS:             8.8.8.8, 8.8.4.4&lt;br /&gt;
&lt;br /&gt;
=== IPv6 ===&lt;br /&gt;
IPv6 configuration is a bit weird.&lt;br /&gt;
&lt;br /&gt;
 * Public block: 2001:5a8:601:f::/64&lt;br /&gt;
 * Sonic gateway: 2001:5a8:5:3a::15:0/127&lt;br /&gt;
 * Transport IP: 2001:5a8:5:3a::15:1/127&lt;br /&gt;
&lt;br /&gt;
The gateway is configured to route all traffic for our netblock to the transport IP, which is currently assigned to bender.&lt;br /&gt;
&lt;br /&gt;
=== Bridges ===&lt;br /&gt;
The br0 bridge is created at startup and shared with the virtual machines hosted on Bender. It gives the VMs unfiltered access to the external network. There&#039;s no DHCP, all machines must define a static IP configuration, taking care not to stomp onto each other.&lt;br /&gt;
&lt;br /&gt;
There is also a virbr0 bridge created by libvirt on startup from &amp;lt;code&amp;gt;/etc/libvirt/qemu/networks/default.xml&amp;lt;/code&amp;gt;. This is a NAT interface and is not meant for VMs directly serving on the Internet.&lt;br /&gt;
&lt;br /&gt;
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually.&lt;br /&gt;
&lt;br /&gt;
== Virtualization ==&lt;br /&gt;
&lt;br /&gt;
Virtual machines are KVM guests managed with libvirt.&lt;br /&gt;
&lt;br /&gt;
=== Storage ===&lt;br /&gt;
&lt;br /&gt;
All virtual disks come from a pool backed by the main LVM VG:&lt;br /&gt;
&lt;br /&gt;
  virsh # pool-define-as nvme-pool logical --source-name nvme-pool &lt;br /&gt;
  Pool nvme-pool defined&lt;br /&gt;
  &lt;br /&gt;
  virsh # pool-start nvme-pool&lt;br /&gt;
  Pool nvme-pool started&lt;br /&gt;
  &lt;br /&gt;
  virsh # pool-autostart nvme-pool&lt;br /&gt;
  Pool nvme-pool marked as autostarted&lt;br /&gt;
  &lt;br /&gt;
  virsh # pool-info nvme-pool&lt;br /&gt;
  Name:           nvme-pool&lt;br /&gt;
  UUID:           5812819f-b8bf-484e-98fb-2e100fe83df2&lt;br /&gt;
  State:          running&lt;br /&gt;
  Persistent:     yes&lt;br /&gt;
  Autostart:      yes&lt;br /&gt;
  Capacity:       1.64 TiB&lt;br /&gt;
  Allocation:     250.00 GiB&lt;br /&gt;
  Available:      1.40 TiB&lt;br /&gt;
&lt;br /&gt;
Disks assigned to VMs will appear here:&lt;br /&gt;
&lt;br /&gt;
 virsh # vol-list nvme-pool&lt;br /&gt;
  Name         Path&lt;br /&gt;
 -----------------------------------------&lt;br /&gt;
  aslo1-root   /dev/nvme-pool/aslo1-root&lt;br /&gt;
  aslo1-srv    /dev/nvme-pool/aslo1-srv&lt;br /&gt;
  backup       /dev/nvme-pool/backup&lt;br /&gt;
&lt;br /&gt;
Disks can be created, listed and deleted using the vol-* commands:&lt;br /&gt;
&lt;br /&gt;
  virsh # vol-create-as nvme-pool testvm-root 20G&lt;br /&gt;
  Vol testvm-root created&lt;br /&gt;
  &lt;br /&gt;
  virsh # vol-info testvm-root --pool nvme-pool&lt;br /&gt;
  Name:           testvm-root&lt;br /&gt;
  Type:           block&lt;br /&gt;
  Capacity:       20.00 GiB&lt;br /&gt;
  Allocation:     20.00 GiB&lt;br /&gt;
  &lt;br /&gt;
  virsh # vol-delete testvm-root --pool nvme-pool&lt;br /&gt;
  Vol testvm-root deleted&lt;br /&gt;
&lt;br /&gt;
Please avoid allocating large VM volumes as image file within the host&#039;s root filesystem: they&#039;re slow and hard to manage. It&#039;s ok to use images for test VMs.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Mission&amp;diff=104045</id>
		<title>Mission</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Mission&amp;diff=104045"/>
		<updated>2022-02-20T18:58:31Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Trademark|Sugar Labs&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;]] is a volunteer-run project whose mission is to reach global learners and educators with a collection of tools that enable them to explore, discover, create, and reflect in their local language. Sugar Labs distributes these tools freely and encourages its users to appropriate them, taking ownership and responsibility for their learning.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;Copied from [[Oversight Board/Meeting Minutes-2017-05-05]] with addition of a trademark link.&#039;&#039;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=104044</id>
		<title>Sugar on a Stick/Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=104044"/>
		<updated>2022-02-16T17:15:25Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792|join_label=Get Involved}}&amp;lt;/noinclude&amp;gt;__NOTOC__&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SugaronastickAvocado-320px.png|320px|left|link=https://spins.fedoraproject.org/soas/]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &#039;&#039;&#039;[[Sugar on a Stick]]&#039;&#039;&#039; is a [https://fedoraproject.org/wiki/Overview Fedora&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;] [https://spins.fedoraproject.org/soas Spin] operating system featuring the award-winning [[What is Sugar?|Sugar Learning Platform]].&lt;br /&gt;
&lt;br /&gt;
Sugar on a Stick will run on&lt;br /&gt;
* any 64-bit Notebook, Laptop, or Desktop computer,  with a minimum of 1GB RAM, that can run Linux, Windows or macOS, using a USB thumbdrive or stick, as a [[wikipedia:Live USB|Live USB]],&lt;br /&gt;
* a 32-bit computer with the TOAST version of Sugar (Trisquel on a Sugar Toast).  See [[Trisquel On A Sugar Toast]].&lt;br /&gt;
* a Raspberry Pi 2 or 3, using a microSD card&amp;lt;!-- it is not a Live system, but an installed system--&amp;gt;, or;&lt;br /&gt;
* any computer as a virtual machine.&lt;br /&gt;
&lt;br /&gt;
You can use Sugar on a Stick to demo Sugar almost anywhere without disturbing the contents of the computer you use, and if people like what they see, you can [[Tutorials/Installation/Install with liveinst|install]] Sugar on a Stick to their hard drives or other sticks from the demo stick.&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;border: 0; border-width: 0; text-align: center&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;!-- &amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/35/Spins/x86_64/iso/Fedora-SoaS-Live-x86_64-35-1.2.iso]]&amp;lt;/span&amp;gt; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=http://download.sugarlabs.org/soas/Fedora-SoaS-Live-x86_64-F35-20220215.iso]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
x86_64 (64-bit)&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/35/Spins/armhfp/images/Fedora-SoaS-35-1.2.armhfp.raw.xz]]&amp;lt;/span&amp;gt;&lt;br /&gt;
armhfp Raspberry Pi 2 or 3, see [https://github.com/sugarlabs/sugar/blob/master/docs/rpi-soas.md How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
* How to quickly demonstrate: ([[Sugar on a Stick/Installation Process|English]]), ([[Sugar on a Stick/Proceso de instalacion|en español]])&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;!-- See the [https://spins.fedoraproject.org/soas/download/index.html Spins download page]&amp;lt;br&amp;gt; for the following:&lt;br /&gt;
* ARM&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Technology downloads&lt;br /&gt;
* Some support links --&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&#039;&#039;&#039;[https://alt.fedoraproject.org/pub/alt/live-respins/ Fedora Live Respins]&#039;&#039;&#039; are like the official release but with officially updated Fedora components.&lt;br /&gt;
* Many bugs have been fixed in these Respins, but new ones may occasionally render the download unbootable.&lt;br /&gt;
* Checksums to verify the integrity of downloads are in a file at the top of the Respins directory.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Fedora and the Infinity design logo are trademarks of Red Hat, Inc.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=104043</id>
		<title>Sugar on a Stick/Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=104043"/>
		<updated>2022-02-16T17:13:42Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: change link to known-working F35 SoaS Respin ISO, with bug fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792|join_label=Get Involved}}&amp;lt;/noinclude&amp;gt;__NOTOC__&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SugaronastickAvocado-320px.png|320px|left|link=https://spins.fedoraproject.org/soas/]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &#039;&#039;&#039;[[Sugar on a Stick]]&#039;&#039;&#039; is a [https://fedoraproject.org/wiki/Overview Fedora&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;] [https://spins.fedoraproject.org/soas Spin] operating system featuring the award-winning [[What is Sugar?|Sugar Learning Platform]].&lt;br /&gt;
&lt;br /&gt;
Sugar on a Stick will run on&lt;br /&gt;
* any 64-bit Notebook, Laptop, or Desktop computer,  with a minimum of 1GB RAM, that can run Linux, Windows or macOS, using a USB thumbdrive or stick, as a [[wikipedia:Live USB|Live USB]],&lt;br /&gt;
* a 32-bit computer with the TOAST version of Sugar (Trisquel on a Sugar Toast).  See [[Trisquel On A Sugar Toast]].&lt;br /&gt;
* a Raspberry Pi 2 or 3, using a microSD card&amp;lt;!-- it is not a Live system, but an installed system--&amp;gt;, or;&lt;br /&gt;
* any computer as a virtual machine.&lt;br /&gt;
&lt;br /&gt;
You can use Sugar on a Stick to demo Sugar almost anywhere without disturbing the contents of the computer you use, and if people like what they see, you can [[Tutorials/Installation/Install with liveinst|install]] Sugar on a Stick to their hard drives or other sticks from the demo stick.&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;border: 0; border-width: 0; text-align: center&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;!-- &amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/35/Spins/x86_64/iso/Fedora-SoaS-Live-x86_64-35-1.2.iso]]&amp;lt;/span&amp;gt; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=http://download.sugarlabs.org/soas/Fedora-SoaS-Live-x86_64-F35-20220215.iso]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
x86_64 (64-bit)&lt;br /&gt;
&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/35/Spins/armhfp/images/Fedora-SoaS-35-1.2.armhfp.raw.xz]]&amp;lt;/span&amp;gt;&lt;br /&gt;
armhfp Raspberry Pi 2 or 3, see [https://github.com/sugarlabs/sugar/blob/master/docs/rpi-soas.md How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
* How to quickly demonstrate: ([[Sugar on a Stick/Installation Process|English]]), ([[Sugar on a Stick/Proceso de instalacion|en español]])&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
See the [https://spins.fedoraproject.org/soas/download/index.html Spins download page]&amp;lt;br&amp;gt; for the following:&lt;br /&gt;
* ARM&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Technology downloads&lt;br /&gt;
* Some support links&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&#039;&#039;&#039;[https://alt.fedoraproject.org/pub/alt/live-respins/ Fedora Live Respins]&#039;&#039;&#039; are like the official release but with officially updated Fedora components.&lt;br /&gt;
* Many bugs have been fixed in these Respins, but new ones may occasionally render the download unbootable.&lt;br /&gt;
* Checksums to verify the integrity of downloads are in a file at the top of the Respins directory.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Fedora and the Infinity design logo are trademarks of Red Hat, Inc.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=104042</id>
		<title>Sugar on a Stick</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=104042"/>
		<updated>2022-02-16T17:08:25Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* What is Sugar on a Stick? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--{{ Translations | [[Sugar_on_a_Stick|english]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-es|español]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-fr|français]]}}--&amp;gt;&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Category:Live USB]]&lt;br /&gt;
[[Category:Sugar on a Stick]]&lt;br /&gt;
&lt;br /&gt;
{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792}}__NOTOC__&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What is Sugar on a Stick?==&lt;br /&gt;
{{:Sugar on a Stick/Downloads}}&lt;br /&gt;
=== What&#039;s new in Sugar on a Stick? ===&lt;br /&gt;
* Sugar [[0.118]], see the [[0.118/Notes|release notes for 0.118]],&lt;br /&gt;
* several updated activities,&lt;br /&gt;
* based on Fedora 35, see the [[fedoradocs:fedora/f34/release-notes/|release notes for Fedora 35]]&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
==== Known bugs ====&lt;br /&gt;
&lt;br /&gt;
* See also [[fedora:Common_F34_bugs|Common Fedora 35 bugs]].&lt;br /&gt;
&lt;br /&gt;
== Sugar on a Stick installation instructions ==&lt;br /&gt;
=== MS Windows ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Windows.gif|left|link=Sugar on a Stick/Windows]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|left|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: [http://fedorahosted.org/liveusb-creator/#Download Download] the Fedora Live USB Creator from [http://fedorahosted.org/liveusb-creator/#Download FedoraHosted].&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch Fedora Live USB Creator to create a Sugar-on-a-Stick bootable image.&amp;lt;br/&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;: Be sure to set the &#039;&#039;persistent storage&#039;&#039; slider to a non-zero value.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer. Set the option to &amp;quot;boot from USB&amp;quot; in your computer&#039;s &amp;lt;abbr title=&amp;quot;Basic Input/Output System&amp;quot;&amp;gt;BIOS&amp;lt;/abbr&amp;gt; setup, and then start up the computer.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Windows|installation instructions for Windows]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
=== GNU/Linux ===&lt;br /&gt;
{|style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=top|&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
{{:Sugar on a Stick/Linux/Installation}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Linux|installation instructions for GNU/Linux]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
GNU/Linux users may also want to install the [[#Do_you_use_GNU.2FLinux.3F|Sugar packages]] on their favorite distro, apart from Sugar on a Stick.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Apple Mac OS X ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Apple.gif|link=Macintosh]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
The instructions below are based on the Ubuntu Web page at &amp;amp;lt;http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx&amp;amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: These instructions are for &#039;&#039;&#039;32-bit&#039;&#039;&#039; and &#039;&#039;&#039;64-bit&#039;&#039;&#039; processors.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: &amp;lt;br&amp;gt;Here is a simple way to load a bootable USB on a Mac.&amp;lt;br&amp;gt;&lt;br /&gt;
## Enter the Terminal: &amp;lt;code&amp;gt;/Applications/Utilities/Terminal&amp;lt;/code&amp;gt;.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt;. You should see all the disk drives you have inserted into your computer.&lt;br /&gt;
## Insert the disk drive to which you want to write Sugar on a Stick.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt; again. You should see that your USB drive has been added to the list. If not, wait a while and repeat.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;hdiutil convert -format UDRW -o &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to convert the image into a bootable format.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo diskutil unmountDisk &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to unmount the disk (it will not be ejected).&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo dd if=&amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img.dmg of=&amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt; bs=1m&amp;lt;/code&amp;gt;. &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; will ask for your password, and then &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; will start writing the disk file.&lt;br /&gt;
## When &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; finishes writing the disk file, type &amp;lt;code&amp;gt;sudo diskutil eject &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* Have a MacBook? Consider these options:&lt;br /&gt;
::[[File:Usb1.png|50px]] [[Testing/Reports/Sugar on a Stick#MacBook Persistent SoaS v5 USB EFI Boot|&#039;&#039;&#039;MacBook Persistent SoaS v5 USB EFI Boot&#039;&#039;&#039;]]&lt;br /&gt;
:: [[Talk:Downloads#Bootable_CD_of_Trisquel_4.5_for_MacBook_Air|Bootable CD of Trisquel 4.5 for MacBook Air]]&lt;br /&gt;
:: See other installation variations at [[Sugar Creation Kit]]&lt;br /&gt;
::[[File:Apple.gif|30px]] [[Tutorials/Installation/Burn_a_CD.iso_on_a_Mac|&#039;&#039;&#039;Burning a CD from an .iso file on a Mac&#039;&#039;&#039;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Alternative [[Macintosh|installation instructions for Mac OS X]]. Also, [[Sugar_on_a_Stick/Blueberry#For_Mac_OS_X_Users|these older installation instructions]] and [[Sugar on a Stick/Boot|booting instructions]] may be consulted.&amp;lt;br&amp;gt;There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Advanced users===&lt;br /&gt;
==Do you have an OLPC XO?== &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;174px&amp;quot;|[[File:OLPCXO.png|middle|link=olpc:Releases]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
* &#039;&#039;&#039;Upgrade&#039;&#039;&#039; to the latest &#039;&#039;[[olpc:Releases]]&#039;&#039; from OLPC (which may require a [[olpc:Activation_and_developer_keys|developer key]]).&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Experiment&#039;&#039;&#039; with [[Sugar_on_a_Stick/Installation/OLPC|Updating XOs]] to the latest &#039;&#039;Sugar on a Stick&#039;&#039; release.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
==Some alternate installations==&lt;br /&gt;
* Once you download, and then burn or load a Sugar on a Stick (SoaS) .iso file, and boot it, the running Fedora 34 SoaS Live CD/USB may be used to install Fedora with Sugar to a hard disk or a 4 GB USB stick [[Tutorials/Installation/Install with liveinst|with the &#039;&#039;&#039;{{Code|liveinst}} command&#039;&#039;&#039;]].&lt;br /&gt;
:- You start with a SoaS LiveOS image, and then load an uncompressed version onto the hard disk or USB stick.&lt;br /&gt;
&lt;br /&gt;
=== Want to contribute to Sugar on a Stick? ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SoaS-contributors.jpg |300px|left|link=Sugar_on_a_Stick]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; |&lt;br /&gt;
You&#039;re in the right place! This page is a contributors portal to the project, and contains everything you need to get started in becoming part of the Sugar on a Stick community.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== New contributors start here! ==&lt;br /&gt;
&lt;br /&gt;
Welcome! We&#039;re excited that you want to help us bring the Sugar Learning Platform to children around the world. No prior experience with computers or educational technology is required - in fact, we actively encourage a diversity of backgrounds, ages, and perspectives. See the [[Joining Sugar on a Stick]] page for instructions on how to get started.&lt;br /&gt;
&lt;br /&gt;
== What can you do? ==&lt;br /&gt;
&lt;br /&gt;
There are three main ways you can contribute to the Sugar on a Stick community. We work closely with our upstreams, [http://sugarlabs.org Sugar Labs] and [http://fedoraproject.org the Fedora Project].&lt;br /&gt;
&lt;br /&gt;
=== Get Activities on the Stick ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
We&#039;re always looking for help with all aspects of the [[Sugar on a Stick release process]]. Here are a few things you can do:&lt;br /&gt;
&lt;br /&gt;
* [[Sugar on a Stick QA|Test Sugar on a Stick]] and help us find bugs and think of ways the project could be better. When you find a bug or think of an enhancement, [[How to file a ticket|file a ticket!]] &#039;&#039;No technical experience required.&#039;&#039;&lt;br /&gt;
* Help make it easier for others to test Sugar on a Stick by writing [[Sugar on a Stick QA#Test cases|test cases]]. &#039;&#039;If you&#039;ve run a test case, you can write a test case.&#039;&#039;&lt;br /&gt;
* [http://bugs.sugarlabs.org Fix a bug or add a feature] to an existing Activity, to [[Development Team|sugar-core itself]], or to [http://bugs.sugarlabs.org/query?status=accepted&amp;amp;status=assigned&amp;amp;status=new&amp;amp;status=reopened&amp;amp;component=SoaS&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component Sugar on a Stick]. See [[How to fix an Activity bug]] and [[How to fix a sugar-core bug]] to get started. &#039;&#039;Basic Python programming skills - or the desire to learn - are all that&#039;s needed.&#039;&#039;&lt;br /&gt;
* [https://fedoraproject.org/wiki/Sugar_Activities Package Sugar Activities for Fedora]. &#039;&#039;If you&#039;re a [https://fedoraproject.org/wiki/PackageMaintainers/Join Fedora Packager] or want to become one, help in this area is something we desperately need - it&#039;s a trickier thing to learn, but rewarding once you get the hang of it.&#039;&#039;&lt;br /&gt;
* [[Sugar on a Stick release process#Review|Review Activities for inclusion in the build]] - check submitted Activities against our [[Sugar on a Stick/Activity Criteria]] and help us choose what gets included in the next release! &#039;&#039;No prior experience needed.&#039;&#039;&lt;br /&gt;
* Have an idea for a technical feature that isn&#039;t an Activity? Check out our [[Sugar on a Stick release process#Feature process|feature process]].&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 150px;&amp;quot; |[[Image:SoaS-netbook-1.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-2.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-3.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Sticks into Schools ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 250px;&amp;quot; | [[File:Cici-stick.jpg |200px|left|link=Sugar_on_a_Stick_deployment_process]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
Deployments all over the world need many different types of help as they work through the [[Sugar on a Stick deployment process]] - we need help building resources for all deployments to use, supporting those deployments, and helping new deployments start, as well as gathering stories and feedback from deployments so that we can make the next version of Sugar on a Stick even better.&lt;br /&gt;
&lt;br /&gt;
Some things you can do to help:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&amp;quot;It&#039;s a wiki: Edit away!&amp;quot;&#039;&#039; is often said in open source communities. Almost nothing is set in stone and can&#039;t be undone. So if you&#039;ve got ideas how to make instructions clearer and more accessible, just go for it!&lt;br /&gt;
* We produce official documentation such as the [http://download.sugarlabs.org/soas/docs/creation-kit/ Creation Kit] or the [http://download.sugarlabs.org/soas/docs/customization-guide/ Customization Guide]. If you&#039;ve an idea how to make them better, why don&#039;t you jump in and create a patch? Creating these nifty text files is simple - instructions live in the [[Sugar_on_a_Stick/Documentation_SOP|Documentation SOP]].&lt;br /&gt;
* Unofficial documentation for unsupported workarounds for [[Sugar on a Stick/Installation|installation]] and [[Sugar on a Stick/Sugar Clone|customization]] need to be edited, tested, and submitted for approval for official support. Check them out and leave comments and improvements; just jump in and edit the page.&lt;br /&gt;
* Interested in starting a deployment or helping a specific one (with anything from pedagogical design to technical support to funding logistics)? Introduce yourself on the deployment lists for [http://lists.sugarlabs.org/ Sugar Labs] and [http://lists.laptop.org/listinfo/ One Laptop Per Child] and we&#039;ll get you connected with some teachers on the ground.&lt;br /&gt;
* We&#039;re looking for some people to help us assemble tools for our support team to use. Email the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] if you&#039;re interested.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Contributors ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Contributors are the lifeblood of the Sugar on a Stick community - we work hard to bring a playful mindset of teaching, learning, and meaningful work to the children we aim to reach, and we aim to keep that mindset in our own work and community as well. Welcoming and teaching new contributors or all types, building the resources they need, and teaching them how to empower others in their turn is one of the most important things you can do; it is &#039;&#039;everyone&#039;s&#039;&#039; responsibility to help build our community, one person at a time.&lt;br /&gt;
&lt;br /&gt;
Some things you can do:&lt;br /&gt;
&lt;br /&gt;
* Edit this page and [[Joining Sugar on a Stick]]. Is there something we could do to make the &amp;quot;getting started&amp;quot; process easier? You don&#039;t have to ask permission to edit; just do it!&lt;br /&gt;
* Help us fill in our remaining task-starter pages: [[Sugar on a Stick release process]], [[How to fix an Activity bug]], [[How to fix a sugar-core bug]], and [[Sugar on a Stick deployment process]]/&lt;br /&gt;
* [http://openhatch.org/+projects/Sugar%20on%20a%20Stick Point out starter tasks on OpenHatch] - fill in questions and ideas for beginner jobs, and point newcomers towards them.&lt;br /&gt;
* [http://lists.sugarlabs.org/listinfo/soas Watch for introductions on the mailing list], and send welcome emails to new contributors (copy the list, so we can see what advice a newcomer has gotten so far).&lt;br /&gt;
* Hang out with us on IRC: [http://webchat.freenode.net?channels=sugar #sugar]. This is where the [http://activities.sugarlabs.org/en-US/sugar/addon/4029 IRC Activity] starts off. Help new joiners past initial questions and provide instant help!&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 200px;&amp;quot; |[[Image:Cici-netbook.jpg|200px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== What&#039;s happening? ==&lt;br /&gt;
===[[Sugar on a Stick/Beta]]===&lt;br /&gt;
&lt;br /&gt;
=== Contributor stories ===&lt;br /&gt;
&lt;br /&gt;
To find out what other contributors are doing, check out [http://planet.sugarlabs.org Planet Sugar Labs], where contributors to Sugar Labs and the Sugar on a Stick project aggregate their blogs. You can also [[Sysadmin/Planet syndication request|add your own blog to the Planet]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;s&amp;gt;Meetings&amp;lt;/s&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Communication through the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] has replaced regular meetings. &lt;br /&gt;
:We once had weekly meetings on IRC - see [[Sugar on a Stick meetings]] for more information, including logs from past meetings.&lt;br /&gt;
&lt;br /&gt;
== Related work ==&lt;br /&gt;
&lt;br /&gt;
While the projects listed below are not part of Sugar on a Stick, we watch them closely and try to work with them when possible (or at least we&#039;re trying to learn!)&lt;br /&gt;
&lt;br /&gt;
* For deployments lacking easy Internet access, one can turn a computer into a &#039;&#039;&#039;Sugar on a Stick Creation Station&#039;&#039;&#039;. The [[Sugar Creation Kit]] includes the materials you need to create Live USB sticks sticks and to install additional Activities, along with documentation and previous versions of Sugar on a Stick. &lt;br /&gt;
* Older [[:Category:Live USB|portable Sugar distributions]] based on other Linux distributions .&lt;br /&gt;
* [[The undiscoverable]] is an unofficial FAQ for tips, tricks, and solutions to common problems that may otherwise be tricky to find. These are being considered for inclusion in the official SoaS documentation.&lt;br /&gt;
&lt;br /&gt;
== Previous versions and other subpages index ==&lt;br /&gt;
{{Show|Earlier versions of Sugar on a Stick and other project pages can be reviewed at these pages: |{{Special:PrefixIndex/Sugar on a Stick/}}}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Local_Labs&amp;diff=104036</id>
		<title>Local Labs</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Local_Labs&amp;diff=104036"/>
		<updated>2022-01-23T19:26:22Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Notice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Local Labs|xbgColor=ffb673}}{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sugar Labs appreciates the efforts of Local Labs in making the Sugar platform relevant to their local communities. Local Labs around the globe do the following, and more:&lt;br /&gt;
&lt;br /&gt;
* Adapt the technology and pedagogy to an area&#039;s culture and resources (e.g, developing activities and content specific to a region)&lt;br /&gt;
* Help translate Sugar to the local language(s)&lt;br /&gt;
* Support Sugar deployments in area schools&lt;br /&gt;
* Create a local community devoted to the Sugar Labs principles, making Sugar more open and sustainable&lt;br /&gt;
* Provide for communication,between the local communities and the global Sugar Labs community&lt;br /&gt;
* Develop Local content and software that can be used not only for local purposes but also for the overall community&lt;br /&gt;
* Host, co-host or partner in the organization of conferences, workshops, talks and meetings related to the use or development of Sugar&lt;br /&gt;
&lt;br /&gt;
Sugar Labs seeks to foster a sense of ownership and associated entrepreneurship with the user communities who support Sugar. Sugar Labs, as the official representative of the project itself, maintains responsibility for setting clear goals and maintaining any necessary infrastructure needed by the project as a whole. In turn, Local Labs dedicate themselves to using Sugar to serve their local communities. But, what is the &amp;quot;business model&amp;quot; for a successful Local Lab? It seems that some necessary conditions for success would be:&lt;br /&gt;
&lt;br /&gt;
* A university connection as a local human resource&lt;br /&gt;
* A local pilot user group from which to learn&lt;br /&gt;
* A local passion or sub-goal that provides a rational for the work&lt;br /&gt;
* Bi-directional communication with Sugar Labs and other Local Labs&lt;br /&gt;
* A sustainable and well-defined entrepreneurship model&lt;br /&gt;
* A program to reach out to local free-software communities and local industry&lt;br /&gt;
* A marketing program or roadmap&lt;br /&gt;
&lt;br /&gt;
What are other considerations? And are these initial &amp;quot;conditions&amp;quot; correct? Your input would be of great value to the efforts of Local Labs everywhere. Please join the discussion.&lt;br /&gt;
&lt;br /&gt;
==Proposals==&lt;br /&gt;
&lt;br /&gt;
*[[Sugar Labs Ghana]] proposal&lt;br /&gt;
*[[Sugar Labs DC]] proposal&lt;br /&gt;
*[[Sugar Labs Chile]] proposal&lt;br /&gt;
&lt;br /&gt;
==Notice==&lt;br /&gt;
&lt;br /&gt;
Sugar Labs Local Labs are not officially endorsed by or affiliated with Sugar Labs, Inc.&lt;br /&gt;
&lt;br /&gt;
==Subpages==&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/Local Labs/}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Local Lab]]&lt;br /&gt;
[[Category:Team]]&lt;br /&gt;
[[Category:Deployment]]&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Finance&amp;diff=104035</id>
		<title>Finance</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Finance&amp;diff=104035"/>
		<updated>2022-01-23T19:25:32Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, where relevant, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page should answer two questions:&lt;br /&gt;
&lt;br /&gt;
* How much money does Sugar Labs currently have, where did it come from, and what is it being used for?&lt;br /&gt;
* How can I ask for some of it?&lt;br /&gt;
&lt;br /&gt;
(We hope you&#039;ll also help us figure out how to get more resources as well!)&lt;br /&gt;
&lt;br /&gt;
The Treasurer manages finances for Sugar Labs.&lt;br /&gt;
&lt;br /&gt;
== 2017-01-01 to 2017-10-06 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ledger -V  -s -S T -d  &amp;quot;T&amp;amp;l&amp;lt;=2&amp;quot; -f sugar.ledger bal &#039;/^(Income|Expenses).*Sugar/&#039;&lt;br /&gt;
       $ -305,599.52  Income:Sugar&lt;br /&gt;
        $ 230,231.80  Expenses:Sugar&lt;br /&gt;
--------------------&lt;br /&gt;
        $ -75,367.72  SUGAR LABS ASSETS AS OF 2017-10-06 (ignore the minus sign)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2017 complete financials (until 2017-10-06) from SFConservancy&#039;s Sugar/Ledger/sugar.ledger and associated files:&lt;br /&gt;
&lt;br /&gt;
2017-01-26 from 2016-10-09 Expedia.ca - Artemis Papert - Flight - Budget From Search: $1,039 - Turtle Art Day PY 2016 - 1387.78&lt;br /&gt;
2017-02-13 from 2017-01-17 from 2016-12-23 from 2016-11-03? REV WIRE OUT - EDGAR QUISPE CHAMBI - Undefined Transaction (for Aymara translation) - 600.00&lt;br /&gt;
2017-04-10 from 2017-03-28 MARTIN DANIEL OESTERREICH WEIBERLEN - Domestic Wire Funds - Debit (for Guarani translation) - 900.00&lt;br /&gt;
2017-05-05 from 2017-04-13 PAYONEER INC  - PAYMENT - ACH Credit - Google, Inc. - GCI 2017 Funds - 7000.00 (6300.00 after SFC&#039;s 10% deducted)&lt;br /&gt;
2017-06-21 Outreachy - 2017-05 Sponsorship - 6500.00&lt;br /&gt;
Ignacio Rodríguez - GCI 2016, 2017-06-05 to 2017-06-08 - 2017-08-16 transaction (1942) to Walter Bender - 1550.96 (covers 2 below)&lt;br /&gt;
   2017-07-02 Ignacio Rodríguez - American Airlines (MVD-SFO) - Budget from search: $1,451 - GCI 2016 - 1350.96&lt;br /&gt;
   2017-07-02 Ignacio Rodríguez - M&amp;amp;IE Per Diem - Max $230 - GCI 2016 - 200.00&lt;br /&gt;
Samson Goddy - GSoC Mentor Summit 2017-10-13 to 2017-10-15 - 3166.99 (covers 8 below)&lt;br /&gt;
   2017-09-29 Samson Goddy - JetBlue (LAX-BOS) - Paid by (SFC&#039;s) Brett Smith - Sub-budget from search: $242 - Budget from search: $2,748 - Budget from Project: $2,000 - GSoC Mentor Summit 2017 161.20&lt;br /&gt;
   2017-10-04 from 2017-09-26 Samson Goddy - Emirates (LOS-SFO, BOS-LOS, official books contain typo &amp;quot;Ethiad&amp;quot;) - Paid by (SFC&#039;s) Brett Smith - Sub-budget from search: $1,400 - Budget from search: $2,748 - Budget from Project: $2,000 - GSoC Mentor Summit 2017 - 1279.14&lt;br /&gt;
   2017-10-04 from 2017-10-03 SAMSON SAMUEL GODDY - Domestic Wire Funds - Debit (550 + 347.73 via Walter Bender = 202.27 + 695.46) - 897.73&lt;br /&gt;
   2017-10-04 from 2017-08-14 hnaylor@igc.org - Hilary Naylor - PayPal payment (for Samson Goddy) - 708.00 ($8 fee + covers 4 below)&lt;br /&gt;
      2017-08-16 Visa - Samson Goddy - GSoC Mentor Summit 2017 - 176.56&lt;br /&gt;
      2017-08-16 Visa Agent - Samson Goddy - GSoC Mentor Summit 2017 - 138.08&lt;br /&gt;
      2017-09-10 Grand Ibro Hotel - Samson Goddy - GSoC Mentor Summit 2017 - 55.33&lt;br /&gt;
      2017-09-11 Samson Goddy - M&amp;amp;IE Per Diem - Max: $367.50 - GSoC Mentor Summit 2017 Visa - 330.03&lt;br /&gt;
   2017-10-05 from 2017-09-29 Samson Goddy - Arik (PHC-LOS) - Paid by Walter Bender - Sub-budget from search: $257 - Budget from search: $2,748 - Budget from Project: $2,000 - GSoC Mentor Summit 2017 - 120.92&lt;br /&gt;
&lt;br /&gt;
2017 INCOME TO DATE (2017-10-06) *ESTIMATED* FROM ABOVE: $6300.00&lt;br /&gt;
2017 EXPENSES TO DATE (2017-10-06) *ESTIMATED* FROM ABOVE: $14105.73&lt;br /&gt;
&lt;br /&gt;
Which do not match the more official numbers below due to various issues like transactions posting in a different financial year, conflicting exchange rates, etc:&lt;br /&gt;
&lt;br /&gt;
$ ledger -V  -s -S T -d  &amp;quot;T&amp;amp;l&amp;lt;=2&amp;quot; -f sugar.ledger bal &#039;/^(Income|Expenses).*Sugar/&#039; -b 2017&lt;br /&gt;
         $ -6,300.00  Income:Sugar&lt;br /&gt;
         $ 11,953.67  Expenses:Sugar&lt;br /&gt;
--------------------&lt;br /&gt;
          $ 5,653.67&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 2016-01-01 to 2016-12-31 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2016 complete financials from SFConservancy&#039;s Sugar/Ledger/sugar.ledger and associated files:&lt;br /&gt;
&lt;br /&gt;
Walter Bender - Thailand Conference 2016-02-01 to 2016-02-05 - 2016-04-13 transaction (1808) 1389.29 (covers 6 below)&lt;br /&gt;
   2015-12-23 Turkish Airlines - Walter Bender - Constructionism 2016 - Flight (BOX-BKK) - 807.22&lt;br /&gt;
   2015-12-24 King Mongkut&#039;s University of Technology Thonburi - Walter Bender - Constructionism 2016 - Conference Registration - 250.00&lt;br /&gt;
   2016-02-01 Uber - Walter Bender - Constructionism 2016 - Ground Transportation - 30.21&lt;br /&gt;
   2016-02-01 Hellconia House - Walter Bender - Constructionism 2016 - Hotel - 168.60&lt;br /&gt;
   2016-02-06 Boston Logan International Airport - Walter Bender - Constructionism 2016 - Parking - 3.00&lt;br /&gt;
   2016-02-07 ME&amp;amp;I Per Diem - Walter Bender - Constructionism 2016 - 130.26&lt;br /&gt;
Devin Ulibarri - Thailand Conference 2016-02-01 to 2016-02-05 - 3656.67 (covers 5 below)&lt;br /&gt;
   2016-02-01 Hellconia House - Devin Ulibarri - Constructionism 2016 - Hotel - 168.60&lt;br /&gt;
   2016-02-02 King Mongkut&#039;s University of Technology Thonburi - Devin Ulibarri - Constructionism 2016 - Conference Registration - 380.00&lt;br /&gt;
   2016-02-07 ME&amp;amp;I Per Diem - Devin Ulibarri - Constructionism 2016 - 354.48&lt;br /&gt;
   2016-04-22 from 2015-12-23 Turkish Airlines (BOS-BKK) - Devin Ulibarri - purchased by Walter Bender - Constructionism 2016 - Flight - 787.31&lt;br /&gt;
   2016-05-26 for 2016-05-13 Devin Ulibarri - Constructionism 2016 - Consulting Work - 500.00&lt;br /&gt;
2016-02-05 from 2015-12-14 GOOGLE INC - BP SETTLE - ACH - CREDIT - 1914.55 (apparently this does not count as 2016 income?)&lt;br /&gt;
2016-04-22 from 2016-03-20 EDGAR QUISPE CHAMBI - DOMESTIC WIRE FUNDS - DEBIT (for Aymara translation) - 200.00&lt;br /&gt;
2016-05-06 from 2016-02-13 GOOGLE INC - BP SETTLE - ACH CREDIT - 7000.00 (6300.00 after SFC&#039;s 10% deducted)&lt;br /&gt;
Edgar Quispe Chambi - 2016-05-12 DOMESTIC WIRE FUNDS - DEBIT (Conferences:Simposio Internacial) - 161.88 (covers 6 below)&lt;br /&gt;
   2016-03-20 Cruz Del Sur - Edgar Quispe Chambi - Bus Transport - 26.66&lt;br /&gt;
   2016-03-20 Cruz Del Sur - Edgar Quispe Chambi - Bus Transport - 17.48&lt;br /&gt;
   2016-03-21 Jian Hotel - Edgar Quispe Chambi - Hotel - Partial Reimbursement Per Request - 20.66&lt;br /&gt;
   2016-03-22 Expresso - Edgar Quispe Chambi - Bus Transport - 5.86&lt;br /&gt;
   2016-03-22 Cruz Del Sur - Edgar Quispe Chambi - Bus Transport - 32.25&lt;br /&gt;
   2016-03-22 ME&amp;amp;I Per Diem - Edgar Quispe Chambi - 58.97&lt;br /&gt;
Mariah Noelle Villarreal - GCI 2016-06-11 to 2016-06-15 - Flight - transaction 2016-06-13 from 2016-05-09 Jet Blue (BOS-SFO) - 563.20&lt;br /&gt;
Samson Goddy - for Yoruba translation - 4000.00 (covers 2 below)&lt;br /&gt;
   2016-07-01 OGONDA SOLOMON - DOMESTIC WIRE FUNDS - DEBIT - 350.00&lt;br /&gt;
   2016-10-07 OGONDA SOLOMON - for Samson Goddy - DOMESTIC WIRE FUNDS - DEBIT - 3650.00&lt;br /&gt;
2016-08-31 Transfer from Sugar Vanguard to new Treasury Money Market (neither income nor expenditure) - 59972.88&lt;br /&gt;
2016-09-12 Google - GSoC 2016 - Sugar Mentor Funds (credit) - 6300.00 (5670.00 after SFC&#039;s 10% deducted)&lt;br /&gt;
Lionel Laske - GSoc Mentor Summit 2016-10-28 to 2016-10-30 - transaction 2016-11-28 - 824.83 (covers 3 below)&lt;br /&gt;
   2016-10-24 Aéroports de Paris - Lionel Laské - Parking - GSoC Mentor Summit 2016 - 75.12&lt;br /&gt;
   2016-10-28 South and East Bay Airport Suttle - Lionel Laské - Ground Transportation - GSoC Mentor Summit 2016 - 40.00&lt;br /&gt;
   2016-11-28 from 2016-09-09 Expedia.fr (CDG-SFO) - Lionel Laské - Flight - Budget From Search: UNKNOWN - GSoC Mentor Summit 2016 (incl 21.90 currency conversion) - 709.71&lt;br /&gt;
Michaël Ohayon - GSoc Mentor Summit 2016-10-28 to 2016-10-30 - 706.26 (covers 2 below)&lt;br /&gt;
   2016-11-25 from 2016-08-24 United Airlines (CDG-SFO) - Michaël Ohayon - Flight - Budget From Search: $671 - GSoC Mentor Summit 2016 - 670.73&lt;br /&gt;
   2016-11-25 from 2016-11-01 ME&amp;amp;I Per Diem - Michaël Ohayon - 4 days - Max: $224 - GSoC Mentor Summit 2016 - 35.53&lt;br /&gt;
Andrea Vasquez Guerra - 2016-11-28 - Domestic Wire Funds - Debit - 559.00 (covers 3 below)&lt;br /&gt;
   2016-10-16 Sky Airline (SCL-MVD) - Andrea Vasquez Guerra  - Flight - Budget From Search: $412 - Turtle Art Day UY 2016 - 340.00&lt;br /&gt;
   2016-10-26 despagar.com - Andrea Vasquez Guerra  - Hotel, 2 nights - Avg: $94/night, Max: $160/night - Turtle Art Day UY 2016 - 187.40&lt;br /&gt;
   2016-11-03 ME&amp;amp;I Per Diem - Andrea Vasquez Guerra  - 3 days - Max: $230 - Turtle Art Day UY 2016 - 31.60&lt;br /&gt;
2016-11-30 from 2016-01-29 onwards - Dividend (credit) - 208.75 (187.88 after SFC 10% deducted; dividend payments do not appear after 2016-11-30, as of 2017-10-06)&lt;br /&gt;
&lt;br /&gt;
2016 INCOME *ESTIMATED* FROM ABOVE: $12178.75&lt;br /&gt;
2016 EXPENSES *ESTIMATED* FROM ABOVE: $12061.13&lt;br /&gt;
&lt;br /&gt;
Which do not match the more official numbers below due to various issues like transactions posting in a different financial year, conflicting exchange rates, etc:&lt;br /&gt;
&lt;br /&gt;
$ ledger -V  -s -S T -d  &amp;quot;T&amp;amp;l&amp;lt;=2&amp;quot; -f sugar.ledger bal &#039;/^(Income|Expenses).*Sugar/&#039; -b 2016 -e 2017&lt;br /&gt;
        $ -12,200.34  Income:Sugar&lt;br /&gt;
         $ 10,738.09  Expenses:Sugar&lt;br /&gt;
--------------------&lt;br /&gt;
         $ -1,462.25&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fiscal Year 2015 (1 March 2015 - 29 February 2016) ==&lt;br /&gt;
&lt;br /&gt;
Four fiscal years (2012, 2013, 2014, 2015) are summarized below by Adam Holt, after the Oversight Board received extensive accounting files from SFC late evening of 11 February 2016.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PROJECTED ESTIMATE AS OF 11 FEB 2016:&lt;br /&gt;
FINAL/ACTUAL YEAR-END NUMBERS FOR 29 FEB 2016 MAY BE VERY DIFFERENT&lt;br /&gt;
&lt;br /&gt;
Income:Conservancy:Donations 900.00&lt;br /&gt;
Income:Sugar:Donations 8,100.00&lt;br /&gt;
Total Donations 9,000.00&lt;br /&gt;
Total Interest Income 28.56&lt;br /&gt;
TOTAL INCOME 9,028.56&lt;br /&gt;
&lt;br /&gt;
Expenses:Sugar:Development 550.00&lt;br /&gt;
Expenses:Sugar:Conferences:Travel 4,610.46&lt;br /&gt;
Expenses:Sugar:Conferences:Travel:Per Diem 30.65&lt;br /&gt;
Expenses:Sugar:Trademark:Registration 700.00&lt;br /&gt;
TOTAL EXPENSES 5,891.11&lt;br /&gt;
&lt;br /&gt;
Cash 101,375.99&lt;br /&gt;
Accounts Receivable 1,914.55&lt;br /&gt;
TOTAL ASSETS 103,290.54&lt;br /&gt;
&lt;br /&gt;
Accounts Payable 0.40&lt;br /&gt;
Liabilities, Credit Cards 8,639.86&lt;br /&gt;
Donated To [Software Freedom] Conservancy 12,683.40&lt;br /&gt;
TOTAL LIABILITIES 21,323.66&lt;br /&gt;
&lt;br /&gt;
NET ASSETS: $81,966.88&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fiscal Year 2014 (1 March 2014 - 28 February 2015) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Income:Conservancy:Donations 4,962.00&lt;br /&gt;
Income:Sugar:Donations 44,658.01&lt;br /&gt;
Total Donations 49,620.01&lt;br /&gt;
Total Interest Income 2.17&lt;br /&gt;
TOTAL INCOME 49,622.18&lt;br /&gt;
&lt;br /&gt;
Expenses:Sugar:Conferences:Food 2,176.27&lt;br /&gt;
Expenses:Sugar:Conferences:Materials 49.00&lt;br /&gt;
Expenses:Sugar:Conferences:Travel 1,991.90&lt;br /&gt;
Expenses:Sugar:Conferences:Travel:Per Diem 31.65&lt;br /&gt;
Expenses:Sugar:Conferences:Venue 124.00&lt;br /&gt;
Expenses:Sugar:Banking Fees 0.01&lt;br /&gt;
TOTAL EXPENSES 4,372.83&lt;br /&gt;
&lt;br /&gt;
Cash 99,453.09&lt;br /&gt;
Accounts Receivable (0.00)&lt;br /&gt;
TOTAL ASSETS 99,453.09&lt;br /&gt;
&lt;br /&gt;
Accounts Payable 0.40&lt;br /&gt;
Liabilities, Credit Cards 7,939.86&lt;br /&gt;
Donated To [Software Freedom] Conservancy 11,780.54&lt;br /&gt;
TOTAL LIABILITIES 19,720.80&lt;br /&gt;
&lt;br /&gt;
NET ASSETS: $79,732.29&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fiscal Year 2013 (1 March 2013 - 28 February 2014) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Income:Conservancy:Donations 4,911.00&lt;br /&gt;
Income:Sugar:Donations 44,199.00&lt;br /&gt;
Total Donations 49,110.00&lt;br /&gt;
Total Interest Income 4.09&lt;br /&gt;
Income:Sugar:Currency Conversion 115.10&lt;br /&gt;
TOTAL INCOME 49,229.19&lt;br /&gt;
&lt;br /&gt;
Expenses:Sugar:Development 825.00&lt;br /&gt;
Expenses:Sugar:Conferences:Food 1,400.00&lt;br /&gt;
Expenses:Sugar:Conferences:Travel 11,160.72&lt;br /&gt;
Expenses:Sugar:Conferences:Travel:Per Diem 121.43&lt;br /&gt;
Expenses:Sugar:Currency Conversion 38.39&lt;br /&gt;
TOTAL EXPENSES 13,545.54&lt;br /&gt;
&lt;br /&gt;
Cash 52,060.38&lt;br /&gt;
Accounts Receivable 5,000.00&lt;br /&gt;
TOTAL ASSETS 57,060.38&lt;br /&gt;
&lt;br /&gt;
Accounts Payable 2,857.05&lt;br /&gt;
Liabilities, Credit Cards 7,939.86&lt;br /&gt;
Donated To [Software Freedom] Conservancy 6,818.34&lt;br /&gt;
TOTAL LIABILITIES 17,615.25&lt;br /&gt;
&lt;br /&gt;
NET ASSETS: $39,445.13&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fiscal Year 2012 (1 March 2012 - 28 February 2013) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Income:Conservancy:Donations 1,907.02 (same number appears below as OUTGOING donation, weird)&lt;br /&gt;
Income:Sugar:Donations -1706.02 (what is a negative donation? SFC will know?)&lt;br /&gt;
Total Donations 201.00&lt;br /&gt;
Total Interest Income 7.26&lt;br /&gt;
TOTAL INCOME 208.26&lt;br /&gt;
&lt;br /&gt;
Expenses:Sugar:Conferences:Travel 2,317.64&lt;br /&gt;
Expenses:Sugar:Banking Fees 5.22&lt;br /&gt;
Expenses:Sugar:Currency Conversion 13.41&lt;br /&gt;
Expenses:Sugar:Promotional 2,390.00&lt;br /&gt;
Expenses:Sugar:Computer Equipment 4,699.29&lt;br /&gt;
Expenses:Sugar:Hosting 25.00&lt;br /&gt;
TOTAL EXPENSES 9,450.56&lt;br /&gt;
&lt;br /&gt;
Cash 17,359.35&lt;br /&gt;
Accounts Receivable 50.00&lt;br /&gt;
TOTAL ASSETS 17,409.35&lt;br /&gt;
&lt;br /&gt;
Accounts Payable (0.00)&lt;br /&gt;
Liabilities, Credit Cards 6,829.53&lt;br /&gt;
Donated To [Software Freedom] Conservancy 1,907.02&lt;br /&gt;
TOTAL LIABILITIES 8,736.55&lt;br /&gt;
&lt;br /&gt;
NET ASSETS: $8,672.80&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Early 2012 financial snapshot ==&lt;br /&gt;
&lt;br /&gt;
All figures are in USD. All figures for a month refer to transactions that occurred within that month (i.e. a month is only calculated at the end).&lt;br /&gt;
&lt;br /&gt;
* The Current Assets balance is accurate as of January 31, 2012 and is $19,830.84, held as follows:&lt;br /&gt;
** $19,830.84 USD in a Vanguard Money Market account held by the Software Freedom Conservancy on behalf of Sugar Labs&lt;br /&gt;
&lt;br /&gt;
* The $19,830.84 USD is earmarked as follows ([http://lists.sugarlabs.org/archive/iaep/2011-November/014354.html source]):&lt;br /&gt;
** $9,615.92 USD for Gould Grant &lt;br /&gt;
** $1,600.00 USD has been ear-marked to purchase a server&lt;br /&gt;
** $8,614.92 USD unrestricted (available for future grants)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[[User:Robert|Robert Fadel]] (was) providing monthly income and expense details.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Balance information is based on a ledger account reconciliation completed on February 24, 2012.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Where we get money from ==&lt;br /&gt;
&lt;br /&gt;
Sugar Labs doesn&#039;t have much in the way of regular income, so we can&#039;t predict when new funding will come in. We&#039;ve gotten funding from a few sources in the past:&lt;br /&gt;
&lt;br /&gt;
* Donations from private individuals (thank you!)&lt;br /&gt;
* Grant money to develop certain aspects of Sugar Labs - this is typically earmarked for a specific project&lt;br /&gt;
* Google Summer of Code - Sugar Labs gets $500 of unrestricted funds for each student mentored.&lt;br /&gt;
&lt;br /&gt;
In particular, if you&#039;re interested in applying for an external grant to work on some aspect of Sugar Labs, let us know; we&#039;d be happy to help.&lt;br /&gt;
&lt;br /&gt;
== Requesting budget ==&lt;br /&gt;
&lt;br /&gt;
You may request budget for Sugar Labs related travel or project expenses. We can&#039;t fully fund every request, because we do operate on a limited budget. But we can&#039;t fund yours if we don&#039;t know you have a need -- so if you do, fill out a request and we&#039;ll get in touch with you about it.&lt;br /&gt;
&lt;br /&gt;
You can see the list of [http://bugs.sugarlabs.org/query?status=accepted&amp;amp;status=assigned&amp;amp;status=new&amp;amp;status=reopened&amp;amp;component=fundingrequest&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component all open requests] and also the list of [http://bugs.sugarlabs.org/query?status=accepted&amp;amp;status=assigned&amp;amp;status=closed&amp;amp;status=new&amp;amp;status=reopened&amp;amp;component=fundingrequest&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=component&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone every request that&#039;s ever been made].&lt;br /&gt;
&lt;br /&gt;
=== How to fill out a request ===&lt;br /&gt;
&lt;br /&gt;
A request can be filled out in 10 minutes or less. We&#039;re trying to make this process as easy as possible! &lt;br /&gt;
&lt;br /&gt;
# Open a [http://bugs.sugarlabs.org/newticket new ticket] in the Sugar Labs tracker. (You&#039;ll have to log into the tracker to do this.)&lt;br /&gt;
# Set the component to &amp;quot;fundingrequest.&amp;quot; &#039;&#039;&#039;This is important. If the component is not set correctly, we will not see your ticket when we search for it!&#039;&#039;&#039;&lt;br /&gt;
# Answer the [[#What we need to know]] questions in the description field of your ticket.&lt;br /&gt;
# Once the ticket has been filed, Send an email to [http://lists.sugarlabs.org/listinfo/iaep iaep] (for transparency) and [http://lists.sugarlabs.org/listinfo/slobs slobs] (as the decision-making body) with the subject line &amp;quot;New Finance Request: &amp;lt;short summary of the item requested&amp;gt;,&amp;quot; where &amp;lt;short summary of the item requested&amp;gt; is replaced by... well, a short summary of what you&#039;re asking for money for, and a link to the ticket in the body of your email. &#039;&#039;&#039;This is important. If you do not email both lists, nobody will know you&#039;ve submitted a budget request!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At this point, you should wait to hear back from SLOBs. If nobody&#039;s responded to your request within a week, feel free to ping both mailing lists again.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Note:&#039;&#039;&#039; [http://wiki.sugarlabs.org/go/User:Bernie Bernie Innocenti] has immediate permission to approve anybody&#039;s requests of $200 of less!&lt;br /&gt;
&lt;br /&gt;
=== What we need to know ===&lt;br /&gt;
&lt;br /&gt;
Each request ticket must contain answers to one of the following sets of questions, depending on the type of funding you&#039;re asking for.&lt;br /&gt;
&lt;br /&gt;
==== For funding travel ====&lt;br /&gt;
&lt;br /&gt;
Travel funding is subject to the &#039;&#039;&#039;[https://sfconservancy.org/projects/policies/conservancy-travel-policy.html Software Freedom Conservancy Travel and Reimbursable Expense Policy.]&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Please read the policy to understand if you are eligible to ask for funds to cover a trip. Here&#039;s a handy shortlist of summary questions:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Where are you going&#039;&#039;&#039; (location and event)?&lt;br /&gt;
# &#039;&#039;&#039;What do you need covered?&#039;&#039;&#039; (Please estimate the costs in USD: hotel $X, travel $Y)&lt;br /&gt;
# &#039;&#039;&#039;If we cannot provide a full subsidy, will a partial subsidy be helpful?&#039;&#039;&#039; (Yes/No)&lt;br /&gt;
## If Yes can you specify the minimum amount you would need covered to facilitate your attendance&lt;br /&gt;
# If you are requesting airfare, include complete flight information such as flight numbers, desired departure and arrival airports, and times. Also let us know if you have specific time restrictions.&lt;br /&gt;
# &#039;&#039;&#039;Do you need a visa or other official processing before you can travel?&#039;&#039;&#039; If so, approximately how long does that processing take?&lt;br /&gt;
# &#039;&#039;&#039;What will you accomplish by going on this trip?&#039;&#039;&#039; Please be as specific as possible, since this is the most important factor in granting requests.&lt;br /&gt;
&lt;br /&gt;
The last question really is the most important, and will likely be the longest part of your answer. Tell us what you&#039;re going to accomplish by taking this trip. Preference is given to people who are attending an event with a goal to make Sugar Labs better, and a plan for doing it.&lt;br /&gt;
&lt;br /&gt;
Simply &amp;quot;meeting with people&amp;quot; or &amp;quot;talking about ways to do something&amp;quot; are not specific to Sugar Labs. Ideas can be discussed on mailing lists, after all. And although meeting face to face is a wonderful thing, that doesn&#039;t necessarily result in getting anything done.&lt;br /&gt;
&lt;br /&gt;
* Not specific: Meet with other people from JKL Group.&lt;br /&gt;
* Not specific: Improve communication between Team X and Team Y.&lt;br /&gt;
* Specific: Write a working module for Web App Q that creates a service queue for Team X to do Task Z more efficiently.&lt;br /&gt;
* Specific: Agree on and publish a complete plan, schedule, and milestones for Project W. &lt;br /&gt;
&lt;br /&gt;
Sugar Labs can book flights direct, but will need the following info to do so:&lt;br /&gt;
&lt;br /&gt;
*   Exact itinerary, including specific flights, airports and time, and be sure the total is within the travel policy requirements.&lt;br /&gt;
*   Passport Information&lt;br /&gt;
**   Full Name, as it appears on the Passport&lt;br /&gt;
**   Issue Date&lt;br /&gt;
**   Expiration date&lt;br /&gt;
**   Country of Issue&lt;br /&gt;
**   Gender&lt;br /&gt;
**   Date of Birth&lt;br /&gt;
*   Mobile number (For flight change alters, if you want them)&lt;br /&gt;
*   Frequent flyer numbers for major airlines (if you want the miles credited)&lt;br /&gt;
*   Seat Preference (either specific seats, or &amp;quot;Aisle vs. Window&amp;quot; preference)&lt;br /&gt;
*   Meal Preference (if a meal is included in the coach flight)&lt;br /&gt;
&lt;br /&gt;
==== For purchasing things ====&lt;br /&gt;
&lt;br /&gt;
Use this template if you&#039;re requesting the purchase of equipment, a subscription, etc. &lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;What is being purchased?&#039;&#039;&#039; If it&#039;s a product, link to the product, etc.&lt;br /&gt;
# &#039;&#039;&#039;Why does this purchase benefit the operations of Sugar Labs?&#039;&#039;&#039; What is the blocker it resolves? &lt;br /&gt;
# &#039;&#039;&#039;Who will be responsible for the item?&#039;&#039;&#039; Who will own it? How will it be tracked/maintained? &lt;br /&gt;
# &#039;&#039;&#039;How much will it cost?&#039;&#039;&#039; Are there any maintenance costs associated with the purchase? How often will it have to be renewed (if at all)?&lt;br /&gt;
# &#039;&#039;&#039;What other options were evaluated for purchase?&#039;&#039;&#039; Why did the chosen product/service/option get selected as the best one? What were the criteria or features you needed?&lt;br /&gt;
# &#039;&#039;&#039;What deadlines are associated with this request?&#039;&#039;&#039; Do you need an answer by a certain date? Would the funding need to come by a particular point in time? Note that approving future spending is a separate action from actually spending the money - for instance, we may agree to fund something but pay for it 3 months down the line - so it&#039;s good to know both dates, if they exist.&lt;br /&gt;
# &#039;&#039;&#039;Other notes?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How decisions are made ===&lt;br /&gt;
&lt;br /&gt;
This section explains the criteria typically used to decide whether to subsidize the travel of a specific applicant. It&#039;s provided for context only - if you&#039;re requesting funding, you don&#039;t actually have to read this stuff!&lt;br /&gt;
&lt;br /&gt;
==== Relevance ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Does this purchase/event deliver information that is pertinent to an ongoing project of concern at the event?&#039;&#039; For example, an event that includes a critical brainstorming session on deployment outreac could be more effective with the attendance of a teacher or engineer from a deployment.&lt;br /&gt;
* &#039;&#039;Does the purchase/event provide an opportunity for this particular person to attract contribution to one or more areas in Sugar Labs?&#039;&#039;  An event that attracts computer-based designers, for instance, might present an opportunity for a member of the Design team to attract new, skilled contributors.&lt;br /&gt;
* &#039;&#039;Is the requesting person a current contributor?&#039;&#039;  Current contributors with a proven history of involvement in some sense are a known quantity.  This does not mean that sponsorship shouldn&#039;t go to new or potential contributors, but it is a factor for consideration.&lt;br /&gt;
&lt;br /&gt;
==== Criticality ====&lt;br /&gt;
&lt;br /&gt;
* (For travel only) &#039;&#039;Does this person have demonstrated skills in an area that will promote reaching the goals of the event?&#039;&#039;  For example, if Sugar&#039;s speaking schedule at an event requires someone with expertise on packaging Activities for various Linux distributions, it would make sense to sponsor the travel of someone who could give those talks.&lt;br /&gt;
* &#039;&#039;Are there clear deliverables attached to this purchase/event that otherwise cannot be achieved?&#039;&#039;  Deliverables come in many forms, such as working code; completed documentation; or key decisions. For purchases, will the absence of the purchase block or negatively impact work that is already being done on the project? For events, if other contributors involved in the same area are expected to attend already, will this person&#039;s absence negatively impact their work at the event?&lt;br /&gt;
* &#039;&#039;How important is this subsidy to the purchase/event?&#039;&#039;  Without the full subsidy, will the item not be able to be purchased, or will the applicant not be able to attend the event at all?  Will a partial subsidy suffice?  Would a change in plans, such as attending part of the event, or getting a less full-featured item, still allow this person&#039;s goals to be achieved? Is Sugar Labs funding the &#039;&#039;only&#039;&#039; option available for this purchase?&lt;br /&gt;
&lt;br /&gt;
==== Specificity ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Has this person provided substantial information about the specific objectives to achieve?&#039;&#039;  We look at the proposal critically, because there are usually more requests than we can fill. The best requests tend to reflect clear vision from the applicants of exactly what they will achieve through this funding, and a link between that vision and the larger objectives of Sugar Labs or a specific team.&lt;br /&gt;
* &#039;&#039;Are the objectives achievable within the time frame of the event/project?&#039;&#039;  Sometimes it may not be possible to meet every objective despite best intentions and hard work.  Nevertheless, sponsors should also carefully consider whether the deliverables can reasonably be finished by the end of the relevant time period. Setting and meeting reasonable expectations is a good habit for any project.&lt;br /&gt;
&lt;br /&gt;
==== Proximity ====&lt;br /&gt;
&lt;br /&gt;
* (For event travel only) &#039;&#039;Is this person located in the same region as the event?&#039;&#039; Regionally co-located people generally require less funding.  It is not cost effective, for instance, to fund the travel of multiple people from North America to a European event.  In specific cases there may be call for such subsidies, but in general regional events should reflect regional attendance and participation.&lt;br /&gt;
&lt;br /&gt;
==== Expense ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;How expensive is the request?&#039;&#039; A higher subsidy amount should carry with it higher expectations, more criticality, or other benefits that justify the expense.  Keep in mind that the transparent approval process creates better accountability for sponsors in making decisions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This system is based on the [https://fedorahosted.org/fudcon-planning/wiki/FundingRequest Fedora community funding request system].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Archive of transactions ==&lt;br /&gt;
&lt;br /&gt;
=== December 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $19,855.84&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; -$452.48&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Bank Service Charges&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
|&lt;br /&gt;
! align=&amp;quot;right&amp;quot; |$25.00&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|Sugar Camp Lima Travel&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1,706.15&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Individual Donations&lt;br /&gt;
| Misc&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1,278.23&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interest &lt;br /&gt;
|Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.44&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1,278.67&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1,731.15&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== November 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $20,308.32&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; +$173.59&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Bank Service Charges&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
|&lt;br /&gt;
! align=&amp;quot;right&amp;quot; |$36.90&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|Gould Grant Expense&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $89.99&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Individual Donations&lt;br /&gt;
| Misc&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $300.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interest &lt;br /&gt;
|Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.48&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $300.48&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $126.89&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== October 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $20,134.73&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; +0.45&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| No expenses&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;center&amp;quot; |-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Interest&lt;br /&gt;
| Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.36&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.45&lt;br /&gt;
! align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== September 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $20,134.28&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; +0.36&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| No expenses&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;center&amp;quot; |-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Interest&lt;br /&gt;
| Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.36&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.36&lt;br /&gt;
! align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== August 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $20,133.92&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; -$1,277.86&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Fundraising&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;right&amp;quot; |-$1,278.23&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Interest&lt;br /&gt;
| Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.37&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.37&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| -$1,278.23&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== July 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $21,411.78&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; +$2,505.49&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| No Expenses&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;center&amp;quot; |-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Google SoC Support&lt;br /&gt;
| Checking&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $2,500.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Individual Donations&lt;br /&gt;
| Misc&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $5.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interest &lt;br /&gt;
|Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.49&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $2,505.49&lt;br /&gt;
! align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== June 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $18,906.29&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; +0.75&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| No Expenses&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;right&amp;quot; |-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Interest&lt;br /&gt;
| Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.75&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.75&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| -&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== May 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $18,905.54&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; -$1,273.99&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| EduJam &lt;br /&gt;
| align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
|&lt;br /&gt;
! align=&amp;quot;right&amp;quot; |$1,100.00 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Meetings: NYC 2011&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $200.18&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Individual Donations&lt;br /&gt;
| Misc&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $25.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interest &lt;br /&gt;
|Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1.19&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $26.19&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1,300.18&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== April 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $20,179.53&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; -$19,778.90&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Cycling &lt;br /&gt;
| align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;right&amp;quot; |$145,000.00&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Durham Cycling Donation&lt;br /&gt;
| Checking&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $125,000.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Individual Donations&lt;br /&gt;
| Misc&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $220.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interest &lt;br /&gt;
|Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1.10&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $125,221.10&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $145,000.00&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== March 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $39,958.43&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; +$20,131.30&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| No Expenses&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;center&amp;quot; |-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Carhart Cycling Donation&lt;br /&gt;
| Checking&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $20,000.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Individual Donations&lt;br /&gt;
| Misc&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $130.00&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Interest &lt;br /&gt;
|Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1.30&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $20,131.30&lt;br /&gt;
! align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== February 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $19,827.13&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; +1.04&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| No Expenses&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;center&amp;quot; |-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Interest&lt;br /&gt;
| Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1.04&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $1.04&lt;br /&gt;
! align=&amp;quot;center&amp;quot;| -&lt;br /&gt;
!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== January 2011 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;End-of-month balance:&#039;&#039;&#039; $19,826.09&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Net change since last month:&#039;&#039;&#039; -$1,679.08&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transactions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;right&amp;quot;&lt;br /&gt;
! width=&amp;quot;225&amp;quot; | Item&lt;br /&gt;
! width=&amp;quot;225&amp;quot; |From/To&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Income&lt;br /&gt;
! width=&amp;quot;100&amp;quot; |Expenses&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Gould Grant student developer salary&lt;br /&gt;
| Gould Grant student employee&lt;br /&gt;
| &lt;br /&gt;
! align=&amp;quot;right&amp;quot; |-$1,680.00&lt;br /&gt;
| Not sure if we want to put names here, so I left that information out. [[User:Mchua|Mchua]]&lt;br /&gt;
|-&lt;br /&gt;
| Interest&lt;br /&gt;
| Vanguard&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.92&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| Total&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| $0.92&lt;br /&gt;
! align=&amp;quot;right&amp;quot;| -$1,680.00&lt;br /&gt;
!&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Crowd_funding/Sugar_Network&amp;diff=104034</id>
		<title>Crowd funding/Sugar Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Crowd_funding/Sugar_Network&amp;diff=104034"/>
		<updated>2022-01-23T19:19:13Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Disclaimer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
The content of this page is not legally endorsed by or affiliated with Sugar Labs Inc. This is a private initiative of [[#Development team|people]] who take part in the project.&lt;br /&gt;
&lt;br /&gt;
== What is this page about ==&lt;br /&gt;
&lt;br /&gt;
This is a [[wikipedia:Crowd_funding|crowd funding]] initiative to support [[#The project|Sugar Network]] development process. It is intended to be an access point for people who want to donate funds to [[#Development team|development team]] to continue working on [[Harmonic_Distribution/1.0/Roadmap|implementation]].&lt;br /&gt;
&lt;br /&gt;
This page should answer on the following questions:&lt;br /&gt;
&lt;br /&gt;
* [[#Development team|Who we are?]]&lt;br /&gt;
* [[#The project|What we are working on?]]&lt;br /&gt;
* [[#How to donate|How you can help us to continue working?]]&lt;br /&gt;
* [[#Overall progress|How to track the overall progress to see if your help is needed?]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Why Wiki page?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Wiki page is an intermediate solution until more appropriate model will be found; right now, it will let team working;&lt;br /&gt;
* Development team is spread world wide (the same for possible donators) and it is not obvious how to handle donations in such case;&lt;br /&gt;
* We are looking for more sustainable and common model that is being [[Oversight_Board/Meeting_Minutes-2012-05-10|discussed]] on Sugar Labs Oversight Board level.&lt;br /&gt;
&lt;br /&gt;
== The project ==&lt;br /&gt;
&lt;br /&gt;
In short, Sugar Network is a system (software and infrastructure) to let people share different types of content, support collaborative work on that content, do that regardless the Internet connectivity.&lt;br /&gt;
&lt;br /&gt;
To learn more about the Sugar Network, consult the following pages:&lt;br /&gt;
&lt;br /&gt;
* [[Sugar Network]] home page,&lt;br /&gt;
* [[Sugar_Network/Declaration_of_purpose|declaration of purpose]],&lt;br /&gt;
* [[Platform_Team/Sugar_Network|technical pages]].&lt;br /&gt;
&lt;br /&gt;
The plan is working on the 1.0 version during the 2012 year. For detailed information see [[Harmonic Distribution]] [[Harmonic_Distribution/1.0/Roadmap|Roadmap]] and [[Harmonic_Distribution/1.0/Todo#Intermediate_releases|TODO]] pages. To track for intermediate releases, add [[Harmonic_Distribution/1.0/Roadmap|release page]] to your watch list. To monitor development commits, subscribe to [http://git.sugarlabs.org/network Gitorious project]&#039;s [http://git.sugarlabs.org/network.atom feed]. To try current development version, follow the [[Sugar_Network#Try_it|instructions]].&lt;br /&gt;
&lt;br /&gt;
The important note for possible donators, this page is requesting to support development process (literally, writing the code) of community software project which is named &#039;&#039;&amp;quot;Sugar Network&amp;quot;&#039;&#039;&#039;. At the same time, such systems require downstream deployment work to make it useful for people in the field. Such deployment work is less predictable and rather important for organizations (like education ministries or Sugar distributors) then for personal donators. Look for [[#The product|Red Azúcar]] for details.&lt;br /&gt;
&lt;br /&gt;
=== The product ===&lt;br /&gt;
&lt;br /&gt;
Red Azúcar is a downstream solution based on Sugar Network and is intended to be a &#039;&#039;&amp;quot;final product&amp;quot;&#039;&#039; to bring Sugar Network to people in the field. It is being created within the Sugar Labs Peru By the Research and Development Team &amp;quot;Somos Azúcar&amp;quot;. Most of the work is different to Sugar Network development process. In technical aspects, the focus is shifting to deployment rather than development. In non technical aspects, Red Azúcar is taking care about populating Sugar Network content with materials useful for local people, work with educators and state people, etc. Sugar Network developers also take part in Red Azúcar, but obviously, Red Azúcar involves much more people and requires more resources to work on.&lt;br /&gt;
&lt;br /&gt;
Please, consult the following pages if you are looking for a way to support Red Azúcar:&lt;br /&gt;
&lt;br /&gt;
* [http://pe.sugarlabs.org/go/Proyecto_Piloto_Hexoquinasa Red Azúcar: Proyecto Piloto Hexoquinasa]&lt;br /&gt;
* [http://somosazucar.org/2010/05/01/presentacion-proyecto-malla/ Red Azúcar: Proyecto Malla]&lt;br /&gt;
&lt;br /&gt;
You can also send a contact request email to malla AT somosazucar.org the Sugar Labs Peru Oversight Board.&lt;br /&gt;
&lt;br /&gt;
== Development team ==&lt;br /&gt;
&lt;br /&gt;
The development team consists of the following people (in alphabetical order):&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[User:alsroot|Aleksey Lim]]&amp;lt;/strike&amp;gt; Got funding.&lt;br /&gt;
: Location: Russia, Rubtsovsk&lt;br /&gt;
: Brief intro: see a [[User:Alsroot#Hi|short bio]]; Sugar Labs contributor since 2008&lt;br /&gt;
: Role in project: server side and client library&lt;br /&gt;
: Spend time: full time working on the project&lt;br /&gt;
&lt;br /&gt;
* [[User:Laura_Vargas|Laura Vargas]]&lt;br /&gt;
: Location: Bogotá, Colombia&lt;br /&gt;
: Brief intro: Research and Development at SomosAZUCAR.Org since 2009&lt;br /&gt;
: Role in project: UI Designer&lt;br /&gt;
: Spend time: split time to work on [[#The product|Red Azúcar]], downstream product&lt;br /&gt;
&lt;br /&gt;
* [[User:Sebastian|Sebastian Silva]]&lt;br /&gt;
: Location: Ancón, Perú&lt;br /&gt;
: Brief intro: See [[User:Sebastian|member profile]]. Sugar Labs contributor since 2008&lt;br /&gt;
: Role in project: webui client developer&lt;br /&gt;
: Spend time: split time to work on [[#The product|Red Azúcar]], downstream product&lt;br /&gt;
&lt;br /&gt;
== Overall progress ==&lt;br /&gt;
&lt;br /&gt;
Sugar Network development process is started since the end of 2011. It will continue being developed until implementing 1.0 version (further development will depend on feedback gotten during the implementation process) in any case. The only thing is how much time developers can spend on implementation. And, here we are looking for your help.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | &#039;&#039;&#039;Accepted / Requested&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: center; height: 65px&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot; | &amp;lt;span style=&amp;quot;font-size: 20pt;&amp;quot;&amp;gt;4900$/9000$&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Requested&#039;&#039; sum is calculated from gentle minimal per developer per month, which is ~500$ multiplied by number of developers (3) and number of months remained in 2012. The &#039;&#039;Accepted&#039;&#039; sum might grow due to reasons like personal sources developers found, donations from this page, or, funding gotten by [[#The product|Red Azúcar]]. The overhead will go to support [[#The product|Red Azúcar]].&lt;br /&gt;
&lt;br /&gt;
== How to donate ==&lt;br /&gt;
&lt;br /&gt;
Send an email to &amp;lt;strike&amp;gt;alsroot@sugarlabs.org,&amp;lt;/strike&amp;gt; laura@somosazucar.org and sebastian@somosazucar.org to get in contact with the team.&lt;br /&gt;
&lt;br /&gt;
== Donations ==&lt;br /&gt;
&lt;br /&gt;
* Juan Camilo Lema, 1000$&lt;br /&gt;
* Aleksey Lim, 1500$&lt;br /&gt;
* Bernie Innocent, 2400$&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Trademark&amp;diff=104033</id>
		<title>Trademark</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Trademark&amp;diff=104033"/>
		<updated>2022-01-23T19:18:20Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Category:Policy]]&lt;br /&gt;
[[Category:Oversight board]]&lt;br /&gt;
[[Category:Governance]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Our goal is to make Sugar a recognized and trusted name in learning. A well-conceived trademark policy is instrumental in achieving this goal: it makes clear trademark-usage arrangements with partners and other FOSS projects. &#039;&#039;We want your participation.&#039;&#039; Please [[#Contact information|contact us]] if you have any questions about our policy.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SUGAR LABS TRADEMARK POLICY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this policy is to ensure that the identity, provenance, and free and open-source nature of Sugar Labs&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; remain clear to the public. This is in keeping with our objective to spread the use of the Sugar Learning Platform while protecting our trademarks. It is our intention to be liberal and responsive in the enforcement of our trademarks: we want our Marks to be widely used to represent our learning mission to the public, but we also need to ensure clarity regarding the relationship between Sugar Labs and the individual or organization using our Marks in order to both protect Sugar Labs and the public.&lt;br /&gt;
&lt;br /&gt;
As part of our marketing effort to make Sugar better known, we have developed a label program with the objective of simplifying and streamlining permission to use Sugar Labs marks by projects and businesses. We encourage you to contact us at trademark at sugarlabs.org if you have any questions about this policy or the label program. Throughout this document, the word &amp;quot;Marks&amp;quot; refers to the Sugar Labs name and logo, individually or together. Note that [[#Other marks used by Sugar Labs|Section 2.5 &amp;quot;Other Marks Used by Sugar Labs&amp;quot;]] provides guidelines for other marks used by Sugar Labs. Sugar Labs, Inc. is the holder of the [http://tmportal.uspto.gov/external/portal/tow?SRCH=Y&amp;amp;isSubmitted=true&amp;amp;details=&amp;amp;SELECT=US+Serial+No&amp;amp;TEXT=77634279# registered mark].&lt;br /&gt;
&lt;br /&gt;
== Guidelines for using the Marks ==&lt;br /&gt;
&lt;br /&gt;
=== Registered trademark symbol on first mention ===&lt;br /&gt;
&lt;br /&gt;
The first or most prominent mention of the name should be immediately followed by a symbol for registered trademark: &amp;quot;®&amp;quot; or &amp;quot;(r)&amp;quot;. For example: &amp;quot;Sugar Labs&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This requirement is waived in all contexts where such marks are not normally included: email, on-line discussion, non-graphical advertisements (when permitted), and academic papers. We encourage the use of the symbol whenever possible, but recognize that many non-commercial and informal uses will omit it.&lt;br /&gt;
      &lt;br /&gt;
=== Permissions required for usage ===&lt;br /&gt;
&lt;br /&gt;
==== Using the marks without prior written permission ====&lt;br /&gt;
&lt;br /&gt;
You may use the Sugar Labs Marks without prior written permission (subject to the other sections):&lt;br /&gt;
&lt;br /&gt;
#For example, to refer to the Sugar Labs software in substantially unmodified form. &amp;quot;Substantially unmodified&amp;quot; means built from the source code provided by the Sugar Labs project, possibly with minor modifications including but not limited to: the enabling or disabling of certain features by default, translations into other languages, changes required for compatibility with a particular operating system distribution, or the inclusion of bug-fix patches). All such minor modifications must be released under an [[#Approved licenses|approved license]].&lt;br /&gt;
#Or to identify Sugar Labs software as a distinct component of a software offering. Please note however that we prefer that Sugar be described as a &amp;quot;learning environment&amp;quot;, not a &amp;quot;desktop&amp;quot;, and its programs as &amp;quot;Activities&amp;quot;, not &amp;quot;applications&amp;quot;.&lt;br /&gt;
         &lt;br /&gt;
==== Using the marks with prior written permission ====&lt;br /&gt;
&lt;br /&gt;
You may use the Sugar Labs Marks with prior written permission for the following purposes (subject to the other sections):&lt;br /&gt;
&lt;br /&gt;
#If you are producing a new product which is based on Sugar Labs software but which has more substantial changes than those described in [[#Using the marks without prior written permission|the previous section (2.2.1 &amp;quot;Using the Marks Without Prior Written Permission&amp;quot;)]], we encourage you to participate in our label program, designed to help educators recognize your project as a good choice for learning.&lt;br /&gt;
&lt;br /&gt;
Please refer to our [[Sugar_Labs/Governance/Transactions#License_request|License Request]] procedure for details regarding obtaining a license to use the Sugar Marks.&lt;br /&gt;
&lt;br /&gt;
==== Referring to Sugar Labs ====&lt;br /&gt;
&lt;br /&gt;
You do not need written permission to factually refer to the Sugar Labs project itself, its products, or its protocols.&lt;br /&gt;
&lt;br /&gt;
=== Using the Marks as part of a product name ===&lt;br /&gt;
&lt;br /&gt;
You may use the Sugar Labs Marks as part of the name of a product designed to work with Sugar Labs, so long as the name as a whole (via its other components) clearly and unambiguously distinguishes the product from Sugar Labs software itself, and the general presentation of the product does not imply any official association or identity with Sugar Labs. Because it would be awkward to attach a trademark symbol to a portion of a larger name whose other portions might themselves be trademarked, the requirement to display the symbol is waived for this circumstance.&lt;br /&gt;
&lt;br /&gt;
=== Prohibited usages of the Marks ===&lt;br /&gt;
&lt;br /&gt;
You may not use the Marks in the following ways:&lt;br /&gt;
&lt;br /&gt;
==== Ways likely to cause confusion ====&lt;br /&gt;
&lt;br /&gt;
In any way likely to cause confusion as to the identity of the Sugar Labs project, the provenance of its software, or the software&#039;s license (the Sugar Labs marks should be secondary in prominence to the primary context of use in advertising and promotional materials, including graphics on websites, etc.);&lt;br /&gt;
&lt;br /&gt;
==== Ways that indicate a greater degree of association than actually exists ====&lt;br /&gt;
&lt;br /&gt;
In any way that indicates a greater degree of association between you and the Sugar Labs project than actually exists;&lt;br /&gt;
&lt;br /&gt;
==== Ways that imply a designated successor ====&lt;br /&gt;
&lt;br /&gt;
In any way that implies a designated successor to Sugar Labs (e.g., &amp;quot;Sugar Labs++&amp;quot; is not permitted).&lt;br /&gt;
&lt;br /&gt;
==== Ways that imply favoritism ====&lt;br /&gt;
&lt;br /&gt;
In a way that indicates that Sugar Labs [[Oversight_Board/2009/Meeting_Log-2009-12-18|favors one distribution, platform, product, etc. over another]] except where explicitly indicated in writing by Sugar Labs.&lt;br /&gt;
&lt;br /&gt;
=== Other marks used by Sugar Labs ===&lt;br /&gt;
   &lt;br /&gt;
Sugar Labs also uses the following other marks:&lt;br /&gt;
         &lt;br /&gt;
==== Sugar on a Stick ====&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Sugar on a Stick&amp;quot; name and mark is pending registration and is associated with a specific [[Sugar on a Stick|Sugar Labs liveUSB project]]. You may produce and distribute Sugar Labs software on a USB key or other device, but you are required choose a different name to avoid confusion. You are free to use &amp;quot;Sugar on a Stick&amp;quot; to refer to the specific Sugar Labs distribution.&lt;br /&gt;
           &lt;br /&gt;
==== Sugar Labs Partner ====&lt;br /&gt;
         &lt;br /&gt;
&amp;quot;Sugar Labs Partner&amp;quot; should only be used to refer to a person or entity that is officially affiliated with the Sugar Labs project. Sugar Labs is happy to designate partners, so please [[#Contact information|contact us]] if you are interested in becoming a Sugar Labs Partner.&lt;br /&gt;
         &lt;br /&gt;
==== Sugar Learning Platform ====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Sugar Learning Platform&amp;quot; should be used to refer to the software created by Sugar Labs and should be used under the same guidelines as per Sections [[#Permissions required for usage|2.2 &amp;quot;Permissions Required for Usage&amp;quot;]] and [[#Using the Marks as part of a product name|2.3 &amp;quot;Using the Marks as Part of a Product Name&amp;quot;]] of this policy.&lt;br /&gt;
  &lt;br /&gt;
==== Sugar ====&lt;br /&gt;
       &lt;br /&gt;
We sometimes use this term as a shortened way to refer to software and other things created by Sugar Labs. Please use this policy as guidance for use of these terms as well and [[#Contact information|contact us]] if you are uncertain. &lt;br /&gt;
&lt;br /&gt;
==== Local Sugar Lab ====&lt;br /&gt;
         &lt;br /&gt;
The popularity of the Sugar platform has inspired numerous unaffiliated volunteers, developers, and deployment specialists to use Sugar and educate others on how to use Sugar. We affectionately refer to these user communities as &amp;quot;Local Labs,&amp;quot; and allow them to refer to themselves as Sugar Labs &amp;lt;Region Name&amp;gt; without written permission (See [[Local_Labs#Local_Labs_Directory]]).&lt;br /&gt;
&lt;br /&gt;
=== Merchandise using the Marks ===&lt;br /&gt;
&lt;br /&gt;
You may create and sell merchandise using the Sugar Labs name and logo without additional permission provided that you use only unmodified graphics from the [[Marketing_Team/Logo|logo page on the Sugar Labs website.]] Please [[#Contact information|contact us]] if you would like to sell any other merchandise containing Sugar Labs Marks. This section is subject to the provisions contained in Sections Sections [[#Permissions required for usage|2.2 &amp;quot;Permissions Required for Usage&amp;quot;]] and [[#Using the Marks as part of a product name|2.3 &amp;quot;Using the Marks as Part of a Product Name&amp;quot;]] of this policy.&lt;br /&gt;
  &lt;br /&gt;
=== Rights reserved by Sugar Labs, Inc ===&lt;br /&gt;
&lt;br /&gt;
Sugar Labs, Inc. reserves the sole right to:&lt;br /&gt;
&lt;br /&gt;
==== Determining compliance ====&lt;br /&gt;
&lt;br /&gt;
Determine compliance with this policy;&lt;br /&gt;
         &lt;br /&gt;
==== Modifications of this policy ====&lt;br /&gt;
&lt;br /&gt;
Modify this policy in ways consistent with its mission of protecting the public;&lt;br /&gt;
         &lt;br /&gt;
==== Grant exceptions to this policy ====&lt;br /&gt;
&lt;br /&gt;
Grant exceptions to this policy, of any kind and for any reason whatsoever, other clauses notwithstanding.&lt;br /&gt;
&lt;br /&gt;
== Contact information ==&lt;br /&gt;
&lt;br /&gt;
If you have questions about using the Marks, or if you think you should be able to use the Marks for any purpose not allowed by this policy and would like permission for that use, or for more information concerning our label program, please contact Sugar Labs by emailing trademark AT sugarlabs.org or by writing to [[Sugar_Labs/Contacts#Mail]].&lt;br /&gt;
&lt;br /&gt;
== Usage examples ==&lt;br /&gt;
&lt;br /&gt;
Usage examples can be found [[Sugar Labs/Governance/Trademark/Guidelines|on the Guidelines page]].&lt;br /&gt;
&lt;br /&gt;
== Approved licenses ==&lt;br /&gt;
&lt;br /&gt;
We have adopted http://opensource.org/docs/osd as a set of approved software and content licenses and http://fedoraproject.org/wiki/Licensing#Good_Licenses&#039;s opinions on specific licenses where applicable.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Oversight_Board/Next_meeting&amp;diff=104032</id>
		<title>Oversight Board/Next meeting</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Oversight_Board/Next_meeting&amp;diff=104032"/>
		<updated>2022-01-23T19:14:35Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Agenda items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Next meeting===&lt;br /&gt;
&lt;br /&gt;
* Wednesday, 2022-01-19 at 19:30 UTC, (per agreed motion 2020-06, &amp;quot;meet every two weeks&amp;quot;),&lt;br /&gt;
* on Matrix (matrix.org room: Sugar)&lt;br /&gt;
&lt;br /&gt;
==== Agenda items ====&lt;br /&gt;
&lt;br /&gt;
Current draft is published at https://wiki.sugarlabs.org/go/Oversight_Board/Meeting_Minutes-2021-06-23 (which will later become the minutes for the meeting).&lt;br /&gt;
&lt;br /&gt;
Our agenda is typically negotiated as first item of business in the meeting.  Add topics by either;&lt;br /&gt;
&lt;br /&gt;
* write to sugar-devel and slobs at lists dot sugarlabs dot org (the most transparent method), or;&lt;br /&gt;
* write to slobs at lists dot sugarlabs dot org (a transparent method), or;&lt;br /&gt;
* write to a member of the oversight board (a non-transparent method).&lt;br /&gt;
* editing the wiki page for the agenda yourself (before the meeting).&lt;br /&gt;
&lt;br /&gt;
Standing agenda items;&lt;br /&gt;
&lt;br /&gt;
* pending motions from e-mail,&lt;br /&gt;
* reports from Ombudsman,&lt;br /&gt;
* reports from project teams, e.g. administrators of Google Code-in or Google Summer of Code,&lt;br /&gt;
* discussion of goals,&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/SFC_Fiscal_Agreement&amp;diff=104031</id>
		<title>Sugar Labs/SFC Fiscal Agreement</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/SFC_Fiscal_Agreement&amp;diff=104031"/>
		<updated>2022-01-23T19:13:08Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Category:Policy]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As of 2022, this is a historical document, as Sugar Labs has become an independent, 501(c)3 non-profit corporation.&lt;br /&gt;
&lt;br /&gt;
SOFTWARE FREEDOM CONSERVANCY &lt;br /&gt;
FISCAL SPONSORSHIP AGREEMENT&lt;br /&gt;
&lt;br /&gt;
See [[File:AmendedFSASugar.pdf]]&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Governance/Transactions&amp;diff=104030</id>
		<title>Sugar Labs/Governance/Transactions</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Governance/Transactions&amp;diff=104030"/>
		<updated>2022-01-23T19:06:56Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Administrative transactions ==&lt;br /&gt;
&lt;br /&gt;
Sugar Labs is a tax-exempt non-profit 501(c)3 corporation.&lt;br /&gt;
&lt;br /&gt;
accounts-payable AT tix DOT sugarlabs DOT org is the place to write if you’re asking Sugar Labs to send money to someone. This includes reimbursements for travel and other project expenses, contractor payments, payments for conference services, and so on.&lt;br /&gt;
&lt;br /&gt;
accounts-receivable AT tix DOT sugarlabs DOT org is the place to write if Sugar Labs should expect to receive money from someone, or for customer service after they’ve sent Sugar Labs money. Write here if you want Sugar Labs to send an invoice to someone (including invoices after payment), to let Sugar Labs know about conference sponsorships, or to give Sugar Labs a heads-up about what an incoming check is for.&lt;br /&gt;
&lt;br /&gt;
accounts-taxinfo AT tix DOT sugarlabs DOT org is the place to send tax documents like W-8BEN, W-9, &lt;br /&gt;
&lt;br /&gt;
=== Request for payment ===&lt;br /&gt;
&lt;br /&gt;
Some Sugar Labs projects have a budget (e.g., Google Summer of Code). Typically there is a project leader who has put together a budget that has been vetted by the Oversight Board (See [[#Project proposal approval]]). If you have incurred a project-related expense, please submit a copy of your receipt to accounts-payable AT tix DOT sugarlabs DOT org. along with a brief explanation of the expense. Please be sure to include reference to the specific project for which the expense applies.&lt;br /&gt;
&lt;br /&gt;
Similarly, if you need to invoice Sugar Labs, please submit your invoice along with a reference to a project to accounts-payable AT tix DOT sugarlabs DOT org.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note&#039;&#039;&#039; that [[https://wiki.sugarlabs.org/go/Finance finances]] are routinely processed around the ides (15th) of each month. (Hence the latency in payments after approval can be up to 30 days.)&lt;br /&gt;
&lt;br /&gt;
In order to expedite the process, please be sure to include documentation of your expenses: a receipt that shows the price of the purchase or some documentation from a third party (e.g., your credit card company) that shows the specific amount paid.&lt;br /&gt;
&lt;br /&gt;
Also, please also include:&lt;br /&gt;
* the reference to the board Transaction approval.&lt;br /&gt;
* a brief paragraph explaining what was accomplished, e.g., what you did for the project during your travel. &lt;br /&gt;
* How you&#039;d liked to be reimbursed. The four payment options, in order of preference, are:&lt;br /&gt;
:1. Issue you a check in USD from a USA bank, sent to you via post. For this option, we just need your postal address.&lt;br /&gt;
:2. PayPal. For this, we need an email address that is valid for the Paypal account be paid.&lt;br /&gt;
:3. Wire the amount in your local currency to your bank account in your country.  For this option, we need all of the following information:&lt;br /&gt;
:::SWIFT Code&lt;br /&gt;
:::For USA, ACH routing number for incoming payments.&lt;br /&gt;
:::Bank Name&lt;br /&gt;
:::Bank Address&lt;br /&gt;
:::Account Number&lt;br /&gt;
:::Full Name of the Account Holder&lt;br /&gt;
:::Full Address of Account Holder&lt;br /&gt;
:::IBAN (if available, mandatory for Europe)&lt;br /&gt;
:::Preferred Currency&lt;br /&gt;
:::BIC&lt;br /&gt;
:4. Issue you a check in your local currency, sent to you via post.  For this option, we just need your postal address and what currency you want.&lt;br /&gt;
&lt;br /&gt;
=== Project proposal approval ===&lt;br /&gt;
&lt;br /&gt;
If you are applying for a grant proposal and wish to include Sugar Labs as a partner, it is necessary to run your draft proposal text by the Executive Director to make sure that it is within the bounds of the Sugar Labs, Inc. mission. Please send a draft slobs AT sugarlabs.org DOT org two weeks &#039;&#039;before&#039;&#039; the proposal is due in order to allow time for review and feedback. &lt;br /&gt;
&lt;br /&gt;
=== License request ===&lt;br /&gt;
&lt;br /&gt;
The [[Sugar_Labs/Governance/Trademark|Sugar Labs trademark policy]] describes the various marks and conditions of usage that are held by Sugar Labs, Inc.. If you are interested in using a Sugar Labs trademark, please contact slobs@sugarlabs.org with the following information:&lt;br /&gt;
&lt;br /&gt;
* a list of which marks are desired to be licensed, along with a full description of how they will be used;&lt;br /&gt;
* a description of the current use of any Sugar Labs marks;&lt;br /&gt;
* a list of any individuals or corporations that will be participating in the proposed use of the mark;&lt;br /&gt;
* a list of any Sugar Labs community members with whom you are currently working;&lt;br /&gt;
* information for a primary contact person, including email address and phone number.&lt;br /&gt;
&lt;br /&gt;
Initial contact will be made within two weeks of receipt of a request.&lt;br /&gt;
&lt;br /&gt;
=== Tax receipt request ===&lt;br /&gt;
&lt;br /&gt;
Please contact Sugar Labs regarding tax receipts for donations made to Sugar Labs at accounts-receivable AT tix DOT sugarlabs DOT org.&lt;br /&gt;
&lt;br /&gt;
[[Category:General public]]&lt;br /&gt;
[[Category:Governance]]&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Featured_Books&amp;diff=104029</id>
		<title>Featured Books</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Featured_Books&amp;diff=104029"/>
		<updated>2022-01-23T19:04:42Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These books are by authors associated with Sugar Labs about Sugar and OLPC topics.  Through the Amazon Affiliate program, clicking through these links to purchase these books from Amazon will result in a small donation to Sugar Labs.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Governance/Transactions&amp;diff=104028</id>
		<title>Sugar Labs/Governance/Transactions</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Governance/Transactions&amp;diff=104028"/>
		<updated>2022-01-23T19:04:13Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Administrative transactions with the Software Freedom Conservancy ==&lt;br /&gt;
&lt;br /&gt;
Sugar Labs is a tax-exempt non-profit 501(c)3 corporation.&lt;br /&gt;
&lt;br /&gt;
accounts-payable AT tix DOT sugarlabs DOT org is the place to write if you’re asking Conservancy to send money to someone. This includes reimbursements for travel and other project expenses, contractor payments, payments for conference services, and so on.&lt;br /&gt;
&lt;br /&gt;
accounts-receivable AT tix DOT sugarlabs DOT org is the place to write if Conservancy should expect to receive money from someone, or for customer service after they’ve sent the Conservancy money. Write here if you want the Conservancy to send an invoice to someone (including invoices after payment), to let the Conservancy know about conference sponsorships, or to give the Conservancy a heads-up about what an incoming check is for.&lt;br /&gt;
&lt;br /&gt;
accounts-taxinfo AT tix DOT sugarlabs DOT org is the place to send tax documents like W-8BEN, W-9, &lt;br /&gt;
&lt;br /&gt;
=== Request for payment ===&lt;br /&gt;
&lt;br /&gt;
Some Sugar Labs projects have a budget (e.g., Google Summer of Code). Typically there is a project leader who has put together a budget that has been vetted by the Conservancy (See [[#Project proposal approval]]). If you have incurred a project-related expense, please submit a copy of your receipt to accounts-payable AT tix DOT sugarlabs DOT org. along with a brief explanation of the expense. Please be sure to include reference to the specific project for which the expense applies.&lt;br /&gt;
&lt;br /&gt;
Similarly, if you need to invoice Sugar Labs, please submit your invoice along with a reference to a project to accounts-payable AT tix DOT sugarlabs DOT org.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note&#039;&#039;&#039; that [[https://wiki.sugarlabs.org/go/Finance finances]] are routinely processed around the ides (15th) of each month. (Hence the latency in payments after approval can be up to 30 days.)&lt;br /&gt;
&lt;br /&gt;
In order to expedite the process, please be sure to include documentation of your expenses: a receipt that shows the price of the purchase or some documentation from a third party (e.g., your credit card company) that shows the specific amount paid.&lt;br /&gt;
&lt;br /&gt;
Also, please also include:&lt;br /&gt;
* the reference to the board Transaction approval.&lt;br /&gt;
* a brief paragraph explaining what was accomplished, e.g., what you did for the project during your travel. &lt;br /&gt;
* How you&#039;d liked to be reimbursed. The four payment options, in order of preference, are:&lt;br /&gt;
:1. Issue you a check in USD from a USA bank, sent to you via post. For this option, we just need your postal address.&lt;br /&gt;
:2. PayPal. For this, we need an email address that is valid for the Paypal account be paid.&lt;br /&gt;
:3. Wire the amount in your local currency to your bank account in your country.  For this option, we need all of the following information:&lt;br /&gt;
:::SWIFT Code&lt;br /&gt;
:::For USA, ACH routing number for incoming payments.&lt;br /&gt;
:::Bank Name&lt;br /&gt;
:::Bank Address&lt;br /&gt;
:::Account Number&lt;br /&gt;
:::Full Name of the Account Holder&lt;br /&gt;
:::Full Address of Account Holder&lt;br /&gt;
:::IBAN (if available, mandatory for Europe)&lt;br /&gt;
:::Preferred Currency&lt;br /&gt;
:::BIC&lt;br /&gt;
:4. Issue you a check in your local currency, sent to you via post.  For this option, we just need your postal address and what currency you want.&lt;br /&gt;
&lt;br /&gt;
=== Project proposal approval ===&lt;br /&gt;
&lt;br /&gt;
If you are applying for a grant proposal and wish to include Sugar Labs as a partner, it is necessary to run your draft proposal text by the Executive Director to make sure that it is within the bounds of the Sugar Labs, Inc. mission. Please send a draft slobs AT sugarlabs.org DOT org two weeks &#039;&#039;before&#039;&#039; the proposal is due in order to allow time for review and feedback. &lt;br /&gt;
&lt;br /&gt;
=== License request ===&lt;br /&gt;
&lt;br /&gt;
The [[Sugar_Labs/Governance/Trademark|Sugar Labs trademark policy]] describes the various marks and conditions of usage that are held by the Conservancy on behalf of Sugar Labs. If you are interested in using a Sugar Labs trademark, please contact conservancy AT sfconservancy DOT org with the following information:&lt;br /&gt;
&lt;br /&gt;
* a list of which marks are desired to be licensed, along with a full description of how they will be used;&lt;br /&gt;
* a description of the current use of any Sugar Labs marks;&lt;br /&gt;
* a list of any individuals or corporations that will be participating in the proposed use of the mark;&lt;br /&gt;
* a list of any Sugar Labs community members with whom you are currently working;&lt;br /&gt;
* information for a primary contact person, including email address and phone number.&lt;br /&gt;
&lt;br /&gt;
Initial contact will be made within two weeks of receipt of a request.&lt;br /&gt;
&lt;br /&gt;
=== Tax receipt request ===&lt;br /&gt;
&lt;br /&gt;
Please contact the Software Freedom Conservancy regarding tax receipts for donations made to Sugar Labs at accounts-receivable AT tix DOT sugarlabs DOT org.&lt;br /&gt;
&lt;br /&gt;
[[Category:General public]]&lt;br /&gt;
[[Category:Governance]]&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Deployment_Team/Local_Lab_MOU&amp;diff=104027</id>
		<title>Deployment Team/Local Lab MOU</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Deployment_Team/Local_Lab_MOU&amp;diff=104027"/>
		<updated>2022-01-23T18:59:40Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}{{TeamHeader|Deployment Team}} &amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DRAFT: for discussion purposes only&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
MEMORANDUM OF UNDERSTANDING&lt;br /&gt;
BETWEEN SUGAR LABS AND XYZ&lt;br /&gt;
&lt;br /&gt;
This memorandum of understanding (MOU) is made by and between Sugar Labs and XYZ. Sugar Labs, Inc. is a Delaware nonprofit public benefit corporation, which has received recognition of exemption from federal income tax under Section 501(c)(3) of the Internal Revenue Code (IRC) and classification as a public charity under IRC Sections 509(a)(1) and 170(b)(1)(A)(vi). XYZ is an entity local to region ABC.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WHEREAS:&lt;br /&gt;
&lt;br /&gt;
A. The mission of Sugar Labs is to produce, distribute, and support the use of the Sugar learning platform, a free software project.&lt;br /&gt;
&lt;br /&gt;
B. The mission of XYZ is to provide tools for learning to the children of ABC, with the goal to increase the use of computers and the Internet in order to provide the best opportunities for learning and supporting them to participate in a knowledge-based economy.&lt;br /&gt;
&lt;br /&gt;
THEREFORE, THE PARTIES HEREBY AGREE AS FOLLOWS:&lt;br /&gt;
&lt;br /&gt;
1.Sugar Labs and XYZ agree to establish Sugar Labs ABC, a local-to-ABC entity to do software development, deployment, and support, including providing local and regional technical and pedagogical support; creating new learning activities and pedagogical practice; providing localization and internationalization of software, content, and documentation; and providing integration and customization services. &lt;br /&gt;
&lt;br /&gt;
2.Sugar Labs ABC:&lt;br /&gt;
:a. will be co-branded entity established in ABC;&lt;br /&gt;
:b. will have Sugar Labs and XYZ representation on their board of directors;&lt;br /&gt;
:c. will have web presence at abc.sugarlabs.org;&lt;br /&gt;
:d. will appoint a representative to Sugar Labs and to XYZ;&lt;br /&gt;
:e. will not act as an agent for Sugar Labs nor to take any action inconsistent with the status of Sugar Labs as a public charity;&lt;br /&gt;
:f. agrees to abide by the principles of Free Software, open communication, and community participation;&lt;br /&gt;
:g. agrees to operate within the scope of the joint learning missions of Sugar Labs.&lt;br /&gt;
&lt;br /&gt;
3.Sugar Labs:&lt;br /&gt;
:a. will help identify resources to be utilized by Sugar Labs ABC on technical and pedagogical issues;&lt;br /&gt;
:b. will appoint a Sugar Labs member to the Sugar Labs ABC board of directors;&lt;br /&gt;
:c. will include Sugar Labs ABC as part of the global Sugar Labs community;&lt;br /&gt;
:d. will not charge any license fee for the use of the Sugar Labs brand;&lt;br /&gt;
:e. will collect no fees from Sugar Labs ABC.&lt;br /&gt;
&lt;br /&gt;
4.XYZ:&lt;br /&gt;
:a. will take ultimate responsibility for Sugar Labs ABC: all community programs, public information work, fund-raising events, processing and acknowledgment of cash and non-cash revenue items, accounts payable and receivable, negotiation of leases and contracts, disbursement of Sugar Labs ABC&#039;s funds (including grants), and other activities planned shall be the ultimate responsibility of XYZ and shall be conducted in the name of XYZ;&lt;br /&gt;
:b. agrees to pay all reasonable costs incurred by Sugar Labs to support Sugar Labs ABC; Sugar Labs shall notify the authorized representative prior to incurring any significant expenditures and shall provide a periodic report of any such expenses to to the authorized representative.&lt;br /&gt;
:c. agrees to establish a research fund to disperse to university and industry applicants within ABC to further advance the Sugar learning platform or its deployment within ABC.&lt;br /&gt;
&lt;br /&gt;
5.Termination. Sugar Labs or XYZ may terminate this Agreement at any time subject to a reasonable effort by both parties to reach an accord regarding any disagreements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Spanish version ==&lt;br /&gt;
&lt;br /&gt;
*For an spanish version of this draft MOU please see: http://co.sugarlabs.org/go/Memorando_de_Entendimiento&lt;br /&gt;
*Para una version en español de este Memorando en proceso de construcción por favor vea:  http://co.sugarlabs.org/go/Memorando_de_Entendimiento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Deployment]]&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Trademark/Guidelines&amp;diff=104026</id>
		<title>Trademark/Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Trademark/Guidelines&amp;diff=104026"/>
		<updated>2022-01-23T18:58:04Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- {{Draft}} --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One of the purposes of the Sugar Labs® Project is to make learning software available in consistent format that the public can come to trust. To achieve this purpose it is important that the technology can quickly be identified and that the recipient knows the technology they are receiving is the official and unmodified version.&lt;br /&gt;
&lt;br /&gt;
=== Current usages ===&lt;br /&gt;
&lt;br /&gt;
For a list of groups who have received permission to use the Sugar Labs trademark, along with copies of their original usage requests, see [[Trademark permissions granted]].&lt;br /&gt;
&lt;br /&gt;
=== Domain names ===&lt;br /&gt;
&lt;br /&gt;
In the past, community members have inquired whether it is permissible to use the Sugar Labs Marks, including the word &amp;quot;Sugar Labs,&amp;quot; in an Internet domain name.&lt;br /&gt;
&lt;br /&gt;
Sugar Labs uses subdomains of &#039;&#039;sugarlabs.org&#039;&#039; so that local community sites can form without cost or excessive effort to that community.  Details about the process and benefits of a &#039;&#039;sugarlabs.org&#039;&#039; subdomain are located on the [[Local community domains]] wiki page.&lt;br /&gt;
&lt;br /&gt;
For any other use of the Sugar Labs Marks in a domain name, please [[#Contact_information|contact the oversight board]].&lt;br /&gt;
&lt;br /&gt;
=== Trademark Usage Guidelines ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Guideline !! Acceptable-use examples !! Unacceptable-use examples &lt;br /&gt;
|-&lt;br /&gt;
| When using the Sugar Labs Marks you must provide the proper trademark symbols and a trademark attribution statement. || Use Sugar Labs&amp;amp;reg; for the first instance of the trademark, and include the statement &amp;quot;Sugar Labs is a trademark of Sugar Labs, Inc.&amp;quot; || Never using the &amp;amp;reg; mark for Sugar Labs, nor a trademark statement per the guidelines.&lt;br /&gt;
|-&lt;br /&gt;
| Always distinguish trademarks from surrounding text with at least initial capital letters or in all capital letters. || Sugar Labs, SUGAR LABS || sugar labs, yoursugarlabs&lt;br /&gt;
|-&lt;br /&gt;
| Always use proper trademark form and spelling. || Sugar Labs || SuGaR Labs, Suhgah Labs, sugarlabs&lt;br /&gt;
|-&lt;br /&gt;
| Never use &amp;quot;a&amp;quot; or &amp;quot;the&amp;quot; to refer to an instance of the trademark.  Always use a trademark as an adjective modifying a noun, or as a singular noun. || This is a Sugar Labs system.&amp;lt;br/&amp;gt;Anyone can install Sugar Labs software. || I put a Sugar Labs on my mom&#039;s computer. I have seventeen Sugar on a Sticks running in my lab.&lt;br /&gt;
|-&lt;br /&gt;
| Never use a trademark as a verb.  Trademarks are products or services, never actions. || Install Sugar Labs on your computer. || Sugarize your system today!&lt;br /&gt;
|-&lt;br /&gt;
| Never use a trademark as a possessive.  Instead, the following noun should be used in possessive form or the sentence reworded so there is no possessive. || The desktop of the Sugar Labs interface is very clean. || Sugar Labs&#039; desktop interface is very clean.&lt;br /&gt;
|-&lt;br /&gt;
| Take care in translating a trademark into another language. || Quiero instalar Azúcar 0.86 en mi sistema. La página principal de la fundación de Sugar Labs es http://sugarlabs.org || La página principal de la fundación de los laboratorios de azúcar es http://sugarlabs.org.&lt;br /&gt;
|-&lt;br /&gt;
| Never use trademarks to coin new words or names. || &#039;&#039;N/A&#039;&#039; || Sugar Labs Fashion for geeks&lt;br /&gt;
|-&lt;br /&gt;
| Never alter a trademark in any way including through unapproved fonts or visual identifiers (although we are happy to discuss your ideas). || Proper use of the Sugar Labs logo || Putting a sugar cube on top of the trademark&lt;br /&gt;
|-&lt;br /&gt;
| Never use or register any trademarks that are confusingly similar to, or a play on, the words Sugar Labs. || &#039;&#039;N/A&#039;&#039; || Sugah Project&lt;br /&gt;
|-&lt;br /&gt;
| Never combine your company name with the Sugar Labs name or use the Sugar Labs name in a way that it could be perceived that the Sugar Labs Project and your company have an organizational link such as a joint venture. || AcmeEdu uses Sugar Labs software on all its servers. || Bix Max systems are a partnership of Sugar Labs and AcmeEdu.&lt;br /&gt;
|-&lt;br /&gt;
| Never use the Sugar Labs Marks in a manner that infringes Sugar Labs, Inc. trademark rights or violates any federal, state, or international law. || &#039;&#039;N/A&#039;&#039; || Applying Sugar Labs logo outside permitted uses&lt;br /&gt;
|-&lt;br /&gt;
| Never use terminology that states or implies that the Sugar Labs Project assumes any responsibility for the performance of your products and services. || AcmeEdu uses Sugar Labs software on all its school computers. || Sugar Labs runs AcmeEdu&#039;s school computers.&lt;br /&gt;
|-&lt;br /&gt;
| Never abbreviate or use any Sugar Labs Marks as an acronym. || &#039;&#039;N/A&#039;&#039; || SugarBar, (Sugar user groups are really beneficial and resourceful)&lt;br /&gt;
|-&lt;br /&gt;
| The Sugar Labs logo must be hyperlinked to (http://sugarlabs.org/), in contexts where such a hyperlink is technically feasible. || Hyperlinking the logo where feasible || Not hyperlinking the logo where feasible&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Logo Usage Guidelines ===&lt;br /&gt;
&lt;br /&gt;
For more information about the requirements for logo size, appearance, placement, and other considerations, refer to [[Logo/UsageGuidelines | the Logo/Usage Guidelines]] for the Sugar Labs mark and the [[Legal/Secondary_trademark_usage_guidelines |  Secondary Trademark Usage Guidelines]] for the Secondary Mark.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Contacts/Mail&amp;diff=104025</id>
		<title>Sugar Labs/Contacts/Mail</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Contacts/Mail&amp;diff=104025"/>
		<updated>2022-01-23T18:55:47Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You also may contact us by mail:&lt;br /&gt;
&lt;br /&gt;
:Executive Director&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2021 E Ben White Blvd #240-1271&lt;br /&gt;
:Austin TX 78741&lt;br /&gt;
:USA&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Governance&amp;diff=104024</id>
		<title>Sugar Labs/Governance</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Governance&amp;diff=104024"/>
		<updated>2022-01-23T18:52:53Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Oversight Board|roadmap_link=Oversight Board/Vision|roadmap_label=Vision}}&lt;br /&gt;
[[Category:General public]]&lt;br /&gt;
[[Category:Governance]]&lt;br /&gt;
[[Category:Policy]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sugar Labs Rules of Governance==&lt;br /&gt;
Please comment on the [[Talk:Sugar Labs/Governance|discussion page]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
One of the challenges that free software projects face is the impact of governance on their [[Sugar_Labs/Members|community members]]: while FLOSS licenses assure access to source code, that doesn&#039;t guarantee a successful project. A governance model can help ensure that the project is run in a professional, disciplined, and equitable manner. Good governance lets the community engage in discourse and provides a transparent mechanism for arbitration in the hopefully rare circumstances in which it is necessary.&lt;br /&gt;
&lt;br /&gt;
Some attributes that are necessary for good governance include: meritocracy, transparency of process, open access to anyone who has demonstrated the skills to contribute, and a means to ensure a balance of control so that no one special interest wrests control of either the discourse or the decision-making. &lt;br /&gt;
&lt;br /&gt;
===Sugar Labs, Inc.===&lt;br /&gt;
&lt;br /&gt;
Sugar Labs is a 501(c)3 not-for-profit foundation. &lt;br /&gt;
&lt;br /&gt;
The following governance model is largely derived from the model used by the Gnome Foundation (Please see [http://foundation.gnome.org/about/ gnome.org/about]).&lt;br /&gt;
&lt;br /&gt;
==== Transactions ====&lt;br /&gt;
&lt;br /&gt;
* [[Sugar_Labs/Governance/Transactions#Request_for_payment|Request for payment]]&lt;br /&gt;
* [[Sugar_Labs/Governance/Transactions#Project_proposal_approval|Project proposal approval]]&lt;br /&gt;
* [[Sugar_Labs/Governance/Transactions#License_request|License request]]&lt;br /&gt;
* [[Sugar_Labs/Governance/Transactions#Tax_receipt|Tax receipt request]]&lt;br /&gt;
&lt;br /&gt;
===Oversight Board===&lt;br /&gt;
&lt;br /&gt;
The central administrative body of Sugar Labs is termed the [[Oversight_Board|Oversight Board]].&lt;br /&gt;
&lt;br /&gt;
Sugar Labs shall be governed by an Oversight Board, consisting of seven (7) members elected by the Sugar community—the Sugar Membership. The positions on the Oversight Board will be on a two-year staggered basis. The members of the Oversight Board may be removed from the position at any time by a majority vote of the Community Members. Upon the resignation or removal of a member of the Oversight Board, the Community Members shall elect a replacement Community Member to serve on the Oversight Board. The Oversight Board shall meet at least once per quarter to discuss various topics pertaining to the regular activities of the Sugar Labs Project and Sugar. (It is expected that more frequent meeting will be required in the early stages of the program.) The minutes to these meetings shall be posted publicly on the Sugar Labs wiki ([[Oversight Board/Minutes]]).&lt;br /&gt;
&lt;br /&gt;
The members of the Oversight Board may be removed from the position at any time by a majority vote of the Community Members. Upon the resignation or removal of a member of the  Oversight Board, the Community Members shall elect a replacement Community Member to serve on the Oversight Board.&lt;br /&gt;
&lt;br /&gt;
The current list of Oversight Board members is on the [[Oversight Board]] page.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Election Process&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Sugar Labs [[Sugar_Labs/Members|membership]] elects the Oversight Board each August, for terms beginning in September. Members can nominate themselves to run in the election according to each Election&#039;s calendar. The election process is overseen by the [[Sugar_Labs/Governance/Committees#Membership_and_Elections_Committee|Membership and Elections Committee]], which can be reached at elections at sugarlabs.org. &lt;br /&gt;
&lt;br /&gt;
====Decision Panels====&lt;br /&gt;
&lt;br /&gt;
The Oversight Board&#039;s role is to manage the day-to-day affairs of Sugar Labs and to help the community to build consensus. On the rare occasion of a contentious issue on which no general consensus can be reached, the Oversight Board is responsible for convening a Decision Panel. The Oversight Board will be responsible for determining when a Decision Panel is required and for selecting members for the Decision Panel. Members of the Oversight Board are not permitted to serve on a Decision Panel. A Decision Panel will solicit community input, discuss (in private if they deem it necessary), reach a conclusion internally, and produce a report documenting their conclusion. (Anyone may submit advice to a Decision Panel.) The Oversight Board will review and ratify Decision Panel reports.&lt;br /&gt;
&lt;br /&gt;
===Advisory Board===&lt;br /&gt;
&lt;br /&gt;
The [[Sugar Labs/Governance/Advisory Board|Advisory Board]] is made up of organizations and companies that support Sugar Labs. The Advisory Board has no decision-making authority but provides a vehicle for its members to communicate with the Oversight Board and help the Directors guide the overall direction of Sugar and the Sugar Labs Project. The Advisory Board will appoint (up to) three (3) members who will be non-voting attendees of Oversight Board meetings. The Advisory Board will meet up to twice per year.&lt;br /&gt;
&lt;br /&gt;
The Advisory Board consists of representatives from the following Sugar Labs Foundation member corporations and projects.&lt;br /&gt;
&lt;br /&gt;
Advisory board member companies pay an annual fee which helps finance the operations of the Sugar Labs Project.&lt;br /&gt;
&lt;br /&gt;
=== Special Interest Groups ===&lt;br /&gt;
&lt;br /&gt;
Special Interest Groups (SIGs) may be established by any member. They can be formed around&lt;br /&gt;
any topic and, if they prove to be useful, can be designated as official committees.&lt;br /&gt;
SIGs typically organize themselves as [[Sugar Labs/Teams|Teams]], [[:Category:Project|Projects]], or [[Local Labs]].&lt;br /&gt;
&lt;br /&gt;
===Referenda===&lt;br /&gt;
&lt;br /&gt;
At times an issue may arise that merits gathering consensus from the community. Any member of the Sugar Labs Foundation can suggest a referendum. To be accepted, a request for a referendum must be endorsed by 10% of all of the membership. The overall referendum process is overseen by the [[Sugar_Labs/Governance/Committees#Membership_and_Elections_Committee|Membership and Elections Committee]], which can be reached at elections at sugarlabs.org. &lt;br /&gt;
&lt;br /&gt;
A 75% vote of all of the members can override an Oversight Board decision.&lt;br /&gt;
&lt;br /&gt;
=== Subpages ===&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/{{PAGENAMEE}}/}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Procedures&amp;diff=104023</id>
		<title>Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Procedures&amp;diff=104023"/>
		<updated>2022-01-23T18:49:39Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What follows is one community member&#039;s proposal for travel procedures.&lt;br /&gt;
&lt;br /&gt;
===Internal Procedures===&lt;br /&gt;
&lt;br /&gt;
==Internal Procedure #01: &amp;quot;Request for Travel Policy exemptions&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
Before asking for a travel advance, please consider the following questions:&lt;br /&gt;
* Is the travel on behalf of Sugar Labs?&lt;br /&gt;
* Has the trip been approved by the Sugar Labs oversight board or some designated representative of the board?&lt;br /&gt;
* Do the travel plans comply with the Sugar Labs [https://github.com/conservancy/policies/blob/master/Travel/conservancy-travel-policy.md travel policy]?&lt;br /&gt;
* Do you need to have a ticket purchased on your behalf? If so, please refer to [https://github.com/conservancy/policies/blob/master/Travel/info-needed-to-book-a-flight-for-someone.txt].&lt;br /&gt;
* Do you need cash for local travel and/or per diem expenses?&lt;br /&gt;
&lt;br /&gt;
Anyone traveling on behalf of Sugar Labs may request a travel advance by sending a written request to the oversight board &amp;lt;slobs AT lists.sugarlabs.org&amp;gt;. Be sure to include the reason for your request, the amount requested, the anticipated dates of travel, and answers to the questions above.&lt;br /&gt;
&lt;br /&gt;
The oversight board will discuss the request and may ask for clarification. The criteria for approval include:&lt;br /&gt;
* relevance to Sugar Labs&lt;br /&gt;
* availability of funds&lt;br /&gt;
&lt;br /&gt;
It may take the board &#039;&#039;up to one week&#039;&#039; to reach its decision, so please make your request as far in advance as possible.&lt;br /&gt;
&lt;br /&gt;
The deliberations of the board will either published on a [https://lists.sugarlabs.org public email list] or in a [https://meeting.sugarlabs.org/sugar-meeting/meetings meeting log]. The decision itself will be documented on [[Oversight_Board/Decisions]].&lt;br /&gt;
&lt;br /&gt;
If the travel advance is approved (by at least four board members) then our Treasurer or Executive Director will communicate the decision on behalf of the applicant. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;strike&amp;gt;&lt;br /&gt;
&amp;gt;Action 1: Any Sugar Labs member/contributor can request a Cash advance - Travel Policy exemption by sending a formal request to slobs AT lists.sugarlabs.org detailing the reason for the request, the amount of the request, the date needed and any other relevant information. Requesting party understands SFC has the final approval for his/her request and must make sure to ask with enough anticipation of the need of the Cash advance - Travel Policy exemption. &lt;br /&gt;
&lt;br /&gt;
&amp;gt;Action 2: Sugar Labs Oversight Board members manage project funds, and according to available balance on Sugar Labs Accounts at the date of the request, they must try to reach consensus in the form of majority of votes to approve or disapprove the request.  Once the request gets approved or disapproved the decision shall be documented on https://wiki.sugarlabs.org/go/Oversight_Board/Decisions.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;Action 3: In case of an approved decision, Sugar Labs representative or his/her delegate (e.g. Sugar Labs Financial Manager) will communicate to SFC the decision and make in Sugar Labs behalf the correspondent Cash Advance - Travel Policy exemption request and follow up the result with the Conservancy sharing the results with the Sugar Labs Oversight Board and the requesting party.&lt;br /&gt;
&amp;lt;/strike&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=References= &lt;br /&gt;
Currently, Sugar Labs Travel Policy is subject to Software Freedom Conservancy Travel Policy. [https://github.com/conservancy/policies/blob/master/Travel/conservancy-travel-policy.txt#L220 Software Freedom Conservancy Travel Policy] requires Projects Leadership Committees to define a **procedure for Requests for Travel Policy exemptions**.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Travel Procedures===&lt;br /&gt;
&lt;br /&gt;
Please read [https://sfconservancy.org/projects/policies/conservancy-travel-policy.html Software Freedom Conservancy Travel Policy].&lt;br /&gt;
&lt;br /&gt;
Travelers traveling on behalf of Sugar Labs must seek approvals and submit expense reports to SLOBs. &lt;br /&gt;
&lt;br /&gt;
SLOBs are to review those expense reports and pass them along to Conservancy’s accounting office for final approval and reimbursement.&lt;br /&gt;
&lt;br /&gt;
SLOBs are responsible for creating procedures for requesting exceptions to Conservancy Travel Policy, and submitting to Conservancy reimbursement requests associated with their respective Projects. &lt;br /&gt;
&lt;br /&gt;
Persons working on behalf of Sugar Labs seeking an exception to this Policy must petition SLOBs to obtain written approval from Conservancy authorizing the exception.&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;Request for Travel Policy exemptions&amp;quot;===&lt;br /&gt;
&lt;br /&gt;
&amp;gt;Action 1: Any Sugar Labs member/contributor can request a &amp;quot;Travel Policy exemption&amp;quot; by sending a formal request to slobs AT lists.sugarlabs.org detailing the reason for exemption, the amount of the request, the date needed and any other relevant information. Requesting party understands SFC has the final approval for his/her exemption request and must make sure to ask with enough anticipation of the need of any Travel Policy exemption. &lt;br /&gt;
&lt;br /&gt;
&amp;gt;Action 2: Sugar Labs Oversight Board members manage project funds, and according to available balance on Sugar Labs Accounts at the date of the request, they must try to reach consensus in the form of majority of votes to approve or disapprove the request.  Once the request gets approved or disapproved the decision shall be documented on [[Oversight Board/Decisions]].&lt;br /&gt;
&lt;br /&gt;
&amp;gt;Action 3: In case of an approved decision, Sugar Labs representative or his/her delegate (e.g. Sugar Labs Financial Manager) will communicate to SFC the decision and make in Sugar Labs behalf the correspondent &amp;quot;Travel Policy exemption request&amp;quot; and follow up the result with the Conservancy sharing the results with the Sugar Labs Oversight Board and the requesting party.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Executive_Director&amp;diff=104022</id>
		<title>Sugar Labs/Executive Director</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Executive_Director&amp;diff=104022"/>
		<updated>2022-01-23T18:47:36Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Executive Director (ED) is responsible for the day-to-day operations of the foundation and reports directly to the [[Oversight Board]]. The ED runs the board meetings and is the point of last recourse in case the board becomes deadlocked.&lt;br /&gt;
&lt;br /&gt;
[[User:Walter|Walter Bender]] was elected by the during the [[Oversight_Board/2008/Log-2008-09-19|2008-09-19 board meeting]] as our first executive director.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/About&amp;diff=104021</id>
		<title>Sugar Labs/About</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/About&amp;diff=104021"/>
		<updated>2022-01-23T18:45:59Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Sugar Labs|Sugar Labs&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;]], a non-profit 501(c)3 corporation, serves as a support base and gathering place for the community of educators and software developers who want to extend the [[What is Sugar?|Sugar learning platform]] and create Sugar-compatible applications.&lt;br /&gt;
&lt;br /&gt;
Sugar is available under the free software [http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)] to anyone who wants to use or extend it.&lt;br /&gt;
&lt;br /&gt;
[[Sugar Labs|Learn more about Sugar Labs.]]&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs&amp;diff=104020</id>
		<title>Sugar Labs</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs&amp;diff=104020"/>
		<updated>2022-01-23T18:43:41Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove references to our affiliation with SFC, as we&amp;#039;re now a stand-alone non-profit corporation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Sugar Labs|home=Community Home|meeting_link=Events|meeting_label=Events Calendar}}&lt;br /&gt;
[[Category:General public]]&lt;br /&gt;
[[Category:Team]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
===Mission===&lt;br /&gt;
&lt;br /&gt;
[[Trademark|Sugar Labs&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;]] is a volunteer-driven 501(c)3 nonprofit corporation. Originally part of the One Laptop Per Child project, Sugar Labs coordinates [[Sugar Labs/Getting Involved|volunteers]] around the world who are passionate about providing educational opportunities to children through the Sugar Learning Platform. Sugar Labs® is supported by donations and is seeking [[Donate|funding]] to accelerate development.&lt;br /&gt;
&lt;br /&gt;
== [[:Category:Team|Teams]] ==&lt;br /&gt;
Sugar Labs is organized around overlapping Teams.  Please use the &#039;&#039;&#039;Community&#039;&#039;&#039; panel in the wiki sidebar to visit and explore the work and events for each team.&lt;br /&gt;
This [[:Category:Team | &#039;&#039;Team&#039;&#039; category page]] collects all Sugar Labs wiki pages with a &#039;&#039;Team&#039;&#039; tag.&lt;br /&gt;
== [[:Category:Project|Projects]] ==&lt;br /&gt;
Sugar Labs is working on a few [[:Category:Project|projects]] focused on delivering specific goals in a defined time period.  The &#039;&#039;&#039;Projects&#039;&#039;&#039; panel in the wiki sidebar holds our premier projects. Please also see these project home pages:&lt;br /&gt;
&lt;br /&gt;
| [[Harmonic Distribution]] | [https://sugardextrose.org/ Dextrose] | [[Sugar Creation Kit]] | [[Sugar on a Stick]] |&lt;br /&gt;
&lt;br /&gt;
| [[Replacing Textbooks]] | [[Math4Team |Math4 Project]] |&lt;br /&gt;
&lt;br /&gt;
| [[Summer of Code]] |&lt;br /&gt;
&lt;br /&gt;
== Sugar Labs: a community ==&lt;br /&gt;
:::::::&amp;lt;span style=&amp;quot;font-size: 150%&amp;quot;&amp;gt;for learning and software-development&amp;lt;/span&amp;gt;&lt;br /&gt;
The Sugar development platform is available under the open-source GNU General Public License (GPL) to anyone who wants to extend it. “Sugar Labs, Inc. and serves as a support base and gathering place for the community of educators and software developers who want to extend the platform and who have been creating Sugar-compatible applications.&lt;br /&gt;
&lt;br /&gt;
=== Education Goals ===&lt;br /&gt;
Sugar is useful only to the extent it is used by the learning community. Thus, Sugar Labs is working with educators around the world to focus on these learning challenges:&lt;br /&gt;
&lt;br /&gt;
* To make Sugar and Sugar activities freely and readily available to learners everywhere&lt;br /&gt;
* To explore and share best practices&lt;br /&gt;
* To provide a forum for discussion and support for technology for learning&lt;br /&gt;
* To provide mechanism for evaluation and dissemination of results.&lt;br /&gt;
&lt;br /&gt;
=== Technical Goals ===&lt;br /&gt;
Sugar supports the notions that learners should “share by default” and be able to “explore, express, debug, and critique.” Thus Sugar puts an emphasis on “activities” rather than “applications.” The foundation will focus on solving the challenges that are relevant to these aspects of the interface, namely:&lt;br /&gt;
&lt;br /&gt;
* To make it “simple” to share Sugar activities. This will require an architecture that allows discovery of activities.&lt;br /&gt;
* To create versions of Sugar that run on multiple operating systems and on multiple hardware platforms. It should be “simple” to install Sugar everywhere. Specifically, it means packaging for every distribution and every virtual machine—removing hardware-related dependencies wherever possible.&lt;br /&gt;
* To make it  “simple” to write Sugar activities. This necessitates stable APIs and example code that uses these APIs.&lt;br /&gt;
* To make Sugar activities even more secure. Our principal user community is comprised of children; they must be protected from malware, phishing, botnets, etc.&lt;br /&gt;
&lt;br /&gt;
=== Community Goals ===&lt;br /&gt;
Sugar Labs is here to support community innovation, entrepreneurship, and enterprise. Sugar Labs would like to help community members start projects that help sustain and grow the Sugar technology and learning communities:&lt;br /&gt;
&lt;br /&gt;
* To provide local and regional technical and pedagogical support.&lt;br /&gt;
* To create new learning activities and pedagogical practice.&lt;br /&gt;
* To provide localization and internationalization of software, content, and documentation.&lt;br /&gt;
* To provide integration and customization services.&lt;br /&gt;
&lt;br /&gt;
=== Principles ===&lt;br /&gt;
In order for Sugar to be successful, it needs the participation of a large number of people who share common goals while maintaining independence, so that each participant has the ability to act independently. For these reasons, Sugar Labs subscribes to the principles described [http://flors.wordpress.com/2008/05/04/the-paradigm-of-the-open-organization/ here], which are the author&#039;s own translation of an [http://web.archive.org/web/20050317231119/http://interactors.coop/organizacionabierta original text in Spanish.]&lt;br /&gt;
&lt;br /&gt;
====Identity====&lt;br /&gt;
* Clear mission – Fully disclosed objectives.&lt;br /&gt;
* Declared commitments – Affinities and aversions explained.&lt;br /&gt;
* Declared outside connections – Relationships with other organizations explicitly listed.&lt;br /&gt;
&lt;br /&gt;
====Structure====&lt;br /&gt;
* Horizontal organization – Teams and facilitators work on responsibilities and agreements.&lt;br /&gt;
* Identified contributors – Who is who, people are reachable.&lt;br /&gt;
* Clear responsibilities – Who is in charge of what.&lt;br /&gt;
* Activities described – All of the ongoing work is acknowledged.&lt;br /&gt;
See [[Wiki_Team/Guide/Wiki_Structure | Wiki Structure]] for a guide to how the wiki models Sugar Labs&#039; structure.&lt;br /&gt;
&lt;br /&gt;
====Operation====&lt;br /&gt;
* Open participation – Anybody can access the information and get a first responsibility.&lt;br /&gt;
* Meritocracy – Responsibilities are acquired (or lost) based on one&#039;s skills, results, and contributors’ support.&lt;br /&gt;
* Voluntary (non-)engagement – Nobody is forced to be involved or to keep responsibilities.&lt;br /&gt;
&lt;br /&gt;
====Information====&lt;br /&gt;
* Regular reports – Reported activities and future plans allow monitoring and participation.&lt;br /&gt;
* Information accessible – Even internal operational information is available by default.&lt;br /&gt;
*: We try to operate &#039;&#039;&#039;&#039;&#039;[[Archive/Current_Events/2009-06-10#En_plein_air|en plein air]]&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
* Explicit confidentiality – It is explained what matters are confidential, why, and who can access them.&lt;br /&gt;
&lt;br /&gt;
====Goods====&lt;br /&gt;
* Economic model – Feasibility and sustainability plans are exposed. (Please see/contribute to the discussion [[Sugar Labs/Funding|here]].)&lt;br /&gt;
* Resources – Inventory of items detailing who contributed what and why.&lt;br /&gt;
* Public accounts – It’s clear where the money comes from and where it goes.&lt;br /&gt;
* A special [[Sugar Labs/Thank You|thanks]] to our contributors.&lt;br /&gt;
&lt;br /&gt;
=== [[Sugar Labs/Governance|Governance]] ===&lt;br /&gt;
Informed by the above principles, Sugar Labs has a [[Sugar Labs/Governance|governance model]].&lt;br /&gt;
&lt;br /&gt;
==[[Sugar Labs/Roadmap|Roadmap]]==&lt;br /&gt;
The [[Sugar Labs/Roadmap|Sugar Community roadmap]] is used to guide our community efforts:&lt;br /&gt;
* Mission, Vision, Values&lt;br /&gt;
* Distribution&lt;br /&gt;
* Deployments&lt;br /&gt;
* Quality Assurance&lt;br /&gt;
* Infrastructure&lt;br /&gt;
&lt;br /&gt;
==[[Sugar Labs/Current Events|Community News]]==&lt;br /&gt;
A [[Sugar Labs/Current Events|current events page]] is updated weekly (usually on Monday morning) with notes from the Sugar Labs community. (The Sugar Digest is also sent to the [http://lists.sugarlabs.org/listinfo/community-news community-news at lists.sugarlabs.org] list and blogged at [http://walterbender.org/ walterbender.org].) If you would like to contribute, please send email to [[User:walter|walter]] at sugarlabs.org by the weekend. (Also visit [http://planet.sugarlabs.org planet.sugarlabs.org].)&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;[[Archive/Current Events|archive]]&#039;&#039;&#039; of Sugar Digests is available.&lt;br /&gt;
&lt;br /&gt;
==[[Sugar Labs/Events | Events Calendar]]==&lt;br /&gt;
Sugar [[Sugar Labs/Events | community events]] are posted in a public calendar within the Google Calendar system. The calendar is available in a variety of formats: &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt; [[Image:XML.gif|link=http://www.google.com/calendar/feeds/6n9a99dr5knag9tp0obc0rncug%40group.calendar.google.com/public/basic]] [[Image:ICal.gif|link=http://www.google.com/calendar/ical/h9cfuk10894em7a8moemquusmg%40group.calendar.google.com/public/basic.ics]] [[Image:HTML.gif|link=http://www.google.com/calendar/embed?src=6n9a99dr5knag9tp0obc0rncug%40group.calendar.google.com&amp;amp;ctz=America/New_York]].&lt;br /&gt;
&lt;br /&gt;
Please contact [[User:Walter]] if you&#039;d like to post an event to the calendar. Or simply post it below and it will be included.&lt;br /&gt;
&lt;br /&gt;
== [[Local Labs]] ==&lt;br /&gt;
A local Sugar Lab adapts the technology and pedagogy to an area&#039;s culture and resources (&#039;&#039;e.g.&#039;&#039;, developing activities and content specific to a region); helps translate Sugar to the local language(s); supports Sugar deployments in area schools; creates a local community devoted to the Sugar Labs principles, making Sugar more open and sustainable; provides for communication, between the local communities and the global Sugar Labs community; develops Local content and software that can be used not only for local purposes but also for the overall community; hosts, co-hosts or partners in the organization of conferences, workshops, talks and meetings related to the use or development of Sugar.&lt;br /&gt;
&lt;br /&gt;
Please visit these Local Labs:&lt;br /&gt;
&lt;br /&gt;
| [http://co.sugarlabs.org/go/Laboratorios_A&lt;br /&gt;
&lt;br /&gt;
�car_Colombia Sugar Labs Colombia] | [http://cl.sugarlabs.org/go/Página_Principal Sugar Labs Chile] | [[Sugar Labs DC]] | [http://pe.sugarlabs.org/ Sugar Labs Peru] | [http://ar.sugarlabs.org/ Sugar Labs Argentina] |&lt;br /&gt;
&amp;lt;div class=&amp;quot;NavFrame &amp;quot;&amp;gt;&amp;lt;div class=&amp;quot;NavHead&amp;quot;&amp;gt;&#039;&#039;&#039;Local Lab wiki portal&#039;&#039;&#039; &amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;NavContent&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|[http://co.sugarlabs.org/go/Laboratorios_Azúcar_Colombia Sugar Labs Colombia]&lt;br /&gt;
{{#widget:Iframe&lt;br /&gt;
|url=http://co.sugarlabs.org&lt;br /&gt;
|width=410&lt;br /&gt;
|height=342&lt;br /&gt;
|border=1&lt;br /&gt;
}}&lt;br /&gt;
|[http://cl.sugarlabs.org/go/Página_Principal Chile Local Labs]&lt;br /&gt;
{{#widget:Iframe&lt;br /&gt;
|url=http://cl.sugarlabs.org&lt;br /&gt;
|width=410&lt;br /&gt;
|height=342&lt;br /&gt;
|border=1&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Sugar Labs DC]]&lt;br /&gt;
{{#widget:Iframe&lt;br /&gt;
|url=http://wiki.sugarlabs.org/go/Sugar_Labs_DC&lt;br /&gt;
|width=410&lt;br /&gt;
|height=342&lt;br /&gt;
|border=1&lt;br /&gt;
}}&lt;br /&gt;
|[http://pe.sugarlabs.org/ Sugar Labs Peru]&lt;br /&gt;
{{#widget:Iframe&lt;br /&gt;
|url=http://pe.sugarlabs.org/&lt;br /&gt;
|width=410&lt;br /&gt;
|height=342&lt;br /&gt;
|border=1&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|[http://ar.sugarlabs.org/ Sugar Labs Argentina]&lt;br /&gt;
{{#widget:Iframe&lt;br /&gt;
|url=http://ar.sugarlabs.org&lt;br /&gt;
|width=410&lt;br /&gt;
|height=342&lt;br /&gt;
|border=1&lt;br /&gt;
}}&lt;br /&gt;
| Who&#039;s next?&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Subpages index ==&lt;br /&gt;
{{Special:PrefixIndex/Sugar_Labs/}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104016</id>
		<title>Sugar Labs/Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104016"/>
		<updated>2021-12-31T18:29:56Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Graduate | HIGH PRIORITY. Also grab recent transactions/etc wikicode from https://trisquel.info/en/donate }}&lt;br /&gt;
Sugar Labs Inc. is a 501(c)(3) not-for-profit organization incorporated in the state of New Jersey of the United States of America; its [[wikipedia:Employer_Identification_Number|EIN]] is 84-3289298.&lt;br /&gt;
&lt;br /&gt;
Sugar Labs was formerly a member project of the [http://sfconservancy.org/ Software Freedom Conservancy], a 501(c)(3) not-for-profit organization, but is now an independent 501(c)(3) charitable non-profit organization.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Commented out until we sort out all details with the Conservancy.&lt;br /&gt;
=== Donate via BitCoin ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin logo.png|frameless|left]]&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/ BitCoin] is a peer-to-peer virtual currency. Our BitCoin address is:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;&#039;1PZc7yomfGbjGwFvzmAXkYpCKCemp68cry&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; Since we are using a single address for receiving all contributions, we are not providing full anonymity.&lt;br /&gt;
If you&#039;d like us to know who the contribution came from, and be able to acknowledge receipt of your donation, then&lt;br /&gt;
please email &amp;lt;&#039;&#039;&#039;donate&#039;&#039;&#039; @ &#039;&#039;&#039;sugarlabs&#039;&#039;&#039; . &#039;&#039;&#039;org&#039;&#039;&#039;&amp;gt; with your name, address, and contribution info.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Donate Via PayPal ===&lt;br /&gt;
Donations via PayPal may be sent to donations@sugarlabs.org, or via https://paypal.me/sugarlabsinc&lt;br /&gt;
&lt;br /&gt;
=== Donate Via Zelle (US Only) ===&lt;br /&gt;
Donations via PayPal may be sent via Zelle to donations@sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
=== Mail us a check ===&lt;br /&gt;
&lt;br /&gt;
Please make your check payable to:&lt;br /&gt;
:&#039;&#039;&#039;Sugar Labs, Inc.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Checks should then be mailed to:&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2028 E Ben White Blvd #240-1271 &lt;br /&gt;
:Austin, TX 78741&lt;br /&gt;
:USA&lt;br /&gt;
&lt;br /&gt;
=== From outside the US ===&lt;br /&gt;
&lt;br /&gt;
International donations via PayPal are preferred, if possible. Otherwise, donations from banks outside of the US or not in US dollars should be handled by wire. &lt;br /&gt;
Donors wishing to send a wire should contact &amp;lt;donations@sugarlabs.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want to team up with other donors to save international banking fees. &lt;br /&gt;
Feel free to post to [[Mailing_Lists#General_Lists|iaep]] to say you wish to make a donation.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104015</id>
		<title>Sugar Labs/Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104015"/>
		<updated>2021-12-31T18:29:35Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Graduate | HIGH PRIORITY. Also grab recent transactions/etc wikicode from https://trisquel.info/en/donate }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As of 2021, Sugar Labs Inc. is a 501(c)(3) not-for-profit organization incorporated in the state of New Jersey of the United States of America; its [[wikipedia:Employer_Identification_Number|EIN]] is 84-3289298.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sugar Labs was formerly a member project of the [http://sfconservancy.org/ Software Freedom Conservancy], a 501(c)(3) not-for-profit organization, but is now an independent 501(c)(3) charitable non-profit organization.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Commented out until we sort out all details with the Conservancy.&lt;br /&gt;
=== Donate via BitCoin ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin logo.png|frameless|left]]&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/ BitCoin] is a peer-to-peer virtual currency. Our BitCoin address is:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;&#039;1PZc7yomfGbjGwFvzmAXkYpCKCemp68cry&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; Since we are using a single address for receiving all contributions, we are not providing full anonymity.&lt;br /&gt;
If you&#039;d like us to know who the contribution came from, and be able to acknowledge receipt of your donation, then&lt;br /&gt;
please email &amp;lt;&#039;&#039;&#039;donate&#039;&#039;&#039; @ &#039;&#039;&#039;sugarlabs&#039;&#039;&#039; . &#039;&#039;&#039;org&#039;&#039;&#039;&amp;gt; with your name, address, and contribution info.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Donate Via PayPal ===&lt;br /&gt;
Donations via PayPal may be sent to donations@sugarlabs.org, or via https://paypal.me/sugarlabsinc&lt;br /&gt;
&lt;br /&gt;
=== Donate Via Zelle (US Only) ===&lt;br /&gt;
Donations via PayPal may be sent via Zelle to donations@sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
=== Mail us a check ===&lt;br /&gt;
&lt;br /&gt;
Please make your check payable to:&lt;br /&gt;
:&#039;&#039;&#039;Sugar Labs, Inc.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Checks should then be mailed to:&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2028 E Ben White Blvd #240-1271 &lt;br /&gt;
:Austin, TX 78741&lt;br /&gt;
:USA&lt;br /&gt;
&lt;br /&gt;
=== From outside the US ===&lt;br /&gt;
&lt;br /&gt;
International donations via PayPal are preferred, if possible. Otherwise, donations from banks outside of the US or not in US dollars should be handled by wire. &lt;br /&gt;
Donors wishing to send a wire should contact &amp;lt;donations@sugarlabs.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want to team up with other donors to save international banking fees. &lt;br /&gt;
Feel free to post to [[Mailing_Lists#General_Lists|iaep]] to say you wish to make a donation.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104014</id>
		<title>Sugar Labs/Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104014"/>
		<updated>2021-12-31T18:27:21Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* From outside the US */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Graduate | HIGH PRIORITY. Also grab recent transactions/etc wikicode from https://trisquel.info/en/donate }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As of 2021, Sugar Labs Inc. is a 501(c)(3) not-for-profit organization incorporated in the state of New Jersey of the United States of America; its [[wikipedia:Employer_Identification_Number|EIN]] is 84-3289298.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sugar Labs was formerly a member project of the [http://sfconservancy.org/ Software Freedom Conservancy], a 501(c)(3) not-for-profit organization, but has become an independent entity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2016-05-15 this is broken with error &amp;quot;Cannot find HTML file paypal.html&amp;quot; &lt;br /&gt;
&lt;br /&gt;
=== Donate via PayPal ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;htmlet&amp;gt;paypal&amp;lt;/htmlet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Commented out until we sort out all details with the Conservancy.&lt;br /&gt;
=== Donate via BitCoin ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin logo.png|frameless|left]]&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/ BitCoin] is a peer-to-peer virtual currency. Our BitCoin address is:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;&#039;1PZc7yomfGbjGwFvzmAXkYpCKCemp68cry&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; Since we are using a single address for receiving all contributions, we are not providing full anonymity.&lt;br /&gt;
If you&#039;d like us to know who the contribution came from, and be able to acknowledge receipt of your donation, then&lt;br /&gt;
please email &amp;lt;&#039;&#039;&#039;donate&#039;&#039;&#039; @ &#039;&#039;&#039;sugarlabs&#039;&#039;&#039; . &#039;&#039;&#039;org&#039;&#039;&#039;&amp;gt; with your name, address, and contribution info.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Via PayPal ===&lt;br /&gt;
Donations via PayPal may be sent to donations@sugarlabs.org, or via https://paypal.me/sugarlabsinc&lt;br /&gt;
&lt;br /&gt;
=== Via Zelle (US Only) ===&lt;br /&gt;
Donations via PayPal may be sent via Zelle to donations@sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
=== Mail us a check ===&lt;br /&gt;
&lt;br /&gt;
Please make your check payable to:&lt;br /&gt;
:&#039;&#039;&#039;Sugar Labs, Inc.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Checks should then be mailed to:&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2028 E Ben White Blvd #240-1271 &lt;br /&gt;
:Austin, TX 78741&lt;br /&gt;
:USA&lt;br /&gt;
&lt;br /&gt;
=== From outside the US ===&lt;br /&gt;
&lt;br /&gt;
International donations via PayPal are preferred, if possible. Otherwise, donations from banks outside of the US or not in US dollars should be handled by wire. &lt;br /&gt;
Donors wishing to send a wire should contact &amp;lt;donations@sugarlabs.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want to team up with other donors to save international banking fees. &lt;br /&gt;
Feel free to post to [[Mailing_Lists#General_Lists|iaep]] to say you wish to make a donation.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104013</id>
		<title>Sugar Labs/Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104013"/>
		<updated>2021-12-31T18:26:19Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Via PayPal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Graduate | HIGH PRIORITY. Also grab recent transactions/etc wikicode from https://trisquel.info/en/donate }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As of 2021, Sugar Labs Inc. is a 501(c)(3) not-for-profit organization incorporated in the state of New Jersey of the United States of America; its [[wikipedia:Employer_Identification_Number|EIN]] is 84-3289298.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sugar Labs was formerly a member project of the [http://sfconservancy.org/ Software Freedom Conservancy], a 501(c)(3) not-for-profit organization, but has become an independent entity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2016-05-15 this is broken with error &amp;quot;Cannot find HTML file paypal.html&amp;quot; &lt;br /&gt;
&lt;br /&gt;
=== Donate via PayPal ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;htmlet&amp;gt;paypal&amp;lt;/htmlet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Commented out until we sort out all details with the Conservancy.&lt;br /&gt;
=== Donate via BitCoin ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin logo.png|frameless|left]]&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/ BitCoin] is a peer-to-peer virtual currency. Our BitCoin address is:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;&#039;1PZc7yomfGbjGwFvzmAXkYpCKCemp68cry&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; Since we are using a single address for receiving all contributions, we are not providing full anonymity.&lt;br /&gt;
If you&#039;d like us to know who the contribution came from, and be able to acknowledge receipt of your donation, then&lt;br /&gt;
please email &amp;lt;&#039;&#039;&#039;donate&#039;&#039;&#039; @ &#039;&#039;&#039;sugarlabs&#039;&#039;&#039; . &#039;&#039;&#039;org&#039;&#039;&#039;&amp;gt; with your name, address, and contribution info.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Via PayPal ===&lt;br /&gt;
Donations via PayPal may be sent to donations@sugarlabs.org, or via https://paypal.me/sugarlabsinc&lt;br /&gt;
&lt;br /&gt;
=== Via Zelle (US Only) ===&lt;br /&gt;
Donations via PayPal may be sent via Zelle to donations@sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
=== Mail us a check ===&lt;br /&gt;
&lt;br /&gt;
Please make your check payable to:&lt;br /&gt;
:&#039;&#039;&#039;Sugar Labs, Inc.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Checks should then be mailed to:&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2028 E Ben White Blvd #240-1271 &lt;br /&gt;
:Austin, TX 78741&lt;br /&gt;
:USA&lt;br /&gt;
&lt;br /&gt;
=== From outside the US ===&lt;br /&gt;
&lt;br /&gt;
Donations from banks outside of the US or not in US dollars should be handled by wire. &lt;br /&gt;
Donors wishing to send a wire should contact &amp;lt;donations@sugarlabs.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want to team up with other donors to save international banking fees. &lt;br /&gt;
Feel free to post to [[Mailing_Lists#General_Lists|iaep]] to say you wish to make a donation.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104012</id>
		<title>Sugar Labs/Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=104012"/>
		<updated>2021-12-31T18:26:00Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Additional donation methods&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Graduate | HIGH PRIORITY. Also grab recent transactions/etc wikicode from https://trisquel.info/en/donate }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As of 2021, Sugar Labs Inc. is a 501(c)(3) not-for-profit organization incorporated in the state of New Jersey of the United States of America; its [[wikipedia:Employer_Identification_Number|EIN]] is 84-3289298.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sugar Labs was formerly a member project of the [http://sfconservancy.org/ Software Freedom Conservancy], a 501(c)(3) not-for-profit organization, but has become an independent entity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2016-05-15 this is broken with error &amp;quot;Cannot find HTML file paypal.html&amp;quot; &lt;br /&gt;
&lt;br /&gt;
=== Donate via PayPal ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;htmlet&amp;gt;paypal&amp;lt;/htmlet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Commented out until we sort out all details with the Conservancy.&lt;br /&gt;
=== Donate via BitCoin ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin logo.png|frameless|left]]&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/ BitCoin] is a peer-to-peer virtual currency. Our BitCoin address is:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;&#039;1PZc7yomfGbjGwFvzmAXkYpCKCemp68cry&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; Since we are using a single address for receiving all contributions, we are not providing full anonymity.&lt;br /&gt;
If you&#039;d like us to know who the contribution came from, and be able to acknowledge receipt of your donation, then&lt;br /&gt;
please email &amp;lt;&#039;&#039;&#039;donate&#039;&#039;&#039; @ &#039;&#039;&#039;sugarlabs&#039;&#039;&#039; . &#039;&#039;&#039;org&#039;&#039;&#039;&amp;gt; with your name, address, and contribution info.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Via PayPal ===&lt;br /&gt;
Donations via PayPal may be sent to donations@sugarlabs.org, or via https://paypal.me/sugarlabsinc&lt;br /&gt;
&lt;br /&gt;
=== Via Zelle (US Only)&lt;br /&gt;
Donations via PayPal may be sent via Zelle to donations@sugarlabs.org &lt;br /&gt;
&lt;br /&gt;
=== Mail us a check ===&lt;br /&gt;
&lt;br /&gt;
Please make your check payable to:&lt;br /&gt;
:&#039;&#039;&#039;Sugar Labs, Inc.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Checks should then be mailed to:&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2028 E Ben White Blvd #240-1271 &lt;br /&gt;
:Austin, TX 78741&lt;br /&gt;
:USA&lt;br /&gt;
&lt;br /&gt;
=== From outside the US ===&lt;br /&gt;
&lt;br /&gt;
Donations from banks outside of the US or not in US dollars should be handled by wire. &lt;br /&gt;
Donors wishing to send a wire should contact &amp;lt;donations@sugarlabs.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want to team up with other donors to save international banking fees. &lt;br /&gt;
Feel free to post to [[Mailing_Lists#General_Lists|iaep]] to say you wish to make a donation.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=103997</id>
		<title>Sugar Labs/Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=103997"/>
		<updated>2021-07-27T16:11:42Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Graduate | HIGH PRIORITY. Also grab recent transactions/etc wikicode from https://trisquel.info/en/donate }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As of 2021, Sugar Labs Inc. is a 501(c)(3) not-for-profit organization incorporated in the state of New Jersey of the United States of America; its [[wikipedia:Employer_Identification_Number|EIN]] is 84-3289298.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sugar Labs was formerly a member project of the [http://sfconservancy.org/ Software Freedom Conservancy], a 501(c)(3) not-for-profit organization, but has become an independent entity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2016-05-15 this is broken with error &amp;quot;Cannot find HTML file paypal.html&amp;quot; &lt;br /&gt;
&lt;br /&gt;
=== Donate via PayPal ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;htmlet&amp;gt;paypal&amp;lt;/htmlet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Commented out until we sort out all details with the Conservancy.&lt;br /&gt;
=== Donate via BitCoin ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin logo.png|frameless|left]]&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/ BitCoin] is a peer-to-peer virtual currency. Our BitCoin address is:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;&#039;1PZc7yomfGbjGwFvzmAXkYpCKCemp68cry&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; Since we are using a single address for receiving all contributions, we are not providing full anonymity.&lt;br /&gt;
If you&#039;d like us to know who the contribution came from, and be able to acknowledge receipt of your donation, then&lt;br /&gt;
please email &amp;lt;&#039;&#039;&#039;donate&#039;&#039;&#039; @ &#039;&#039;&#039;sugarlabs&#039;&#039;&#039; . &#039;&#039;&#039;org&#039;&#039;&#039;&amp;gt; with your name, address, and contribution info.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Mail us a check ===&lt;br /&gt;
&lt;br /&gt;
Please make your check payable to:&lt;br /&gt;
:&#039;&#039;&#039;Sugar Labs, Inc.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Checks should then be mailed to:&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2028 E Ben White Blvd #240-1271 &lt;br /&gt;
:Austin, TX 78741&lt;br /&gt;
:USA&lt;br /&gt;
&lt;br /&gt;
=== From outside the US ===&lt;br /&gt;
&lt;br /&gt;
Donations from banks outside of the US or not in US dollars should be handled by wire. &lt;br /&gt;
Donors wishing to send a wire should contact &amp;lt;donations@sugarlabs.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want to team up with other donors to save international banking fees. &lt;br /&gt;
Feel free to post to [[Mailing_Lists#General_Lists|iaep]] to say you wish to make a donation.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=103996</id>
		<title>Sugar Labs/Donate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_Labs/Donate&amp;diff=103996"/>
		<updated>2021-07-27T16:11:03Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Reflect the fact that we&amp;#039;re now an independent entity, not affiliated with Software Freedom Conservancy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Graduate | HIGH PRIORITY. Also grab recent transactions/etc wikicode from https://trisquel.info/en/donate }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As of 2021, Sugar Labs Inc. is a 501(c)(3) not-for-profit organization incorporated in the state of New Jersey of the United States of America; its [[wikipedia:Employer_Identification_Number|EIN]] is 84-3289298.&lt;br /&gt;
&lt;br /&gt;
Sugar Labs was formerly a member project of the [http://sfconservancy.org/ Software Freedom Conservancy], a 501(c)(3) not-for-profit organization, but has become an independent entity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2016-05-15 this is broken with error &amp;quot;Cannot find HTML file paypal.html&amp;quot; &lt;br /&gt;
&lt;br /&gt;
=== Donate via PayPal ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;htmlet&amp;gt;paypal&amp;lt;/htmlet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Commented out until we sort out all details with the Conservancy.&lt;br /&gt;
=== Donate via BitCoin ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Bitcoin logo.png|frameless|left]]&lt;br /&gt;
&lt;br /&gt;
[http://www.bitcoin.org/ BitCoin] is a peer-to-peer virtual currency. Our BitCoin address is:&lt;br /&gt;
:&amp;lt;tt&amp;gt;&#039;&#039;&#039;1PZc7yomfGbjGwFvzmAXkYpCKCemp68cry&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note:&#039;&#039;&#039; Since we are using a single address for receiving all contributions, we are not providing full anonymity.&lt;br /&gt;
If you&#039;d like us to know who the contribution came from, and be able to acknowledge receipt of your donation, then&lt;br /&gt;
please email &amp;lt;&#039;&#039;&#039;donate&#039;&#039;&#039; @ &#039;&#039;&#039;sugarlabs&#039;&#039;&#039; . &#039;&#039;&#039;org&#039;&#039;&#039;&amp;gt; with your name, address, and contribution info.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Mail us a check ===&lt;br /&gt;
&lt;br /&gt;
Please make your check payable to:&lt;br /&gt;
:&#039;&#039;&#039;Sugar Labs, Inc.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Checks should then be mailed to:&lt;br /&gt;
:Sugar Labs, Inc.&lt;br /&gt;
:2028 E Ben White Blvd #240-1271 &lt;br /&gt;
:Austin, TX 78741&lt;br /&gt;
:USA&lt;br /&gt;
&lt;br /&gt;
=== From outside the US ===&lt;br /&gt;
&lt;br /&gt;
Donations from banks outside of the US or not in US dollars should be handled by wire. &lt;br /&gt;
Donors wishing to send a wire should contact &amp;lt;donations@sugarlabs.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might want to team up with other donors to save international banking fees. &lt;br /&gt;
Feel free to post to [[Mailing_Lists#General_Lists|iaep]] to say you wish to make a donation.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/lightwave&amp;diff=103991</id>
		<title>Machine/lightwave</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/lightwave&amp;diff=103991"/>
		<updated>2021-07-03T05:20:43Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hostnames ==&lt;br /&gt;
&lt;br /&gt;
* lightwave.sugarlabs.org&lt;br /&gt;
* ns1.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
&lt;br /&gt;
This is intended to be a high security machine managed by core members&lt;br /&gt;
of the Infrastructure team.&lt;br /&gt;
&lt;br /&gt;
It currently runs only our [[Service/Nameservers|Master Nameserver]] and PGP keyserver ([http://keys.sugarlabs.org:11371/pks/lookup?op=stats keys.sugarlabs.org]).&lt;br /&gt;
In the future, it will also run the master LDAP, which is currently&lt;br /&gt;
hosted on Sunjammer.&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
&lt;br /&gt;
KVM virtual machine hosted on [[Machine/justice]]&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], bernie on #sugar Libera.chat&lt;br /&gt;
* [[User:sascha_silbe|Sascha Silbe]], silbe on #sugar Libera.chat&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
* Please don&#039;t install web applications or other insecure services on this machine.&lt;br /&gt;
* Please don&#039;t create additional user accounts on this machine.&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/justice&amp;diff=103990</id>
		<title>Machine/justice</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/justice&amp;diff=103990"/>
		<updated>2021-07-03T02:13:20Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* justice.sugarlabs.org&lt;br /&gt;
* freedom.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
&lt;br /&gt;
Freedom and Justice are two twin KVM hosts bought by Sugar Labs in 2012.&lt;br /&gt;
&lt;br /&gt;
Justice is currently our primary VM hosting box, while freedom is a hot-standby running some secondary services in docker containers and backups.&lt;br /&gt;
&lt;br /&gt;
== Machines ==&lt;br /&gt;
&lt;br /&gt;
The following machines services are hosted:&lt;br /&gt;
&lt;br /&gt;
* [[Machine/lightwave]], [[Service/Nameservers]],&lt;br /&gt;
* [[Machine/pootle]], [[Service/translate]],&lt;br /&gt;
* [[Service/activities]] aslo,&lt;br /&gt;
* [[Machine/library]],&lt;br /&gt;
* [[Machine/aslo4]],&lt;br /&gt;
* [[Machine/jita]], [[Service/git]], [[Service/jabber]], [[Service/meeting]], [[Service/obs]], [[Service/chat]], [[Service/cgit]], [[Service/blacklist]], [[Service/stats]],&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* 2U rack-mountable case&lt;br /&gt;
* Motherboard Supermicro H8SGL (or maybe H8SGL-F)&lt;br /&gt;
* 8-core Opteron 6212 @ 1.7GHz&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2x1TB RAID1&lt;br /&gt;
&lt;br /&gt;
== Management ==&lt;br /&gt;
The two servers have SMT management cards from Supermicro with a seriously awful web interface:&lt;br /&gt;
* [http://justice-mng.sugarlabs.org/ justice-mng.sugarlabs.org]&lt;br /&gt;
* [http://freedom-mng.sugarlabs.org/ freedom-mng.sugarlas.org]&lt;br /&gt;
Of course you need a separate account. Full KVM support requires the Java browser plugin (yuck!), so we mostly use them for the big reset button in case a server hangs (it happened about once per year).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Use a long, unguessable password, but not one you&#039;re also using elsewhere! A few years ago, a backdoor was discovered in this firmware which would reveal all passwords in plaintext with a simple telnet! Also, login uses unencrypted http.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It&#039;s also possible to talk to the management card from Linux using ipmitool.&lt;br /&gt;
&lt;br /&gt;
Both cards are running firmware version 3.16, which patched a huge backdoor that would trivially reveal all passwords in plaintext. No kidding.  There&#039;s a [https://www.supermicro.com/support/resources/bios_ipmi.php?vendor=2&amp;amp;keywords=H8S newer firmware version], but attempts to update to it failed with both Chrome and Firefox (error: &amp;quot;413 - Request Entity Too Large&amp;quot;). I suspect a bug in their http POST implementation :-(&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* Justice: Ubuntu 18.04 LTS Bionic&lt;br /&gt;
* Freedom: Ubuntu 18.04 LTS Bionic&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
Hosted by the [http://media.mit.edu/ MIT Media Lab] in server room E15-243.&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:MrBIOS|Alex Perez]], aperezbios on #sugar libera.chat&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], bernie on #sugar libera.chat&lt;br /&gt;
* [[User:Srevin03|Srevin Saju]], srevinsaju on #sugar on libera.chat&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
Justice is globally accessible through public, static IPv4.&lt;br /&gt;
The IPv6 /64 subnet (6to4) is currently experimental and not associated with AAAA records.&lt;br /&gt;
&lt;br /&gt;
== Hosted VMs ==&lt;br /&gt;
All KVM virtual machines are managed by libvirtd.&lt;br /&gt;
&lt;br /&gt;
See [[Sysadmin/Add virtual machine]] for creating new VMs.&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/{{PAGENAME}}/}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/justice&amp;diff=103989</id>
		<title>Machine/justice</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/justice&amp;diff=103989"/>
		<updated>2021-07-03T02:12:19Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Machines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* justice.sugarlabs.org&lt;br /&gt;
* freedom.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
&lt;br /&gt;
Freedom and Justice are two twin KVM hosts bought by Sugar Labs in 2012.&lt;br /&gt;
&lt;br /&gt;
Justice is currently our primary VM hosting box, while freedom is a hot-standby running some secondary services in docker containers and backups.&lt;br /&gt;
&lt;br /&gt;
== Machines ==&lt;br /&gt;
&lt;br /&gt;
The following machines services are hosted:&lt;br /&gt;
&lt;br /&gt;
* [[Machine/lightwave]], [[Service/Nameservers]],&lt;br /&gt;
* [[Machine/pootle]], [[Service/translate]],&lt;br /&gt;
* [[Service/activities]] aslo,&lt;br /&gt;
* [[Machine/library]],&lt;br /&gt;
* [[Machine/aslo4]],&lt;br /&gt;
* [[Machine/jita]], [[Service/git]], [[Service/jabber]], [[Service/meeting]], [[Service/obs]], [[Service/chat]], [[Service/cgit]], [[Service/blacklist]], [[Service/stats]],&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* 2U rack-mountable case&lt;br /&gt;
* Motherboard Supermicro H8SGL (or maybe H8SGL-F)&lt;br /&gt;
* 8-core Opteron 6212 @ 1.7GHz&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2x1TB RAID1&lt;br /&gt;
&lt;br /&gt;
== Management ==&lt;br /&gt;
The two servers have SMT management cards from Supermicro with a seriously awful web interface:&lt;br /&gt;
* [http://justice-mng.sugarlabs.org/ justice-mng.sugarlabs.org]&lt;br /&gt;
* [http://freedom-mng.sugarlabs.org/ freedom-mng.sugarlas.org]&lt;br /&gt;
Of course you need a separate account. Full KVM support requires the Java browser plugin (yuck!), so we mostly use them for the big reset button in case a server hangs (it happened about once per year).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Use a long, unguessable password, but not one you&#039;re also using elsewhere! A few years ago, a backdoor was discovered in this firmware which would reveal all passwords in plaintext with a simple telnet! Also, login uses unencrypted http.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It&#039;s also possible to talk to the management card from Linux using ipmitool.&lt;br /&gt;
&lt;br /&gt;
Both cards are running firmware version 3.16, which patched a huge backdoor that would trivially reveal all passwords in plaintext. No kidding.  There&#039;s a [https://www.supermicro.com/support/resources/bios_ipmi.php?vendor=2&amp;amp;keywords=H8S newer firmware version], but attempts to update to it failed with both Chrome and Firefox (error: &amp;quot;413 - Request Entity Too Large&amp;quot;). I suspect a bug in their http POST implementation :-(&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* Justice: Ubuntu 18.04 LTS Bionic&lt;br /&gt;
* Freedom: Ubuntu 18.04 LTS Bionic&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
Hosted by the [http://media.mit.edu/ MIT Media Lab] in server room E15-243.&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:MrBIOS|Alex Perez]], aperezbios on #sugar Freenode&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], bernie on #sugar Freenode&lt;br /&gt;
* [[User:Scg|Samuel Cantero]], scg on #sugar Freenode&lt;br /&gt;
* [[User:SAMdroid|Sam]], samdroid on #sugar on Freenode&lt;br /&gt;
* [[User:Srevin03|Srevin Saju]], srevinsaju on #sugar on Freenode&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
Justice is globally accessible through public, static IPv4.&lt;br /&gt;
The IPv6 /64 subnet (6to4) is currently experimental and not associated with AAAA records.&lt;br /&gt;
&lt;br /&gt;
== Hosted VMs ==&lt;br /&gt;
All KVM virtual machines are managed by libvirtd.&lt;br /&gt;
&lt;br /&gt;
See [[Sysadmin/Add virtual machine]] for creating new VMs.&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/{{PAGENAME}}/}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103988</id>
		<title>Machine/bender</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103988"/>
		<updated>2021-07-03T00:55:12Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Network configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* bender.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* HPE ProLiant DL360 Gen10 1RU server&lt;br /&gt;
** Dual socket, current configuration has one CPU&lt;br /&gt;
* [https://ark.intel.com/content/www/us/en/ark/products/199342/intel-xeon-gold-5218r-processor-27-5m-cache-2-10-ghz.html Xeon Gold 5218R]&lt;br /&gt;
** 20 cores/40 threads&lt;br /&gt;
** 2.1GHz base frequency, 4.0GHz max turbo frequency&lt;br /&gt;
** 27.5MB of cache&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2TB NVMe SSD&lt;br /&gt;
* Ubuntu 20.04.2 LTS&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
Owned by Sugar Labs, Inc.&lt;br /&gt;
Hosted by Sonic in Santa Rosa, CA&lt;br /&gt;
&lt;br /&gt;
Bender and Papert are two twin KVM hosts bought by Sugar Labs in 2021.&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:MrBIOS|Alex Perez]], MrBIOS on #sugar Libera.chat IRC network&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], bernie on #sugar Libera.chat IRC network&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
&lt;br /&gt;
Develer has a 10mbit up/downlink and asks to limit bandwidth usage from hosted services.&lt;br /&gt;
There is a traffic shaper, but it may have trouble shaping 6to4 traffic.&lt;br /&gt;
&lt;br /&gt;
Bender is globally accessible through public, static IPv4 address.&lt;br /&gt;
&lt;br /&gt;
The virbr0 bridge is created by libvirt on startup with &amp;lt;code&amp;gt;/etc/libvirt/qemu/networks/default.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
Libvirt does not yet support assigning IPv6 addresses to bridges, therefore we do this in &amp;lt;code&amp;gt;/etc/rc.local&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 ip addr add 2002:5395:9edc:1::1/64 dev virbr0&lt;br /&gt;
&lt;br /&gt;
To automatically configure network and on the guests, Bender also runs radvd, the IPv6 Routing Advertisement&lt;br /&gt;
daemon. The contents of &amp;lt;code&amp;gt;/etc/radvd.conf&amp;lt;/code&amp;gt; are:&lt;br /&gt;
&lt;br /&gt;
 interface virbr0&lt;br /&gt;
 {&lt;br /&gt;
        IgnoreIfMissing on;&lt;br /&gt;
        AdvSendAdvert on;&lt;br /&gt;
        MinRtrAdvInterval 30;&lt;br /&gt;
        MaxRtrAdvInterval 100;&lt;br /&gt;
        AdvDefaultPreference low;&lt;br /&gt;
        AdvHomeAgentFlag off;&lt;br /&gt;
        &lt;br /&gt;
        #bernie: subnet 1 of our /48 6to4 on Develer Consiagnet&lt;br /&gt;
        prefix 2002:5395:9edc:1::1/64&lt;br /&gt;
        {&lt;br /&gt;
                AdvOnLink on;&lt;br /&gt;
                AdvAutonomous on;&lt;br /&gt;
        };&lt;br /&gt;
 };&lt;br /&gt;
&lt;br /&gt;
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually.&lt;br /&gt;
&lt;br /&gt;
== Hosted VMs ==&lt;br /&gt;
All buildslaves currently run off bender as KVM virtual machines managed by libvirtd.&lt;br /&gt;
&lt;br /&gt;
The machines are not globally addressable on IPv4 and are only reachable by IPv6.  The&lt;br /&gt;
IPv6 address is dynamically configured by radvd to a subnet of the public 6to4 net.&lt;br /&gt;
&lt;br /&gt;
All the VMs are in /srv/images. See the README in the same directory.&lt;br /&gt;
&lt;br /&gt;
They have been created with&lt;br /&gt;
&lt;br /&gt;
 virt-install --name buildslave-name --ram 512 \&lt;br /&gt;
 --disk path=/srv/images/buildslave-name.img,size=10&lt;br /&gt;
 --network network:default \&lt;br /&gt;
 --location &amp;quot;mirror-http-address&amp;quot; \&lt;br /&gt;
 --extra-args=&amp;quot;console=tty0 console=ttyS0,115200n8 serial&amp;quot;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103987</id>
		<title>Machine/bender</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103987"/>
		<updated>2021-07-03T00:44:18Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Admins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* bender.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* HPE ProLiant DL360 Gen10 1RU server&lt;br /&gt;
** Dual socket, current configuration has one CPU&lt;br /&gt;
* [https://ark.intel.com/content/www/us/en/ark/products/199342/intel-xeon-gold-5218r-processor-27-5m-cache-2-10-ghz.html Xeon Gold 5218R]&lt;br /&gt;
** 20 cores/40 threads&lt;br /&gt;
** 2.1GHz base frequency, 4.0GHz max turbo frequency&lt;br /&gt;
** 27.5MB of cache&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2TB NVMe SSD&lt;br /&gt;
* Ubuntu 20.04.2 LTS&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
Owned by Sugar Labs, Inc.&lt;br /&gt;
Hosted by Sonic in Santa Rosa, CA&lt;br /&gt;
&lt;br /&gt;
Bender and Papert are two twin KVM hosts bought by Sugar Labs in 2021.&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:MrBIOS|Alex Perez]], MrBIOS on #sugar Libera.chat IRC network&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], bernie on #sugar Libera.chat IRC network&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
&lt;br /&gt;
Develer has a 10mbit up/downlink and asks to limit bandwidth usage from hosted services.&lt;br /&gt;
There is a traffic shaper, but it may have trouble shaping 6to4 traffic.&lt;br /&gt;
&lt;br /&gt;
Bender is globally accessible through public, static IPv4 as well as the 6to4 subnet associated&lt;br /&gt;
to it: 2002:5395:9edc::/48.&lt;br /&gt;
&lt;br /&gt;
The tun6to4 interface on bender is assigned the globally visible address 2002:5395:9edc::1.&lt;br /&gt;
The subnet 2002:5395:9edc:1::/64 of our 6to4 net is assigned to the bridge virbr0, which binds together&lt;br /&gt;
several virtual interfaces connected to the libvirt guests. With this network setup, IPv6 routing works&lt;br /&gt;
naturally, without the need to add any special routing rules on bender.&lt;br /&gt;
&lt;br /&gt;
The virbr0 bridge is created by libvirt on startup with &amp;lt;code&amp;gt;/etc/libvirt/qemu/networks/default.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
Libvirt does not yet support assigning IPv6 addresses to bridges, therefore we do this in &amp;lt;code&amp;gt;/etc/rc.local&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 ip addr add 2002:5395:9edc:1::1/64 dev virbr0&lt;br /&gt;
&lt;br /&gt;
To automatically configure network and on the gursts, Bender also runs radvd, the IPv6 Routing Advertisement&lt;br /&gt;
daemon. The contents of &amp;lt;code&amp;gt;/etc/radvd.conf&amp;lt;/code&amp;gt; are:&lt;br /&gt;
&lt;br /&gt;
 interface virbr0&lt;br /&gt;
 {&lt;br /&gt;
        IgnoreIfMissing on;&lt;br /&gt;
        AdvSendAdvert on;&lt;br /&gt;
        MinRtrAdvInterval 30;&lt;br /&gt;
        MaxRtrAdvInterval 100;&lt;br /&gt;
        AdvDefaultPreference low;&lt;br /&gt;
        AdvHomeAgentFlag off;&lt;br /&gt;
        &lt;br /&gt;
        #bernie: subnet 1 of our /48 6to4 on Develer Consiagnet&lt;br /&gt;
        prefix 2002:5395:9edc:1::1/64&lt;br /&gt;
        {&lt;br /&gt;
                AdvOnLink on;&lt;br /&gt;
                AdvAutonomous on;&lt;br /&gt;
        };&lt;br /&gt;
 };&lt;br /&gt;
&lt;br /&gt;
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hosted VMs ==&lt;br /&gt;
All buildslaves currently run off bender as KVM virtual machines managed by libvirtd.&lt;br /&gt;
&lt;br /&gt;
The machines are not globally addressable on IPv4 and are only reachable by IPv6.  The&lt;br /&gt;
IPv6 address is dynamically configured by radvd to a subnet of the public 6to4 net.&lt;br /&gt;
&lt;br /&gt;
All the VMs are in /srv/images. See the README in the same directory.&lt;br /&gt;
&lt;br /&gt;
They have been created with&lt;br /&gt;
&lt;br /&gt;
 virt-install --name buildslave-name --ram 512 \&lt;br /&gt;
 --disk path=/srv/images/buildslave-name.img,size=10&lt;br /&gt;
 --network network:default \&lt;br /&gt;
 --location &amp;quot;mirror-http-address&amp;quot; \&lt;br /&gt;
 --extra-args=&amp;quot;console=tty0 console=ttyS0,115200n8 serial&amp;quot;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103986</id>
		<title>Machine/bender</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103986"/>
		<updated>2021-07-03T00:43:06Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* bender.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* HPE ProLiant DL360 Gen10 1RU server&lt;br /&gt;
** Dual socket, current configuration has one CPU&lt;br /&gt;
* [https://ark.intel.com/content/www/us/en/ark/products/199342/intel-xeon-gold-5218r-processor-27-5m-cache-2-10-ghz.html Xeon Gold 5218R]&lt;br /&gt;
** 20 cores/40 threads&lt;br /&gt;
** 2.1GHz base frequency, 4.0GHz max turbo frequency&lt;br /&gt;
** 27.5MB of cache&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2TB NVMe SSD&lt;br /&gt;
* Ubuntu 20.04.2 LTS&lt;br /&gt;
&lt;br /&gt;
== Info ==&lt;br /&gt;
Owned by Sugar Labs, Inc.&lt;br /&gt;
Hosted by Sonic in Santa Rosa, CA&lt;br /&gt;
&lt;br /&gt;
Bender and Papert are two twin KVM hosts bought by Sugar Labs in 2021.&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], _bernie on #sugar Freenode&lt;br /&gt;
* [[User:dnarvaez|Daniel Narvaez]], dnarvaez on #sugar Freenode&lt;br /&gt;
* Stefano Fedrigo &amp;lt;aleph AT develer.com&amp;gt;, sometimes _aleph on Freenode (local access, office hours CET)&lt;br /&gt;
* Develer Infrastructure &amp;lt;it AT lists.develer.com&amp;gt; (local access, office hours CET)&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
&lt;br /&gt;
Develer has a 10mbit up/downlink and asks to limit bandwidth usage from hosted services.&lt;br /&gt;
There is a traffic shaper, but it may have trouble shaping 6to4 traffic.&lt;br /&gt;
&lt;br /&gt;
Bender is globally accessible through public, static IPv4 as well as the 6to4 subnet associated&lt;br /&gt;
to it: 2002:5395:9edc::/48.&lt;br /&gt;
&lt;br /&gt;
The tun6to4 interface on bender is assigned the globally visible address 2002:5395:9edc::1.&lt;br /&gt;
The subnet 2002:5395:9edc:1::/64 of our 6to4 net is assigned to the bridge virbr0, which binds together&lt;br /&gt;
several virtual interfaces connected to the libvirt guests. With this network setup, IPv6 routing works&lt;br /&gt;
naturally, without the need to add any special routing rules on bender.&lt;br /&gt;
&lt;br /&gt;
The virbr0 bridge is created by libvirt on startup with &amp;lt;code&amp;gt;/etc/libvirt/qemu/networks/default.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
Libvirt does not yet support assigning IPv6 addresses to bridges, therefore we do this in &amp;lt;code&amp;gt;/etc/rc.local&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 ip addr add 2002:5395:9edc:1::1/64 dev virbr0&lt;br /&gt;
&lt;br /&gt;
To automatically configure network and on the gursts, Bender also runs radvd, the IPv6 Routing Advertisement&lt;br /&gt;
daemon. The contents of &amp;lt;code&amp;gt;/etc/radvd.conf&amp;lt;/code&amp;gt; are:&lt;br /&gt;
&lt;br /&gt;
 interface virbr0&lt;br /&gt;
 {&lt;br /&gt;
        IgnoreIfMissing on;&lt;br /&gt;
        AdvSendAdvert on;&lt;br /&gt;
        MinRtrAdvInterval 30;&lt;br /&gt;
        MaxRtrAdvInterval 100;&lt;br /&gt;
        AdvDefaultPreference low;&lt;br /&gt;
        AdvHomeAgentFlag off;&lt;br /&gt;
        &lt;br /&gt;
        #bernie: subnet 1 of our /48 6to4 on Develer Consiagnet&lt;br /&gt;
        prefix 2002:5395:9edc:1::1/64&lt;br /&gt;
        {&lt;br /&gt;
                AdvOnLink on;&lt;br /&gt;
                AdvAutonomous on;&lt;br /&gt;
        };&lt;br /&gt;
 };&lt;br /&gt;
&lt;br /&gt;
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hosted VMs ==&lt;br /&gt;
All buildslaves currently run off bender as KVM virtual machines managed by libvirtd.&lt;br /&gt;
&lt;br /&gt;
The machines are not globally addressable on IPv4 and are only reachable by IPv6.  The&lt;br /&gt;
IPv6 address is dynamically configured by radvd to a subnet of the public 6to4 net.&lt;br /&gt;
&lt;br /&gt;
All the VMs are in /srv/images. See the README in the same directory.&lt;br /&gt;
&lt;br /&gt;
They have been created with&lt;br /&gt;
&lt;br /&gt;
 virt-install --name buildslave-name --ram 512 \&lt;br /&gt;
 --disk path=/srv/images/buildslave-name.img,size=10&lt;br /&gt;
 --network network:default \&lt;br /&gt;
 --location &amp;quot;mirror-http-address&amp;quot; \&lt;br /&gt;
 --extra-args=&amp;quot;console=tty0 console=ttyS0,115200n8 serial&amp;quot;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103985</id>
		<title>Machine/bender</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103985"/>
		<updated>2021-07-03T00:30:43Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* bender.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* HPE ProLiant DL360 Gen10 1RU server&lt;br /&gt;
** Dual socket, current configuration has one CPU&lt;br /&gt;
* [https://ark.intel.com/content/www/us/en/ark/products/199342/intel-xeon-gold-5218r-processor-27-5m-cache-2-10-ghz.html Xeon Gold 5218R]&lt;br /&gt;
** 20 cores/40 threads&lt;br /&gt;
** 2.1GHz base frequency, 4.0GHz max turbo frequency&lt;br /&gt;
** 27.5MB of cache&lt;br /&gt;
* 64GB RAM&lt;br /&gt;
* 2TB NVMe SSD&lt;br /&gt;
* Ubuntu 20.04.2 LTS&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
Hosted by [http://www.develer.com/ Develer]&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], _bernie on #sugar Freenode&lt;br /&gt;
* [[User:dnarvaez|Daniel Narvaez]], dnarvaez on #sugar Freenode&lt;br /&gt;
* Stefano Fedrigo &amp;lt;aleph AT develer.com&amp;gt;, sometimes _aleph on Freenode (local access, office hours CET)&lt;br /&gt;
* Develer Infrastructure &amp;lt;it AT lists.develer.com&amp;gt; (local access, office hours CET)&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
&lt;br /&gt;
Develer has a 10mbit up/downlink and asks to limit bandwidth usage from hosted services.&lt;br /&gt;
There is a traffic shaper, but it may have trouble shaping 6to4 traffic.&lt;br /&gt;
&lt;br /&gt;
Bender is globally accessible through public, static IPv4 as well as the 6to4 subnet associated&lt;br /&gt;
to it: 2002:5395:9edc::/48.&lt;br /&gt;
&lt;br /&gt;
The tun6to4 interface on bender is assigned the globally visible address 2002:5395:9edc::1.&lt;br /&gt;
The subnet 2002:5395:9edc:1::/64 of our 6to4 net is assigned to the bridge virbr0, which binds together&lt;br /&gt;
several virtual interfaces connected to the libvirt guests. With this network setup, IPv6 routing works&lt;br /&gt;
naturally, without the need to add any special routing rules on bender.&lt;br /&gt;
&lt;br /&gt;
The virbr0 bridge is created by libvirt on startup with &amp;lt;code&amp;gt;/etc/libvirt/qemu/networks/default.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
Libvirt does not yet support assigning IPv6 addresses to bridges, therefore we do this in &amp;lt;code&amp;gt;/etc/rc.local&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 ip addr add 2002:5395:9edc:1::1/64 dev virbr0&lt;br /&gt;
&lt;br /&gt;
To automatically configure network and on the gursts, Bender also runs radvd, the IPv6 Routing Advertisement&lt;br /&gt;
daemon. The contents of &amp;lt;code&amp;gt;/etc/radvd.conf&amp;lt;/code&amp;gt; are:&lt;br /&gt;
&lt;br /&gt;
 interface virbr0&lt;br /&gt;
 {&lt;br /&gt;
        IgnoreIfMissing on;&lt;br /&gt;
        AdvSendAdvert on;&lt;br /&gt;
        MinRtrAdvInterval 30;&lt;br /&gt;
        MaxRtrAdvInterval 100;&lt;br /&gt;
        AdvDefaultPreference low;&lt;br /&gt;
        AdvHomeAgentFlag off;&lt;br /&gt;
        &lt;br /&gt;
        #bernie: subnet 1 of our /48 6to4 on Develer Consiagnet&lt;br /&gt;
        prefix 2002:5395:9edc:1::1/64&lt;br /&gt;
        {&lt;br /&gt;
                AdvOnLink on;&lt;br /&gt;
                AdvAutonomous on;&lt;br /&gt;
        };&lt;br /&gt;
 };&lt;br /&gt;
&lt;br /&gt;
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hosted VMs ==&lt;br /&gt;
All buildslaves currently run off bender as KVM virtual machines managed by libvirtd.&lt;br /&gt;
&lt;br /&gt;
The machines are not globally addressable on IPv4 and are only reachable by IPv6.  The&lt;br /&gt;
IPv6 address is dynamically configured by radvd to a subnet of the public 6to4 net.&lt;br /&gt;
&lt;br /&gt;
All the VMs are in /srv/images. See the README in the same directory.&lt;br /&gt;
&lt;br /&gt;
They have been created with&lt;br /&gt;
&lt;br /&gt;
 virt-install --name buildslave-name --ram 512 \&lt;br /&gt;
 --disk path=/srv/images/buildslave-name.img,size=10&lt;br /&gt;
 --network network:default \&lt;br /&gt;
 --location &amp;quot;mirror-http-address&amp;quot; \&lt;br /&gt;
 --extra-args=&amp;quot;console=tty0 console=ttyS0,115200n8 serial&amp;quot;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103984</id>
		<title>Machine/bender</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine/bender&amp;diff=103984"/>
		<updated>2021-07-03T00:26:16Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Hostnames */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TOCright}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hostnames ==&lt;br /&gt;
* bender.sugarlabs.org&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
* Crappy minitower&lt;br /&gt;
* Core 2 Duo 1.8GHz&lt;br /&gt;
* 6GB RAM&lt;br /&gt;
* 2x1TB RAID1, 2x320GB RAID1&lt;br /&gt;
* Fedora 13 x86_64&lt;br /&gt;
&lt;br /&gt;
== Location ==&lt;br /&gt;
Hosted by [http://www.develer.com/ Develer]&lt;br /&gt;
&lt;br /&gt;
== Admins ==&lt;br /&gt;
* [[User:Bernie|Bernie Innocenti]], _bernie on #sugar Freenode&lt;br /&gt;
* [[User:dnarvaez|Daniel Narvaez]], dnarvaez on #sugar Freenode&lt;br /&gt;
* Stefano Fedrigo &amp;lt;aleph AT develer.com&amp;gt;, sometimes _aleph on Freenode (local access, office hours CET)&lt;br /&gt;
* Develer Infrastructure &amp;lt;it AT lists.develer.com&amp;gt; (local access, office hours CET)&lt;br /&gt;
&lt;br /&gt;
== Network configuration ==&lt;br /&gt;
&lt;br /&gt;
Develer has a 10mbit up/downlink and asks to limit bandwidth usage from hosted services.&lt;br /&gt;
There is a traffic shaper, but it may have trouble shaping 6to4 traffic.&lt;br /&gt;
&lt;br /&gt;
Bender is globally accessible through public, static IPv4 as well as the 6to4 subnet associated&lt;br /&gt;
to it: 2002:5395:9edc::/48.&lt;br /&gt;
&lt;br /&gt;
The tun6to4 interface on bender is assigned the globally visible address 2002:5395:9edc::1.&lt;br /&gt;
The subnet 2002:5395:9edc:1::/64 of our 6to4 net is assigned to the bridge virbr0, which binds together&lt;br /&gt;
several virtual interfaces connected to the libvirt guests. With this network setup, IPv6 routing works&lt;br /&gt;
naturally, without the need to add any special routing rules on bender.&lt;br /&gt;
&lt;br /&gt;
The virbr0 bridge is created by libvirt on startup with &amp;lt;code&amp;gt;/etc/libvirt/qemu/networks/default.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
Libvirt does not yet support assigning IPv6 addresses to bridges, therefore we do this in &amp;lt;code&amp;gt;/etc/rc.local&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
 ip addr add 2002:5395:9edc:1::1/64 dev virbr0&lt;br /&gt;
&lt;br /&gt;
To automatically configure network and on the gursts, Bender also runs radvd, the IPv6 Routing Advertisement&lt;br /&gt;
daemon. The contents of &amp;lt;code&amp;gt;/etc/radvd.conf&amp;lt;/code&amp;gt; are:&lt;br /&gt;
&lt;br /&gt;
 interface virbr0&lt;br /&gt;
 {&lt;br /&gt;
        IgnoreIfMissing on;&lt;br /&gt;
        AdvSendAdvert on;&lt;br /&gt;
        MinRtrAdvInterval 30;&lt;br /&gt;
        MaxRtrAdvInterval 100;&lt;br /&gt;
        AdvDefaultPreference low;&lt;br /&gt;
        AdvHomeAgentFlag off;&lt;br /&gt;
        &lt;br /&gt;
        #bernie: subnet 1 of our /48 6to4 on Develer Consiagnet&lt;br /&gt;
        prefix 2002:5395:9edc:1::1/64&lt;br /&gt;
        {&lt;br /&gt;
                AdvOnLink on;&lt;br /&gt;
                AdvAutonomous on;&lt;br /&gt;
        };&lt;br /&gt;
 };&lt;br /&gt;
&lt;br /&gt;
Guests simply need to be configured to accept IPv6 routing advertisements. The DNS must be assigned manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hosted VMs ==&lt;br /&gt;
All buildslaves currently run off bender as KVM virtual machines managed by libvirtd.&lt;br /&gt;
&lt;br /&gt;
The machines are not globally addressable on IPv4 and are only reachable by IPv6.  The&lt;br /&gt;
IPv6 address is dynamically configured by radvd to a subnet of the public 6to4 net.&lt;br /&gt;
&lt;br /&gt;
All the VMs are in /srv/images. See the README in the same directory.&lt;br /&gt;
&lt;br /&gt;
They have been created with&lt;br /&gt;
&lt;br /&gt;
 virt-install --name buildslave-name --ram 512 \&lt;br /&gt;
 --disk path=/srv/images/buildslave-name.img,size=10&lt;br /&gt;
 --network network:default \&lt;br /&gt;
 --location &amp;quot;mirror-http-address&amp;quot; \&lt;br /&gt;
 --extra-args=&amp;quot;console=tty0 console=ttyS0,115200n8 serial&amp;quot;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Machine&amp;diff=103983</id>
		<title>Machine</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Machine&amp;diff=103983"/>
		<updated>2021-07-03T00:25:40Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Physical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Infrastructure Team}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Computing hardware or virtual machines maintained by the Sugar Labs [[Infrastructure Team]].&lt;br /&gt;
&lt;br /&gt;
== Physical ==&lt;br /&gt;
&lt;br /&gt;
* [[Machine/justice]]&lt;br /&gt;
* [[Machine/freedom]]&lt;br /&gt;
* [[Machine/bender]]&lt;br /&gt;
* [[Machine/papert]]&lt;br /&gt;
&lt;br /&gt;
== Virtual ==&lt;br /&gt;
&lt;br /&gt;
* [[Machine/lightwave]], with [[Service/Nameservers]],&lt;br /&gt;
* [[Machine/pootle]], with [[Service/translate]], or https://translate.laptop.org,&lt;br /&gt;
* [[Machine/aslo]], with [[Service/activities]] aslo, or https://activities.laptop.org,&lt;br /&gt;
* [[Machine/library]],&lt;br /&gt;
* [[Machine/aslo3]], with [[Service/activities3]] aslo-v3, https://github.com/sugarlabs/aslo-v3,&lt;br /&gt;
* [[Machine/jita]], with [[Service/git]], [[Service/jabber]], [[Service/meeting]], [[Service/obs]], [[Service/chat]], [[Service/cgit]], [[Service/blacklist]], [[Service/stats]],&lt;br /&gt;
* [[Machine/amnesia]],&lt;br /&gt;
* [[Machine/beacon]], &amp;lt;!-- last audited by quozl on 6th november 2018 using `sudo virsh list --all` --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Containers ==&lt;br /&gt;
&lt;br /&gt;
* org.sugarlabs.bugs&lt;br /&gt;
* org.sugarlabs.developer-rebuilder&lt;br /&gt;
* org.sugarlabs.www-rebuilder&lt;br /&gt;
* org.sugarlabs.use-socialhelp&lt;br /&gt;
* org.sugarlabs.socialhelp_sso&lt;br /&gt;
* local_discourse/app&lt;br /&gt;
* org.turtleartday.www-rebuilder&lt;br /&gt;
* org.sugarlabs.help-rebuilder&amp;lt;!-- last audited by quozl on 26th november using `docker ps` --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Student Listing ==&lt;br /&gt;
&lt;br /&gt;
This list was made by a GCI 2018 student.&lt;br /&gt;
&lt;br /&gt;
* [[Machine/backup]]&lt;br /&gt;
* [[Machine/bender]]&lt;br /&gt;
* [[Machine/freedom]]&lt;br /&gt;
* [[Machine/jita]]&lt;br /&gt;
* [[Machine/justice]]&lt;br /&gt;
* [[Machine/lightwave]]&lt;br /&gt;
* [[Machine/pootle]]&lt;br /&gt;
* [[Machine/schools]]&lt;br /&gt;
* [[Machine/schoolserver]]&lt;br /&gt;
* [[Machine/trinity]]&lt;br /&gt;
&lt;br /&gt;
== Automatic Listing ==&lt;br /&gt;
&lt;br /&gt;
This list is generated automatically from Wiki pages that have a prefix of &amp;quot;Machine&amp;quot;.  It may contain subpages of machines.  It may contain machines that have been decommissioned; kept as historical data against future need.&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/Machine/}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Sugarlabs systems.jpg|frame]]&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Beta&amp;diff=103981</id>
		<title>Sugar on a Stick/Beta</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Beta&amp;diff=103981"/>
		<updated>2021-06-16T01:17:08Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* SoaS nightly builds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Live USB]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
==SoaS nightly builds==&lt;br /&gt;
[https://www.happyassassin.net/nightlies.html Fedora nightly-composes page] - Look for the &#039;&#039;&#039;SoaS live&#039;&#039;&#039; section well down in the table.&lt;br /&gt;
* See [[Fedora 35]], [[Testing/Reports/Sugar on a Stick]] for testing results.&lt;br /&gt;
&lt;br /&gt;
==Install, test, report==&lt;br /&gt;
* See [[Sugar on a Stick/Installation]]&lt;br /&gt;
**Note that with larger images one may need to adjust the overlay or home folder size in order to fit the installation onto a 1-GB USB device (for example, with soas-x86_64-20101004.16.iso (503 MB), {{Code|--home-size-mb 190}} was needed), otherwise, the filesystem will get corrupted during the creation of the home folder as the disc space is exhausted.&lt;br /&gt;
&lt;br /&gt;
* [[0.112/Testing|Sugar 0.112 Testing]]&lt;br /&gt;
* [[Sugar on a Stick QA]]&lt;br /&gt;
* [[Sugar on a Stick/Bugs]]&lt;br /&gt;
* [[BugSquad/Bug Report]]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Let&#039;s simplify the base instructions and leave this sort of information on a troubleshooting page.&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;code&amp;gt;--format --reset-mbr&amp;lt;/code&amp;gt; are optional arguments for the shell script, but may be excluded to preserve the existing disc format and data.  See [[olpc:How to Damage a FLASH Storage Device]] for a discussion of why you might want to try to keep your factory format on a flash storage device. &lt;br /&gt;
:*: [[Talk:Downloads]] and [[LiveOS image]] have more information on this and other installation options.&lt;br /&gt;
:* If you do use the format and reset master boot record arguments, you&#039;ll want to specify the target device name and not a partition, that is {{Code|/dev/sd&#039;&#039;&#039;?&#039;&#039;&#039;}} with no partition number, instead of {{Code|/dev/sd&#039;&#039;&#039;?&#039;&#039;&#039;1}} as in the example above used to specify an existing partition. &#039;&#039;As noted above, confirm your target disc device name&amp;amp;mdash;in this case, it is VERY DANGEROUS to your other discs if this is entered wrong, as the whole disc will be reformatted and a new master boot record written causing all previously written data on that disc to be lost.&#039;&#039;  --&amp;gt;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Supporting_distributions&amp;diff=103976</id>
		<title>Supporting distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Supporting_distributions&amp;diff=103976"/>
		<updated>2021-06-08T22:57:04Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Supported systems]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sugar is supported by several GNU/Linux distributions.  Sugar Labs does not support any specific distribution, but does focus development on Fedora and Debian, which helps SoaS and Ubuntu.&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left&amp;quot;&lt;br /&gt;
!Logo!!Name!!Notes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Soas-avocado.svg|200px|link=Sugar_on_a_Stick]]&amp;lt;/span&amp;gt;||[[Sugar on a Stick]]|| Live system of the Sugar Learning Environment&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Fedora-small.jpg|link=Fedora]]||[[Fedora]]||Fedora 34&lt;br /&gt;
|- style=&amp;quot;height: 55px&amp;quot;&lt;br /&gt;
|[[File:Ubuntu-small.jpg|link=Ubuntu]]||[[Ubuntu]]||Ubuntu 18.04 Bionic&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Debian-small.jpg|link=Debian]]||[[Debian]]||Debian Stretch, see also [[Live Build]]&lt;br /&gt;
|- style=&amp;quot;height: 55px&amp;quot;&lt;br /&gt;
|[[File:Olpc_logo.png|middle|200px|link=OLPC:Releases]]||&amp;lt;span class=&amp;quot;weblink&amp;quot;&amp;gt;[[OLPC:Releases|OLPC OS 16.04]]&amp;lt;/span&amp;gt;||OLPC OS for OLPC NL3 laptops based on Ubuntu 16.04 Xenial&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Olpc_logo.png|middle|200px|link=OLPC:Releases]]||&amp;lt;span class=&amp;quot;weblink&amp;quot;&amp;gt;[[OLPC:Releases|OLPC OS 13.x]]&amp;lt;/span&amp;gt;||OLPC OS for OLPC XO laptops based on Fedora 18&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Suse-small.jpg|link=OpenSUSE]]||[[OpenSUSE|openSUSE]]||Part of an Linux for Education (Li-f-e) series&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Trisquel_icon.png|link=Trisquel_On_A_Sugar_Toast]]&amp;lt;/span&amp;gt;||[[Trisquel_On_A_Sugar_Toast |Trisquel Toast]]||Based on Ubuntu&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Note/note|Please note:|&lt;br /&gt;
* Development changes occur rapidly, and the text here lags the current state of systems development.&lt;br /&gt;
* For the latest information on any development project, visit their work sites.}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=103975</id>
		<title>Sugar on a Stick</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=103975"/>
		<updated>2021-06-08T22:55:02Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Some alternate installations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--{{ Translations | [[Sugar_on_a_Stick|english]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-es|español]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-fr|français]]}}--&amp;gt;&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Category:Live USB]]&lt;br /&gt;
[[Category:Sugar on a Stick]]&lt;br /&gt;
&lt;br /&gt;
{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792}}__NOTOC__&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What is Sugar on a Stick?==&lt;br /&gt;
{{:Sugar on a Stick/Downloads}}&lt;br /&gt;
=== What&#039;s new in Sugar on a Stick? ===&lt;br /&gt;
* Sugar [[0.118]], see the [[0.118/Notes|release notes for 0.113]],&lt;br /&gt;
* several updated activities,&lt;br /&gt;
* based on Fedora 34, see the [[fedoradocs:fedora/f34/release-notes/|release notes for Fedora 34]]&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
==== Known bugs ====&lt;br /&gt;
&lt;br /&gt;
* See also [[fedora:Common_F34_bugs|Common Fedora 34 bugs]].&lt;br /&gt;
&lt;br /&gt;
== Sugar on a Stick installation instructions ==&lt;br /&gt;
=== MS Windows ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Windows.gif|left|link=Sugar on a Stick/Windows]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|left|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: [http://fedorahosted.org/liveusb-creator/#Download Download] the Fedora Live USB Creator from [http://fedorahosted.org/liveusb-creator/#Download FedoraHosted].&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch Fedora Live USB Creator to create a Sugar-on-a-Stick bootable image.&amp;lt;br/&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;: Be sure to set the &#039;&#039;persistent storage&#039;&#039; slider to a non-zero value.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer. Set the option to &amp;quot;boot from USB&amp;quot; in your computer&#039;s &amp;lt;abbr title=&amp;quot;Basic Input/Output System&amp;quot;&amp;gt;BIOS&amp;lt;/abbr&amp;gt; setup, and then start up the computer.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Windows|installation instructions for Windows]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
=== GNU/Linux ===&lt;br /&gt;
{|style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=top|&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
{{:Sugar on a Stick/Linux/Installation}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Linux|installation instructions for GNU/Linux]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
GNU/Linux users may also want to install the [[#Do_you_use_GNU.2FLinux.3F|Sugar packages]] on their favorite distro, apart from Sugar on a Stick.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Apple Mac OS X ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Apple.gif|link=Macintosh]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
The instructions below are based on the Ubuntu Web page at &amp;amp;lt;http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx&amp;amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: These instructions are for &#039;&#039;&#039;32-bit&#039;&#039;&#039; and &#039;&#039;&#039;64-bit&#039;&#039;&#039; processors.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: &amp;lt;br&amp;gt;Here is a simple way to load a bootable USB on a Mac.&amp;lt;br&amp;gt;&lt;br /&gt;
## Enter the Terminal: &amp;lt;code&amp;gt;/Applications/Utilities/Terminal&amp;lt;/code&amp;gt;.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt;. You should see all the disk drives you have inserted into your computer.&lt;br /&gt;
## Insert the disk drive to which you want to write Sugar on a Stick.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt; again. You should see that your USB drive has been added to the list. If not, wait a while and repeat.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;hdiutil convert -format UDRW -o &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to convert the image into a bootable format.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo diskutil unmountDisk &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to unmount the disk (it will not be ejected).&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo dd if=&amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img.dmg of=&amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt; bs=1m&amp;lt;/code&amp;gt;. &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; will ask for your password, and then &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; will start writing the disk file.&lt;br /&gt;
## When &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; finishes writing the disk file, type &amp;lt;code&amp;gt;sudo diskutil eject &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* Have a MacBook? Consider these options:&lt;br /&gt;
::[[File:Usb1.png|50px]] [[Testing/Reports/Sugar on a Stick#MacBook Persistent SoaS v5 USB EFI Boot|&#039;&#039;&#039;MacBook Persistent SoaS v5 USB EFI Boot&#039;&#039;&#039;]]&lt;br /&gt;
:: [[Talk:Downloads#Bootable_CD_of_Trisquel_4.5_for_MacBook_Air|Bootable CD of Trisquel 4.5 for MacBook Air]]&lt;br /&gt;
:: See other installation variations at [[Sugar Creation Kit]]&lt;br /&gt;
::[[File:Apple.gif|30px]] [[Tutorials/Installation/Burn_a_CD.iso_on_a_Mac|&#039;&#039;&#039;Burning a CD from an .iso file on a Mac&#039;&#039;&#039;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Alternative [[Macintosh|installation instructions for Mac OS X]]. Also, [[Sugar_on_a_Stick/Blueberry#For_Mac_OS_X_Users|these older installation instructions]] and [[Sugar on a Stick/Boot|booting instructions]] may be consulted.&amp;lt;br&amp;gt;There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Advanced users===&lt;br /&gt;
==Do you have an OLPC XO?== &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;174px&amp;quot;|[[File:OLPCXO.png|middle|link=olpc:Releases]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
* &#039;&#039;&#039;Upgrade&#039;&#039;&#039; to the latest &#039;&#039;[[olpc:Releases]]&#039;&#039; from OLPC (which may require a [[olpc:Activation_and_developer_keys|developer key]]).&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Experiment&#039;&#039;&#039; with [[Sugar_on_a_Stick/Installation/OLPC|Updating XOs]] to the latest &#039;&#039;Sugar on a Stick&#039;&#039; release.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
==Some alternate installations==&lt;br /&gt;
* Once you download, and then burn or load a Sugar on a Stick (SoaS) .iso file, and boot it, the running Fedora 34 SoaS Live CD/USB may be used to install Fedora with Sugar to a hard disk or a 4 GB USB stick [[Tutorials/Installation/Install with liveinst|with the &#039;&#039;&#039;{{Code|liveinst}} command&#039;&#039;&#039;]].&lt;br /&gt;
:- You start with a SoaS LiveOS image, and then load an uncompressed version onto the hard disk or USB stick.&lt;br /&gt;
&lt;br /&gt;
=== Want to contribute to Sugar on a Stick? ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SoaS-contributors.jpg |300px|left|link=Sugar_on_a_Stick]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; |&lt;br /&gt;
You&#039;re in the right place! This page is a contributors portal to the project, and contains everything you need to get started in becoming part of the Sugar on a Stick community.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== New contributors start here! ==&lt;br /&gt;
&lt;br /&gt;
Welcome! We&#039;re excited that you want to help us bring the Sugar Learning Platform to children around the world. No prior experience with computers or educational technology is required - in fact, we actively encourage a diversity of backgrounds, ages, and perspectives. See the [[Joining Sugar on a Stick]] page for instructions on how to get started.&lt;br /&gt;
&lt;br /&gt;
== What can you do? ==&lt;br /&gt;
&lt;br /&gt;
There are three main ways you can contribute to the Sugar on a Stick community. We work closely with our upstreams, [http://sugarlabs.org Sugar Labs] and [http://fedoraproject.org the Fedora Project].&lt;br /&gt;
&lt;br /&gt;
=== Get Activities on the Stick ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
We&#039;re always looking for help with all aspects of the [[Sugar on a Stick release process]]. Here are a few things you can do:&lt;br /&gt;
&lt;br /&gt;
* [[Sugar on a Stick QA|Test Sugar on a Stick]] and help us find bugs and think of ways the project could be better. When you find a bug or think of an enhancement, [[How to file a ticket|file a ticket!]] &#039;&#039;No technical experience required.&#039;&#039;&lt;br /&gt;
* Help make it easier for others to test Sugar on a Stick by writing [[Sugar on a Stick QA#Test cases|test cases]]. &#039;&#039;If you&#039;ve run a test case, you can write a test case.&#039;&#039;&lt;br /&gt;
* [http://bugs.sugarlabs.org Fix a bug or add a feature] to an existing Activity, to [[Development Team|sugar-core itself]], or to [http://bugs.sugarlabs.org/query?status=accepted&amp;amp;status=assigned&amp;amp;status=new&amp;amp;status=reopened&amp;amp;component=SoaS&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component Sugar on a Stick]. See [[How to fix an Activity bug]] and [[How to fix a sugar-core bug]] to get started. &#039;&#039;Basic Python programming skills - or the desire to learn - are all that&#039;s needed.&#039;&#039;&lt;br /&gt;
* [https://fedoraproject.org/wiki/Sugar_Activities Package Sugar Activities for Fedora]. &#039;&#039;If you&#039;re a [https://fedoraproject.org/wiki/PackageMaintainers/Join Fedora Packager] or want to become one, help in this area is something we desperately need - it&#039;s a trickier thing to learn, but rewarding once you get the hang of it.&#039;&#039;&lt;br /&gt;
* [[Sugar on a Stick release process#Review|Review Activities for inclusion in the build]] - check submitted Activities against our [[Sugar on a Stick/Activity Criteria]] and help us choose what gets included in the next release! &#039;&#039;No prior experience needed.&#039;&#039;&lt;br /&gt;
* Have an idea for a technical feature that isn&#039;t an Activity? Check out our [[Sugar on a Stick release process#Feature process|feature process]].&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 150px;&amp;quot; |[[Image:SoaS-netbook-1.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-2.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-3.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Sticks into Schools ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 250px;&amp;quot; | [[File:Cici-stick.jpg |200px|left|link=Sugar_on_a_Stick_deployment_process]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
Deployments all over the world need many different types of help as they work through the [[Sugar on a Stick deployment process]] - we need help building resources for all deployments to use, supporting those deployments, and helping new deployments start, as well as gathering stories and feedback from deployments so that we can make the next version of Sugar on a Stick even better.&lt;br /&gt;
&lt;br /&gt;
Some things you can do to help:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&amp;quot;It&#039;s a wiki: Edit away!&amp;quot;&#039;&#039; is often said in open source communities. Almost nothing is set in stone and can&#039;t be undone. So if you&#039;ve got ideas how to make instructions clearer and more accessible, just go for it!&lt;br /&gt;
* We produce official documentation such as the [http://download.sugarlabs.org/soas/docs/creation-kit/ Creation Kit] or the [http://download.sugarlabs.org/soas/docs/customization-guide/ Customization Guide]. If you&#039;ve an idea how to make them better, why don&#039;t you jump in and create a patch? Creating these nifty text files is simple - instructions live in the [[Sugar_on_a_Stick/Documentation_SOP|Documentation SOP]].&lt;br /&gt;
* Unofficial documentation for unsupported workarounds for [[Sugar on a Stick/Installation|installation]] and [[Sugar on a Stick/Sugar Clone|customization]] need to be edited, tested, and submitted for approval for official support. Check them out and leave comments and improvements; just jump in and edit the page.&lt;br /&gt;
* Interested in starting a deployment or helping a specific one (with anything from pedagogical design to technical support to funding logistics)? Introduce yourself on the deployment lists for [http://lists.sugarlabs.org/ Sugar Labs] and [http://lists.laptop.org/listinfo/ One Laptop Per Child] and we&#039;ll get you connected with some teachers on the ground.&lt;br /&gt;
* We&#039;re looking for some people to help us assemble tools for our support team to use. Email the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] if you&#039;re interested.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Contributors ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Contributors are the lifeblood of the Sugar on a Stick community - we work hard to bring a playful mindset of teaching, learning, and meaningful work to the children we aim to reach, and we aim to keep that mindset in our own work and community as well. Welcoming and teaching new contributors or all types, building the resources they need, and teaching them how to empower others in their turn is one of the most important things you can do; it is &#039;&#039;everyone&#039;s&#039;&#039; responsibility to help build our community, one person at a time.&lt;br /&gt;
&lt;br /&gt;
Some things you can do:&lt;br /&gt;
&lt;br /&gt;
* Edit this page and [[Joining Sugar on a Stick]]. Is there something we could do to make the &amp;quot;getting started&amp;quot; process easier? You don&#039;t have to ask permission to edit; just do it!&lt;br /&gt;
* Help us fill in our remaining task-starter pages: [[Sugar on a Stick release process]], [[How to fix an Activity bug]], [[How to fix a sugar-core bug]], and [[Sugar on a Stick deployment process]]/&lt;br /&gt;
* [http://openhatch.org/+projects/Sugar%20on%20a%20Stick Point out starter tasks on OpenHatch] - fill in questions and ideas for beginner jobs, and point newcomers towards them.&lt;br /&gt;
* [http://lists.sugarlabs.org/listinfo/soas Watch for introductions on the mailing list], and send welcome emails to new contributors (copy the list, so we can see what advice a newcomer has gotten so far).&lt;br /&gt;
* Hang out with us on IRC: [http://webchat.freenode.net?channels=sugar #sugar]. This is where the [http://activities.sugarlabs.org/en-US/sugar/addon/4029 IRC Activity] starts off. Help new joiners past initial questions and provide instant help!&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 200px;&amp;quot; |[[Image:Cici-netbook.jpg|200px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== What&#039;s happening? ==&lt;br /&gt;
===[[Sugar on a Stick/Beta]]===&lt;br /&gt;
&lt;br /&gt;
=== Contributor stories ===&lt;br /&gt;
&lt;br /&gt;
To find out what other contributors are doing, check out [http://planet.sugarlabs.org Planet Sugar Labs], where contributors to Sugar Labs and the Sugar on a Stick project aggregate their blogs. You can also [[Sysadmin/Planet syndication request|add your own blog to the Planet]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;s&amp;gt;Meetings&amp;lt;/s&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Communication through the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] has replaced regular meetings. &lt;br /&gt;
:We once had weekly meetings on IRC - see [[Sugar on a Stick meetings]] for more information, including logs from past meetings.&lt;br /&gt;
&lt;br /&gt;
== Related work ==&lt;br /&gt;
&lt;br /&gt;
While the projects listed below are not part of Sugar on a Stick, we watch them closely and try to work with them when possible (or at least we&#039;re trying to learn!)&lt;br /&gt;
&lt;br /&gt;
* For deployments lacking easy Internet access, one can turn a computer into a &#039;&#039;&#039;Sugar on a Stick Creation Station&#039;&#039;&#039;. The [[Sugar Creation Kit]] includes the materials you need to create Live USB sticks sticks and to install additional Activities, along with documentation and previous versions of Sugar on a Stick. &lt;br /&gt;
* Older [[:Category:Live USB|portable Sugar distributions]] based on other Linux distributions .&lt;br /&gt;
* [[The undiscoverable]] is an unofficial FAQ for tips, tricks, and solutions to common problems that may otherwise be tricky to find. These are being considered for inclusion in the official SoaS documentation.&lt;br /&gt;
&lt;br /&gt;
== Previous versions and other subpages index ==&lt;br /&gt;
{{Show|Earlier versions of Sugar on a Stick and other project pages can be reviewed at these pages: |{{Special:PrefixIndex/Sugar on a Stick/}}}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=103974</id>
		<title>Sugar on a Stick</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=103974"/>
		<updated>2021-06-08T22:54:41Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Remove PowerPC Mac links, Fedora no longer supports PPC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--{{ Translations | [[Sugar_on_a_Stick|english]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-es|español]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-fr|français]]}}--&amp;gt;&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Category:Live USB]]&lt;br /&gt;
[[Category:Sugar on a Stick]]&lt;br /&gt;
&lt;br /&gt;
{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792}}__NOTOC__&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What is Sugar on a Stick?==&lt;br /&gt;
{{:Sugar on a Stick/Downloads}}&lt;br /&gt;
=== What&#039;s new in Sugar on a Stick? ===&lt;br /&gt;
* Sugar [[0.118]], see the [[0.118/Notes|release notes for 0.113]],&lt;br /&gt;
* several updated activities,&lt;br /&gt;
* based on Fedora 34, see the [[fedoradocs:fedora/f34/release-notes/|release notes for Fedora 34]]&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
==== Known bugs ====&lt;br /&gt;
&lt;br /&gt;
* See also [[fedora:Common_F34_bugs|Common Fedora 34 bugs]].&lt;br /&gt;
&lt;br /&gt;
== Sugar on a Stick installation instructions ==&lt;br /&gt;
=== MS Windows ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Windows.gif|left|link=Sugar on a Stick/Windows]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|left|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: [http://fedorahosted.org/liveusb-creator/#Download Download] the Fedora Live USB Creator from [http://fedorahosted.org/liveusb-creator/#Download FedoraHosted].&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch Fedora Live USB Creator to create a Sugar-on-a-Stick bootable image.&amp;lt;br/&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;: Be sure to set the &#039;&#039;persistent storage&#039;&#039; slider to a non-zero value.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer. Set the option to &amp;quot;boot from USB&amp;quot; in your computer&#039;s &amp;lt;abbr title=&amp;quot;Basic Input/Output System&amp;quot;&amp;gt;BIOS&amp;lt;/abbr&amp;gt; setup, and then start up the computer.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Windows|installation instructions for Windows]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
=== GNU/Linux ===&lt;br /&gt;
{|style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=top|&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
{{:Sugar on a Stick/Linux/Installation}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Linux|installation instructions for GNU/Linux]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
GNU/Linux users may also want to install the [[#Do_you_use_GNU.2FLinux.3F|Sugar packages]] on their favorite distro, apart from Sugar on a Stick.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Apple Mac OS X ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Apple.gif|link=Macintosh]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
The instructions below are based on the Ubuntu Web page at &amp;amp;lt;http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx&amp;amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: These instructions are for &#039;&#039;&#039;32-bit&#039;&#039;&#039; and &#039;&#039;&#039;64-bit&#039;&#039;&#039; processors.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: &amp;lt;br&amp;gt;Here is a simple way to load a bootable USB on a Mac.&amp;lt;br&amp;gt;&lt;br /&gt;
## Enter the Terminal: &amp;lt;code&amp;gt;/Applications/Utilities/Terminal&amp;lt;/code&amp;gt;.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt;. You should see all the disk drives you have inserted into your computer.&lt;br /&gt;
## Insert the disk drive to which you want to write Sugar on a Stick.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt; again. You should see that your USB drive has been added to the list. If not, wait a while and repeat.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;hdiutil convert -format UDRW -o &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to convert the image into a bootable format.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo diskutil unmountDisk &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to unmount the disk (it will not be ejected).&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo dd if=&amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img.dmg of=&amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt; bs=1m&amp;lt;/code&amp;gt;. &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; will ask for your password, and then &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; will start writing the disk file.&lt;br /&gt;
## When &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; finishes writing the disk file, type &amp;lt;code&amp;gt;sudo diskutil eject &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* Have a MacBook? Consider these options:&lt;br /&gt;
::[[File:Usb1.png|50px]] [[Testing/Reports/Sugar on a Stick#MacBook Persistent SoaS v5 USB EFI Boot|&#039;&#039;&#039;MacBook Persistent SoaS v5 USB EFI Boot&#039;&#039;&#039;]]&lt;br /&gt;
:: [[Talk:Downloads#Bootable_CD_of_Trisquel_4.5_for_MacBook_Air|Bootable CD of Trisquel 4.5 for MacBook Air]]&lt;br /&gt;
:: See other installation variations at [[Sugar Creation Kit]]&lt;br /&gt;
::[[File:Apple.gif|30px]] [[Tutorials/Installation/Burn_a_CD.iso_on_a_Mac|&#039;&#039;&#039;Burning a CD from an .iso file on a Mac&#039;&#039;&#039;]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Alternative [[Macintosh|installation instructions for Mac OS X]]. Also, [[Sugar_on_a_Stick/Blueberry#For_Mac_OS_X_Users|these older installation instructions]] and [[Sugar on a Stick/Boot|booting instructions]] may be consulted.&amp;lt;br&amp;gt;There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Advanced users===&lt;br /&gt;
==Do you have an OLPC XO?== &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;174px&amp;quot;|[[File:OLPCXO.png|middle|link=olpc:Releases]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
* &#039;&#039;&#039;Upgrade&#039;&#039;&#039; to the latest &#039;&#039;[[olpc:Releases]]&#039;&#039; from OLPC (which may require a [[olpc:Activation_and_developer_keys|developer key]]).&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Experiment&#039;&#039;&#039; with [[Sugar_on_a_Stick/Installation/OLPC|Updating XOs]] to the latest &#039;&#039;Sugar on a Stick&#039;&#039; release.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
==Some alternate installations==&lt;br /&gt;
* Once you download, and then burn or load a Sugar on a Stick (SoaS) .iso file, and boot it, the running Fedora 30 SoaS Live CD/USB may be used to install Fedora with Sugar to a hard disk or a 4 GB USB stick [[Tutorials/Installation/Install with liveinst|with the &#039;&#039;&#039;{{Code|liveinst}} command&#039;&#039;&#039;]].&lt;br /&gt;
:- You start with a SoaS LiveOS image, and then load an uncompressed version onto the hard disk or USB stick.&lt;br /&gt;
&lt;br /&gt;
=== Want to contribute to Sugar on a Stick? ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SoaS-contributors.jpg |300px|left|link=Sugar_on_a_Stick]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; |&lt;br /&gt;
You&#039;re in the right place! This page is a contributors portal to the project, and contains everything you need to get started in becoming part of the Sugar on a Stick community.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== New contributors start here! ==&lt;br /&gt;
&lt;br /&gt;
Welcome! We&#039;re excited that you want to help us bring the Sugar Learning Platform to children around the world. No prior experience with computers or educational technology is required - in fact, we actively encourage a diversity of backgrounds, ages, and perspectives. See the [[Joining Sugar on a Stick]] page for instructions on how to get started.&lt;br /&gt;
&lt;br /&gt;
== What can you do? ==&lt;br /&gt;
&lt;br /&gt;
There are three main ways you can contribute to the Sugar on a Stick community. We work closely with our upstreams, [http://sugarlabs.org Sugar Labs] and [http://fedoraproject.org the Fedora Project].&lt;br /&gt;
&lt;br /&gt;
=== Get Activities on the Stick ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
We&#039;re always looking for help with all aspects of the [[Sugar on a Stick release process]]. Here are a few things you can do:&lt;br /&gt;
&lt;br /&gt;
* [[Sugar on a Stick QA|Test Sugar on a Stick]] and help us find bugs and think of ways the project could be better. When you find a bug or think of an enhancement, [[How to file a ticket|file a ticket!]] &#039;&#039;No technical experience required.&#039;&#039;&lt;br /&gt;
* Help make it easier for others to test Sugar on a Stick by writing [[Sugar on a Stick QA#Test cases|test cases]]. &#039;&#039;If you&#039;ve run a test case, you can write a test case.&#039;&#039;&lt;br /&gt;
* [http://bugs.sugarlabs.org Fix a bug or add a feature] to an existing Activity, to [[Development Team|sugar-core itself]], or to [http://bugs.sugarlabs.org/query?status=accepted&amp;amp;status=assigned&amp;amp;status=new&amp;amp;status=reopened&amp;amp;component=SoaS&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component Sugar on a Stick]. See [[How to fix an Activity bug]] and [[How to fix a sugar-core bug]] to get started. &#039;&#039;Basic Python programming skills - or the desire to learn - are all that&#039;s needed.&#039;&#039;&lt;br /&gt;
* [https://fedoraproject.org/wiki/Sugar_Activities Package Sugar Activities for Fedora]. &#039;&#039;If you&#039;re a [https://fedoraproject.org/wiki/PackageMaintainers/Join Fedora Packager] or want to become one, help in this area is something we desperately need - it&#039;s a trickier thing to learn, but rewarding once you get the hang of it.&#039;&#039;&lt;br /&gt;
* [[Sugar on a Stick release process#Review|Review Activities for inclusion in the build]] - check submitted Activities against our [[Sugar on a Stick/Activity Criteria]] and help us choose what gets included in the next release! &#039;&#039;No prior experience needed.&#039;&#039;&lt;br /&gt;
* Have an idea for a technical feature that isn&#039;t an Activity? Check out our [[Sugar on a Stick release process#Feature process|feature process]].&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 150px;&amp;quot; |[[Image:SoaS-netbook-1.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-2.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-3.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Sticks into Schools ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 250px;&amp;quot; | [[File:Cici-stick.jpg |200px|left|link=Sugar_on_a_Stick_deployment_process]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
Deployments all over the world need many different types of help as they work through the [[Sugar on a Stick deployment process]] - we need help building resources for all deployments to use, supporting those deployments, and helping new deployments start, as well as gathering stories and feedback from deployments so that we can make the next version of Sugar on a Stick even better.&lt;br /&gt;
&lt;br /&gt;
Some things you can do to help:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&amp;quot;It&#039;s a wiki: Edit away!&amp;quot;&#039;&#039; is often said in open source communities. Almost nothing is set in stone and can&#039;t be undone. So if you&#039;ve got ideas how to make instructions clearer and more accessible, just go for it!&lt;br /&gt;
* We produce official documentation such as the [http://download.sugarlabs.org/soas/docs/creation-kit/ Creation Kit] or the [http://download.sugarlabs.org/soas/docs/customization-guide/ Customization Guide]. If you&#039;ve an idea how to make them better, why don&#039;t you jump in and create a patch? Creating these nifty text files is simple - instructions live in the [[Sugar_on_a_Stick/Documentation_SOP|Documentation SOP]].&lt;br /&gt;
* Unofficial documentation for unsupported workarounds for [[Sugar on a Stick/Installation|installation]] and [[Sugar on a Stick/Sugar Clone|customization]] need to be edited, tested, and submitted for approval for official support. Check them out and leave comments and improvements; just jump in and edit the page.&lt;br /&gt;
* Interested in starting a deployment or helping a specific one (with anything from pedagogical design to technical support to funding logistics)? Introduce yourself on the deployment lists for [http://lists.sugarlabs.org/ Sugar Labs] and [http://lists.laptop.org/listinfo/ One Laptop Per Child] and we&#039;ll get you connected with some teachers on the ground.&lt;br /&gt;
* We&#039;re looking for some people to help us assemble tools for our support team to use. Email the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] if you&#039;re interested.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Contributors ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Contributors are the lifeblood of the Sugar on a Stick community - we work hard to bring a playful mindset of teaching, learning, and meaningful work to the children we aim to reach, and we aim to keep that mindset in our own work and community as well. Welcoming and teaching new contributors or all types, building the resources they need, and teaching them how to empower others in their turn is one of the most important things you can do; it is &#039;&#039;everyone&#039;s&#039;&#039; responsibility to help build our community, one person at a time.&lt;br /&gt;
&lt;br /&gt;
Some things you can do:&lt;br /&gt;
&lt;br /&gt;
* Edit this page and [[Joining Sugar on a Stick]]. Is there something we could do to make the &amp;quot;getting started&amp;quot; process easier? You don&#039;t have to ask permission to edit; just do it!&lt;br /&gt;
* Help us fill in our remaining task-starter pages: [[Sugar on a Stick release process]], [[How to fix an Activity bug]], [[How to fix a sugar-core bug]], and [[Sugar on a Stick deployment process]]/&lt;br /&gt;
* [http://openhatch.org/+projects/Sugar%20on%20a%20Stick Point out starter tasks on OpenHatch] - fill in questions and ideas for beginner jobs, and point newcomers towards them.&lt;br /&gt;
* [http://lists.sugarlabs.org/listinfo/soas Watch for introductions on the mailing list], and send welcome emails to new contributors (copy the list, so we can see what advice a newcomer has gotten so far).&lt;br /&gt;
* Hang out with us on IRC: [http://webchat.freenode.net?channels=sugar #sugar]. This is where the [http://activities.sugarlabs.org/en-US/sugar/addon/4029 IRC Activity] starts off. Help new joiners past initial questions and provide instant help!&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 200px;&amp;quot; |[[Image:Cici-netbook.jpg|200px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== What&#039;s happening? ==&lt;br /&gt;
===[[Sugar on a Stick/Beta]]===&lt;br /&gt;
&lt;br /&gt;
=== Contributor stories ===&lt;br /&gt;
&lt;br /&gt;
To find out what other contributors are doing, check out [http://planet.sugarlabs.org Planet Sugar Labs], where contributors to Sugar Labs and the Sugar on a Stick project aggregate their blogs. You can also [[Sysadmin/Planet syndication request|add your own blog to the Planet]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;s&amp;gt;Meetings&amp;lt;/s&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Communication through the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] has replaced regular meetings. &lt;br /&gt;
:We once had weekly meetings on IRC - see [[Sugar on a Stick meetings]] for more information, including logs from past meetings.&lt;br /&gt;
&lt;br /&gt;
== Related work ==&lt;br /&gt;
&lt;br /&gt;
While the projects listed below are not part of Sugar on a Stick, we watch them closely and try to work with them when possible (or at least we&#039;re trying to learn!)&lt;br /&gt;
&lt;br /&gt;
* For deployments lacking easy Internet access, one can turn a computer into a &#039;&#039;&#039;Sugar on a Stick Creation Station&#039;&#039;&#039;. The [[Sugar Creation Kit]] includes the materials you need to create Live USB sticks sticks and to install additional Activities, along with documentation and previous versions of Sugar on a Stick. &lt;br /&gt;
* Older [[:Category:Live USB|portable Sugar distributions]] based on other Linux distributions .&lt;br /&gt;
* [[The undiscoverable]] is an unofficial FAQ for tips, tricks, and solutions to common problems that may otherwise be tricky to find. These are being considered for inclusion in the official SoaS documentation.&lt;br /&gt;
&lt;br /&gt;
== Previous versions and other subpages index ==&lt;br /&gt;
{{Show|Earlier versions of Sugar on a Stick and other project pages can be reviewed at these pages: |{{Special:PrefixIndex/Sugar on a Stick/}}}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=103973</id>
		<title>Sugar on a Stick</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick&amp;diff=103973"/>
		<updated>2021-06-08T22:53:11Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Update to SoaS 34&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--{{ Translations | [[Sugar_on_a_Stick|english]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-es|español]] &amp;amp;#124; [[Sugar_on_a_Stick/lang-fr|français]]}}--&amp;gt;&lt;br /&gt;
[[Category:Project]]&lt;br /&gt;
[[Category:Live USB]]&lt;br /&gt;
[[Category:Sugar on a Stick]]&lt;br /&gt;
&lt;br /&gt;
{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792}}__NOTOC__&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What is Sugar on a Stick?==&lt;br /&gt;
{{:Sugar on a Stick/Downloads}}&lt;br /&gt;
=== What&#039;s new in Sugar on a Stick? ===&lt;br /&gt;
* Sugar [[0.118]], see the [[0.118/Notes|release notes for 0.113]],&lt;br /&gt;
* several updated activities,&lt;br /&gt;
* based on Fedora 34, see the [[fedoradocs:fedora/f34/release-notes/|release notes for Fedora 34]]&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
==== Known bugs ====&lt;br /&gt;
&lt;br /&gt;
* See also [[fedora:Common_F34_bugs|Common Fedora 34 bugs]].&lt;br /&gt;
&lt;br /&gt;
== Sugar on a Stick installation instructions ==&lt;br /&gt;
=== MS Windows ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Windows.gif|left|link=Sugar on a Stick/Windows]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|left|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: [http://fedorahosted.org/liveusb-creator/#Download Download] the Fedora Live USB Creator from [http://fedorahosted.org/liveusb-creator/#Download FedoraHosted].&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch Fedora Live USB Creator to create a Sugar-on-a-Stick bootable image.&amp;lt;br/&amp;gt;&#039;&#039;&#039;Note&#039;&#039;&#039;: Be sure to set the &#039;&#039;persistent storage&#039;&#039; slider to a non-zero value.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer. Set the option to &amp;quot;boot from USB&amp;quot; in your computer&#039;s &amp;lt;abbr title=&amp;quot;Basic Input/Output System&amp;quot;&amp;gt;BIOS&amp;lt;/abbr&amp;gt; setup, and then start up the computer.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Windows|installation instructions for Windows]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
=== GNU/Linux ===&lt;br /&gt;
{|style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=top|&amp;lt;br&amp;gt;&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
{{:Sugar on a Stick/Linux/Installation}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Detailed [[Sugar on a Stick/Linux|installation instructions for GNU/Linux]] and [[Sugar on a Stick/Boot|booting instructions]] are available. There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
GNU/Linux users may also want to install the [[#Do_you_use_GNU.2FLinux.3F|Sugar packages]] on their favorite distro, apart from Sugar on a Stick.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Apple Mac OS X ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;160px&amp;quot; valign=&amp;quot;top&amp;quot;|[[File:Apple.gif|link=Macintosh]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]]&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
The instructions below are based on the Ubuntu Web page at &amp;amp;lt;http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx&amp;amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Prepare&#039;&#039;&#039;: These instructions are for &#039;&#039;&#039;32-bit&#039;&#039;&#039; and &#039;&#039;&#039;64-bit&#039;&#039;&#039; processors.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Download&#039;&#039;&#039; the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# &#039;&#039;&#039;Load&#039;&#039;&#039;: &amp;lt;br&amp;gt;Here is a simple way to load a bootable USB on a Mac.&amp;lt;br&amp;gt;&lt;br /&gt;
## Enter the Terminal: &amp;lt;code&amp;gt;/Applications/Utilities/Terminal&amp;lt;/code&amp;gt;.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt;. You should see all the disk drives you have inserted into your computer.&lt;br /&gt;
## Insert the disk drive to which you want to write Sugar on a Stick.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;diskutil list&amp;lt;/code&amp;gt; again. You should see that your USB drive has been added to the list. If not, wait a while and repeat.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;hdiutil convert -format UDRW -o &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img &amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to convert the image into a bootable format.&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo diskutil unmountDisk &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt; to unmount the disk (it will not be ejected).&lt;br /&gt;
## Type &amp;lt;code&amp;gt;sudo dd if=&amp;amp;lt;&amp;lt;i&amp;gt;Sugar on a Stick image file&amp;lt;/i&amp;gt;&amp;amp;gt;.img.dmg of=&amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt; bs=1m&amp;lt;/code&amp;gt;. &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt; will ask for your password, and then &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; will start writing the disk file.&lt;br /&gt;
## When &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; finishes writing the disk file, type &amp;lt;code&amp;gt;sudo diskutil eject &amp;amp;lt;&amp;lt;i&amp;gt;device name&amp;lt;/i&amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
# &#039;&#039;&#039;Boot&#039;&#039;&#039;: Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* Have a MacBook? Consider these options:&lt;br /&gt;
::[[File:Usb1.png|50px]] [[Testing/Reports/Sugar on a Stick#MacBook Persistent SoaS v5 USB EFI Boot|&#039;&#039;&#039;MacBook Persistent SoaS v5 USB EFI Boot&#039;&#039;&#039;]]&lt;br /&gt;
:: [[Talk:Downloads#Bootable_CD_of_Trisquel_4.5_for_MacBook_Air|Bootable CD of Trisquel 4.5 for MacBook Air]]&lt;br /&gt;
:: See other installation variations at [[Sugar Creation Kit]]&lt;br /&gt;
::[[File:Apple.gif|30px]] [[Tutorials/Installation/Burn_a_CD.iso_on_a_Mac|&#039;&#039;&#039;Burning a CD from an .iso file on a Mac&#039;&#039;&#039;]]&lt;br /&gt;
:* Have an iBook or PowerPC Mac?&lt;br /&gt;
:: See [[Ubuntu/PPC]] and [[fedora:Architectures/PowerPC]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Alternative [[Macintosh|installation instructions for Mac OS X]]. Also, [[Sugar_on_a_Stick/Blueberry#For_Mac_OS_X_Users|these older installation instructions]] and [[Sugar on a Stick/Boot|booting instructions]] may be consulted.&amp;lt;br&amp;gt;There is also a [[Getting Started/Explore|guide to exploring Sugar]].&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Advanced users===&lt;br /&gt;
==Do you have an OLPC XO?== &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;174px&amp;quot;|[[File:OLPCXO.png|middle|link=olpc:Releases]]&lt;br /&gt;
|valign=top|&lt;br /&gt;
* &#039;&#039;&#039;Upgrade&#039;&#039;&#039; to the latest &#039;&#039;[[olpc:Releases]]&#039;&#039; from OLPC (which may require a [[olpc:Activation_and_developer_keys|developer key]]).&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Experiment&#039;&#039;&#039; with [[Sugar_on_a_Stick/Installation/OLPC|Updating XOs]] to the latest &#039;&#039;Sugar on a Stick&#039;&#039; release.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
==Some alternate installations==&lt;br /&gt;
* Once you download, and then burn or load a Sugar on a Stick (SoaS) .iso file, and boot it, the running Fedora 30 SoaS Live CD/USB may be used to install Fedora with Sugar to a hard disk or a 4 GB USB stick [[Tutorials/Installation/Install with liveinst|with the &#039;&#039;&#039;{{Code|liveinst}} command&#039;&#039;&#039;]].&lt;br /&gt;
:- You start with a SoaS LiveOS image, and then load an uncompressed version onto the hard disk or USB stick.&lt;br /&gt;
&lt;br /&gt;
=== Want to contribute to Sugar on a Stick? ===&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SoaS-contributors.jpg |300px|left|link=Sugar_on_a_Stick]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; |&lt;br /&gt;
You&#039;re in the right place! This page is a contributors portal to the project, and contains everything you need to get started in becoming part of the Sugar on a Stick community.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== New contributors start here! ==&lt;br /&gt;
&lt;br /&gt;
Welcome! We&#039;re excited that you want to help us bring the Sugar Learning Platform to children around the world. No prior experience with computers or educational technology is required - in fact, we actively encourage a diversity of backgrounds, ages, and perspectives. See the [[Joining Sugar on a Stick]] page for instructions on how to get started.&lt;br /&gt;
&lt;br /&gt;
== What can you do? ==&lt;br /&gt;
&lt;br /&gt;
There are three main ways you can contribute to the Sugar on a Stick community. We work closely with our upstreams, [http://sugarlabs.org Sugar Labs] and [http://fedoraproject.org the Fedora Project].&lt;br /&gt;
&lt;br /&gt;
=== Get Activities on the Stick ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
We&#039;re always looking for help with all aspects of the [[Sugar on a Stick release process]]. Here are a few things you can do:&lt;br /&gt;
&lt;br /&gt;
* [[Sugar on a Stick QA|Test Sugar on a Stick]] and help us find bugs and think of ways the project could be better. When you find a bug or think of an enhancement, [[How to file a ticket|file a ticket!]] &#039;&#039;No technical experience required.&#039;&#039;&lt;br /&gt;
* Help make it easier for others to test Sugar on a Stick by writing [[Sugar on a Stick QA#Test cases|test cases]]. &#039;&#039;If you&#039;ve run a test case, you can write a test case.&#039;&#039;&lt;br /&gt;
* [http://bugs.sugarlabs.org Fix a bug or add a feature] to an existing Activity, to [[Development Team|sugar-core itself]], or to [http://bugs.sugarlabs.org/query?status=accepted&amp;amp;status=assigned&amp;amp;status=new&amp;amp;status=reopened&amp;amp;component=SoaS&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component Sugar on a Stick]. See [[How to fix an Activity bug]] and [[How to fix a sugar-core bug]] to get started. &#039;&#039;Basic Python programming skills - or the desire to learn - are all that&#039;s needed.&#039;&#039;&lt;br /&gt;
* [https://fedoraproject.org/wiki/Sugar_Activities Package Sugar Activities for Fedora]. &#039;&#039;If you&#039;re a [https://fedoraproject.org/wiki/PackageMaintainers/Join Fedora Packager] or want to become one, help in this area is something we desperately need - it&#039;s a trickier thing to learn, but rewarding once you get the hang of it.&#039;&#039;&lt;br /&gt;
* [[Sugar on a Stick release process#Review|Review Activities for inclusion in the build]] - check submitted Activities against our [[Sugar on a Stick/Activity Criteria]] and help us choose what gets included in the next release! &#039;&#039;No prior experience needed.&#039;&#039;&lt;br /&gt;
* Have an idea for a technical feature that isn&#039;t an Activity? Check out our [[Sugar on a Stick release process#Feature process|feature process]].&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 150px;&amp;quot; |[[Image:SoaS-netbook-1.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-2.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]][[Image:SoaS-netbook-3.jpg|150px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick_release_process]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Sticks into Schools ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 250px;&amp;quot; | [[File:Cici-stick.jpg |200px|left|link=Sugar_on_a_Stick_deployment_process]]&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
Deployments all over the world need many different types of help as they work through the [[Sugar on a Stick deployment process]] - we need help building resources for all deployments to use, supporting those deployments, and helping new deployments start, as well as gathering stories and feedback from deployments so that we can make the next version of Sugar on a Stick even better.&lt;br /&gt;
&lt;br /&gt;
Some things you can do to help:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&amp;quot;It&#039;s a wiki: Edit away!&amp;quot;&#039;&#039; is often said in open source communities. Almost nothing is set in stone and can&#039;t be undone. So if you&#039;ve got ideas how to make instructions clearer and more accessible, just go for it!&lt;br /&gt;
* We produce official documentation such as the [http://download.sugarlabs.org/soas/docs/creation-kit/ Creation Kit] or the [http://download.sugarlabs.org/soas/docs/customization-guide/ Customization Guide]. If you&#039;ve an idea how to make them better, why don&#039;t you jump in and create a patch? Creating these nifty text files is simple - instructions live in the [[Sugar_on_a_Stick/Documentation_SOP|Documentation SOP]].&lt;br /&gt;
* Unofficial documentation for unsupported workarounds for [[Sugar on a Stick/Installation|installation]] and [[Sugar on a Stick/Sugar Clone|customization]] need to be edited, tested, and submitted for approval for official support. Check them out and leave comments and improvements; just jump in and edit the page.&lt;br /&gt;
* Interested in starting a deployment or helping a specific one (with anything from pedagogical design to technical support to funding logistics)? Introduce yourself on the deployment lists for [http://lists.sugarlabs.org/ Sugar Labs] and [http://lists.laptop.org/listinfo/ One Laptop Per Child] and we&#039;ll get you connected with some teachers on the ground.&lt;br /&gt;
* We&#039;re looking for some people to help us assemble tools for our support team to use. Email the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] if you&#039;re interested.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Get Contributors ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &lt;br /&gt;
&lt;br /&gt;
Contributors are the lifeblood of the Sugar on a Stick community - we work hard to bring a playful mindset of teaching, learning, and meaningful work to the children we aim to reach, and we aim to keep that mindset in our own work and community as well. Welcoming and teaching new contributors or all types, building the resources they need, and teaching them how to empower others in their turn is one of the most important things you can do; it is &#039;&#039;everyone&#039;s&#039;&#039; responsibility to help build our community, one person at a time.&lt;br /&gt;
&lt;br /&gt;
Some things you can do:&lt;br /&gt;
&lt;br /&gt;
* Edit this page and [[Joining Sugar on a Stick]]. Is there something we could do to make the &amp;quot;getting started&amp;quot; process easier? You don&#039;t have to ask permission to edit; just do it!&lt;br /&gt;
* Help us fill in our remaining task-starter pages: [[Sugar on a Stick release process]], [[How to fix an Activity bug]], [[How to fix a sugar-core bug]], and [[Sugar on a Stick deployment process]]/&lt;br /&gt;
* [http://openhatch.org/+projects/Sugar%20on%20a%20Stick Point out starter tasks on OpenHatch] - fill in questions and ideas for beginner jobs, and point newcomers towards them.&lt;br /&gt;
* [http://lists.sugarlabs.org/listinfo/soas Watch for introductions on the mailing list], and send welcome emails to new contributors (copy the list, so we can see what advice a newcomer has gotten so far).&lt;br /&gt;
* Hang out with us on IRC: [http://webchat.freenode.net?channels=sugar #sugar]. This is where the [http://activities.sugarlabs.org/en-US/sugar/addon/4029 IRC Activity] starts off. Help new joiners past initial questions and provide instant help!&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;border: 0; border-width: 0; width: 200px;&amp;quot; |[[Image:Cici-netbook.jpg|200px|right|link=http://wiki.sugarlabs.org/go/Sugar_on_a_Stick]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== What&#039;s happening? ==&lt;br /&gt;
===[[Sugar on a Stick/Beta]]===&lt;br /&gt;
&lt;br /&gt;
=== Contributor stories ===&lt;br /&gt;
&lt;br /&gt;
To find out what other contributors are doing, check out [http://planet.sugarlabs.org Planet Sugar Labs], where contributors to Sugar Labs and the Sugar on a Stick project aggregate their blogs. You can also [[Sysadmin/Planet syndication request|add your own blog to the Planet]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;s&amp;gt;Meetings&amp;lt;/s&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Communication through the [http://lists.sugarlabs.org/listinfo/soas Sugar on a Stick mailing list] has replaced regular meetings. &lt;br /&gt;
:We once had weekly meetings on IRC - see [[Sugar on a Stick meetings]] for more information, including logs from past meetings.&lt;br /&gt;
&lt;br /&gt;
== Related work ==&lt;br /&gt;
&lt;br /&gt;
While the projects listed below are not part of Sugar on a Stick, we watch them closely and try to work with them when possible (or at least we&#039;re trying to learn!)&lt;br /&gt;
&lt;br /&gt;
* For deployments lacking easy Internet access, one can turn a computer into a &#039;&#039;&#039;Sugar on a Stick Creation Station&#039;&#039;&#039;. The [[Sugar Creation Kit]] includes the materials you need to create Live USB sticks sticks and to install additional Activities, along with documentation and previous versions of Sugar on a Stick. &lt;br /&gt;
* Older [[:Category:Live USB|portable Sugar distributions]] based on other Linux distributions .&lt;br /&gt;
* [[The undiscoverable]] is an unofficial FAQ for tips, tricks, and solutions to common problems that may otherwise be tricky to find. These are being considered for inclusion in the official SoaS documentation.&lt;br /&gt;
&lt;br /&gt;
== Previous versions and other subpages index ==&lt;br /&gt;
{{Show|Earlier versions of Sugar on a Stick and other project pages can be reviewed at these pages: |{{Special:PrefixIndex/Sugar on a Stick/}}}}&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=103972</id>
		<title>Sugar on a Stick/Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=103972"/>
		<updated>2021-06-08T22:50:01Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792|join_label=Get Involved}}&amp;lt;/noinclude&amp;gt;__NOTOC__&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SugaronastickAvocado-320px.png|320px|left|link=https://spins.fedoraproject.org/soas/]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &#039;&#039;&#039;[[Sugar on a Stick]]&#039;&#039;&#039; is a [https://fedoraproject.org/wiki/Overview Fedora&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;] [https://spins.fedoraproject.org/soas Spin] operating system featuring the award-winning [[What is Sugar?|Sugar Learning Platform]].&lt;br /&gt;
&lt;br /&gt;
Sugar on a Stick will run on&lt;br /&gt;
* any 64-bit Notebook, Laptop, or Desktop computer,  with a minimum of 1GB RAM, that can run Linux, Windows or macOS, using a USB thumbdrive or stick, as a [[wikipedia:Live USB|Live USB]],&lt;br /&gt;
* a Raspberry Pi 2 or 3, using a microSD card&amp;lt;!-- it is not a Live system, but an installed system--&amp;gt;, or;&lt;br /&gt;
* any computer as a virtual machine.&lt;br /&gt;
&lt;br /&gt;
You can use Sugar on a Stick to demo Sugar almost anywhere without disturbing the contents of the computer you use, and if people like what they see, you can [[Tutorials/Installation/Install with liveinst|install]] Sugar on a Stick to their hard drives or other sticks from the demo stick.&lt;br /&gt;
&lt;br /&gt;
A more recent version of Sugar is available on the TOAST version of Sugar (Trisquel on a Sugar Toast).  See [[Trisquel On A Sugar Toast]].&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;border: 0; border-width: 0; text-align: center&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/34/Spins/x86_64/iso/Fedora-SoaS-Live-x86_64-34-1.2.iso]]&amp;lt;/span&amp;gt;&lt;br /&gt;
x86_64 (64-bit), see [https://docs.fedoraproject.org/en-US/fedora/rawhide/install-guide/ How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/34/Spins/armhfp/images/Fedora-SoaS-34-1.2.armhfp.raw.xz]]&amp;lt;/span&amp;gt;&lt;br /&gt;
armhfp Raspberry Pi 2 or 3, see [https://github.com/sugarlabs/sugar/blob/master/docs/rpi-soas.md How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
* How to quickly demonstrate: ([[Sugar on a Stick/Installation Process|English]]), ([[Sugar on a Stick/Proceso de instalacion|en español]])&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
See the [https://spins.fedoraproject.org/soas/download/index.html Spins download page]&amp;lt;br&amp;gt; for the following:&lt;br /&gt;
* ARM&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Technology downloads&lt;br /&gt;
* Some support links&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&#039;&#039;&#039;[https://alt.fedoraproject.org/pub/alt/live-respins/ Fedora Live Respins]&#039;&#039;&#039; are like the official release but with officially updated Fedora components.&lt;br /&gt;
* Many bugs have been fixed in these Respins, but new ones may occasionally render the download unbootable.&lt;br /&gt;
* Checksums to verify the integrity of downloads are in a file at the top of the Respins directory.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Fedora and the Infinity design logo are trademarks of Red Hat, Inc.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=103971</id>
		<title>Sugar on a Stick/Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=103971"/>
		<updated>2021-06-08T22:48:41Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: Update download links for SoaS Fedora 34&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792|join_label=Get Involved}}&amp;lt;/noinclude&amp;gt;__NOTOC__&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SugaronastickAvocado-320px.png|320px|left|link=https://spins.fedoraproject.org/soas/]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &#039;&#039;&#039;[[Sugar on a Stick]]&#039;&#039;&#039; is a [https://fedoraproject.org/wiki/Overview Fedora&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;] [https://spins.fedoraproject.org/soas Spin] operating system featuring the award-winning [[What is Sugar?|Sugar Learning Platform]].&lt;br /&gt;
&lt;br /&gt;
Sugar on a Stick will run on&lt;br /&gt;
* any 64-bit Notebook, Laptop, or Desktop computer,  with a minimum of 1GB RAM, that can run Linux, Windows or macOS, using a USB thumbdrive or stick, as a [[wikipedia:Live USB|Live USB]],&lt;br /&gt;
* a Raspberry Pi 2 or 3, using a microSD card&amp;lt;!-- it is not a Live system, but an installed system--&amp;gt;, or;&lt;br /&gt;
* any computer as a virtual machine.&lt;br /&gt;
&lt;br /&gt;
You can use Sugar on a Stick to demo Sugar almost anywhere without disturbing the contents of the computer you use, and if people like what they see, you can [[Tutorials/Installation/Install with liveinst|install]] Sugar on a Stick to their hard drives or other sticks from the demo stick.&lt;br /&gt;
&lt;br /&gt;
A more recent version of Sugar is available on the TOAST version of Sugar (Trisquel on a Sugar Toast).  See [[Trisquel On A Sugar Toast]].&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;border: 0; border-width: 0; text-align: center&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/34/Spins/x86_64/iso/Fedora-SoaS-Live-x86_64-34-1.2.iso]]&amp;lt;/span&amp;gt;&lt;br /&gt;
x86_64 (64-bit), see [https://docs.fedoraproject.org/en-US/fedora/rawhide/install-guide/ How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/34/Spins/armhfp/images/Fedora-SoaS-34-1.2.armhfp.raw.xz]]&amp;lt;/span&amp;gt;&lt;br /&gt;
armhfp Raspberry Pi 2 or 3, see [https://github.com/sugarlabs/sugar/blob/master/docs/rpi-soas.md How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
See also;&lt;br /&gt;
&lt;br /&gt;
* [[Sugar on a Stick/Download/hashes|How to verify downloads]].&lt;br /&gt;
* How to quickly demonstrate: ([[Sugar on a Stick/Installation Process|English]]), ([[Sugar on a Stick/Proceso de instalacion|en español]])&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
See the [https://spins.fedoraproject.org/soas/download/index.html Spins download page]&amp;lt;br&amp;gt; for the following:&lt;br /&gt;
* ARM&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Technology downloads&lt;br /&gt;
* Some support links&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&#039;&#039;&#039;[https://alt.fedoraproject.org/pub/alt/live-respins/ Fedora Live Respins]&#039;&#039;&#039; are like the official release but with officially updated Fedora components.&lt;br /&gt;
* Many bugs have been fixed in these Respins, but new ones may occasionally render the download unbootable.&lt;br /&gt;
* Checksums to verify the integrity of downloads are in a file at the top of the Respins directory.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Fedora and the Infinity design logo are trademarks of Red Hat, Inc.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=103970</id>
		<title>Sugar on a Stick/Downloads</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Sugar_on_a_Stick/Downloads&amp;diff=103970"/>
		<updated>2021-06-08T22:47:24Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{TeamHeader|Sugar on a Stick|home=Project Home|xbgColor=ffe792|join_label=Get Involved}}&amp;lt;/noinclude&amp;gt;__NOTOC__&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; style=&amp;quot;border: 0; border-width: 0; width: 350px;&amp;quot; | [[File:SugaronastickAvocado-320px.png|320px|left|link=https://spins.fedoraproject.org/soas/]]&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0;&amp;quot; | &#039;&#039;&#039;[[Sugar on a Stick]]&#039;&#039;&#039; is a [https://fedoraproject.org/wiki/Overview Fedora&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt;] [https://spins.fedoraproject.org/soas Spin] operating system featuring the award-winning [[What is Sugar?|Sugar Learning Platform]].&lt;br /&gt;
&lt;br /&gt;
Sugar on a Stick will run on&lt;br /&gt;
* any 64-bit Notebook, Laptop, or Desktop computer,  with a minimum of 1GB RAM, that can run Linux, Windows or macOS, using a USB thumbdrive or stick, as a [[wikipedia:Live USB|Live USB]],&lt;br /&gt;
* a Raspberry Pi 2 or 3, using a microSD card&amp;lt;!-- it is not a Live system, but an installed system--&amp;gt;, or;&lt;br /&gt;
* any computer as a virtual machine.&lt;br /&gt;
&lt;br /&gt;
You can use Sugar on a Stick to demo Sugar almost anywhere without disturbing the contents of the computer you use, and if people like what they see, you can [[Tutorials/Installation/Install with liveinst|install]] Sugar on a Stick to their hard drives or other sticks from the demo stick.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Our most recent working version of Sugar on a Stick was released on &#039;&#039;&#039;23 April 2021&#039;&#039;&#039; with &#039;&#039;&#039;Fedora 34&#039;&#039;&#039;.&lt;br /&gt;
(Unfortunately, SoaS 33 suffers from a startup problem and this problem has been fixed but they&#039;ll be no new image until SoaS34 when Fedora34 is released, you can download this [https://dl.fedoraproject.org/pub/fedora/linux/releases/34/Spins/x86_64/iso/Fedora-SoaS-Live-x86_64-34-1.2.iso rawhide image] for testing.) &lt;br /&gt;
&lt;br /&gt;
A more recent version of Sugar is available on the TOAST version of Sugar (Trisquel on a Sugar Toast).  See [[Trisquel On A Sugar Toast]].&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;border: 0; border-width: 0; text-align: center&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=[https://download.fedoraproject.org/pub/fedora/linux/releases/34/Spins/x86_64/iso/Fedora-SoaS-Live-x86_64-34-1.2.iso]]&amp;lt;/span&amp;gt;&lt;br /&gt;
x86_64 (64-bit), see [https://docs.fedoraproject.org/en-US/fedora/rawhide/install-guide/ How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;linkgroup&amp;quot;&amp;gt;[[File:Download Mirabell.png|link=https://download.fedoraproject.org/pub/fedora/linux/releases/34/Spins/armhfp/images/Fedora-SoaS-34-1.2.armhfp.raw.xz]]&amp;lt;/span&amp;gt;&lt;br /&gt;
armhfp Raspberry Pi 2 or 3, see [https://github.com/sugarlabs/sugar/blob/master/docs/rpi-soas.md How to install].&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border: 0; border-width: 0; text-align: left&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
See also;&lt;br /&gt;
&lt;br /&gt;
* [[Sugar on a Stick/Download/hashes|How to verify downloads]].&lt;br /&gt;
* How to quickly demonstrate: ([[Sugar on a Stick/Installation Process|English]]), ([[Sugar on a Stick/Proceso de instalacion|en español]])&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
See the [https://spins.fedoraproject.org/soas/download/index.html Spins download page]&amp;lt;br&amp;gt; for the following:&lt;br /&gt;
* ARM&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Technology downloads&lt;br /&gt;
* Some support links&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&#039;&#039;&#039;[https://alt.fedoraproject.org/pub/alt/live-respins/ Fedora Live Respins]&#039;&#039;&#039; are like the official release but with officially updated Fedora components.&lt;br /&gt;
* Many bugs have been fixed in these Respins, but new ones may occasionally render the download unbootable.&lt;br /&gt;
* Checksums to verify the integrity of downloads are in a file at the top of the Respins directory.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Fedora and the Infinity design logo are trademarks of Red Hat, Inc.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Oversight_Board/Meeting_Minutes-2021-02-17&amp;diff=103937</id>
		<title>Oversight Board/Meeting Minutes-2021-02-17</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Oversight_Board/Meeting_Minutes-2021-02-17&amp;diff=103937"/>
		<updated>2021-02-23T23:21:44Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: switch to &amp;lt;nowiki&amp;gt; preformatted block of text for log&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SLOB Meeting -- February 17, 2021 ==&lt;br /&gt;
&lt;br /&gt;
Attending: Walter, Claudia, Lionel, Perrie, MrBios&lt;br /&gt;
&lt;br /&gt;
From the community: Sum2it, srevinsaju&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
No transactions as of yet in 2021&lt;br /&gt;
&lt;br /&gt;
=== Ombudsman ===&lt;br /&gt;
&lt;br /&gt;
Nothing to report, although Walter will write some text to make it more obvious in our Code of Conduct that we have an ombudsman.&lt;br /&gt;
&lt;br /&gt;
=== SFC ===&lt;br /&gt;
&lt;br /&gt;
Claudia reported no new correspondence&lt;br /&gt;
&lt;br /&gt;
=== GSoC ===&lt;br /&gt;
&lt;br /&gt;
Perrie submitted the application to great acclaim&lt;br /&gt;
&lt;br /&gt;
=== GSoD ===&lt;br /&gt;
&lt;br /&gt;
We discussed using Summer of Documentation to prepare materials in support of teachers.&lt;br /&gt;
&lt;br /&gt;
Perrie and Samson will lay the groundwork for our application&lt;br /&gt;
&lt;br /&gt;
=== Workshops ===&lt;br /&gt;
&lt;br /&gt;
Walter will be giving a workshop to teachers in Brazil on the 19th which could serve as a model for future Sugar Labs workshops.&lt;br /&gt;
&lt;br /&gt;
=== Web Site ===&lt;br /&gt;
&lt;br /&gt;
We discussed the need for some updates, including more focus on Flatpack, Sugarizer, etc. And a section on more academic papers in support of our activities. Perrie has a design proposal.&lt;br /&gt;
&lt;br /&gt;
=== Matrix ===&lt;br /&gt;
&lt;br /&gt;
There was consensus that Matrix worked well and we will try it again at the next meeting.&lt;br /&gt;
&lt;br /&gt;
=== Next Meeting ===&lt;br /&gt;
&lt;br /&gt;
3 March 2021&lt;br /&gt;
&lt;br /&gt;
We have invited the new president of OLPC, Mariana Ludmila Cortés to join us in a discussion.&lt;br /&gt;
&lt;br /&gt;
=== Log ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;walterbender: hello every...&amp;lt;br/&amp;gt;any SLOB members here?&amp;lt;br/&amp;gt;hmm. holding a meeting in Matrix seems to be a fail :P&lt;br /&gt;
llaske_ (@freenode_llaske_:matrix.org) joined the room.&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Is there a channel for the SLOB meeting?&lt;br /&gt;
walterbender: here&amp;lt;br/&amp;gt;but no one seems to have come to the meeting&amp;lt;br/&amp;gt;(except you)&amp;lt;br/&amp;gt;I even remembered to send a reminder&lt;br /&gt;
llaske_ (@llaske_:matrix.org): I&#039;ve got a message telling that I&#039;ve not right to do audio in the channel&amp;lt;br/&amp;gt;Yes I&#039;ve seen your reminder&lt;br /&gt;
callaurrea: Hi everyone&lt;br /&gt;
walterbender: Hi callaurrea&amp;lt;br/&amp;gt;glad you made it&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Hi&lt;br /&gt;
callaurrea: Thanks for the reminder&lt;br /&gt;
walterbender: I suppose we could try using the video call mechanism, but lets see if anyone else shows up.&amp;lt;br/&amp;gt;Meanwhile, I can report on a few things that don&#039;t need much discussion/debate.&lt;br /&gt;
Finances: no transactions yet in 2021.&lt;br /&gt;
mrbios: hi folks.&lt;br /&gt;
walterbender: We have a quorum. Great.&lt;br /&gt;
mrbios: I have conflicting meetings but am in both :)&lt;br /&gt;
walterbender: Sorry. Maybe at the end we can discuss finding a better time for everyone?&lt;br /&gt;
callaurrea: good idea, walterbender&lt;br /&gt;
walterbender: Anyway, re Finances, a concern was raised about our spending $$ on lawyers. This is all related to the hopefully one-time process of setting up the non-profit org in the US.&amp;lt;br/&amp;gt;It is the only time in our project&#039;s history that we have had legal expenses.&amp;lt;br/&amp;gt;I don&#039;t know if it could have been done otherwise.&amp;lt;br/&amp;gt;But it is not something we should see repeated.&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Make sense and this work is documented from month.&lt;br /&gt;
walterbender: all in all, we have spent about US $500 per year on average for legal over the lifetime of the org... pretty reasonable&lt;br /&gt;
llaske_ (@llaske_:matrix.org): I don&#039;t think there is a real concern&lt;br /&gt;
walterbender: certainly nothing &amp;quot;corrupt&amp;quot; about it&amp;lt;br/&amp;gt;any other finance questions/concerns?&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Nope. I was very surprised by the Martin message.&lt;br /&gt;
walterbender: (The sum total of expenses for which I cannot find receipts is $20.)&lt;br /&gt;
callaurrea: I don&#039;t think we could have done the work well without the expenses&lt;br /&gt;
walterbender: Again, not seemingly a major concern.&amp;lt;br/&amp;gt;Re the ombudsman, nothing to report, although I wish, if Martin had concerns, he would have approached Pattie before sending his very public admonishment.&amp;lt;br/&amp;gt;Maybe we need to better publicize the fact that we have an ombudsperson?&lt;br /&gt;
llaske_ (@llaske_:matrix.org): May be we could answer Martin publicly about this&lt;br /&gt;
walterbender: I will try to come up with some language to include in our code of conduct document.&lt;br /&gt;
perrieee joined the room.&lt;br /&gt;
walterbender: Alex has been speaking with him (and both Alex and I wrote to him off list).&lt;br /&gt;
perrieee: Hi everyone&lt;br /&gt;
walterbender: hi perrieee&lt;br /&gt;
perrieee: sorry I am late&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Hi Perrie&lt;br /&gt;
walterbender: perrieee: can you see the backlog?&lt;br /&gt;
perrieee: yes I can &lt;br /&gt;
walterbender: callaurrea: anything to report from SFC?&lt;br /&gt;
llaske_ (@llaske_:matrix.org): BTW another subject for our agenda: GSoC. Our application has been completed by Perrie (thanks). It&#039;s on the way. Result is expected March 9th&lt;br /&gt;
walterbender: Yes... I was going to say a public thank you to Perrie, Lionel and Jui&lt;br /&gt;
callaurrea: Nothing. Other than my communication with them about the W-9 form, which happened in January&amp;lt;br/&amp;gt;No communication&amp;lt;br/&amp;gt;Thanks you, Perrie Lionel and Jui&amp;lt;br/&amp;gt;can you share the info? it would be good to include important highlights from the application into the minutes&lt;br /&gt;
walterbender: Perrie, maybe you could include the text of the application somewhere is the GSoC repo? So we don&#039;t have to hunt down all those numbers again next year.&amp;lt;br/&amp;gt;maybe as a wiki page?&lt;br /&gt;
perrieee: sure .. I can put that together and share tomorrow&lt;br /&gt;
walterbender: thx&amp;lt;br/&amp;gt;https://github.com/sugarlabs/GSoC/wiki&lt;br /&gt;
perrieee: but this is what our profile correctly looks like&lt;br /&gt;
walterbender: Meanwhile, we can continue to add project ideas...&amp;lt;br/&amp;gt;Does anyone know much about the Google Summer of Doc program?&amp;lt;br/&amp;gt;Deadlines, etc?&lt;br /&gt;
sum2it joined the room.&lt;br /&gt;
walterbender: We&#039;ve been discussing it in a thread somewhere&lt;br /&gt;
perrieee: for ideas, I want to bring up the project for a redesign of our website again: https://github.com/sugarlabs/GSoC/pull/91#issuecomment-776364048&amp;lt;br/&amp;gt;now the time frame has been shortened &lt;br /&gt;
walterbender: I think we should apply and focus on materials to support teachers to take advantage of our tools.&amp;lt;br/&amp;gt;callaurrea: you&#039;d be a great mentor for that theme&lt;br /&gt;
callaurrea: Love to&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Clearly teachers material will be great. It&#039;s often asked for Sugarizer on the field&lt;br /&gt;
llaske_ (@llaske_:matrix.org): But I don&#039;t know if it could be a proposal for GSoD. Which people could really write this sort of doc ?&lt;br /&gt;
walterbender: perrieee: (I will share the log and minutes)&amp;lt;br/&amp;gt;llaske_: if we find someone who can write well, we can help shape the content&lt;br /&gt;
callaurrea: Speaking about OLCP. Mariana may have ideas for other topics? should we reach out to her to establish connections?&lt;br /&gt;
walterbender: callaurrea: yes... I have been chatting with her on FB&amp;lt;br/&amp;gt;A friend of ours just became the new president of OLPC&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Oh really ? who is it?&lt;br /&gt;
walterbender: Mariana&amp;lt;br/&amp;gt;She is interested in deepening the ties to Sugar Labs&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Cool&lt;br /&gt;
callaurrea: we can invite her to present at one of our meetings... vision, where they are, etc.?&lt;br /&gt;
walterbender: Mariana Ludmila Cortés -- I am not sure of her OLPC email&amp;lt;br/&amp;gt;callaurrea: great idea&amp;lt;br/&amp;gt;I will see if she can join us in two weeks.&lt;br /&gt;
sum2it: Hi all, just joined and read the backlog.&lt;br /&gt;
walterbender: I just asked her if she can join us for a discussion in 2 weeks :P&amp;lt;br/&amp;gt;hi sum2it&amp;lt;br/&amp;gt;any other discussion topics?&amp;lt;br/&amp;gt;I gave a talk to a bunch of teachers in Brazil last week and am following up with a workshop this Friday.&lt;br /&gt;
callaurrea: missed that&lt;br /&gt;
walterbender: Arranged through USP&amp;lt;br/&amp;gt;any other discussion topics?&lt;br /&gt;
perrieee: yes ... what is the plan for the website refresh?&lt;br /&gt;
callaurrea: can we add the link to your sat workshop to the minutes?&lt;br /&gt;
walterbender: callaurrea: yes... I will add it&lt;br /&gt;
perrieee: I was personally thinking this GSoc will be a good time &lt;br /&gt;
callaurrea: we said we will begin with some of those activities... for our packages&lt;br /&gt;
walterbender: perrieee: I think it is a reasonable scope for a scaled back GSoC but we do need to have a concrete proposal as to how the new website is tangibly better -- both in terms of the visitor experience and maintenance overhead&lt;br /&gt;
perrieee: There is already a design drafted set ... I can share that again&lt;br /&gt;
llaske_ (@llaske_:matrix.org): I think we should do a light update of our website just to mention that SugarLabs is now Sugar, MusicBlocks and Sugarizer. But it could be done outside of GSoC in my opinion&lt;br /&gt;
walterbender: callaurrea: hopefully my Friday workshop can be a rehearsal for the (bi-?) monthly Sugar Labs workshops&lt;br /&gt;
srevinsaju (@srevinsaju:matrix.org): (I am not a part of SLOBS), but our website update mechanism has been broken since 2020 January&lt;br /&gt;
llaske_ (@llaske_:matrix.org): srevinsaju: sounds like a priority to fix it first&lt;br /&gt;
perrieee: https://www.figma.com/proto/iVvHw3nrOCjBi3FfCOM4PC/Sugar-refresh?node-id=924%3A1&amp;amp;scaling=min-zoom&lt;br /&gt;
srevinsaju (@srevinsaju:matrix.org): some changes like the Flathub by tchx84 and others are missing,&lt;br /&gt;
callaurrea: Is it Fridays&lt;br /&gt;
perrieee: this is a draft, texts will change ... but yeah&lt;br /&gt;
walterbender: my USP workshop happens to be Friday... that is all&amp;lt;br/&amp;gt;the Sugar Labs ones can be whenever you think best&amp;lt;br/&amp;gt;perrieee: I will take a look... it sounds like no matter what we need to make some updates so it is good that you have put thought into it&amp;lt;br/&amp;gt;* walterbender would like a section on background reading too&amp;lt;br/&amp;gt;* walterbender is writing a book chapter right now on Music Blocks he could share&lt;br /&gt;
perrieee: do you mean something like a story behind SL&lt;br /&gt;
walterbender: callaurrea: https://zoom.us/j/98734210784?pwd=b0xHenJuQVpKY3VBd3Y2NFJHRnlDQT09&amp;lt;br/&amp;gt;Password: 422968 (at 2:30 US East Coast -- 19:30 UTC)&lt;br /&gt;
sum2it: Will it be a part of a larger book?&lt;br /&gt;
walterbender: perrieee: I mean simply a list of papers about Sugar, Sugarizer, Music Blocks, etc. for someone interested in some of the pedagogy&lt;br /&gt;
callaurrea: Sat at 2:30 pm?&lt;br /&gt;
perrieee: oh oh coool yeah sure&lt;br /&gt;
walterbender: sum2it: a friend is putting together a collection of essays in celebration of the 50th anniversary of Seymour and Cynthia&#039;s 20 things to do with a computer paper.&amp;lt;br/&amp;gt;I am writing about thing #11 -- music&amp;lt;br/&amp;gt;callaurrea: Friday :smile:&amp;lt;br/&amp;gt;* walterbender does not know how to use meojis&amp;lt;br/&amp;gt;or type emoji&lt;br /&gt;
sum2it: walterbender Happy to help with drafts and/or editing, anytime.&lt;br /&gt;
walterbender: https://dspace.mit.edu/handle/1721.1/5836&lt;br /&gt;
walterbender&lt;br /&gt;
callaurrea: we have one paper&lt;br /&gt;
walterbender: callaurrea: we have the Turtle Blocks one you, Cynthia and I wrote :P&lt;br /&gt;
callaurrea: yes!!&lt;br /&gt;
walterbender: sum2it: if you wanna read/comment on my draft, you are more than welcome.&lt;br /&gt;
sum2it: Will do.&lt;br /&gt;
walterbender: https://docs.google.com/document/d/1qTGRsQfOmLvR5V2Y_iD9y58MRqK9MHXTS7HFh6a-wGw/edit?usp=sharing&lt;br /&gt;
sum2it: Thanks.&lt;br /&gt;
walterbender: Any other business?&amp;lt;br/&amp;gt;I want to be respectful of the time&lt;br /&gt;
llaske_ (@llaske_:matrix.org): That&#039;s all on my side&lt;br /&gt;
walterbender: Did someone volunteer to follow up on Google Summer of Documentation?&lt;br /&gt;
perrieee: I can do a follow up &lt;br /&gt;
walterbender: thx&lt;br /&gt;
perrieee: Samson and I :)&lt;br /&gt;
walterbender: What did everyone think of using Matrix?&lt;br /&gt;
callaurrea: I am ok with it&lt;br /&gt;
llaske_ (@llaske_:matrix.org): It&#039;s like an IRC++&lt;br /&gt;
perrieee: I like the experience ... &lt;br /&gt;
sum2it: This is good&lt;br /&gt;
walterbender: I feel like it is a bit more inclusive than our video calls (and easier for the person writing up the minutes -- he says selfishly)&amp;lt;br/&amp;gt;So, lets use it again next time? I will let you know if Mariana can join us.&lt;br /&gt;
callaurrea: agree&lt;br /&gt;
llaske_ (@llaske_:matrix.org): okay&lt;br /&gt;
perrieee: agree&lt;br /&gt;
sum2it: +1&lt;br /&gt;
walterbender: OK. Until next time, feel free to ping me here&amp;lt;br/&amp;gt;thanks everyone&lt;br /&gt;
sum2it: Bye&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Thanks all. Bye&lt;br /&gt;
sum2it: Thanks all&lt;br /&gt;
perrieee: bye, thanks all&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Oversight_Board/Meeting_Minutes-2021-02-17&amp;diff=103936</id>
		<title>Oversight Board/Meeting Minutes-2021-02-17</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Oversight_Board/Meeting_Minutes-2021-02-17&amp;diff=103936"/>
		<updated>2021-02-23T23:16:38Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SLOB Meeting -- February 17, 2021 ==&lt;br /&gt;
&lt;br /&gt;
Attending: Walter, Claudia, Lionel, Perrie, MrBios&lt;br /&gt;
&lt;br /&gt;
From the community: Sum2it, srevinsaju&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
No transactions as of yet in 2021&lt;br /&gt;
&lt;br /&gt;
=== Ombudsman ===&lt;br /&gt;
&lt;br /&gt;
Nothing to report, although Walter will write some text to make it more obvious in our Code of Conduct that we have an ombudsman.&lt;br /&gt;
&lt;br /&gt;
=== SFC ===&lt;br /&gt;
&lt;br /&gt;
Claudia reported no new correspondence&lt;br /&gt;
&lt;br /&gt;
=== GSoC ===&lt;br /&gt;
&lt;br /&gt;
Perrie submitted the application to great acclaim&lt;br /&gt;
&lt;br /&gt;
=== GSoD ===&lt;br /&gt;
&lt;br /&gt;
We discussed using Summer of Documentation to prepare materials in support of teachers.&lt;br /&gt;
&lt;br /&gt;
Perrie and Samson will lay the groundwork for our application&lt;br /&gt;
&lt;br /&gt;
=== Workshops ===&lt;br /&gt;
&lt;br /&gt;
Walter will be giving a workshop to teachers in Brazil on the 19th which could serve as a model for future Sugar Labs workshops.&lt;br /&gt;
&lt;br /&gt;
=== Web Site ===&lt;br /&gt;
&lt;br /&gt;
We discussed the need for some updates, including more focus on Flatpack, Sugarizer, etc. And a section on more academic papers in support of our activities. Perrie has a design proposal.&lt;br /&gt;
&lt;br /&gt;
=== Matrix ===&lt;br /&gt;
&lt;br /&gt;
There was consensus that Matrix worked well and we will try it again at the next meeting.&lt;br /&gt;
&lt;br /&gt;
=== Next Meeting ===&lt;br /&gt;
&lt;br /&gt;
3 March 2021&lt;br /&gt;
&lt;br /&gt;
We have invited the new president of OLPC, Mariana Ludmila Cortés to join us in a discussion.&lt;br /&gt;
&lt;br /&gt;
=== Log ===&lt;br /&gt;
&#039;&#039;&#039;walterbender: hello every...&amp;lt;br/&amp;gt;any SLOB members here?&amp;lt;br/&amp;gt;hmm. holding a meeting in Matrix seems to be a fail :P&lt;br /&gt;
&lt;br /&gt;
llaske_ (@freenode_llaske_:matrix.org) joined the room.&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Is there a channel for the SLOB meeting?&lt;br /&gt;
&lt;br /&gt;
walterbender: here&amp;lt;br/&amp;gt;but no one seems to have come to the meeting&amp;lt;br/&amp;gt;(except you)&amp;lt;br/&amp;gt;I even remembered to send a reminder&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): I&#039;ve got a message telling that I&#039;ve not right to do audio in the channel&amp;lt;br/&amp;gt;Yes I&#039;ve seen your reminder&lt;br /&gt;
&lt;br /&gt;
callaurrea: Hi everyone&lt;br /&gt;
&lt;br /&gt;
walterbender: Hi callaurrea&amp;lt;br/&amp;gt;glad you made it&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Hi&lt;br /&gt;
&lt;br /&gt;
callaurrea: Thanks for the reminder&lt;br /&gt;
&lt;br /&gt;
walterbender: I suppose we could try using the video call mechanism, but lets see if anyone else shows up.&amp;lt;br/&amp;gt;Meanwhile, I can report on a few things that don&#039;t need much discussion/debate.&lt;br /&gt;
&lt;br /&gt;
Finances: no transactions yet in 2021.&lt;br /&gt;
&lt;br /&gt;
mrbios: hi folks.&lt;br /&gt;
&lt;br /&gt;
walterbender: We have a quorum. Great.&lt;br /&gt;
&lt;br /&gt;
mrbios: I have conflicting meetings but am in both :)&lt;br /&gt;
&lt;br /&gt;
walterbender: Sorry. Maybe at the end we can discuss finding a better time for everyone?&lt;br /&gt;
&lt;br /&gt;
callaurrea: good idea, walterbender&lt;br /&gt;
&lt;br /&gt;
walterbender: Anyway, re Finances, a concern was raised about our spending $$ on lawyers. This is all related to the hopefully one-time process of setting up the non-profit org in the US.&amp;lt;br/&amp;gt;It is the only time in our project&#039;s history that we have had legal expenses.&amp;lt;br/&amp;gt;I don&#039;t know if it could have been done otherwise.&amp;lt;br/&amp;gt;But it is not something we should see repeated.&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Make sense and this work is documented from month.&lt;br /&gt;
&lt;br /&gt;
walterbender: all in all, we have spent about US $500 per year on average for legal over the lifetime of the org... pretty reasonable&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): I don&#039;t think there is a real concern&lt;br /&gt;
&lt;br /&gt;
walterbender: certainly nothing &amp;quot;corrupt&amp;quot; about it&amp;lt;br/&amp;gt;any other finance questions/concerns?&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Nope. I was very surprised by the Martin message.&lt;br /&gt;
&lt;br /&gt;
walterbender: (The sum total of expenses for which I cannot find receipts is $20.)&lt;br /&gt;
&lt;br /&gt;
callaurrea: I don&#039;t think we could have done the work well without the expenses&lt;br /&gt;
&lt;br /&gt;
walterbender: Again, not seemingly a major concern.&amp;lt;br/&amp;gt;Re the ombudsman, nothing to report, although I wish, if Martin had concerns, he would have approached Pattie before sending his very public admonishment.&amp;lt;br/&amp;gt;Maybe we need to better publicize the fact that we have an ombudsperson?&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): May be we could answer Martin publicly about this&lt;br /&gt;
&lt;br /&gt;
walterbender: I will try to come up with some language to include in our code of conduct document.&lt;br /&gt;
&lt;br /&gt;
perrieee joined the room.&lt;br /&gt;
&lt;br /&gt;
walterbender: Alex has been speaking with him (and both Alex and I wrote to him off list).&lt;br /&gt;
&lt;br /&gt;
perrieee: Hi everyone&lt;br /&gt;
&lt;br /&gt;
walterbender: hi perrieee&lt;br /&gt;
&lt;br /&gt;
perrieee: sorry I am late&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Hi Perrie&lt;br /&gt;
&lt;br /&gt;
walterbender: perrieee: can you see the backlog?&lt;br /&gt;
&lt;br /&gt;
perrieee: yes I can &lt;br /&gt;
&lt;br /&gt;
walterbender: callaurrea: anything to report from SFC?&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): BTW another subject for our agenda: GSoC. Our application has been completed by Perrie (thanks). It&#039;s on the way. Result is expected March 9th&lt;br /&gt;
&lt;br /&gt;
walterbender: Yes... I was going to say a public thank you to Perrie, Lionel and Jui&lt;br /&gt;
&lt;br /&gt;
callaurrea: Nothing. Other than my communication with them about the W-9 form, which happened in January&amp;lt;br/&amp;gt;No communication&amp;lt;br/&amp;gt;Thanks you, Perrie Lionel and Jui&amp;lt;br/&amp;gt;can you share the info? it would be good to include important highlights from the application into the minutes&lt;br /&gt;
&lt;br /&gt;
walterbender: Perrie, maybe you could include the text of the application somewhere is the GSoC repo? So we don&#039;t have to hunt down all those numbers again next year.&amp;lt;br/&amp;gt;maybe as a wiki page?&lt;br /&gt;
&lt;br /&gt;
perrieee: sure .. I can put that together and share tomorrow&lt;br /&gt;
&lt;br /&gt;
walterbender: thx&amp;lt;br/&amp;gt;https://github.com/sugarlabs/GSoC/wiki&lt;br /&gt;
&lt;br /&gt;
perrieee: but this is what our profile correctly looks like&lt;br /&gt;
&lt;br /&gt;
walterbender: Meanwhile, we can continue to add project ideas...&amp;lt;br/&amp;gt;Does anyone know much about the Google Summer of Doc program?&amp;lt;br/&amp;gt;Deadlines, etc?&lt;br /&gt;
&lt;br /&gt;
sum2it joined the room.&lt;br /&gt;
&lt;br /&gt;
walterbender: We&#039;ve been discussing it in a thread somewhere&lt;br /&gt;
&lt;br /&gt;
perrieee: for ideas, I want to bring up the project for a redesign of our website again: https://github.com/sugarlabs/GSoC/pull/91#issuecomment-776364048&amp;lt;br/&amp;gt;now the time frame has been shortened &lt;br /&gt;
&lt;br /&gt;
walterbender: I think we should apply and focus on materials to support teachers to take advantage of our tools.&amp;lt;br/&amp;gt;callaurrea: you&#039;d be a great mentor for that theme&lt;br /&gt;
&lt;br /&gt;
callaurrea: Love to&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Clearly teachers material will be great. It&#039;s often asked for Sugarizer on the field&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): But I don&#039;t know if it could be a proposal for GSoD. Which people could really write this sort of doc ?&lt;br /&gt;
&lt;br /&gt;
walterbender: perrieee: (I will share the log and minutes)&amp;lt;br/&amp;gt;llaske_: if we find someone who can write well, we can help shape the content&lt;br /&gt;
&lt;br /&gt;
callaurrea: Speaking about OLCP. Mariana may have ideas for other topics? should we reach out to her to establish connections?&lt;br /&gt;
&lt;br /&gt;
walterbender: callaurrea: yes... I have been chatting with her on FB&amp;lt;br/&amp;gt;A friend of ours just became the new president of OLPC&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Oh really ? who is it?&lt;br /&gt;
&lt;br /&gt;
walterbender: Mariana&amp;lt;br/&amp;gt;She is interested in deepening the ties to Sugar Labs&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Cool&lt;br /&gt;
&lt;br /&gt;
callaurrea: we can invite her to present at one of our meetings... vision, where they are, etc.?&lt;br /&gt;
&lt;br /&gt;
walterbender: Mariana Ludmila Cortés -- I am not sure of her OLPC email&amp;lt;br/&amp;gt;callaurrea: great idea&amp;lt;br/&amp;gt;I will see if she can join us in two weeks.&lt;br /&gt;
&lt;br /&gt;
sum2it: Hi all, just joined and read the backlog.&lt;br /&gt;
&lt;br /&gt;
walterbender: I just asked her if she can join us for a discussion in 2 weeks :P&amp;lt;br/&amp;gt;hi sum2it&amp;lt;br/&amp;gt;any other discussion topics?&amp;lt;br/&amp;gt;I gave a talk to a bunch of teachers in Brazil last week and am following up with a workshop this Friday.&lt;br /&gt;
&lt;br /&gt;
callaurrea: missed that&lt;br /&gt;
&lt;br /&gt;
walterbender: Arranged through USP&amp;lt;br/&amp;gt;any other discussion topics?&lt;br /&gt;
&lt;br /&gt;
perrieee: yes ... what is the plan for the website refresh?&lt;br /&gt;
&lt;br /&gt;
callaurrea: can we add the link to your sat workshop to the minutes?&lt;br /&gt;
&lt;br /&gt;
walterbender: callaurrea: yes... I will add it&lt;br /&gt;
&lt;br /&gt;
perrieee: I was personally thinking this GSoc will be a good time &lt;br /&gt;
&lt;br /&gt;
callaurrea: we said we will begin with some of those activities... for our packages&lt;br /&gt;
&lt;br /&gt;
walterbender: perrieee: I think it is a reasonable scope for a scaled back GSoC but we do need to have a concrete proposal as to how the new website is tangibly better -- both in terms of the visitor experience and maintenance overhead&lt;br /&gt;
&lt;br /&gt;
perrieee: There is already a design drafted set ... I can share that again&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): I think we should do a light update of our website just to mention that SugarLabs is now Sugar, MusicBlocks and Sugarizer. But it could be done outside of GSoC in my opinion&lt;br /&gt;
&lt;br /&gt;
walterbender: callaurrea: hopefully my Friday workshop can be a rehearsal for the (bi-?) monthly Sugar Labs workshops&lt;br /&gt;
&lt;br /&gt;
srevinsaju (@srevinsaju:matrix.org): (I am not a part of SLOBS), but our website update mechanism has been broken since 2020 January&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): srevinsaju: sounds like a priority to fix it first&lt;br /&gt;
&lt;br /&gt;
perrieee: https://www.figma.com/proto/iVvHw3nrOCjBi3FfCOM4PC/Sugar-refresh?node-id=924%3A1&amp;amp;scaling=min-zoom&lt;br /&gt;
&lt;br /&gt;
srevinsaju (@srevinsaju:matrix.org): some changes like the Flathub by tchx84 and others are missing,&lt;br /&gt;
&lt;br /&gt;
callaurrea: Is it Fridays?&lt;br /&gt;
&lt;br /&gt;
perrieee: this is a draft, texts will change ... but yeah&lt;br /&gt;
&lt;br /&gt;
walterbender: my USP workshop happens to be Friday... that is all&amp;lt;br/&amp;gt;the Sugar Labs ones can be whenever you think best&amp;lt;br/&amp;gt;perrieee: I will take a look... it sounds like no matter what we need to make some updates so it is good that you have put thought into it&amp;lt;br/&amp;gt;* walterbender would like a section on background reading too&amp;lt;br/&amp;gt;* walterbender is writing a book chapter right now on Music Blocks he could share&lt;br /&gt;
&lt;br /&gt;
perrieee: do you mean something like a story behind SL&lt;br /&gt;
&lt;br /&gt;
walterbender: callaurrea: https://zoom.us/j/98734210784?pwd=b0xHenJuQVpKY3VBd3Y2NFJHRnlDQT09&amp;lt;br/&amp;gt;Password: 422968 (at 2:30 US East Coast -- 19:30 UTC)&lt;br /&gt;
&lt;br /&gt;
sum2it: Will it be a part of a larger book?&lt;br /&gt;
&lt;br /&gt;
walterbender: perrieee: I mean simply a list of papers about Sugar, Sugarizer, Music Blocks, etc. for someone interested in some of the pedagogy&lt;br /&gt;
&lt;br /&gt;
callaurrea: Sat at 2:30 pm?&lt;br /&gt;
&lt;br /&gt;
perrieee: oh oh coool yeah sure&lt;br /&gt;
&lt;br /&gt;
walterbender: sum2it: a friend is putting together a collection of essays in celebration of the 50th anniversary of Seymour and Cynthia&#039;s 20 things to do with a computer paper.&amp;lt;br/&amp;gt;I am writing about thing #11 -- music&amp;lt;br/&amp;gt;callaurrea: Friday :smile:&amp;lt;br/&amp;gt;* walterbender does not know how to use meojis&amp;lt;br/&amp;gt;or type emoji&lt;br /&gt;
&lt;br /&gt;
sum2it: walterbender Happy to help with drafts and/or editing, anytime.&lt;br /&gt;
&lt;br /&gt;
walterbender: https://dspace.mit.edu/handle/1721.1/5836&lt;br /&gt;
&lt;br /&gt;
walterbender&lt;br /&gt;
&lt;br /&gt;
callaurrea: we have one paper&lt;br /&gt;
&lt;br /&gt;
walterbender: callaurrea: we have the Turtle Blocks one you, Cynthia and I wrote :P&lt;br /&gt;
&lt;br /&gt;
callaurrea: yes!!&lt;br /&gt;
&lt;br /&gt;
walterbender: sum2it: if you wanna read/comment on my draft, you are more than welcome.&lt;br /&gt;
&lt;br /&gt;
sum2it: Will do.&lt;br /&gt;
&lt;br /&gt;
walterbender: https://docs.google.com/document/d/1qTGRsQfOmLvR5V2Y_iD9y58MRqK9MHXTS7HFh6a-wGw/edit?usp=sharing&lt;br /&gt;
&lt;br /&gt;
sum2it: Thanks.&lt;br /&gt;
&lt;br /&gt;
walterbender: Any other business?&amp;lt;br/&amp;gt;I want to be respectful of the time&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): That&#039;s all on my side&lt;br /&gt;
&lt;br /&gt;
walterbender: Did someone volunteer to follow up on Google Summer of Documentation?&lt;br /&gt;
&lt;br /&gt;
perrieee: I can do a follow up &lt;br /&gt;
&lt;br /&gt;
walterbender: thx&lt;br /&gt;
&lt;br /&gt;
perrieee: Samson and I :)&lt;br /&gt;
&lt;br /&gt;
walterbender: What did everyone think of using Matrix?&lt;br /&gt;
&lt;br /&gt;
callaurrea: I am ok with it&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): It&#039;s like an IRC++&lt;br /&gt;
&lt;br /&gt;
perrieee: I like the experience ... &lt;br /&gt;
&lt;br /&gt;
sum2it: This is good&lt;br /&gt;
&lt;br /&gt;
walterbender: I feel like it is a bit more inclusive than our video calls (and easier for the person writing up the minutes -- he says selfishly)&amp;lt;br/&amp;gt;So, lets use it again next time? I will let you know if Mariana can join us.&lt;br /&gt;
&lt;br /&gt;
callaurrea: agree&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): okay&lt;br /&gt;
&lt;br /&gt;
perrieee: agree&lt;br /&gt;
&lt;br /&gt;
sum2it: +1&lt;br /&gt;
&lt;br /&gt;
walterbender: OK. Until next time, feel free to ping me here&amp;lt;br/&amp;gt;thanks everyone&lt;br /&gt;
&lt;br /&gt;
sum2it: Bye&lt;br /&gt;
&lt;br /&gt;
llaske_ (@llaske_:matrix.org): Thanks all. Bye&lt;br /&gt;
&lt;br /&gt;
sum2it: Thanks all&lt;br /&gt;
&lt;br /&gt;
perrieee: bye, thanks all&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=BugSquad/Telepathy_Debugging&amp;diff=103930</id>
		<title>BugSquad/Telepathy Debugging</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=BugSquad/Telepathy_Debugging&amp;diff=103930"/>
		<updated>2021-02-14T18:24:44Z</updated>

		<summary type="html">&lt;p&gt;MrBIOS: /* Fedora 20 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Testing]]&lt;br /&gt;
[[Category:BugSquad]]&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
== Enabling debug logs for Telepathy ==&lt;br /&gt;
&lt;br /&gt;
When there are certain kinds of problems with collaboration, it is useful to developers to have log files for debugging purposes. Here is how to enable these log files. If you haven&#039;t already seen [[BugSquad/Get Logs]], see that page first.&lt;br /&gt;
&lt;br /&gt;
=== Fedora 20 through Fedora 35/rawhide ===&lt;br /&gt;
&lt;br /&gt;
Starting with Fedora 20, to enable debug logging of Salut and Gabble:&lt;br /&gt;
* Edit the /etc/environment file&lt;br /&gt;
 G_MESSAGES_DEBUG=&amp;quot;all&amp;quot;&lt;br /&gt;
 SALUT_DEBUG=&amp;quot;all&amp;quot;&lt;br /&gt;
 SALUT_LOGFILE=/home/olpc/salut.log&lt;br /&gt;
 GABBLE_DEBUG=all&lt;br /&gt;
 GABBLE_LOGFILE=/home/olpc/gabble.log&lt;br /&gt;
* Reboot&lt;br /&gt;
&lt;br /&gt;
=== Fedora 18 ===&lt;br /&gt;
* Edit the ~/.sugar/debug file (default version shown below in the gray box) and uncomment the lines about GABBLE_DEBUG, GABBLE_LOGFILE, SALUT_DEBUG, SALUT_LOGFILE and PRESENCESERVICE_DEBUG by removing the initial &#039;#&#039; character&lt;br /&gt;
* For debugging lower level problems in the Telepathy connection managers, enable LM_DEBUG (for telepathy-gabble) or GIBBER_DEBUG (for telepathy-salut). Note that these will produce much bigger log files.&lt;br /&gt;
* Reboot (or restart the display manager).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Uncomment the following lines to turn on many sugar debugging&lt;br /&gt;
# log files and features&lt;br /&gt;
#export LM_DEBUG=net&lt;br /&gt;
#export GABBLE_DEBUG=all&lt;br /&gt;
#export GABBLE_LOGFILE=$HOME/.sugar/default/logs/telepathy-gabble.log&lt;br /&gt;
#export SALUT_DEBUG=all&lt;br /&gt;
#export SALUT_LOGFILE=$HOME/.sugar/default/logs/telepathy-salut.log&lt;br /&gt;
#export GIBBER_DEBUG=all&lt;br /&gt;
#export PRESENCESERVICE_DEBUG=1&lt;br /&gt;
#export SUGAR_LOGGER_LEVEL=debug&lt;br /&gt;
&lt;br /&gt;
# Uncomment the following line to enable core dumps&lt;br /&gt;
#ulimit -c unlimited&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Telepathy log files are now available at &amp;lt;tt&amp;gt;~/.sugar/default/logs/telepathy-gabble.log&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;~/.sugar/default/logs/telepathy-salut.log&amp;lt;/tt&amp;gt; .&lt;br /&gt;
Be sure to attach these files if you submit a ticket about a Telepathy issue.&lt;br /&gt;
&lt;br /&gt;
== Capturing core files (XO specific) ==&lt;br /&gt;
&lt;br /&gt;
Core files are produced when a program crashes and contain useful debugging information. By default, core files are disabled on the XO. Here is how to enable them.&lt;br /&gt;
&lt;br /&gt;
* As root:&lt;br /&gt;
&lt;br /&gt;
  echo /tmp/core-%p-%e &amp;gt; /proc/sys/kernel/core_pattern&lt;br /&gt;
&lt;br /&gt;
: This tells the kernel to put core files into the /tmp directory. This will only be effective until the laptop is rebooted. To make it persistent across reboots, add the following line to /etc/sysctl.conf:&lt;br /&gt;
&lt;br /&gt;
  kernel.core_pattern = /tmp/core-%p-%e&lt;br /&gt;
&lt;br /&gt;
* Add the following line to &amp;lt;tt&amp;gt;./sugar/debug&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  ulimit -c unlimited&lt;br /&gt;
&lt;br /&gt;
This turns off any limit on core file size.&lt;br /&gt;
&lt;br /&gt;
== Debugging scenarios ==&lt;br /&gt;
&lt;br /&gt;
* no presence seen on (or of) other machines/laptops&lt;br /&gt;
* activity was shared but doesn&#039;t appear on other laptops&lt;br /&gt;
* invitation was sent but not received&lt;br /&gt;
* other sharing problems&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting example===&lt;br /&gt;
See this discussion thread, http://www.mail-archive.com/devel@lists.laptop.org/msg24799.html&lt;/div&gt;</summary>
		<author><name>MrBIOS</name></author>
	</entry>
</feed>