Also something new and related in Mozilla land:<br><br><a href="https://jetpack.mozillalabs.com/">https://jetpack.mozillalabs.com/</a><br><br><div class="gmail_quote">On Sun, Jun 7, 2009 at 11:07 AM, Gary C Martin <span dir="ltr">&lt;<a href="mailto:gary@garycmartin.com">gary@garycmartin.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 7 Jun 2009, at 18:18, Lucian Branescu wrote:<br>
<br>
&gt; 1. I don&#39;t really want to zip it if I can avoid it. If I do zip it and<br>
&gt; get an .xo, how can I add it to the Journal programatically?<br>
&gt; 2. I&#39;ve changed that. All SSBs are subdomains to org.sugarlabs.ssb<br>
&gt; (like org.sugarlabs.ssb.GMailActivity)<br>
&gt;<br>
&gt; 2009/6/7 Bobby Powers &lt;<a href="mailto:bobbypowers@gmail.com">bobbypowers@gmail.com</a>&gt;:<br>
&gt;&gt; On Sat, Jun 6, 2009 at 9:57 PM, Lucian<br>
&gt;&gt; Branescu&lt;<a href="mailto:lucian.branescu@gmail.com">lucian.branescu@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; For my project, I will extend Browse with the ability to create<br>
&gt;&gt;&gt; SSBs.<br>
&gt;&gt;&gt; Read more here <a href="http://honeyweb.wordpress.com/2009/06/06/the-user-experience/" target="_blank">http://honeyweb.wordpress.com/2009/06/06/the-user-experience/</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have made a small script that is triggered by a button in the<br>
&gt;&gt;&gt; Browse<br>
&gt;&gt;&gt; toolbar. It also works from Terminal.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Later on this script will do more things, but I&#39;d like some feedback<br>
&gt;&gt;&gt; about it as early as possible.<br>
<br>
Just wanted to flag an item that might be of interest to you on the<br>
0.86 Browse roadmap &quot;export for offline viewing (Web page - HTML only,<br>
Web page - Complete)&quot;:<br>
<br>
        <a href="http://wiki.sugarlabs.org/go/Development_Team/Release/Roadmap/0.86#Browse" target="_blank">http://wiki.sugarlabs.org/go/Development_Team/Release/Roadmap/0.86#Browse</a><br>
<br>
I know this doesn&#39;t make a first class &#39;Activity&#39; out of a page, but<br>
seems to have quite a feature overlap with your project. It would<br>
allow Browse to keep any page to the Journal so it can be resumed off-<br>
line and/or distributed to other users (via Journal entry sharing<br>
already in 0.84). It would also allow content providers an easy way to<br>
create and distribute more complicates/deep html/css/javascript/flash<br>
type rich web sites/pages by just zipping them up.<br>
<br>
Regards,<br>
--Gary<br>
<br>
&gt;&gt; Hi Lucian,<br>
&gt;&gt;<br>
&gt;&gt; 2 things:<br>
&gt;&gt;<br>
&gt;&gt; 1) rainbow should prevent you from creating new activities in<br>
&gt;&gt; ~/Activities, so I don&#39;t think that approach would work on an XO with<br>
&gt;&gt; an OLPC build.  Since I think what you want is to create an activity,<br>
&gt;&gt; zip it, and add it to the journal, you could probably do something<br>
&gt;&gt; like this:<br>
&gt;&gt; import tempfile<br>
&gt;&gt; ssb_path = tempfile.mkdtmp(dir=activity.get_activity_root())<br>
&gt;&gt;<br>
&gt;&gt; 2) the bundle_id you create probably should begin with org.laptop ,<br>
&gt;&gt; as<br>
&gt;&gt; that could cause collisions with other activities.  maybe<br>
&gt;&gt; org.sugarlabs.ssb ?<br>
&gt;&gt;<br>
&gt;&gt; nice start so far!<br>
&gt;&gt;<br>
&gt;&gt; bobby<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Sugar-devel mailing list<br>
&gt; <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
&gt; <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</blockquote></div><br>