[Sugar-devel] New Activity Proposal
James Cameron
quozl at laptop.org
Wed Apr 22 18:56:16 EDT 2020
Thanks. It seemed a change of subject, I didn't think you were still
asking about a new activity.
Since sugar-web is used by all the Sugarizer activities, and all the
Sugar Web activities, it would be critical for sugar-web to be
developed in conjunction with those activities.
Developing sugar-web in conjunction with a new activity would bring a
risk of regressions into other activities.
So if you find sugar-web does not work properly, and needs changing,
then those changes should be tested with other activities, not only
with your proposed activity.
On Thu, Apr 23, 2020 at 04:14:20AM +0530, Abhishek Tanwar wrote:
> Sugarizer doesn't have mancala as of now . I proposed to develop mancala for
> sugarizer but you said it would be good if I can develop the activity to work
> on both sugarizer and sugar . (You can check the very first message in this
> thread.)
> Mancala would be using datastore and presence on sugarizer as per my planning.
>
> On Thu, Apr 23, 2020 at 4:09 AM James Cameron <[1]quozl at laptop.org> wrote:
>
> Thanks. I don't think it matters which activities are used as
> reference, except that they should be as small as possible so that
> issues unrelated to the sugar-web API are not an obstacle, and yet
> large enough so that they use all relevant features of the API.
>
> I've not reviewed the Mancala activiy on Sugarizer, but if it does not
> fully use the datastore API it would not be suitable as a reference.
>
> We do have a Mancala activity in Python.
>
> On Thu, Apr 23, 2020 at 03:59:39AM +0530, Abhishek Tanwar wrote:
> > Oh sorry . I just realized after sending the last email where I was
> > missing something .
> > I have figured it out .
> >
> > Also moving ahead. For updating the sugar-web of sugarlabs what I plan is
> to do
> > it by taking an activity as a reference.
> > We can start by developing the mancala activity using the sugar-web of
> > sugarizer and then test it with the sugar-web of sugarlabs on
> sugar-desktop to
> > get the same functionality of sugar-web on both sugarizer and sugar
> desktop .
> >
> > What do you think?
> >
> > Thank You
> >
> > On Thu, Apr 23, 2020 at 3:46 AM James Cameron <[1][2]quozl at laptop.org>
> wrote:
> >
> > Sorry, I don't understand what you are missing. Why can't you find a
> > way to run this activity using sugar-web of sugarlabs?
> >
> > On Thu, Apr 23, 2020 at 03:43:15AM +0530, Abhishek Tanwar wrote:
> > > Hello ,
> > >
> > > I went through this [1][2][3]https://github.com/sugarlabs/
> sugar-docs/blob/
> > master/src/
> > > web-activity.md and successfully run the basic activity on sugar
> desktop
> > . But
> > > since the ActivityTemplate folder was copied from sugarizer
> repository ,
> > the
> > > activity ran using the sugar-web of sugarizer although the stop
> button in
> > the
> > > frame didn't work (I saw this issue github) .
> > >
> > > I am not able to find the way to run this activity using the
> sugar-web of
> > > sugarlabs so that I can find the error and compare two repositories
> > (sugar-web
> > > of sugarlabs with that of sugar-web of sugarizer).
> > > If you could help me to run the activity in [2]this tutorial using
> > sugar-web of
> > > sugarlabs.
> > >
> > > Thank You
> > >
> > > On Wed, Apr 22, 2020 at 7:24 AM James Cameron <[3][3][4]
> quozl at laptop.org>
> > wrote:
> > >
> > > You asked if the sugar-web repository of Sugar Labs should be
> the
> > same
> > > as that of Lionel, or the files inside Sugarizer.
> > >
> > > Yes, that would be ideal. But it is not enough just to change
> the
> > > files. The activities must use the files and must also work
> properly
> > > on Sugarizer and Sugar.
> > >
> > > You asked what the basis of testing an activity would be. We
> have a
> > > checklist in our guide to contributing;
> > >
> > > [4][4][5]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > contributing.md#
> > > testing
> > >
> > > The environment for testing would be Sugarizer and Sugar. If
> you
> > have
> > > not yet used and analysed these environments, please do so.
> > >
> > > An example of an activity being developed now which has been
> tested
> > in
> > > both Sugarizer and Sugar, despite not being finished;
> > > [5][5][6]https://github.com/llaske/sugarizer/pull/784
> > >
> > > Please also watch the repositories you mentioned, and review
> pull
> > > requests.
> > > [6][6][7]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > contributing.md#
> > > guide-for-reviewers
> > >
> > > On Tue, Apr 21, 2020 at 10:07:56PM +0530, Abhishek Tanwar
> wrote:
> > > > Hello,
> > > > Sorry for being away for some time from this topic as I was
> working
> > on an
> > > > activity for sugarizer . Now I have the time to dedicate to
> this
> > task.
> > > >
> > > > I am still not able to get a crystal clear image of the task.
> As
> > > originally I
> > > > proposed an activity for sugarizer and James suggested that I
> would
> > be
> > > great if
> > > > the activity could work on both sugar and sugarizer which is
> > actually
> > > really
> > > > good.
> > > >
> > > > I have two understanding of this task.
> > > > First one : Sugar-web repository of sugar labs is outdated
> and need
> > to to
> > > > update to the level of sugar-web of sugarizer . OR Is it to
> update
> > the
> > > > sugar-web of sugarizer to make it compatible with both sugar
> and
> > > sugarizer
> > > > Firstly,
> > > > I can find two sugar-web repositories one of sugar labs ([1]
> [7]
> > https://
> > > [7][8]github.com/
> > > > sugarlabs/sugar-web) and one of sugarizer([2][8][8]https://
> > [9]github.com/llaske
> > > /
> > > > sugar-web) . What I understand is to bring the sugar web
> repository
> > of
> > > sugar
> > > > labs to the save level as that of sugarizer . Am I correct?
> > > >
> > > > Secondly, here [3][9][9][10]https://github.com/sugarlabs/
> sugar-docs/
> > blob/master/
> > > src/
> > > > web-activity.md to run the basic activity of sugarizer on
> sugar
> > (ubuntu)
> > > it is
> > > > using sugar-web of sugarizer ,which I think should not be the
> case
> > . We
> > > should
> > > > be running it by updating the sugar-web of sugarlabs
> repository if
> > I am
> > > > not mistaken.
> > > >
> > > > Lastly, what would be the basis to update the sugar-web of
> sugar
> > labs I
> > > mean
> > > > what would be the basis of test?
> > > >
> > > > Thank You
> > > > On Tue, Apr 7, 2020 at 9:30 PM <[4][10]
> > > [10][11]sugar-devel-request at lists.sugarlabs.org>
> > > > wrote:
> > > >
> > > > Send Sugar-devel mailing list submissions to
> > > > [5][11][11][12]sugar-devel at lists.sugarlabs.org
> > > >
> > > > To subscribe or unsubscribe via the World Wide Web, visit
> > > > [6][12][12][13]http://lists.sugarlabs.org/
> listinfo/
> > sugar-devel
> > > > or, via email, send a message with subject or body 'help'
> to
> > > > [7][13][13][14]
> sugar-devel-request at lists.sugarlabs.org
> > > >
> > > > You can reach the person managing the list at
> > > > [8][14][14][15]
> sugar-devel-owner at lists.sugarlabs.org
> > > >
> > > > When replying, please edit your Subject line so it is
> more
> > specific
> > > > than "Re: Contents of Sugar-devel digest..."
> > > >
> > > > Today's Topics:
> > > >
> > > > 1. Re: New Activity Proposal (Lionel Laské)
> > > >
> > > >
> > >
> >
> ----------------------------------------------------------------------
> > > >
> > > > Message: 1
> > > > Date: Tue, 7 Apr 2020 17:46:44 +0200
> > > > From: Lionel Laské <[9][15][15][16]lionel.laske at gmail.com
> >
> > > > To: Sugar-dev Devel <[10][16][16]
> > [17]sugar-devel at lists.sugarlabs.org>
> > > > Subject: Re: [Sugar-devel] New Activity Proposal
> > > > Message-ID:
> > > > <CAA0v29AUnOX04HME306toqvZ-u4nEd4_PfEaYgBLcCrj=
> [11]
> > > > [17][17][18]fsuJg at mail.gmail.com>
> > > > Content-Type: text/plain; charset="utf-8"
> > > >
> > > > Just few elements to give you some context.
> > > >
> > > > Sugarizer was designed initially to host Sugar activities
> > written
> > > with
> > > > Sugar-Web. A brief history of Sugarizer is here:
> > > > [12][18][18][19]https://github.com/llaske/sugarizer/blob/
> dev/docs/
> > credits.md
> > > > So the Sugar-Web implementation in Sugarizer was
> compatible
> > with
> > > Sugar.
> > > > It's why today, the activity template to write a new
> Sugarizer
> > > activity (
> > > > [13][19][19][20]https://github.com/llaske/sugarizer/tree/
> dev/
> > activities/
> > > > ActivityTemplate)
> > > > use in Sugarizer Development Tutorial, still include
> Python
> > stuff.
> > > > Just zip the content of your Sugarizer activities into a
> .xo
> > file
> > > (explain
> > > > here:
> > > > [14][20][20][21]https://github.com/sugarlabs/sugar-docs/
> blob/master
> > /src/
> > > web-activity.md
> > > > #ready-to-release)
> > > > and you should be able to install it on Sugar and run it.
> At
> > least,
> > > > theoretically.
> > > >
> > > > Unfortunately the compatibility between Sugarizer and
> Sugar-Web
> > was
> > > lost
> > > > during the development of Sugarizer. The Sugar-Web
> > implementation in
> > > > Sugarizer was never merged in Sugar-Web, Sugarizer added
> new
> > features
> > > > (presence, Journal chooser, ...) not directly compatible
> with
> > Sugar
> > > and no
> > > > one worked to maintain the compatibility.
> > > >
> > > > BTW it will be interesting to retrieve this
> compatibility, even
> > if
> > > some
> > > > features are not directly mappable, at least to allow a
> > Sugarizer
> > > activity
> > > > to be launched on Sugar and run basic features of the
> activity.
> > > >
> > > > It's not necessary a very complex task but it require
> rigor and
> > > patience.
> > > > The thread here: [15][21][21][22]https://github.com/
> sugarlabs/
> > sugar-web/pull/
> > > 133
> > > > explain
> > > > the process if you're volunteer to work on this task. Of
> > course, both
> > > > people from the Sugar side and from the Sugarizer side on
> this
> > list
> > > will be
> > > > able to help you.
> > > >
> > > > Regards.
> > > >
> > > > Lionel.
> > > >
> > > > Le mar. 7 avr. 2020 à 15:56, <[16][22]
> > > [22][23]sugar-devel-request at lists.sugarlabs.org>
> > > > a
> > > > écrit :
> > > >
> > > > > Date: Tue, 7 Apr 2020 13:14:28 +0530
> > > > > From: Abhishek Tanwar <[17][23][23]
> > [24]abhishektanwar084 at gmail.com>
> > > > > To: James Cameron <[18][24][24][25]quozl at laptop.org>
> > > > > Cc: Sugar-dev Devel <[19][25][25]
> > [26]sugar-devel at lists.sugarlabs.org>
> > > > > Subject: Re: [Sugar-devel] New Activity Proposal
> > > > > Message-ID:
> > > > > <
> > > > > [20][26]
> > > [26]
> > [27]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com>
> > > > > Content-Type: text/plain; charset="utf-8"
> > > > >
> > > > > Thanks for the clarification James.
> > > > > What I am not able to understand is that if I make an
> > activity by
> > > > following
> > > > > this [21][27][27][28]https://github.com/llaske/
> sugarizer/blob/
> > master/docs/
> > > tutorial.md
> > > > ,
> > > > > how
> > > > > will the activity work in both sugarizer as well as in
> sugar
> > .
> > > > > I have developed activities for sugarizer earlier and
> have
> > decent
> > > > > experience in it but I am not sure if I am correctly
> > understanding
> > > what
> > > > you
> > > > > are looking for.
> > > > > I have gone through the discussions in
> > > > > [22][28][28][29]https://github.com/sugarlabs/sugar-web/
> issues/127
> > and
> > > > > [23][29][29][30]https://github.com/sugarlabs/sugar-web/
> pull/133 .
> > Sugarizer
> > > > activities use
> > > > > the sugar-web library , I can't find the relevant
> > documentation for
> > > > > developing activities for both sugar and sugarizer, if
> you
> > could
> > > help me
> > > > > with some documentation that would be great.
> > > > >
> > > > > Maybe I am not understanding what you intend to tell.
> Please
> > let me
> > > know
> > > > > what direction to head in.
> > > > >
> > > > > Thank You
> > > > >
> > > > > On Tue, Apr 7, 2020 at 3:42 AM James Cameron <[24][30]
> > > [30][31]quozl at laptop.org>
> > > > wrote:
> > > > >
> > > > > > Yes. Sugar is a Linux environment that can run any
> > language.
> > > > > > Sugarizer is a JavaScript environment inside
> browser. An
> > > activity can
> > > > > > be written to run in both Sugar and Sugarizer. The
> Sugar
> > Web
> > > library
> > > > > > facilitates that. You will have seen the post here
> earlier
> > about
> > > work
> > > > > > on Sugar Web.
> > > > > >
> > > > > > On Tue, Apr 07, 2020 at 03:19:00AM +0530, Abhishek
> Tanwar
> > wrote:
> > > > > > > Hello ,
> > > > > > > I did not quite understand everything .
> > > > > > > By saying "include sugar as a platform for
> sugarizer
> > activity"
> > > I did
> > > > > not
> > > > > > > understand what you are trying to say .
> > > > > > > Are you saying to make mancala for both sugar and
> > sugarizer?
> > > > > > >
> > > > > > > Thank you
> > > > > > >
> > > > > > > On Tue, 7 Apr, 2020, 3:10 am James Cameron, <[1]
> [25][31]
> > > [31][32]quozl at laptop.org>
> > > > > wrote:
> > > > > > >
> > > > > > > We have a Sugar activity for Mancala, written
> in
> > Python.
> > > > > > >
> > > > > > > [2][26][32][32][33]https://github.com/sugarlabs
> /
> > mancala-activity
> > > > > > >
> > > > > > > License is GPLv3+, but Peter Hewitt has
> delegated an
> > > authority to
> > > > > me
> > > > > > > to relicense his activities as we require.
> Sugarizer
> > > activities
> > > > > use
> > > > > > a
> > > > > > > different license in order to maximise
> distribution.
> > > > > > >
> > > > > > > Please do include Sugar as a platform for your
> > JavaScript
> > > > activity.
> > > > > > >
> > > > > > > On Tue, Apr 07, 2020 at 02:11:21AM +0530,
> Abhishek
> > Tanwar
> > > wrote:
> > > > > > > > Hello,
> > > > > > > >
> > > > > > > > I have been searching for games that could
> help the
> > > children to
> > > > > > develop
> > > > > > > their
> > > > > > > > brains and work in teams as well to
> incorporate the
> > > values of a
> > > > > > good team
> > > > > > > > player.
> > > > > > > >
> > > > > > > > Mancala(or Mangala) is one such game that I
> came
> > > > > > across. [1]https://
> > > > > > > > [3][27][33][33][34]en.wikipedia.org/wiki/
> Mancala
> > > > > > > > [2][4][28][34][34][35]https://
> mancala.playdrift.com/
> > > > > > > > Mancala on sugarizer can be played between
> computer
> > vs
> > > player ,
> > > > > > player vs
> > > > > > > > player (offline ),player vs player (online
> using
> > > presence).
> > > > > > > > I think this could be a good addition to
> sugarizer
> > for
> > > children
> > > > > of
> > > > > > age 6
> > > > > > > and
> > > > > > > > above.
> > > > > > > > I want to make this game for sugarizer and
> would
> > like the
> > > > > > community to
> > > > > > > share
> > > > > > > > feedback on this if it would be good
> addition.
> > > > > > > >
> > > > > > > > Thank You
> > > > > > > >
> > > > > > > > References:
> > > > > > > >
> > > > > > > > [1] [5][29][35][35][36]https://
> en.wikipedia.org/wiki/
> > Mancala
> > > > > > > > [2] [6][30][36][36][37]https://
> mancala.playdrift.com/
> > > > > > >
> > > > > > > >
> _______________________________________________
> > > > > > > > Sugar-devel mailing list
> > > > > > > > [7][31][37][37][38]
> Sugar-devel at lists.sugarlabs.org
> > > > > > > > [8][32][38][38][39]http://lists.sugarlabs.org
> /listinfo/
> > > sugar-devel
> > > > > > >
> > > > > > > --
> > > > > > > James Cameron
> > > > > > > [9][33][39][39][40]http://quozl.netrek.org/
> > > > > > >
> > > > > > > References:
> > > > > > >
> > > > > > > [1] mailto:[34][40][40][41]quozl at laptop.org
> > > > > > > [2] [35][41][41][42]https://github.com/sugarlabs/
> > mancala-activity
> > > > > > > [3] [36][42][42][43]http://en.wikipedia.org/wiki/
> Mancala
> > > > > > > [4] [37][43][43][44]https://mancala.playdrift.com/
> > > > > > > [5] [38][44][44][45]https://en.wikipedia.org/wiki/
> Mancala
> > > > > > > [6] [39][45][45][46]https://mancala.playdrift.com/
> > > > > > > [7] mailto:[40][46][46][47]
> Sugar-devel at lists.sugarlabs.org
> > > > > > > [8] [41][47][47][48]http://lists.sugarlabs.org/
> listinfo/
> > sugar-devel
> > > > > > > [9] [42][48][48][49]http://quozl.netrek.org/
> > > > > >
> > > > > > --
> > > > > > James Cameron
> > > > > > [43][49][49][50]http://quozl.netrek.org/
> > > > > >
> > > > > -------------- next part --------------
> > > > > An HTML attachment was scrubbed...
> > > > >
> > > > -------------- next part --------------
> > > > An HTML attachment was scrubbed...
> > > > URL: <[44][50][50][51]http://lists.sugarlabs.org/archive/
> > sugar-devel/
> > > attachments/
> > > > 20200407/36d472d2/attachment-0001.htm>
> > > >
> > > > ------------------------------
> > > >
> > > > Subject: Digest Footer
> > > >
> > > > _______________________________________________
> > > > Sugar-devel mailing list
> > > > [45][51][51][52]Sugar-devel at lists.sugarlabs.org
> > > > [46][52][52][53]http://lists.sugarlabs.org/listinfo/
> sugar-devel
> > > >
> > > > ------------------------------
> > > >
> > > > End of Sugar-devel Digest, Vol 138, Issue 8
> > > > *******************************************
> > > >
> > > > References:
> > > >
> > > > [1] [53][53][54]https://github.com/sugarlabs/sugar-web
> > > > [2] [54][54][55]https://github.com/llaske/sugar-web
> > > > [3] [55][55][56]https://github.com/sugarlabs/sugar-docs/blob/
> master/src
> > /
> > > web-activity.md
> > > > [4] mailto:[56][56][57]
> sugar-devel-request at lists.sugarlabs.org
> > > > [5] mailto:[57][57][58]sugar-devel at lists.sugarlabs.org
> > > > [6] [58][58][59]http://lists.sugarlabs.org/listinfo/
> sugar-devel
> > > > [7] mailto:[59][59][60]
> sugar-devel-request at lists.sugarlabs.org
> > > > [8] mailto:[60][60][61]sugar-devel-owner at lists.sugarlabs.org
> > > > [9] mailto:[61][61][62]lionel.laske at gmail.com
> > > > [10] mailto:[62][62][63]sugar-devel at lists.sugarlabs.org
> > > > [11] mailto:[63][63][64]fsuJg at mail.gmail.com
> > > > [12] [64][64][65]https://github.com/llaske/sugarizer/blob/dev
> /docs/
> > credits.md
> > > > [13] [65][65][66]https://github.com/llaske/sugarizer/tree/dev
> /
> > activities/
> > > ActivityTemplate
> > > > [14] [66][66][67]https://github.com/sugarlabs/sugar-docs/blob
> /master/
> > src/
> > > web-activity.md#ready-to-release
> > > > [15] [67][67][68]https://github.com/sugarlabs/sugar-web/pull/
> 133
> > > > [16] mailto:[68][68][69]
> sugar-devel-request at lists.sugarlabs.org
> > > > [17] mailto:[69][69][70]abhishektanwar084 at gmail.com
> > > > [18] mailto:[70][70][71]quozl at laptop.org
> > > > [19] mailto:[71][71][72]sugar-devel at lists.sugarlabs.org
> > > > [20] mailto:[72]
> > > [72]
> > [73]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> > > > [21] [73][73][74]https://github.com/llaske/sugarizer/blob/
> master/docs/
> > tutorial.md
> > > > [22] [74][74][75]https://github.com/sugarlabs/sugar-web/
> issues/127
> > > > [23] [75][75][76]https://github.com/sugarlabs/sugar-web/pull/
> 133
> > > > [24] mailto:[76][76][77]quozl at laptop.org
> > > > [25] mailto:[77][77][78]quozl at laptop.org
> > > > [26] [78][78][79]https://github.com/sugarlabs/
> mancala-activity
> > > > [27] [79][79][80]http://en.wikipedia.org/wiki/Mancala
> > > > [28] [80][80][81]https://mancala.playdrift.com/
> > > > [29] [81][81][82]https://en.wikipedia.org/wiki/Mancala
> > > > [30] [82][82][83]https://mancala.playdrift.com/
> > > > [31] mailto:[83][83][84]Sugar-devel at lists.sugarlabs.org
> > > > [32] [84][84][85]http://lists.sugarlabs.org/listinfo/
> sugar-devel
> > > > [33] [85][85][86]http://quozl.netrek.org/
> > > > [34] mailto:[86][86][87]quozl at laptop.org
> > > > [35] [87][87][88]https://github.com/sugarlabs/
> mancala-activity
> > > > [36] [88][88][89]http://en.wikipedia.org/wiki/Mancala
> > > > [37] [89][89][90]https://mancala.playdrift.com/
> > > > [38] [90][90][91]https://en.wikipedia.org/wiki/Mancala
> > > > [39] [91][91][92]https://mancala.playdrift.com/
> > > > [40] mailto:[92][92][93]Sugar-devel at lists.sugarlabs.org
> > > > [41] [93][93][94]http://lists.sugarlabs.org/listinfo/
> sugar-devel
> > > > [42] [94][94][95]http://quozl.netrek.org/
> > > > [43] [95][95][96]http://quozl.netrek.org/
> > > > [44] [96][96][97]http://lists.sugarlabs.org/archive/
> sugar-devel/
> > attachments/
> > > 20200407/36d472d2/attachment-0001.htm
> > > > [45] mailto:[97][97][98]Sugar-devel at lists.sugarlabs.org
> > > > [46] [98][98][99]http://lists.sugarlabs.org/listinfo/
> sugar-devel
> > >
> > > --
> > > James Cameron
> > > [99][99][100]http://quozl.netrek.org/
> > >
> > > References:
> > >
> > > [1] [100][101]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > web-activity.md
> > > [2] [101][102]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > web-activity.md
> > > [3] mailto:[102][103]quozl at laptop.org
> > > [4] [103][104]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > contributing.md#testing
> > > [5] [104][105]https://github.com/llaske/sugarizer/pull/784
> > > [6] [105][106]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > contributing.md#guide-for-reviewers
> > > [7] [106][107]https://github.com/
> > > [8] [107][108]https://github.com/llaske/
> > > [9] [108][109]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > > [10] mailto:[109][110]sugar-devel-request at lists.sugarlabs.org
> > > [11] mailto:[110][111]sugar-devel at lists.sugarlabs.org
> > > [12] [111][112]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [13] mailto:[112][113]sugar-devel-request at lists.sugarlabs.org
> > > [14] mailto:[113][114]sugar-devel-owner at lists.sugarlabs.org
> > > [15] mailto:[114][115]lionel.laske at gmail.com
> > > [16] mailto:[115][116]sugar-devel at lists.sugarlabs.org
> > > [17] mailto:[116][117]fsuJg at mail.gmail.com
> > > [18] [117][118]https://github.com/llaske/sugarizer/blob/dev/docs/
> credits.md
> > > [19] [118][119]https://github.com/llaske/sugarizer/tree/dev/
> activities/
> > > [20] [119][120]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > web-activity.md
> > > [21] [120][121]https://github.com/sugarlabs/sugar-web/pull/133
> > > [22] mailto:[121][122]sugar-devel-request at lists.sugarlabs.org
> > > [23] mailto:[122][123]abhishektanwar084 at gmail.com
> > > [24] mailto:[123][124]quozl at laptop.org
> > > [25] mailto:[124][125]sugar-devel at lists.sugarlabs.org
> > > [26] mailto:[125]
> > [126]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> > > [27] [126][127]https://github.com/llaske/sugarizer/blob/master/docs
> /
> > tutorial.md
> > > [28] [127][128]https://github.com/sugarlabs/sugar-web/issues/127
> > > [29] [128][129]https://github.com/sugarlabs/sugar-web/pull/133
> > > [30] mailto:[129][130]quozl at laptop.org
> > > [31] mailto:[130][131]quozl at laptop.org
> > > [32] [131][132]https://github.com/sugarlabs/mancala-activity
> > > [33] [132][133]http://en.wikipedia.org/wiki/Mancala
> > > [34] [133][134]https://mancala.playdrift.com/
> > > [35] [134][135]https://en.wikipedia.org/wiki/Mancala
> > > [36] [135][136]https://mancala.playdrift.com/
> > > [37] mailto:[136][137]Sugar-devel at lists.sugarlabs.org
> > > [38] [137][138]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [39] [138][139]http://quozl.netrek.org/
> > > [40] mailto:[139][140]quozl at laptop.org
> > > [41] [140][141]https://github.com/sugarlabs/mancala-activity
> > > [42] [141][142]http://en.wikipedia.org/wiki/Mancala
> > > [43] [142][143]https://mancala.playdrift.com/
> > > [44] [143][144]https://en.wikipedia.org/wiki/Mancala
> > > [45] [144][145]https://mancala.playdrift.com/
> > > [46] mailto:[145][146]Sugar-devel at lists.sugarlabs.org
> > > [47] [146][147]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [48] [147][148]http://quozl.netrek.org/
> > > [49] [148][149]http://quozl.netrek.org/
> > > [50] [149][150]http://lists.sugarlabs.org/archive/sugar-devel/
> attachments/
> > > [51] mailto:[150][151]Sugar-devel at lists.sugarlabs.org
> > > [52] [151][152]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [53] [152][153]https://github.com/sugarlabs/sugar-web
> > > [54] [153][154]https://github.com/llaske/sugar-web
> > > [55] [154][155]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > web-activity.md
> > > [56] mailto:[155][156]sugar-devel-request at lists.sugarlabs.org
> > > [57] mailto:[156][157]sugar-devel at lists.sugarlabs.org
> > > [58] [157][158]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [59] mailto:[158][159]sugar-devel-request at lists.sugarlabs.org
> > > [60] mailto:[159][160]sugar-devel-owner at lists.sugarlabs.org
> > > [61] mailto:[160][161]lionel.laske at gmail.com
> > > [62] mailto:[161][162]sugar-devel at lists.sugarlabs.org
> > > [63] mailto:[162][163]fsuJg at mail.gmail.com
> > > [64] [163][164]https://github.com/llaske/sugarizer/blob/dev/docs/
> credits.md
> > > [65] [164][165]https://github.com/llaske/sugarizer/tree/dev/
> activities/
> > ActivityTemplate
> > > [66] [165][166]https://github.com/sugarlabs/sugar-docs/blob/master/
> src/
> > web-activity.md#ready-to-release
> > > [67] [166][167]https://github.com/sugarlabs/sugar-web/pull/133
> > > [68] mailto:[167][168]sugar-devel-request at lists.sugarlabs.org
> > > [69] mailto:[168][169]abhishektanwar084 at gmail.com
> > > [70] mailto:[169][170]quozl at laptop.org
> > > [71] mailto:[170][171]sugar-devel at lists.sugarlabs.org
> > > [72] mailto:[171]
> > [172]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> > > [73] [172][173]https://github.com/llaske/sugarizer/blob/master/docs
> /
> > tutorial.md
> > > [74] [173][174]https://github.com/sugarlabs/sugar-web/issues/127
> > > [75] [174][175]https://github.com/sugarlabs/sugar-web/pull/133
> > > [76] mailto:[175][176]quozl at laptop.org
> > > [77] mailto:[176][177]quozl at laptop.org
> > > [78] [177][178]https://github.com/sugarlabs/mancala-activity
> > > [79] [178][179]http://en.wikipedia.org/wiki/Mancala
> > > [80] [179][180]https://mancala.playdrift.com/
> > > [81] [180][181]https://en.wikipedia.org/wiki/Mancala
> > > [82] [181][182]https://mancala.playdrift.com/
> > > [83] mailto:[182][183]Sugar-devel at lists.sugarlabs.org
> > > [84] [183][184]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [85] [184][185]http://quozl.netrek.org/
> > > [86] mailto:[185][186]quozl at laptop.org
> > > [87] [186][187]https://github.com/sugarlabs/mancala-activity
> > > [88] [187][188]http://en.wikipedia.org/wiki/Mancala
> > > [89] [188][189]https://mancala.playdrift.com/
> > > [90] [189][190]https://en.wikipedia.org/wiki/Mancala
> > > [91] [190][191]https://mancala.playdrift.com/
> > > [92] mailto:[191][192]Sugar-devel at lists.sugarlabs.org
> > > [93] [192][193]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [94] [193][194]http://quozl.netrek.org/
> > > [95] [194][195]http://quozl.netrek.org/
> > > [96] [195][196]http://lists.sugarlabs.org/archive/sugar-devel/
> attachments/
> > 20200407/36d472d2/attachment-0001.htm
> > > [97] mailto:[196][197]Sugar-devel at lists.sugarlabs.org
> > > [98] [197][198]http://lists.sugarlabs.org/listinfo/sugar-devel
> > > [99] [198][199]http://quozl.netrek.org/
> >
> > --
> > James Cameron
> > [199][200]http://quozl.netrek.org/
> >
> > References:
> >
> > [1] mailto:[201]quozl at laptop.org
> > [2] [202]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> > [3] mailto:[203]quozl at laptop.org
> > [4] [204]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> contributing.md#
> > [5] [205]https://github.com/llaske/sugarizer/pull/784
> > [6] [206]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> contributing.md#
> > [7] [207]http://github.com/
> > [8] [208]https://github.com/llaske
> > [9] [209]https://github.com/sugarlabs/sugar-docs/blob/master/
> > [10] mailto:[210]sugar-devel-request at lists.sugarlabs.org
> > [11] mailto:[211]sugar-devel at lists.sugarlabs.org
> > [12] [212]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [13] mailto:[213]sugar-devel-request at lists.sugarlabs.org
> > [14] mailto:[214]sugar-devel-owner at lists.sugarlabs.org
> > [15] mailto:[215]lionel.laske at gmail.com
> > [16] mailto:[216]sugar-devel at lists.sugarlabs.org
> > [17] mailto:[217]fsuJg at mail.gmail.com
> > [18] [218]https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> > [19] [219]https://github.com/llaske/sugarizer/tree/dev/activities/
> > [20] [220]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> > [21] [221]https://github.com/sugarlabs/sugar-web/pull/
> > [22] mailto:[222]sugar-devel-request at lists.sugarlabs.org
> > [23] mailto:[223]abhishektanwar084 at gmail.com
> > [24] mailto:[224]quozl at laptop.org
> > [25] mailto:[225]sugar-devel at lists.sugarlabs.org
> > [26] mailto:[226]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> > [27] [227]https://github.com/llaske/sugarizer/blob/master/docs/
> > [28] [228]https://github.com/sugarlabs/sugar-web/issues/127
> > [29] [229]https://github.com/sugarlabs/sugar-web/pull/133
> > [30] mailto:[230]quozl at laptop.org
> > [31] mailto:[231]quozl at laptop.org
> > [32] [232]https://github.com/sugarlabs/mancala-activity
> > [33] [233]http://en.wikipedia.org/wiki/Mancala
> > [34] [234]https://mancala.playdrift.com/
> > [35] [235]https://en.wikipedia.org/wiki/Mancala
> > [36] [236]https://mancala.playdrift.com/
> > [37] mailto:[237]Sugar-devel at lists.sugarlabs.org
> > [38] [238]http://lists.sugarlabs.org/listinfo/
> > [39] [239]http://quozl.netrek.org/
> > [40] mailto:[240]quozl at laptop.org
> > [41] [241]https://github.com/sugarlabs/mancala-activity
> > [42] [242]http://en.wikipedia.org/wiki/Mancala
> > [43] [243]https://mancala.playdrift.com/
> > [44] [244]https://en.wikipedia.org/wiki/Mancala
> > [45] [245]https://mancala.playdrift.com/
> > [46] mailto:[246]Sugar-devel at lists.sugarlabs.org
> > [47] [247]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [48] [248]http://quozl.netrek.org/
> > [49] [249]http://quozl.netrek.org/
> > [50] [250]http://lists.sugarlabs.org/archive/sugar-devel/
> > [51] mailto:[251]Sugar-devel at lists.sugarlabs.org
> > [52] [252]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [53] [253]https://github.com/sugarlabs/sugar-web
> > [54] [254]https://github.com/llaske/sugar-web
> > [55] [255]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> > [56] mailto:[256]sugar-devel-request at lists.sugarlabs.org
> > [57] mailto:[257]sugar-devel at lists.sugarlabs.org
> > [58] [258]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [59] mailto:[259]sugar-devel-request at lists.sugarlabs.org
> > [60] mailto:[260]sugar-devel-owner at lists.sugarlabs.org
> > [61] mailto:[261]lionel.laske at gmail.com
> > [62] mailto:[262]sugar-devel at lists.sugarlabs.org
> > [63] mailto:[263]fsuJg at mail.gmail.com
> > [64] [264]https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> > [65] [265]https://github.com/llaske/sugarizer/tree/dev/activities/
> > [66] [266]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> > [67] [267]https://github.com/sugarlabs/sugar-web/pull/133
> > [68] mailto:[268]sugar-devel-request at lists.sugarlabs.org
> > [69] mailto:[269]abhishektanwar084 at gmail.com
> > [70] mailto:[270]quozl at laptop.org
> > [71] mailto:[271]sugar-devel at lists.sugarlabs.org
> > [72] mailto:[272]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> > [73] [273]https://github.com/llaske/sugarizer/blob/master/docs/
> tutorial.md
> > [74] [274]https://github.com/sugarlabs/sugar-web/issues/127
> > [75] [275]https://github.com/sugarlabs/sugar-web/pull/133
> > [76] mailto:[276]quozl at laptop.org
> > [77] mailto:[277]quozl at laptop.org
> > [78] [278]https://github.com/sugarlabs/mancala-activity
> > [79] [279]http://en.wikipedia.org/wiki/Mancala
> > [80] [280]https://mancala.playdrift.com/
> > [81] [281]https://en.wikipedia.org/wiki/Mancala
> > [82] [282]https://mancala.playdrift.com/
> > [83] mailto:[283]Sugar-devel at lists.sugarlabs.org
> > [84] [284]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [85] [285]http://quozl.netrek.org/
> > [86] mailto:[286]quozl at laptop.org
> > [87] [287]https://github.com/sugarlabs/mancala-activity
> > [88] [288]http://en.wikipedia.org/wiki/Mancala
> > [89] [289]https://mancala.playdrift.com/
> > [90] [290]https://en.wikipedia.org/wiki/Mancala
> > [91] [291]https://mancala.playdrift.com/
> > [92] mailto:[292]Sugar-devel at lists.sugarlabs.org
> > [93] [293]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [94] [294]http://quozl.netrek.org/
> > [95] [295]http://quozl.netrek.org/
> > [96] [296]http://lists.sugarlabs.org/archive/sugar-devel/attachments/
> > [97] mailto:[297]Sugar-devel at lists.sugarlabs.org
> > [98] [298]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [99] [299]http://quozl.netrek.org/
> > [100] [300]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> web-activity.md
> > [101] [301]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> web-activity.md
> > [102] mailto:[302]quozl at laptop.org
> > [103] [303]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> contributing.md#testing
> > [104] [304]https://github.com/llaske/sugarizer/pull/784
> > [105] [305]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> contributing.md#guide-for-reviewers
> > [106] [306]https://github.com/
> > [107] [307]https://github.com/llaske/
> > [108] [308]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> > [109] mailto:[309]sugar-devel-request at lists.sugarlabs.org
> > [110] mailto:[310]sugar-devel at lists.sugarlabs.org
> > [111] [311]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [112] mailto:[312]sugar-devel-request at lists.sugarlabs.org
> > [113] mailto:[313]sugar-devel-owner at lists.sugarlabs.org
> > [114] mailto:[314]lionel.laske at gmail.com
> > [115] mailto:[315]sugar-devel at lists.sugarlabs.org
> > [116] mailto:[316]fsuJg at mail.gmail.com
> > [117] [317]https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> > [118] [318]https://github.com/llaske/sugarizer/tree/dev/activities/
> > [119] [319]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> web-activity.md
> > [120] [320]https://github.com/sugarlabs/sugar-web/pull/133
> > [121] mailto:[321]sugar-devel-request at lists.sugarlabs.org
> > [122] mailto:[322]abhishektanwar084 at gmail.com
> > [123] mailto:[323]quozl at laptop.org
> > [124] mailto:[324]sugar-devel at lists.sugarlabs.org
> > [125] mailto:[325]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> > [126] [326]https://github.com/llaske/sugarizer/blob/master/docs/
> tutorial.md
> > [127] [327]https://github.com/sugarlabs/sugar-web/issues/127
> > [128] [328]https://github.com/sugarlabs/sugar-web/pull/133
> > [129] mailto:[329]quozl at laptop.org
> > [130] mailto:[330]quozl at laptop.org
> > [131] [331]https://github.com/sugarlabs/mancala-activity
> > [132] [332]http://en.wikipedia.org/wiki/Mancala
> > [133] [333]https://mancala.playdrift.com/
> > [134] [334]https://en.wikipedia.org/wiki/Mancala
> > [135] [335]https://mancala.playdrift.com/
> > [136] mailto:[336]Sugar-devel at lists.sugarlabs.org
> > [137] [337]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [138] [338]http://quozl.netrek.org/
> > [139] mailto:[339]quozl at laptop.org
> > [140] [340]https://github.com/sugarlabs/mancala-activity
> > [141] [341]http://en.wikipedia.org/wiki/Mancala
> > [142] [342]https://mancala.playdrift.com/
> > [143] [343]https://en.wikipedia.org/wiki/Mancala
> > [144] [344]https://mancala.playdrift.com/
> > [145] mailto:[345]Sugar-devel at lists.sugarlabs.org
> > [146] [346]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [147] [347]http://quozl.netrek.org/
> > [148] [348]http://quozl.netrek.org/
> > [149] [349]http://lists.sugarlabs.org/archive/sugar-devel/attachments/
> > [150] mailto:[350]Sugar-devel at lists.sugarlabs.org
> > [151] [351]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [152] [352]https://github.com/sugarlabs/sugar-web
> > [153] [353]https://github.com/llaske/sugar-web
> > [154] [354]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> web-activity.md
> > [155] mailto:[355]sugar-devel-request at lists.sugarlabs.org
> > [156] mailto:[356]sugar-devel at lists.sugarlabs.org
> > [157] [357]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [158] mailto:[358]sugar-devel-request at lists.sugarlabs.org
> > [159] mailto:[359]sugar-devel-owner at lists.sugarlabs.org
> > [160] mailto:[360]lionel.laske at gmail.com
> > [161] mailto:[361]sugar-devel at lists.sugarlabs.org
> > [162] mailto:[362]fsuJg at mail.gmail.com
> > [163] [363]https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> > [164] [364]https://github.com/llaske/sugarizer/tree/dev/activities/
> ActivityTemplate
> > [165] [365]https://github.com/sugarlabs/sugar-docs/blob/master/src/
> web-activity.md#ready-to-release
> > [166] [366]https://github.com/sugarlabs/sugar-web/pull/133
> > [167] mailto:[367]sugar-devel-request at lists.sugarlabs.org
> > [168] mailto:[368]abhishektanwar084 at gmail.com
> > [169] mailto:[369]quozl at laptop.org
> > [170] mailto:[370]sugar-devel at lists.sugarlabs.org
> > [171] mailto:[371]
> CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> > [172] [372]https://github.com/llaske/sugarizer/blob/master/docs/
> tutorial.md
> > [173] [373]https://github.com/sugarlabs/sugar-web/issues/127
> > [174] [374]https://github.com/sugarlabs/sugar-web/pull/133
> > [175] mailto:[375]quozl at laptop.org
> > [176] mailto:[376]quozl at laptop.org
> > [177] [377]https://github.com/sugarlabs/mancala-activity
> > [178] [378]http://en.wikipedia.org/wiki/Mancala
> > [179] [379]https://mancala.playdrift.com/
> > [180] [380]https://en.wikipedia.org/wiki/Mancala
> > [181] [381]https://mancala.playdrift.com/
> > [182] mailto:[382]Sugar-devel at lists.sugarlabs.org
> > [183] [383]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [184] [384]http://quozl.netrek.org/
> > [185] mailto:[385]quozl at laptop.org
> > [186] [386]https://github.com/sugarlabs/mancala-activity
> > [187] [387]http://en.wikipedia.org/wiki/Mancala
> > [188] [388]https://mancala.playdrift.com/
> > [189] [389]https://en.wikipedia.org/wiki/Mancala
> > [190] [390]https://mancala.playdrift.com/
> > [191] mailto:[391]Sugar-devel at lists.sugarlabs.org
> > [192] [392]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [193] [393]http://quozl.netrek.org/
> > [194] [394]http://quozl.netrek.org/
> > [195] [395]http://lists.sugarlabs.org/archive/sugar-devel/attachments/
> 20200407/36d472d2/attachment-0001.htm
> > [196] mailto:[396]Sugar-devel at lists.sugarlabs.org
> > [197] [397]http://lists.sugarlabs.org/listinfo/sugar-devel
> > [198] [398]http://quozl.netrek.org/
> > [199] [399]http://quozl.netrek.org/
>
> --
> James Cameron
> [400]http://quozl.netrek.org/
>
> References:
>
> [1] mailto:quozl at laptop.org
> [2] mailto:quozl at laptop.org
> [3] https://github.com/sugarlabs/sugar-docs/blob/
> [4] mailto:quozl at laptop.org
> [5] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [6] https://github.com/llaske/sugarizer/pull/784
> [7] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [8] http://github.com/
> [9] http://github.com/llaske
> [10] https://github.com/sugarlabs/sugar-docs/
> [11] mailto:sugar-devel-request at lists.sugarlabs.org
> [12] mailto:sugar-devel at lists.sugarlabs.org
> [13] http://lists.sugarlabs.org/listinfo/
> [14] mailto:sugar-devel-request at lists.sugarlabs.org
> [15] mailto:sugar-devel-owner at lists.sugarlabs.org
> [16] mailto:lionel.laske at gmail.com
> [17] mailto:sugar-devel at lists.sugarlabs.org
> [18] mailto:fsuJg at mail.gmail.com
> [19] https://github.com/llaske/sugarizer/blob/dev/docs/
> [20] https://github.com/llaske/sugarizer/tree/dev/
> [21] https://github.com/sugarlabs/sugar-docs/blob/master
> [22] https://github.com/sugarlabs/
> [23] mailto:sugar-devel-request at lists.sugarlabs.org
> [24] mailto:abhishektanwar084 at gmail.com
> [25] mailto:quozl at laptop.org
> [26] mailto:sugar-devel at lists.sugarlabs.org
> [27] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [28] https://github.com/llaske/sugarizer/blob/
> [29] https://github.com/sugarlabs/sugar-web/issues/127
> [30] https://github.com/sugarlabs/sugar-web/pull/133
> [31] mailto:quozl at laptop.org
> [32] mailto:quozl at laptop.org
> [33] https://github.com/sugarlabs/
> [34] http://en.wikipedia.org/wiki/Mancala
> [35] https://mancala.playdrift.com/
> [36] https://en.wikipedia.org/wiki/
> [37] https://mancala.playdrift.com/
> [38] mailto:Sugar-devel at lists.sugarlabs.org
> [39] http://lists.sugarlabs.org/listinfo/
> [40] http://quozl.netrek.org/
> [41] mailto:quozl at laptop.org
> [42] https://github.com/sugarlabs/
> [43] http://en.wikipedia.org/wiki/Mancala
> [44] https://mancala.playdrift.com/
> [45] https://en.wikipedia.org/wiki/Mancala
> [46] https://mancala.playdrift.com/
> [47] mailto:Sugar-devel at lists.sugarlabs.org
> [48] http://lists.sugarlabs.org/listinfo/
> [49] http://quozl.netrek.org/
> [50] http://quozl.netrek.org/
> [51] http://lists.sugarlabs.org/archive/
> [52] mailto:Sugar-devel at lists.sugarlabs.org
> [53] http://lists.sugarlabs.org/listinfo/sugar-devel
> [54] https://github.com/sugarlabs/sugar-web
> [55] https://github.com/llaske/sugar-web
> [56] https://github.com/sugarlabs/sugar-docs/blob/master/src
> [57] mailto:sugar-devel-request at lists.sugarlabs.org
> [58] mailto:sugar-devel at lists.sugarlabs.org
> [59] http://lists.sugarlabs.org/listinfo/sugar-devel
> [60] mailto:sugar-devel-request at lists.sugarlabs.org
> [61] mailto:sugar-devel-owner at lists.sugarlabs.org
> [62] mailto:lionel.laske at gmail.com
> [63] mailto:sugar-devel at lists.sugarlabs.org
> [64] mailto:fsuJg at mail.gmail.com
> [65] https://github.com/llaske/sugarizer/blob/dev/docs/
> [66] https://github.com/llaske/sugarizer/tree/dev/
> [67] https://github.com/sugarlabs/sugar-docs/blob/master/
> [68] https://github.com/sugarlabs/sugar-web/pull/133
> [69] mailto:sugar-devel-request at lists.sugarlabs.org
> [70] mailto:abhishektanwar084 at gmail.com
> [71] mailto:quozl at laptop.org
> [72] mailto:sugar-devel at lists.sugarlabs.org
> [73] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [74] https://github.com/llaske/sugarizer/blob/master/docs/
> [75] https://github.com/sugarlabs/sugar-web/issues/127
> [76] https://github.com/sugarlabs/sugar-web/pull/133
> [77] mailto:quozl at laptop.org
> [78] mailto:quozl at laptop.org
> [79] https://github.com/sugarlabs/mancala-activity
> [80] http://en.wikipedia.org/wiki/Mancala
> [81] https://mancala.playdrift.com/
> [82] https://en.wikipedia.org/wiki/Mancala
> [83] https://mancala.playdrift.com/
> [84] mailto:Sugar-devel at lists.sugarlabs.org
> [85] http://lists.sugarlabs.org/listinfo/sugar-devel
> [86] http://quozl.netrek.org/
> [87] mailto:quozl at laptop.org
> [88] https://github.com/sugarlabs/mancala-activity
> [89] http://en.wikipedia.org/wiki/Mancala
> [90] https://mancala.playdrift.com/
> [91] https://en.wikipedia.org/wiki/Mancala
> [92] https://mancala.playdrift.com/
> [93] mailto:Sugar-devel at lists.sugarlabs.org
> [94] http://lists.sugarlabs.org/listinfo/sugar-devel
> [95] http://quozl.netrek.org/
> [96] http://quozl.netrek.org/
> [97] http://lists.sugarlabs.org/archive/sugar-devel/
> [98] mailto:Sugar-devel at lists.sugarlabs.org
> [99] http://lists.sugarlabs.org/listinfo/sugar-devel
> [100] http://quozl.netrek.org/
> [101] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [102] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [103] mailto:quozl at laptop.org
> [104] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [105] https://github.com/llaske/sugarizer/pull/784
> [106] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [107] https://github.com/
> [108] https://github.com/llaske/
> [109] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [110] mailto:sugar-devel-request at lists.sugarlabs.org
> [111] mailto:sugar-devel at lists.sugarlabs.org
> [112] http://lists.sugarlabs.org/listinfo/sugar-devel
> [113] mailto:sugar-devel-request at lists.sugarlabs.org
> [114] mailto:sugar-devel-owner at lists.sugarlabs.org
> [115] mailto:lionel.laske at gmail.com
> [116] mailto:sugar-devel at lists.sugarlabs.org
> [117] mailto:fsuJg at mail.gmail.com
> [118] https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> [119] https://github.com/llaske/sugarizer/tree/dev/activities/
> [120] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [121] https://github.com/sugarlabs/sugar-web/pull/133
> [122] mailto:sugar-devel-request at lists.sugarlabs.org
> [123] mailto:abhishektanwar084 at gmail.com
> [124] mailto:quozl at laptop.org
> [125] mailto:sugar-devel at lists.sugarlabs.org
> [126] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [127] https://github.com/llaske/sugarizer/blob/master/docs/
> [128] https://github.com/sugarlabs/sugar-web/issues/127
> [129] https://github.com/sugarlabs/sugar-web/pull/133
> [130] mailto:quozl at laptop.org
> [131] mailto:quozl at laptop.org
> [132] https://github.com/sugarlabs/mancala-activity
> [133] http://en.wikipedia.org/wiki/Mancala
> [134] https://mancala.playdrift.com/
> [135] https://en.wikipedia.org/wiki/Mancala
> [136] https://mancala.playdrift.com/
> [137] mailto:Sugar-devel at lists.sugarlabs.org
> [138] http://lists.sugarlabs.org/listinfo/sugar-devel
> [139] http://quozl.netrek.org/
> [140] mailto:quozl at laptop.org
> [141] https://github.com/sugarlabs/mancala-activity
> [142] http://en.wikipedia.org/wiki/Mancala
> [143] https://mancala.playdrift.com/
> [144] https://en.wikipedia.org/wiki/Mancala
> [145] https://mancala.playdrift.com/
> [146] mailto:Sugar-devel at lists.sugarlabs.org
> [147] http://lists.sugarlabs.org/listinfo/sugar-devel
> [148] http://quozl.netrek.org/
> [149] http://quozl.netrek.org/
> [150] http://lists.sugarlabs.org/archive/sugar-devel/attachments/
> [151] mailto:Sugar-devel at lists.sugarlabs.org
> [152] http://lists.sugarlabs.org/listinfo/sugar-devel
> [153] https://github.com/sugarlabs/sugar-web
> [154] https://github.com/llaske/sugar-web
> [155] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [156] mailto:sugar-devel-request at lists.sugarlabs.org
> [157] mailto:sugar-devel at lists.sugarlabs.org
> [158] http://lists.sugarlabs.org/listinfo/sugar-devel
> [159] mailto:sugar-devel-request at lists.sugarlabs.org
> [160] mailto:sugar-devel-owner at lists.sugarlabs.org
> [161] mailto:lionel.laske at gmail.com
> [162] mailto:sugar-devel at lists.sugarlabs.org
> [163] mailto:fsuJg at mail.gmail.com
> [164] https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> [165] https://github.com/llaske/sugarizer/tree/dev/activities/
> [166] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [167] https://github.com/sugarlabs/sugar-web/pull/133
> [168] mailto:sugar-devel-request at lists.sugarlabs.org
> [169] mailto:abhishektanwar084 at gmail.com
> [170] mailto:quozl at laptop.org
> [171] mailto:sugar-devel at lists.sugarlabs.org
> [172] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [173] https://github.com/llaske/sugarizer/blob/master/docs/
> [174] https://github.com/sugarlabs/sugar-web/issues/127
> [175] https://github.com/sugarlabs/sugar-web/pull/133
> [176] mailto:quozl at laptop.org
> [177] mailto:quozl at laptop.org
> [178] https://github.com/sugarlabs/mancala-activity
> [179] http://en.wikipedia.org/wiki/Mancala
> [180] https://mancala.playdrift.com/
> [181] https://en.wikipedia.org/wiki/Mancala
> [182] https://mancala.playdrift.com/
> [183] mailto:Sugar-devel at lists.sugarlabs.org
> [184] http://lists.sugarlabs.org/listinfo/sugar-devel
> [185] http://quozl.netrek.org/
> [186] mailto:quozl at laptop.org
> [187] https://github.com/sugarlabs/mancala-activity
> [188] http://en.wikipedia.org/wiki/Mancala
> [189] https://mancala.playdrift.com/
> [190] https://en.wikipedia.org/wiki/Mancala
> [191] https://mancala.playdrift.com/
> [192] mailto:Sugar-devel at lists.sugarlabs.org
> [193] http://lists.sugarlabs.org/listinfo/sugar-devel
> [194] http://quozl.netrek.org/
> [195] http://quozl.netrek.org/
> [196] http://lists.sugarlabs.org/archive/sugar-devel/attachments/
> [197] mailto:Sugar-devel at lists.sugarlabs.org
> [198] http://lists.sugarlabs.org/listinfo/sugar-devel
> [199] http://quozl.netrek.org/
> [200] http://quozl.netrek.org/
> [201] mailto:quozl at laptop.org
> [202] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [203] mailto:quozl at laptop.org
> [204] https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#
> [205] https://github.com/llaske/sugarizer/pull/784
> [206] https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#
> [207] http://github.com/
> [208] https://github.com/llaske
> [209] https://github.com/sugarlabs/sugar-docs/blob/master/
> [210] mailto:sugar-devel-request at lists.sugarlabs.org
> [211] mailto:sugar-devel at lists.sugarlabs.org
> [212] http://lists.sugarlabs.org/listinfo/sugar-devel
> [213] mailto:sugar-devel-request at lists.sugarlabs.org
> [214] mailto:sugar-devel-owner at lists.sugarlabs.org
> [215] mailto:lionel.laske at gmail.com
> [216] mailto:sugar-devel at lists.sugarlabs.org
> [217] mailto:fsuJg at mail.gmail.com
> [218] https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> [219] https://github.com/llaske/sugarizer/tree/dev/activities/
> [220] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [221] https://github.com/sugarlabs/sugar-web/pull/
> [222] mailto:sugar-devel-request at lists.sugarlabs.org
> [223] mailto:abhishektanwar084 at gmail.com
> [224] mailto:quozl at laptop.org
> [225] mailto:sugar-devel at lists.sugarlabs.org
> [226] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [227] https://github.com/llaske/sugarizer/blob/master/docs/
> [228] https://github.com/sugarlabs/sugar-web/issues/127
> [229] https://github.com/sugarlabs/sugar-web/pull/133
> [230] mailto:quozl at laptop.org
> [231] mailto:quozl at laptop.org
> [232] https://github.com/sugarlabs/mancala-activity
> [233] http://en.wikipedia.org/wiki/Mancala
> [234] https://mancala.playdrift.com/
> [235] https://en.wikipedia.org/wiki/Mancala
> [236] https://mancala.playdrift.com/
> [237] mailto:Sugar-devel at lists.sugarlabs.org
> [238] http://lists.sugarlabs.org/listinfo/
> [239] http://quozl.netrek.org/
> [240] mailto:quozl at laptop.org
> [241] https://github.com/sugarlabs/mancala-activity
> [242] http://en.wikipedia.org/wiki/Mancala
> [243] https://mancala.playdrift.com/
> [244] https://en.wikipedia.org/wiki/Mancala
> [245] https://mancala.playdrift.com/
> [246] mailto:Sugar-devel at lists.sugarlabs.org
> [247] http://lists.sugarlabs.org/listinfo/sugar-devel
> [248] http://quozl.netrek.org/
> [249] http://quozl.netrek.org/
> [250] http://lists.sugarlabs.org/archive/sugar-devel/
> [251] mailto:Sugar-devel at lists.sugarlabs.org
> [252] http://lists.sugarlabs.org/listinfo/sugar-devel
> [253] https://github.com/sugarlabs/sugar-web
> [254] https://github.com/llaske/sugar-web
> [255] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [256] mailto:sugar-devel-request at lists.sugarlabs.org
> [257] mailto:sugar-devel at lists.sugarlabs.org
> [258] http://lists.sugarlabs.org/listinfo/sugar-devel
> [259] mailto:sugar-devel-request at lists.sugarlabs.org
> [260] mailto:sugar-devel-owner at lists.sugarlabs.org
> [261] mailto:lionel.laske at gmail.com
> [262] mailto:sugar-devel at lists.sugarlabs.org
> [263] mailto:fsuJg at mail.gmail.com
> [264] https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> [265] https://github.com/llaske/sugarizer/tree/dev/activities/
> [266] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [267] https://github.com/sugarlabs/sugar-web/pull/133
> [268] mailto:sugar-devel-request at lists.sugarlabs.org
> [269] mailto:abhishektanwar084 at gmail.com
> [270] mailto:quozl at laptop.org
> [271] mailto:sugar-devel at lists.sugarlabs.org
> [272] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [273] https://github.com/llaske/sugarizer/blob/master/docs/tutorial.md
> [274] https://github.com/sugarlabs/sugar-web/issues/127
> [275] https://github.com/sugarlabs/sugar-web/pull/133
> [276] mailto:quozl at laptop.org
> [277] mailto:quozl at laptop.org
> [278] https://github.com/sugarlabs/mancala-activity
> [279] http://en.wikipedia.org/wiki/Mancala
> [280] https://mancala.playdrift.com/
> [281] https://en.wikipedia.org/wiki/Mancala
> [282] https://mancala.playdrift.com/
> [283] mailto:Sugar-devel at lists.sugarlabs.org
> [284] http://lists.sugarlabs.org/listinfo/sugar-devel
> [285] http://quozl.netrek.org/
> [286] mailto:quozl at laptop.org
> [287] https://github.com/sugarlabs/mancala-activity
> [288] http://en.wikipedia.org/wiki/Mancala
> [289] https://mancala.playdrift.com/
> [290] https://en.wikipedia.org/wiki/Mancala
> [291] https://mancala.playdrift.com/
> [292] mailto:Sugar-devel at lists.sugarlabs.org
> [293] http://lists.sugarlabs.org/listinfo/sugar-devel
> [294] http://quozl.netrek.org/
> [295] http://quozl.netrek.org/
> [296] http://lists.sugarlabs.org/archive/sugar-devel/attachments/
> [297] mailto:Sugar-devel at lists.sugarlabs.org
> [298] http://lists.sugarlabs.org/listinfo/sugar-devel
> [299] http://quozl.netrek.org/
> [300] https://github.com/sugarlabs/sugar-docs/blob/master/src/web-activity.md
> [301] https://github.com/sugarlabs/sugar-docs/blob/master/src/web-activity.md
> [302] mailto:quozl at laptop.org
> [303] https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#testing
> [304] https://github.com/llaske/sugarizer/pull/784
> [305] https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#guide-for-reviewers
> [306] https://github.com/
> [307] https://github.com/llaske/
> [308] https://github.com/sugarlabs/sugar-docs/blob/master/src/
> [309] mailto:sugar-devel-request at lists.sugarlabs.org
> [310] mailto:sugar-devel at lists.sugarlabs.org
> [311] http://lists.sugarlabs.org/listinfo/sugar-devel
> [312] mailto:sugar-devel-request at lists.sugarlabs.org
> [313] mailto:sugar-devel-owner at lists.sugarlabs.org
> [314] mailto:lionel.laske at gmail.com
> [315] mailto:sugar-devel at lists.sugarlabs.org
> [316] mailto:fsuJg at mail.gmail.com
> [317] https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> [318] https://github.com/llaske/sugarizer/tree/dev/activities/
> [319] https://github.com/sugarlabs/sugar-docs/blob/master/src/web-activity.md
> [320] https://github.com/sugarlabs/sugar-web/pull/133
> [321] mailto:sugar-devel-request at lists.sugarlabs.org
> [322] mailto:abhishektanwar084 at gmail.com
> [323] mailto:quozl at laptop.org
> [324] mailto:sugar-devel at lists.sugarlabs.org
> [325] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [326] https://github.com/llaske/sugarizer/blob/master/docs/tutorial.md
> [327] https://github.com/sugarlabs/sugar-web/issues/127
> [328] https://github.com/sugarlabs/sugar-web/pull/133
> [329] mailto:quozl at laptop.org
> [330] mailto:quozl at laptop.org
> [331] https://github.com/sugarlabs/mancala-activity
> [332] http://en.wikipedia.org/wiki/Mancala
> [333] https://mancala.playdrift.com/
> [334] https://en.wikipedia.org/wiki/Mancala
> [335] https://mancala.playdrift.com/
> [336] mailto:Sugar-devel at lists.sugarlabs.org
> [337] http://lists.sugarlabs.org/listinfo/sugar-devel
> [338] http://quozl.netrek.org/
> [339] mailto:quozl at laptop.org
> [340] https://github.com/sugarlabs/mancala-activity
> [341] http://en.wikipedia.org/wiki/Mancala
> [342] https://mancala.playdrift.com/
> [343] https://en.wikipedia.org/wiki/Mancala
> [344] https://mancala.playdrift.com/
> [345] mailto:Sugar-devel at lists.sugarlabs.org
> [346] http://lists.sugarlabs.org/listinfo/sugar-devel
> [347] http://quozl.netrek.org/
> [348] http://quozl.netrek.org/
> [349] http://lists.sugarlabs.org/archive/sugar-devel/attachments/
> [350] mailto:Sugar-devel at lists.sugarlabs.org
> [351] http://lists.sugarlabs.org/listinfo/sugar-devel
> [352] https://github.com/sugarlabs/sugar-web
> [353] https://github.com/llaske/sugar-web
> [354] https://github.com/sugarlabs/sugar-docs/blob/master/src/web-activity.md
> [355] mailto:sugar-devel-request at lists.sugarlabs.org
> [356] mailto:sugar-devel at lists.sugarlabs.org
> [357] http://lists.sugarlabs.org/listinfo/sugar-devel
> [358] mailto:sugar-devel-request at lists.sugarlabs.org
> [359] mailto:sugar-devel-owner at lists.sugarlabs.org
> [360] mailto:lionel.laske at gmail.com
> [361] mailto:sugar-devel at lists.sugarlabs.org
> [362] mailto:fsuJg at mail.gmail.com
> [363] https://github.com/llaske/sugarizer/blob/dev/docs/credits.md
> [364] https://github.com/llaske/sugarizer/tree/dev/activities/ActivityTemplate
> [365] https://github.com/sugarlabs/sugar-docs/blob/master/src/web-activity.md#ready-to-release
> [366] https://github.com/sugarlabs/sugar-web/pull/133
> [367] mailto:sugar-devel-request at lists.sugarlabs.org
> [368] mailto:abhishektanwar084 at gmail.com
> [369] mailto:quozl at laptop.org
> [370] mailto:sugar-devel at lists.sugarlabs.org
> [371] mailto:CALhjuuh2VOWxmwB4Nmn9R8fUwOfAASSkSUZfm22Zge6kXhax2A at mail.gmail.com
> [372] https://github.com/llaske/sugarizer/blob/master/docs/tutorial.md
> [373] https://github.com/sugarlabs/sugar-web/issues/127
> [374] https://github.com/sugarlabs/sugar-web/pull/133
> [375] mailto:quozl at laptop.org
> [376] mailto:quozl at laptop.org
> [377] https://github.com/sugarlabs/mancala-activity
> [378] http://en.wikipedia.org/wiki/Mancala
> [379] https://mancala.playdrift.com/
> [380] https://en.wikipedia.org/wiki/Mancala
> [381] https://mancala.playdrift.com/
> [382] mailto:Sugar-devel at lists.sugarlabs.org
> [383] http://lists.sugarlabs.org/listinfo/sugar-devel
> [384] http://quozl.netrek.org/
> [385] mailto:quozl at laptop.org
> [386] https://github.com/sugarlabs/mancala-activity
> [387] http://en.wikipedia.org/wiki/Mancala
> [388] https://mancala.playdrift.com/
> [389] https://en.wikipedia.org/wiki/Mancala
> [390] https://mancala.playdrift.com/
> [391] mailto:Sugar-devel at lists.sugarlabs.org
> [392] http://lists.sugarlabs.org/listinfo/sugar-devel
> [393] http://quozl.netrek.org/
> [394] http://quozl.netrek.org/
> [395] http://lists.sugarlabs.org/archive/sugar-devel/attachments/20200407/36d472d2/attachment-0001.htm
> [396] mailto:Sugar-devel at lists.sugarlabs.org
> [397] http://lists.sugarlabs.org/listinfo/sugar-devel
> [398] http://quozl.netrek.org/
> [399] http://quozl.netrek.org/
> [400] http://quozl.netrek.org/
--
James Cameron
http://quozl.netrek.org/
More information about the Sugar-devel
mailing list