Hello Troex

Welcome to web2py group!  Your arrival could not be more timely
I am working on elfinder and web2py integration.

You are in the right place to be helped with python and websites. This
google group is very helpful.
I'd like to contribute too.
My spoken English is limited to express complex ideas. I wonder if you
speak Spanish, as I see it sounds ElDorado elfinder and Spanish, and
the finder website is in Spanish. I'm from Spain.

The best way to start a project in python is google groups.
Why not create a group so that we can discuss elfinder?


About elfinder compatible with other Python frameworks, what are the
frameworks that interest you most?

Web2py is especially easy to manage files, since all transfers are
streaming automatically.
In matters of compatibility and data management will be happy to help.
To be compatible with various frameworks is not necessarily limited by
CGI.
The only justification for using CGI are the restrictions of the web
server.

It is possible to make it compatible without having to change
anything. But maybe then squandered advantage of some frameworks, as
in the case of streaming files web2py automatic.

About elRTE, do you plan to integrate it with elfinder and python as
well?

On 1 jul, 02:11, Troex Nevelin <tr...@fury.scancode.ru> wrote:
> I've looked though your code and I like idea to put POST/GET and json
> outside the connector itself. I'll start contributing your code right
> now because my main goal for next release is to make python connector
> usable in frameworks without (if this is possible) modifications.
>
> About speed of directory search - we know this issue. md5 hash will be
> replaced by some encryption, so hash can be decrypted and there will
> be no need to search for directory.
>
> If you want to keep track of elfinder source update use 
> feedhttp://elrte.ru/redmine/projects/elfinder/repository/revisions.atom
>
> On Jun 30, 10:18 pm, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
>
> > Hello Torex
>
> > Welcome to Web2py Group!
> > Thats very good to have you here!
> > I am trying to make elfinder work for web2py , please feel free to reuse my
> > work in your release.
>
> > Here is the Connector initiation:
>
> >http://code.google.com/p/elfinder-web2py/source/browse/filemanager/co...
>
> > Check inside function elcon .
>
> > and here is elFinder Backend Class
>
> >http://code.google.com/p/elfinder-web2py/source/browse/filemanager/mo...
>
> > Currently it is working partially  (atleast for me)
>
> > Please review and test , we can work together on this.
>
> > On Wed, Jun 30, 2010 at 11:59 AM, Troex Nevelin 
> > <tr...@fury.scancode.ru>wrote:
>
> > > Hello, I'm author of elFinder.py
>
> > > In about a month we plan to release new version of elFinder, mostly
> > > bugfixes but I also plan to rewrite python version to be more library
> > > like.
>
> > > I know there are problems integrating elfinder with different
> > > frameworks on python, current version was written for use under pure
> > > CGI. This is my first major experience with python and so I have many
> > > questions about the "right way" how to write connector so it can be
> > > easy to integrate and write plugins.
>
> > > The biggest question to me is how to implement handling POST and GET
> > > data, I've seen many different ways how it is done in different
> > > frameworks. Currently this is done using:
> > > import cgi
> > > self._form = cgi.FieldStorage()
> > > Maybe I should put this outside elFinder.py and only pass parameters
> > > to connector?
>
> > > Feedback is welcome.
>
> > > On Jun 24, 5:47 am, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
> > > > Finally after 2 days of hacking elfinder backend for Django fromhttp://
> > >www.elrte.ru/redmine/issues/128<
> > >http://www.google.com/url?sa=D&q=http://www.elrte.ru/redmine/issues/1...>
> > > > , i have managed to get elFinder working (about 90% of features)
>
> > > > Attached is elFinder-web2py , still alot of improvement needed.
>
> > > > -Downloading files is not working yet but should be easy to fix.
> > > > -Help me make it more integrated into web2py
> > > > -Their method of DIrectory scanning is so slow , going to replace with
> > > > os.walk.
>
> > > > Please note that this is not for Production use.
>
> > > > I started a project , download and test there.
>
> > > > Note URL (Both in View and web2py_elcon) need to be change to your
> > > host:port
> > > > (i did with port 8080)
>
> > > >http://code.google.com/p/elfinder-web2py/downloads/list

Reply via email to