Skip to content

Commit

Permalink
adding to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyOng committed Jan 14, 2018
1 parent 744b11d commit 1162500
Show file tree
Hide file tree
Showing 51 changed files with 6,434 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Marco Pesenti Gritti <[email protected]>
Dan Williams <[email protected]>
Tomeu Vizoso <[email protected]>
Simon Schampijer <[email protected]>
Reinier Heeres <[email protected]>
Dan Winship <[email protected]>
Eduardo Silva <[email protected]>
John (J5) Palmieri <[email protected]>
Justin Gallardo <[email protected]>
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Binary file added activity/.DS_Store
Binary file not shown.
34 changes: 34 additions & 0 deletions activity/activity-scratch-web.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions activity/activity.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Activity]
name = Scratch in Browse
activity_version = 2.0
bundle_id = org.laptop.ScratchWebActivity
icon = activity-scratch-web
exec = sugar-activity webactivity.WebActivity -s
mime_types = image/png;image/gif;image/jpeg;text/html;text/uri-list;application/xhtml+xml;application/rss+xml;application/xml;text/css;application/ogg;audio/x-wav;audio/ogg;video/ogg;audio/x-vorbis+ogg;audio/x-flac+ogg;audio/x-speex+ogg;video/x-theora+ogg;video/x-ogm+ogg;image/svg+xml;application/x-shockwave-flash
summary = Surf the world!
max_participants = 100

license = GPLv2+
metadata_license = CC0-1.0
description: Launch Scratch inside the Sugar Browse activity
repository = https://github.com/EmilyOng/embedded-scratch-activity
21 changes: 21 additions & 0 deletions browser.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

<!ELEMENT browser (#PCDATA|link|session)*>
<!ATTLIST browser
name CDATA #REQUIRED
>

<!ELEMENT session (#PCDATA)* >
<!ATTLIST session
data CDATA #IMPLIED
>
<!ELEMENT link (#PCDATA)* >
<!ATTLIST link
hash CDATA #REQUIRED
url CDATA #IMPLIED
title CDATA #IMPLIED
thumb CDATA #IMPLIED
owner CDATA #IMPLIED
color CDATA #IMPLIED
deleted CDATA #IMPLIED
>
Loading

0 comments on commit 1162500

Please sign in to comment.