-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Readme file #21
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Ravjot Singh <[email protected]>
We want the activity to work inside Sugar. Please make sure it does so and include how to do it in the documentation. You may need to make changes to other repositories to get it to work. |
@quozl i am bit confused, can you give me a bit more clear instruction about task....... |
should i take reference from this https://github.com/sugarlabs/sugar-docs/blob/master/src/web-activity.md |
It does relate. I can't give clear guidance; if I knew what was to be done I'd probably do it. https://github.com/sugarlabs/sugar-web is the software component that provides an interface between Sugar and an activity of language JavaScript. https://github.com/sugarlabs/sugar is the Sugar graphical shell for use on desktop and laptop computers, written in C, Python, and GTK. This can be installed on Linux. https://github.com/llaske/sugarizer is the JavaScript graphical shell and activities for use on tablets, phones, and other computers, written in JavaScript. This repository connect-the-dots is a Sugar activity that depends on sugar-web and sugar repositories to be used. Our GSOC repository may also have some interesting ideas. |
@quozl i will look into these and add this section in this files |
I was able to run the activity to work inside Sugar. And have updated the readme file.... |
Signed-off-by: Ravjot Singh <[email protected]>
@quozl should i make a pr in sugarizer to add this activity?? |
Great that you got it working inside Sugarizer, but that's not what I'm asking about. I'm asking about running the activity inside Sugar. @llaske would be best person to ask about adding to Sugarizer. He will likely consider if the activity is meaningful in the context of the other activities already in Sugarizer. |
@quozl I think it is a sugarizer activity as activities in sugar are python based and i was not able to find anything like this project linking sugar And i have already added details about how to run this project in sugarizer.... |
sugar-web links JavaScript activities into sugar-toolkit-gtk3 using WebKit.
Continue looking.
|
Contributes towards #20