Re: [Sugar-devel] MIME type?

2016-06-21 Thread Iain Brown Douglas
On Tue, 2016-06-21 at 18:26 -0300, Gonzalo Odiard wrote: > Just beautiful :) It is. @Sam is this a product of Sphinx and Alabaster? I read [1] "as of Sphinx 1.3, Alabaster is ... the default theme." Previously I tried using Alabaster as the theme for Help Activity, it looked super, but I could

Re: [Sugar-devel] [GSOC] Font Editor Next Steps

2016-06-21 Thread Dave Crossland
On 21 June 2016 at 22:25, Yash Agarwal wrote: > Today's work: > load UFO, save UFO, import binary all are working fine except a few issues > with MIME types which are now Solved (MIME type? thread on sugar devel list) > but not added in yet Great work! > What I'll do

Re: [Sugar-devel] [GSOC] Font Editor Next Steps

2016-06-21 Thread Yash Agarwal
Today's work: load UFO, save UFO, import binary all are working fine except a few issues with MIME types which are now *Solved *(MIME type? thread on sugar devel list) but not added in yet What I'll do next: Add the MIME type solutions use fontmake to export binaries as ufo2ft doesn't convert any

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Dave Crossland
Probably, yes; there is a new font top level type in draft stage - https://datatracker.ietf.org/doc/draft-ietf-justfont-toplevel/ - and you could try these 3 for import: ttf "application/x-font-ttf" or "application/x-font-truetype" otf "application/x-font-opentype" sfnt "application/font-sfnt" I

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Yash Agarwal
The documentation (attached below) says that we only use generic mime types defined in mime.py so do I need to make additions to mime.py to accommodate these types *what_filter (str): an activity bundle_id or a generic mime type as* *defined in :mod:`sugar3.mime` used to determine

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Yash Agarwal
What if I want to open .ttf/.otf or .ufo files that are already on the system and not generated by my activity? What filter type should I specify then? On Wed, Jun 22, 2016 at 2:56 AM Gonzalo Odiard wrote: > Just beautiful :) > > On Tue, Jun 21, 2016 at 6:17 PM, Sam P.

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Gonzalo Odiard
Just beautiful :) On Tue, Jun 21, 2016 at 6:17 PM, Sam P. wrote: > Hi Sebastian, > > We have Sphinx docs avbaliable online: > https://developer.sugarlabs.org/sugar3/ > > Contributions to add more docstrings are always appreciated. > > Thanks, > Sam > > On Wed, Jun 22, 2016, 04:53

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Sam P.
Hi Sebastian, We have Sphinx docs avbaliable online: https://developer.sugarlabs.org/sugar3/ Contributions to add more docstrings are always appreciated. Thanks, Sam On Wed, Jun 22, 2016, 04:53 Sebastian Silva wrote: > El 21/06/16 a las 13:32, Gonzalo Odiard

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Gonzalo Odiard
Also Sam was experimenting with generate the docs (like Aleksey did for the gtk2 sugar api) with gtk3 sugar3 api. On Tue, Jun 21, 2016 at 5:10 PM, Gary Martin wrote: > > On 21 Jun 2016, at 19:48, Sebastian Silva > wrote: > > > > El 21/06/16 a

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Gary Martin
> On 21 Jun 2016, at 19:48, Sebastian Silva wrote: > > El 21/06/16 a las 13:32, Gonzalo Odiard escribió: > >> (btw, would be good have this information in a official place) > +1 in fact the Sugar Toolkit API docs are not online. Aleksey used to > maintain a website

[Sugar-devel] Sugar Digest 2016-06-21

2016-06-21 Thread Walter Bender
== Sugar Digest == 1. Marvin Minsky was fond of saying that there is nothing more dangerous than when a roomful of people all agree with each other. We don't have to worry about that in the Sugar community!!! Marvin also observed that "it's very important to have friends who can solve problems

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Sebastian Silva
El 21/06/16 a las 13:32, Gonzalo Odiard escribió: > (btw, would be good have this information in a official place) +1 in fact the Sugar Toolkit API docs are not online. Aleksey used to maintain a website for them. Also, recently Tony complained that there's no toolkit docs. I don't know how

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Sebastian Silva
El 21/06/16 a las 13:32, Gonzalo Odiard escribió: > (btw, would be good have this information in a official place) +1 in fact the Sugar Toolkit API docs are not online. Aleksey used to maintain a website for them. Also, recently Tony complained that there's no toolkit docs. I don't know how

Re: [Sugar-devel] MIME type?

2016-06-21 Thread Gonzalo Odiard
You can set the mime types your activity can open, and request to the object chooser open these mime types. More info: http://godiard.blogspot.com.ar/2013/07/sugar-programming-improovements-in.html (btw, would be good have this information in a official place) On Tue, Jun 21, 2016 at 3:23 PM,

[Sugar-devel] MIME type?

2016-06-21 Thread Yash Agarwal
Hello, what mime type should I use in the object chooser dialog for opening any ttf/otf or ufo files? Yash Agarwal ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Update on SoaS spin in f24 final release

2016-06-21 Thread Thomas Gilliard
Good News: http://dl.fedoraproject.org/pub/alt/unofficial/releases/24/x86_64/Fedora-SoaS-Live-x86_64-24-20160614.n.0.iso http://dl.fedoraproject.org/pub/alt/unofficial/releases/24/i386/Fedora-SoaS-Live-i386-24-20160614.n.0.iso https://wiki.sugarlabs.org/go/Fedora_24#Download_f24 Final

Re: [Sugar-devel] What to use for documenting new sugar activities?

2016-06-21 Thread Iain Brown Douglas
We use Sphinx in Sugar Activity Help. [1] https://help.sugarlabs.org/en/how_to_help.html [2] http://wiki.sugarlabs.org/go/Activities/Help/Contribute Thanks, Iain On Tue, 2016-06-21 at 02:57 +, Yash Agarwal wrote: > Hello all, > Should I use sphinx for documentation? > > Yash Agarwal > >