-
26 Jun 2008 2:50 PM #1
Central repository for user extensions?
Central repository for user extensions?
Is there a place I can find all this great user extensions other than hunting for them in the forums and finding out which of the posts contains the latest version?
-
26 Jun 2008 4:28 PM #2
Not that I've seen. The only thing I know of summarizing them is at http://extjs.com/learn/Ext_Extensions
MJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
27 Jun 2008 10:23 AM #3
I think, that Ext team should create separate svn repo for Ext.ux and strongly recommend to use it. To me has already bothered to try to discover updates in forum =(
-= miu-miu =-
Linux, Perl, GNU, Open Source, Ajax, Ubuntu 9.04
-
27 Jun 2008 10:37 AM #4
"be dom-ready..."
Doug Hendricks
Maintaining ux: ManagedIFrame, MIF2 (FAQ, Wiki), ux.Media/Flash, AudioEvents, ux.Chart[Fusion,OFC,amChart], ext-basex.js/$JIT, Documentation Site.
Got Sencha licensing questions? Find out more here.
-
28 Jun 2008 4:44 PM #5
-
28 Jun 2008 7:55 PM #6
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
29 Jun 2008 5:30 PM #7
it's a peer to peer system, i.e. decentralized. centralized systems have their pros and cons as do decentralized systems, although we're seeing decentralized (peer to peer) systems taking over the internet. practically speaking, with a p2p/decentralized system like git you can pull from the repo and develop, then collaborate with a few individuals who push and pull back and forth between your machine and theirs. when all is said in done, someone pushes back to the central repo. thus one might argue git gives developers the ability to branch off on to independent teams in a more robust way.
-
29 Jun 2008 5:32 PM #8
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
2 Jul 2008 5:25 AM #9
My suggestion about "hunting" extensions on forum is to maintain it full list in wiki. But not as raw list, but make it browsable by namespace,like:
====main extensions page===
Ext.ux.panel -> link to Ext.ux.panel namespace list
Ext.ux.Store -> link to Ext.ux.Store namespace list
.....
Ext.ux.BadChosenUxName - link to particular extension page, with bad chosen name, coz generally each extension should include itself in some higher-level namespace (with some exceptions of course)
====main extensions page===
====Ext.ux.panel page ===
Ext.ux.panel.GMappanel -> link to Ext.ux.panel.GMappanel extension page
Ext.ux.panel.Youtubepanel -> link to Ext.ux.panel.Youtubepanel extension page
====Ext.ux.panel page ===
etc..
Think such method will not imply additional efforts for authors (they'll just maintain wiki page, not forum post) and also greatly structurized Ext.ux.* namespace
P.S. Such approach solves problem only in half, but it better then nothing. Of coz, right approach is to create sane JS archive network (there is openjsan.org but its dead project), but JS community is divided into framework clans (i can say even "tribes") and no one is interested in it.
-
14 Jul 2008 11:45 AM #10
I second having a Ext.ux repository, git or svn!
I think this would be something both devs and users here could appreciate
Any good free hostings of SVN or git repos?
It would be best if we could use a well-know provider in this area that is free.


Reply With Quote




