On Sat, May 4, 2013 at 4:09 PM, Daniel Peraza <daniel...@gmail.com> wrote:
Hi guys. I would like to propose the construction of an official extension store, much like the App Store or Google Play, so everybody can download sercure, certified & tested extensions. This store should be accessible right from every Joomla installation through its admin area, and I think it can be another way for the team to monetize the project, raising funds to continue developing this great CMS. It would be awesome if the Store could offer technical information on extension performance or security issues.What do you think about this?
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
Listing extensions is free, commercial extensions could pay a nominal (ie small) listing fee? Or if Joomla / OSM acts as payment processor they could take a tiny percentage to cover costs (and maybe make a tiny profit).
By acting as payment processor for so many (so much money), any cost savings on fees could mean that the commercial devs receive the same amount per sale as they currently do - even after paying the listing and/or processing fee.
Of course jed would carry on as now, so it is not necessary for backend access to explore and discover the extensions. And individual devs can still take payment on their own site as they do now.
There are, of course, lots of things to consider - especially regarding payment processing.
Another option would be for each commercial developer to issue a download (licence) key, upon payment completion that would give authorised installation of the extension through the 'app store' - as well as allowing customers to download their product and install it themselves.
Perhaps this is a step too far at the moment, as there will undoubtedly be objections to a change like this. Maybe it is something that could be developed along with 3rd party devs for the next incarnation of the CMS (joomla!next or whatever). There are already extension managers that work really well for individual developers extensions, that knowledge, experience and expertise is worth capturing. Because whatever evolution the CMS goes through, the 3rd party devs are key to its success - just as they are now.
Disclaimer: This is just me thinking out loud here, and typing on my phone at 11 on a Saturday night. Some alcohol may have been consumed.
It's a great idea, but monetizing it to pay for development of the CMS will never fly for the simple fact that there are those who believe that paying for code isn't something that Joomla! As a project should be doing.
Personally, I'd rather *not* see the project engage in taking money from the community on behalf of extension developers. For so many reasons, one reason being we might see rules become even more stringent and the delays for listing even longer.
Should I start posting in Greek instead where "your" is not considered problematic?
Nicholas K. DionysopoulosLead developer and owner, Akeeba Ltd.Sent from my iPhone. Please excuse my brevity.
I know that the archived 1.5 extension info was at one point made available for anyone who wanted to host a copy of that information to do anything they wanted with it...
To post to this group, send an email to
joomla-de...@googlegroups.com.
Visit this group at
http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google
Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to joomla-dev-general+unsub...@googlegroups.com.
To post to this group, send an email to
joomla-de...@googlegroups.com.
Visit this group at
http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups
"Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an
To post to this group, send an email to
joomla-de...@googlegroups.com.
Visit this group at
http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
Another issue. If a user's subscription expires he can still install and use my commercial, GPL licensed software as long as he has the installation package. With the Composer method he won't be able to do that (unless I am forced to provide everything for free).
Can a user select which version to install with Composer?
Composer is for devs not for users and deployment or distributing components.
I also for a long time thought Composer/Packagist was the way to distribute software to users or deploy components. But it is not (or at least: not yet). I live in a world of devs and everybody uses Composer, I love it, it's really great, just take that DI-container from Symfony stick Doctrine to it etc. But it is all in the dev-world.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks, Herman! I forgot about it. I'm a Composer n00b. I started using the tool very recently, I'm not "there" yet with my understanding of it :)
--
--
--
I really hope I see this wrong, for I like Composer very much and it will for sure once used as an installer. For now it is primarily a dependency manager, not an installer for users. Does anyone have any example to execute the composer.phar on a common shared host?
--
I really hope I see this wrong, for I like Composer very much and it will for sure once used as an installer. For now it is primarily a dependency manager, not an installer for users.
Thank you, Amy for restating what I also tried to say: that Composer is a great tool for devs. We agree on that. I'm familiar with the tool (and a "fan").
I thought the issue was: could Composer be used as an installer for users of the Extension Store (the JES?)? Can it be used to install extensions in a Joomla-installation (on some shared host, as is the common use).
--
You might also be interested in seeing the installers already available. I was surprised to see Joomla extensions in that list when I stumbled on it a couple of weeks ago. https://github.com/composer/installers/tree/master/src/Composer/Installers
--
In the case of an extension, it could be the be a link on an Extension name in an internal Admin list that will prompt an install that will invoke Composer from a command prompt and perform an install or upgrade.
--
--
On Saturday, 25 May 2013 22:29:06 UTC+2, Amy Stephen wrote:
Interesting. I also think we will go in that direction, some time, but I have not seen something like that yet and I think we cannot use that now. But this is just what I hope for to be wrong. I would like to see an example of such a use. Has anyone done that yet?
--
+1
> Thank you, Paul!
>
> Nicholas K. Dionysopoulos
> Email: niko...@gmail.com
> Blog: www.dionysopoulos.me/blog
>
> On 27 جلْ 2013, at 17:46 , Paul Orwig <paul....@opensourcematters.org>