maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   "Donate to developer" in ToolKit (https://talk.maemo.org/showthread.php?t=30908)

qgil 2009-09-03 11:46

Re: "Donate to developper" in ToolKit
 
Quote:

Originally Posted by fms (Post 320756)
I have no idea how desirable this scenario is but, as I previously said, it is not likely to generate enough donations to even bother implementing the needed infrastructure.

Ovi has an infrastructure in place already. You have registered developers, registered users, a catalog of apps and a payment framework. You have also a delivery channel for free applications. Getting a first implementation allowing voluntary payments for free apps doesn't look like a huge amount of extra work.

I guess it's clear to everyone that a donation system is not a substitute of your salary, and not even a full return of investment. If you really care about monetary income for your software then go commercial.

Also note that Mozilla, Ubuntu, GNOME, KDE, Wikipedia, CreativeCommons and etc have all Donate buttons linked to PayPal and the likes...

... but now it's me not putting ideas in the Brainstorm! :) I want to shake things more than pushing them directly. At the end I'm not a developer myself.

fms 2009-09-03 11:55

Re: "Donate to developper" in ToolKit
 
Quote:

Originally Posted by qgil (Post 320777)
Ovi has an infrastructure in place already. You have registered developers, registered users, a catalog of apps and a payment framework. You have also a delivery channel for free applications. Getting a first implementation allowing voluntary payments for free apps doesn't look like a huge amount of extra work.

Yes, but, if I understand things correctly, you still have to extend HAM with dialogs to enter payment method information, requests to make a donation, and code to interface with Ovi. To me, it looks like a sizable amount of work, way more substantial than fixing Modest in Diablo, for example.

Maybe implementing this system in such a way, that it can later allow for commercial apps, would be a better idea: this way you kill two rabbits with a single shot.

Quote:

I guess it's clear to everyone that a donation system is not a substitute of your salary, and not even a full return of investment.
Well, my original point is that not only donations not a substitute for the salary (kinda obvious) but they are not even something to be bothered with.

qgil 2009-09-03 12:26

Re: "Donate to developper" in ToolKit
 
This fictional scenario looks more for Harmattan times, and an application manager based on Qt needs to be written from scratch for that...

This is another problem of brainstorming: sometimes people have different timelines in mind. :)

Jaffa 2009-09-03 13:00

Re: "Donate to developper" in ToolKit
 
Quote:

Originally Posted by Architengi (Post 320669)
What dev tools Maemo has, like IDE, nice and friendly IDE Integrated Dev Env....? For C++?

When will be Java supported?

Nokia's strategy is Web Runtime (WRT) and Qt. Java, Python etc. (and Gtk+ eventually) will work (as Python does well), but they'll come from the community (e.g. Jalimo).

I'd love Java (or a decent speed, good IDE, easily debugged & deployed environment) to be available for Maemo, but it's probably Python & Gtk+ (and then Qt using PySide).

A slide from the "Developer Experience" at Nokia World which has just gone up:

http://farm3.static.flickr.com/2475/...1264545e8a.jpg
http://www.flickr.com/photos/30863507@N02/3884352142/

Jaffa 2009-09-03 13:04

Re: "Donate to developper" in ToolKit
 
Also:

"N900 will have [some] content through Ovi Store"
-- Nokia World slide

attila77 2009-09-03 13:57

Re: "Donate to developper" in ToolKit
 
Quote:

Originally Posted by qgil (Post 320777)
I guess it's clear to everyone that a donation system is not a substitute of your salary, and not even a full return of investment. If you really care about monetary income for your software then go commercial.

Ok, that commercial/donation thing got mixed up a bit in the thread. So we're not talking about applications that have a little $ by their icons, but how to get donations to OSS projects. In any case, there two basic points that does not change A) it has to be simple for the user B) it has to be fair (efficient if you wish) for the developer. What do I mean under fair ? That it takes into account the factors I mentioned above - donator fatigue and large project cutoff. I seriously wish this works out but it's hard to shake the bad desktop experience with donations.

fms 2009-09-03 13:58

Re: "Donate to developper" in ToolKit
 
Quote:

Originally Posted by qgil (Post 320792)
This fictional scenario looks more for Harmattan times, and an application manager based on Qt needs to be written from scratch for that...

Then I strongly suggest that you implement all payment scenarios at the same time: 1) full version -> payment (aka donation), 2) demo version -> payment -> full version, and 3) payment-> full version. Even if you have no immediate plans to use options 2) and 3), it will probably be easier to do them all together rather than bolt them on later.

qgil 2009-09-03 17:10

Re: "Donate to developper" in ToolKit
 
What do you mean about implementing all payment scenarios at the same time? Ovi has a payment framework already today.

fms 2009-09-03 17:28

Re: "Donate to developper" in ToolKit
 
Quote:

Originally Posted by qgil (Post 320919)
What do you mean about implementing all payment scenarios at the same time? Ovi has a payment framework already today.

I mean that the Harmattan HAM should support following three scenarios:

1. When installing donation-supported app, let user install the app, but show a dialog asking for one-click donation.

2. When installing commercial app without demo, show a dialog asking for one-click purchase, install only if purchase made.

3. When installing commercial app with a demo, show a dialog asking for one-click purchase or offering to install demo, install full version if purchase made, install demo otherwise.

These three scenarios have to be supported in HAM and they also have to be supported by the repository, where an extra tag should define the distribution status of each package. You can easily notice that all three scenarios are very similar, so it makes perfect sense to implement all three at once.

korbé 2009-09-03 18:34

Re: "Donate to developper" in ToolKit
 
If the donation after the use of OSS does not seem to convince many, why not go upstream? Before the creation of software?

Perhaps someone has already thought, but I presented this idea here (in French): http://www.maemofr.org/node/1032

That it's, broadly, the idea:

When a user searches for specific software and it doesn't exist for Maemo, he makes the request in a section dedicated in a website and make a donation for make it. All users who are interested could also make a donation.
When a developer thinks that the sum of money corresponds to the requested work, he developed the software.
If the software matches the demand, it's good and FOSS*, he pocketed the money.

So a FOSS is created, not necessarily by a supporter of the FOSS, and the developer is paid for his work.

And users could request:
- A new free software.
- The port of a FOSS from PC to Maemo.
- Adding functionality to a FOSS.
- Revival a FOSS abandoned.

As in this case, the user makes a request: it will have no problem to make a donation.

*FOSS= Free and Open source Software

Master of Gizmo 2009-09-05 06:44

Re: "Donate to developper" in ToolKit
 
Quote:

Originally Posted by qgil (Post 320777)
Also note that Mozilla, Ubuntu, GNOME, KDE, Wikipedia, CreativeCommons and etc have all Donate buttons linked to PayPal and the likes...

If you want a "donate button" in your application, you can go to paypal and go through the "create a donate" button setup. In the end you choose to create an email link. This means that paypal will store most things on their side regarding your button. Then you create a button in your app (e.g. in the about box) with the paypal/donate icon and connect it to the email link paypal just gave you for use in emails. IMHO that's the easiest way to link from you app to a paypal donation.

The result: Your app has a donate button and once a user clicks it the browser will open with everything in place to directly donate. Osm2Go and Gpxview both have this tiny button in their about boxes. Feel free to "steal" that feature and/or improve it.

kryptoniankid17 2009-09-25 23:40

Re: "Donate to developper" in ToolKit
 
anything thats open source id be glad to donate to. when the system is in place just let me know.

kryptoniankid17 2009-09-26 00:12

Re: "Donate to developper" in ToolKit
 
how would i donate to irreco team. the process needs to be simplified and the ui would be cooler if it looked like a remote and worked in portrait mode.

Kozzi 2009-10-20 21:05

Re: "Donate to developper" in ToolKit
 
All developers should have a website full of ads, and software they make can include a link to this website in the "About". I mean, I'm ready to click them all if I enjoy using the application.

qgil 2009-10-22 05:24

Re: "Donate to developer" in ToolKit
 
There is this Brainstorm proposal Donations are not simplified and not enough emphasized

Please propose and vote solutions. The related discussion thread is http://talk.maemo.org/showthread.php?p=354950

Jaffa 2010-01-22 12:16

Re: "Donate to developer" in ToolKit
 
My own thoughts on this have solidified recently: http://lists.maemo.org/pipermail/mae...ry/023980.html


All times are GMT. The time now is 00:28.

vBulletin® Version 3.8.8